Struct BlockUpgradeState
Assembly: cs.temp.dll.dll
Syntax
public struct BlockUpgradeState : IEquatable<BlockUpgradeState>, IBlockUpgradeState
Properties
CurrentProtocol
Declaration
public FixedString128Bytes CurrentProtocol { get; set; }
Property Value
Type |
Description |
FixedString128Bytes |
|
NextProtocol
Declaration
public FixedString128Bytes NextProtocol { get; set; }
Property Value
Type |
Description |
FixedString128Bytes |
|
NextProtocolApprovals
Declaration
public ulong NextProtocolApprovals { get; set; }
Property Value
NextProtocolSwitchOn
Declaration
public ulong NextProtocolSwitchOn { get; set; }
Property Value
NextProtocolVoteBefore
Declaration
public ulong NextProtocolVoteBefore { get; set; }
Property Value
Methods
Equals(BlockUpgradeState)
Declaration
public bool Equals(BlockUpgradeState other)
Parameters
Returns
Implements