Search Results for

    Show / Hide Table of Contents

    Struct BlockUpgradeState

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

    NextProtocolSwitchOn

    Declaration
    public ulong NextProtocolSwitchOn { get; set; }
    Property Value
    Type Description
    UInt64

    NextProtocolVoteBefore

    Declaration
    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
    ☀
    ☾