TransferInfo constructor
const
TransferInfo({})
Implementation
const TransferInfo({
required this.ledgerId,
required this.fromAccountId,
required this.toAccountId,
required this.amount,
required this.metadata,
required this.nonce,
});