Search Results for

    Show / Hide Table of Contents

    Struct BlockUpgradeState

    Implements
    IBlockUpgradeState
    Namespace: Algorand.Unity
    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
    Type Description
    UInt64

    NextProtocolSwitchOn

    Declaration
    [AlgoApiField("next-protocol-switch-on")]
    public ulong NextProtocolSwitchOn { get; set; }
    Property Value
    Type Description
    UInt64

    NextProtocolVoteBefore

    Declaration
    [AlgoApiField("next-protocol-vote-before")]
    public ulong NextProtocolVoteBefore { get; set; }
    Property Value
    Type Description
    UInt64

    Methods

    Equals(BlockUpgradeState)

    Declaration
    public bool Equals(BlockUpgradeState other)
    Parameters
    Type Name Description
    BlockUpgradeState other
    Returns
    Type Description
    Boolean

    Implements

    IBlockUpgradeState
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾