ThorchainMsgSend constructor
ThorchainMsgSend({
- required CosmosBaseAddress fromAddress,
- required CosmosBaseAddress toAddress,
- required List<
Coin> amount,
Implementation
ThorchainMsgSend({
required this.fromAddress,
required this.toAddress,
required List<Coin> amount,
}) : amount = amount.immutable;