interface ConfirmGatewayTxsRequest {
    chain: string;
    sender: Uint8Array;
    txIds: Uint8Array[];
}

Properties

Properties

chain: string
sender: Uint8Array
txIds: Uint8Array[]

Generated using TypeDoc