Search Results for

    Show / Hide Table of Contents

    Struct BlockResponse

    A wrapped Block from the GetBlock(UInt64, ResponseFormat)

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

    Fields

    BlockHeader

    Block data.

    Declaration
    [AlgoApiField("block")]
    public BlockHeader BlockHeader
    Field Value
    Type Description
    BlockHeader

    Cert

    Block certificate object.

    Declaration
    [AlgoApiField("cert")]
    public AlgoApiObject Cert
    Field Value
    Type Description
    AlgoApiObject

    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
    ☀
    ☾