toParams method

Map<String, dynamic> toParams()

Implementation

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