Class UpdateConsensusKeyContent
Inheritance
System.Object
UpdateConsensusKeyContent
Assembly: Netezos.dll
Syntax
public class UpdateConsensusKeyContent : ManagerOperationContent
Properties
|
Improve this Doc
View Source
Kind
Declaration
public override string Kind { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Proof
Declaration
public string? Proof { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
PublicKey
Declaration
public string PublicKey { get; set; }
Property Value
Type |
Description |
System.String |
|