Interface IGetBlockTemplateRequest

Argument interface for the RpcClient.getBlockTemplate RPC method.

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

Properties

extraData?: string | Uint8Array

extraData can contain a user-supplied plain text or a byte array represented by Uint8array.

payAddress: string | Address

Generated using TypeDoc