Search Results for

    Show / Hide Table of Contents

    Struct KeyRegTxn.Params

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

    Fields

    AccountParticipation

    Declaration
    public AccountParticipation AccountParticipation
    Field Value
    Type Description
    AccountParticipation

    NonParticipation

    Declaration
    [AlgoApiField("nonpart")]
    public Optional<bool> NonParticipation
    Field Value
    Type Description
    Optional<Boolean>

    Properties

    SelectionParticipationKey

    Declaration
    [AlgoApiField("selkey")]
    public VrfPubKey SelectionParticipationKey { get; set; }
    Property Value
    Type Description
    VrfPubKey

    VoteFirst

    Declaration
    [AlgoApiField("votefst")]
    public ulong VoteFirst { get; set; }
    Property Value
    Type Description
    UInt64

    VoteKeyDilution

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

    VoteLast

    Declaration
    [AlgoApiField("votelst")]
    public ulong VoteLast { get; set; }
    Property Value
    Type Description
    UInt64

    VoteParticipationKey

    Declaration
    [AlgoApiField("votekey")]
    public ParticipationPublicKey VoteParticipationKey { get; set; }
    Property Value
    Type Description
    ParticipationPublicKey

    Methods

    Equals(KeyRegTxn.Params)

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