/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Withdrawal = { /** * Sender account ID */ senderAccountId: string; /** * Blockchain address to send assets to. For BTC, LTC, DOGE and BCH, it is possible to enter list of multiple recipient blockchain addresses as a comma separated string. */ address: string; /** * Amount to be withdrawn to blockchain. */ amount: string; /** *
Used to parametrize withdrawal. Used for XRP withdrawal to define destination tag of recipient, or XLM memo of the recipient, if needed.
* For Bitcoin, Litecoin, Bitcoin Cash, used as a change address for left coins from transaction.