ABIBuilderConfig constructor

ABIBuilderConfig({
  1. dynamic sender,
  2. BigInt? sequenceNumber,
  3. BigInt? gasUnitPrice,
  4. int? chainId,
  5. BigInt? maxGasAmount,
  6. BigInt? expSecFromNow,
})

Implementation

ABIBuilderConfig({
  this.sender,
  this.sequenceNumber,
  this.gasUnitPrice,
  this.chainId,
  this.maxGasAmount,
  this.expSecFromNow,
});