TxParam class

Constructors

TxParam()
TxParam.fromJson(Map<String, dynamic> json)

Properties

chainId int
getter/setter pair
data Uint8List?
getter/setter pair
gasLimit int
getter/setter pair
gasPrice String
getter/setter pair
getChainId int
no setter
getData Uint8List?
no setter
getGasLimit int
no setter
getGasPrice String
no setter
getNonce int?
no setter
getTo String
no setter
getValue String
no setter
hashCode int
The hash code for this object.
no setterinherited
nonce int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setChainId int
no getter
setData Uint8List
no getter
setGasLimit int
no getter
setGasPrice String
no getter
setNonce int
no getter
setTo String
no getter
setValue String
no getter
to String
getter/setter pair
value String
getter/setter pair

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