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})

Properties

accessList List<Map<String, dynamic>>?
final
account String?
final
blockNumber int?
final
blockTag BlockTag?
final
chainId int?
final
data String?
final
gas BigInt?
final
gasPrice BigInt?
final
hashCode int
The hash code for this object.
no setterinherited
maxFeePerGas BigInt?
final
maxPriorityFeePerGas BigInt?
final
nonce int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to String?
final
toJS → JSCallParameters
no setter
value BigInt?
final

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