Search Results for

    Show / Hide Table of Contents

    Struct StateProofMessage

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

    Properties

    BlockHeadersCommitment

    The vector commitment root on all light block headers within a state proof interval.

    Declaration
    [AlgoApiField("BlockHeadersCommitment")]
    public byte[] BlockHeadersCommitment { get; set; }
    Property Value
    Type Description
    Byte[]

    FirstAttestedRound

    The first round the message attests to.

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

    LastAttestedRound

    The last round the message attests to.

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

    LnProvenWeight

    An integer value representing the natural log of the proven weight with 16 bits of precision. This value would be used to verify the next state proof.

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

    VotersCommitment

    The vector commitment root of the top N accounts to sign the next StateProof.

    Declaration
    [AlgoApiField("VotersCommitment")]
    public byte[] VotersCommitment { get; set; }
    Property Value
    Type Description
    Byte[]

    Methods

    Equals(StateProofMessage)

    Declaration
    public bool Equals(StateProofMessage other)
    Parameters
    Type Name Description
    StateProofMessage other
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    • Properties
      • BlockHeadersCommitment
      • FirstAttestedRound
      • LastAttestedRound
      • LnProvenWeight
      • VotersCommitment
    • Methods
      • Equals(StateProofMessage)
    Back to top
    Generated by DocFX
    ☀
    ☾