Class DrainDelegateContent
Inheritance
System.Object
DrainDelegateContent
Assembly: Netezos.dll
Syntax
public class DrainDelegateContent : OperationContent
Properties
|
Improve this Doc
View Source
ConsensusKey
Declaration
public string ConsensusKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Delegate
Declaration
public string Delegate { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Destination
Declaration
public string Destination { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Kind
Declaration
public override string Kind { get; }
Property Value
Type |
Description |
System.String |
|
Overrides