Search Results for

    Show / Hide Table of Contents

    Struct BlockResponse

    (empty)

    Implements
    IWrappedValue<Block>
    Namespace: Algorand.Unity.Indexer
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    [AlgoApiFormatter(typeof(WrappedValueFormatter<BlockResponse, Block>), "", "", 0)]
    public struct BlockResponse : IEquatable<BlockResponse>, IWrappedValue<Block>

    Constructors

    BlockResponse(Block)

    Declaration
    public BlockResponse(Block value)
    Parameters
    Type Name Description
    Block value

    Properties

    WrappedValue

    Declaration
    public Block WrappedValue { get; set; }
    Property Value
    Type Description
    Block

    Methods

    Equals(BlockResponse)

    Declaration
    public bool Equals(BlockResponse other)
    Parameters
    Type Name Description
    BlockResponse other
    Returns
    Type Description
    Boolean

    Operators

    Implicit(Block to BlockResponse)

    Declaration
    public static implicit operator BlockResponse(Block value)
    Parameters
    Type Name Description
    Block value
    Returns
    Type Description
    BlockResponse

    Implicit(BlockResponse to Block)

    Declaration
    public static implicit operator Block(BlockResponse wrapper)
    Parameters
    Type Name Description
    BlockResponse wrapper
    Returns
    Type Description
    Block

    Implements

    IWrappedValue<T>
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾