menu
sui package
documentation
signers/txn_data_serializers/txn_data_serializer.dart
PaySuiTransaction
amountsStr property
amountsStr property
dark_mode
light_mode
amountsStr
property
List
<
String
>
get
amountsStr
Implementation
List<String> get amountsStr => amounts.map((e) => e.toString()).toList();
sui package
documentation
signers/txn_data_serializers/txn_data_serializer
PaySuiTransaction
amountsStr property
PaySuiTransaction class