Class StakersPair
Inheritance
System.Object
StakersPair
Namespace: Netmavryk.Forging.Models
Assembly: Netmavryk.dll
Syntax
public class StakersPair : object
Properties
| Improve this Doc View SourceAlice
Declaration
public string Alice { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Bob
Declaration
public string Bob { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |