Search Results for

    Show / Hide Table of Contents

    Struct AccountParticipation

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

    Properties

    SelectionParticipationKey

    [sel] Selection public key (if any) currently registered for this round.

    Declaration
    [AlgoApiField("selection-participation-key")]
    public byte[] SelectionParticipationKey { get; set; }
    Property Value
    Type Description
    Byte[]

    StateProofKey

    [stprf] Root of the state proof key (if any)

    Declaration
    [AlgoApiField("state-proof-key")]
    public byte[] StateProofKey { get; set; }
    Property Value
    Type Description
    Byte[]

    VoteFirstValid

    [voteFst] First round for which this participation is valid.

    Declaration
    [AlgoApiField("vote-first-valid")]
    public ulong VoteFirstValid { get; set; }
    Property Value
    Type Description
    UInt64

    VoteKeyDilution

    [voteKD] Number of subkeys in each batch of participation keys.

    Declaration
    [AlgoApiField("vote-key-dilution")]
    public ulong VoteKeyDilution { get; set; }
    Property Value
    Type Description
    UInt64

    VoteLastValid

    [voteLst] Last round for which this participation is valid.

    Declaration
    [AlgoApiField("vote-last-valid")]
    public ulong VoteLastValid { get; set; }
    Property Value
    Type Description
    UInt64

    VoteParticipationKey

    [vote] root participation public key (if any) currently registered for this round.

    Declaration
    [AlgoApiField("vote-participation-key")]
    public byte[] VoteParticipationKey { get; set; }
    Property Value
    Type Description
    Byte[]

    Methods

    Equals(AccountParticipation)

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