Interface IGetBlockResponse

Return interface for the RpcClient.getBlock RPC method.

interface IGetBlockResponse {
    block: IBlock;
}

Properties

Properties

block: IBlock

Generated using TypeDoc