GetTxRequest is the request type for the Service.GetTx RPC method.

interface GetTxRequest {
    hash: string;
}

Properties

Properties

hash: string

hash is the tx hash to query, encoded as a hex string.