BatchStatusFaucetResponse constructor

BatchStatusFaucetResponse(
  1. BatchSendStatusType status,
  2. String? error
)

Implementation

BatchStatusFaucetResponse(this.status, this.error);