ContractCall class

Constructors

ContractCall({required String contractAddress, required String contractAbi, required String functionName, required List args, BigInt? gasPrice, BigInt? gasLimit, required List<int> encodedData})

Properties

args List
getter/setter pair
contractAbi String
getter/setter pair
contractAddress String
getter/setter pair
encodedData List<int>
getter/setter pair
functionName String
getter/setter pair
gasLimit BigInt?
getter/setter pair
gasPrice BigInt?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited