Struct BlockUpgradeState
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct BlockUpgradeState : IEquatable<BlockUpgradeState>, IBlockUpgradeState
Properties
CurrentProtocol
Declaration
[AlgoApiField("current-protocol")]
public FixedString128Bytes CurrentProtocol { get; set; }
Property Value
Type |
Description |
FixedString128Bytes |
|
NextProtocol
Declaration
[AlgoApiField("next-protocol")]
public FixedString128Bytes NextProtocol { get; set; }
Property Value
Type |
Description |
FixedString128Bytes |
|
NextProtocolApprovals
Declaration
[AlgoApiField("next-protocol-approvals")]
public ulong NextProtocolApprovals { get; set; }
Property Value
NextProtocolSwitchOn
Declaration
[AlgoApiField("next-protocol-switch-on")]
public ulong NextProtocolSwitchOn { get; set; }
Property Value
NextProtocolVoteBefore
Declaration
[AlgoApiField("next-protocol-vote-before")]
public ulong NextProtocolVoteBefore { get; set; }
Property Value
Methods
Equals(BlockUpgradeState)
Declaration
public bool Equals(BlockUpgradeState other)
Parameters
Returns
Implements