AAFeeMode.gasless constructor
AAFeeMode.gasless(
- dynamic wholeFeeQuote
gasless There are two use cases. pass null as wholeFeeQuote, to send a gasless transaction. specify wholeFeeQuote, that you can get from particle_aa rpcGetFeeQuotes, to send a gasless transaction
Implementation
AAFeeMode.gasless(this.wholeFeeQuote)
: option = 'gasless',
feeQuote = null,
tokenPaymasterAddress = null;