BatchSendStatusType constructor

BatchSendStatusType(
  1. BatchSendStatus status,
  2. List<FaucetCoinInfo>? gasObjects
)

Implementation

BatchSendStatusType(this.status, this.gasObjects);