Interface IGetBlockTemplateRequest

Argument interface for the RpcClient.getBlockTemplate RPC method.

interface IGetBlockTemplateRequest {
    extraData: string;
    payAddress: string | Address;
}

Properties

extraData: string
payAddress: string | Address

Generated using TypeDoc