Search Results for

    Show / Hide Table of Contents

    Struct AccountParticipation

    Describes the parameters used by this account in consensus protocol.

    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public struct AccountParticipation : IEquatable<AccountParticipation>

    Fields

    SelectionParticipationKey

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

    Declaration
    public VrfPubKey SelectionParticipationKey
    Field Value
    Type Description
    VrfPubKey

    VoteFirst

    First round for which this participation is valid.

    Declaration
    public ulong VoteFirst
    Field Value
    Type Description
    UInt64

    VoteKeyDilution

    Number of subkeys in each batch of participation keys.

    Declaration
    public ulong VoteKeyDilution
    Field Value
    Type Description
    UInt64

    VoteLast

    Last round for which this participation is valid.

    Declaration
    public ulong VoteLast
    Field Value
    Type Description
    UInt64

    VoteParticipationKey

    Root participation public key (if any) currently registered for this round.

    Declaration
    public ParticipationPublicKey VoteParticipationKey
    Field Value
    Type Description
    ParticipationPublicKey

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