FaucetCoinInfo constructor

FaucetCoinInfo(
  1. int amount,
  2. ObjectId id,
  3. TransactionDigest transferTxDigest
)

Implementation

FaucetCoinInfo(this.amount, this.id, this.transferTxDigest);