Interface IGetBlockRequest

Argument interface for the RpcClient.getBlock RPC method.

interface IGetBlockRequest {
    hash: string;
    includeTransactions: boolean;
}

Properties

hash: string
includeTransactions: boolean

Generated using TypeDoc