Map<String, dynamic> toParams() { return { 'exchangeId': exchangeId, 'asset': asset.toCaip19(), 'amount': amount, 'recipient': recipient, }; }