Interface IGetBlockTemplateResponse

Return interface for the RpcClient.getBlockTemplate RPC method.

interface IGetBlockTemplateResponse {
    block: IBlock;
}

Properties

Properties

block: IBlock