CallParameters class
Constructors
-
CallParameters({required String? data, required String? to, String? account, List<Map<String, dynamic>>? accessList, BigInt? gas, BigInt? gasPrice, BigInt? maxFeePerGas, BigInt? maxPriorityFeePerGas, int? nonce, BigInt? value, int? blockNumber, BlockTag? blockTag, int? chainId})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited