Search Results for

    Show / Hide Table of Contents

    Struct BlockResponse

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

    Properties

    Block

    Block header data.

    Declaration
    [AlgoApiField("block")]
    public BlockHeader Block { get; set; }
    Property Value
    Type Description
    BlockHeader

    Cert

    Optional certificate object. This is only included when the format is set to message pack.

    Declaration
    [AlgoApiField("cert")]
    public BlockCertificate Cert { get; set; }
    Property Value
    Type Description
    BlockCertificate

    Methods

    Equals(BlockResponse)

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