FaucetResponse constructor
FaucetResponse(
- List<
FaucetCoinInfo> transferredGasObjects, - String? error
Implementation
FaucetResponse(this.transferredGasObjects, this.error);