Class StakersPair
Inheritance
System.Object
StakersPair
Namespace: Netezos.Forging.Models
Assembly: Netezos.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 |