FaucetResponse constructor

FaucetResponse(
  1. List<FaucetCoinInfo> transferredGasObjects,
  2. String? error
)

Implementation

FaucetResponse(this.transferredGasObjects, this.error);