TransferTransaction constructor

TransferTransaction(
  1. int from,
  2. int to,
  3. double amount,
  4. CoinType currency,
)

Implementation

TransferTransaction(this.from, this.to, this.amount, this.currency);