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
    public struct BlockResponse : IEquatable<BlockResponse>

    Fields

    BlockHeader

    Block data.

    Declaration
    public BlockHeader BlockHeader
    Field Value
    Type Description
    BlockHeader

    Cert

    Block certificate object.

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