Search Results for

    Show / Hide Table of Contents

    Interface IBlockUpgradeVote

    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IBlockUpgradeVote

    Properties

    UpgradeApprove

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

    Declaration
    Optional<bool> UpgradeApprove { get; set; }
    Property Value
    Type Description
    Optional<Boolean>

    UpgradeDelay

    [upgradedelay] Indicates the time between acceptance and execution.

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

    UpgradePropose

    [upgradeprop] Indicates a proposed upgrade.

    Declaration
    Address UpgradePropose { get; set; }
    Property Value
    Type Description
    Address
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾