BoltPay constructor

BoltPay(
  1. String orderId,
  2. String merchantName,
  3. String merchantWalletAddress,
  4. String amount,
  5. String coinType,
  6. ENV env,
  7. SuiClient suiClient,
  8. SuiAccount suiAccount, {
  9. String? idoObjectId,
  10. String? idoObjectName,
  11. String? wooCommerceName,
})

Implementation

BoltPay(this.orderId, this.merchantName, this.merchantWalletAddress,
    this.amount, this.coinType, this.env, this.suiClient, this.suiAccount,
    {this.idoObjectId, this.idoObjectName, this.wooCommerceName});