TransferIntent<T extends FeeInformation> constructor
- required String recipient,
- required Amount amount,
- required CoinEntity token,
- required String? memo,
- List<
AccessListItem> ? accessList, - T? feeInfo,
Implementation
const TransferIntent({
required this.recipient,
required this.amount,
required this.token,
required this.memo,
this.accessList,
this.feeInfo,
});