Interface IGetBlockTemplateResponse

Return interface for the RpcClient.getBlockTemplate RPC method.

interface IGetBlockTemplateResponse {
    block: IRawBlock;
}

Properties

Properties

block: IRawBlock

Generated using TypeDoc