Search Results for

    Show / Hide Table of Contents

    Struct BlockUpgradeVote

    Namespace: Algorand.Unity.Indexer
    Assembly: cs.temp.dll.dll
    Syntax
    [AlgoApiObject("", "", 0)]
    [Serializable]
    public struct BlockUpgradeVote : IEquatable<BlockUpgradeVote>

    Properties

    UpgradeApprove

    [upgradeyes] Indicates a yes vote for the current proposal.

    Declaration
    [AlgoApiField("upgrade-approve")]
    public Optional<bool> UpgradeApprove { get; set; }
    Property Value
    Type Description
    Optional<Boolean>

    UpgradeDelay

    [upgradedelay] Indicates the time between acceptance and execution.

    Declaration
    [AlgoApiField("upgrade-delay")]
    public Optional<ulong> UpgradeDelay { get; set; }
    Property Value
    Type Description
    Optional<UInt64>

    UpgradePropose

    [upgradeprop] Indicates a proposed upgrade.

    Declaration
    [AlgoApiField("upgrade-propose")]
    public string UpgradePropose { get; set; }
    Property Value
    Type Description
    String

    Methods

    Equals(BlockUpgradeVote)

    Declaration
    public bool Equals(BlockUpgradeVote other)
    Parameters
    Type Name Description
    BlockUpgradeVote other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾