Search Results for

    Show / Hide Table of Contents

    Struct StateProofSignature

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

    Properties

    FalconSignature

    Declaration
    [AlgoApiField("falcon-signature")]
    public byte[] FalconSignature { get; set; }
    Property Value
    Type Description
    Byte[]

    MerkleArrayIndex

    Declaration
    [AlgoApiField("merkle-array-index")]
    public Optional<ulong> MerkleArrayIndex { get; set; }
    Property Value
    Type Description
    Optional<UInt64>

    Proof

    Declaration
    [AlgoApiField("proof")]
    public MerkleArrayProof Proof { get; set; }
    Property Value
    Type Description
    MerkleArrayProof

    VerifyingKey

    [vkey]

    Declaration
    [AlgoApiField("verifying-key")]
    public byte[] VerifyingKey { get; set; }
    Property Value
    Type Description
    Byte[]

    Methods

    Equals(StateProofSignature)

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