Struct BlockUpgradeVote
Assembly: cs.temp.dll.dll
Syntax
public struct BlockUpgradeVote : IEquatable<BlockUpgradeVote>
Properties
UpgradeApprove
[upgradeyes] Indicates a yes vote for the current proposal.
Declaration
public Optional<bool> UpgradeApprove { get; set; }
Property Value
UpgradeDelay
[upgradedelay] Indicates the time between acceptance and execution.
Declaration
public Optional<ulong> UpgradeDelay { get; set; }
Property Value
UpgradePropose
[upgradeprop] Indicates a proposed upgrade.
Declaration
public string UpgradePropose { get; set; }
Property Value
Methods
Equals(BlockUpgradeVote)
Declaration
public bool Equals(BlockUpgradeVote other)
Parameters
Returns