Search Results for

    Show / Hide Table of Contents

    Struct StateProofFields

    Namespace: Algorand.Unity.Indexer
    Assembly: cs.temp.dll.dll
    Syntax
    public struct StateProofFields : IEquatable<StateProofFields>

    Properties

    PartProofs

    [P]

    Declaration
    public MerkleArrayProof PartProofs { get; set; }
    Property Value
    Type Description
    MerkleArrayProof

    PositionsToReveal

    [pr] Sequence of reveal positions.

    Declaration
    public ulong[] PositionsToReveal { get; set; }
    Property Value
    Type Description
    UInt64[]

    Reveals

    [r] Note that this is actually stored as a map[uint64] - Reveal in the actual msgp

    Declaration
    public StateProofReveal[] Reveals { get; set; }
    Property Value
    Type Description
    StateProofReveal[]

    SaltVersion

    [v] Salt version of the merkle signature.

    Declaration
    public Optional<ulong> SaltVersion { get; set; }
    Property Value
    Type Description
    Optional<UInt64>

    SigCommit

    [c]

    Declaration
    public byte[] SigCommit { get; set; }
    Property Value
    Type Description
    Byte[]

    SignedWeight

    [w]

    Declaration
    public Optional<ulong> SignedWeight { get; set; }
    Property Value
    Type Description
    Optional<UInt64>

    SigProofs

    [S]

    Declaration
    public MerkleArrayProof SigProofs { get; set; }
    Property Value
    Type Description
    MerkleArrayProof

    Methods

    Equals(StateProofFields)

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