Search Results for

    Show / Hide Table of Contents

    Struct StateProofSigSlot

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

    Properties

    LowerSigWeight

    [l] The total weight of signatures in the lower-numbered slots.

    Declaration
    [AlgoApiField("lower-sig-weight")]
    public Optional<ulong> LowerSigWeight { get; set; }
    Property Value
    Type Description
    Optional<UInt64>

    Signature

    Declaration
    [AlgoApiField("signature")]
    public StateProofSignature Signature { get; set; }
    Property Value
    Type Description
    StateProofSignature

    Methods

    Equals(StateProofSigSlot)

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