Search Results for

    Show / Hide Table of Contents

    Struct TransactionStateProof

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

    Properties

    Message

    [spmsg]

    Declaration
    [AlgoApiField("message")]
    public IndexerStateProofMessage Message { get; set; }
    Property Value
    Type Description
    IndexerStateProofMessage

    StateProof

    Declaration
    [AlgoApiField("state-proof")]
    public StateProofFields StateProof { get; set; }
    Property Value
    Type Description
    StateProofFields

    StateProofType

    [sptype] Type of the state proof. Integer representing an entry defined in protocol/stateproof.go

    Declaration
    [AlgoApiField("state-proof-type")]
    public Optional<ulong> StateProofType { get; set; }
    Property Value
    Type Description
    Optional<UInt64>

    Methods

    Equals(TransactionStateProof)

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