Search Results for

    Show / Hide Table of Contents

    Struct StateProofMessage

    Namespace: Algorand.Unity.Algod
    Assembly: cs.temp.dll.dll
    Syntax
    public struct StateProofMessage : IEquatable<StateProofMessage>

    Properties

    BlockHeadersCommitment

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

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

    FirstAttestedRound

    The first round the message attests to.

    Declaration
    public ulong FirstAttestedRound { get; set; }
    Property Value
    Type Description
    UInt64

    LastAttestedRound

    The last round the message attests to.

    Declaration
    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
    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
    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
    Back to top
    Generated by DocFX
    ☀
    ☾