InvokeBuilder constructor
InvokeBuilder({})
Implementation
InvokeBuilder({
required this.contract,
required this.function_,
required this.args,
this.from,
this.value,
this.gasLimit,
this.nonce,
this.maxFeePerGas,
this.maxPriorityFeePerGas,
this.gasPrice,
this.chainId,
});