Deprecated

interface ConfirmGatewayTxRequest {
    chain: string;
    sender: Uint8Array;
    txId: Uint8Array;
}

Properties

Properties

chain: string
sender: Uint8Array
txId: Uint8Array

Generated using TypeDoc