TxBuilder class

Constructors

TxBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() Future
chainId(int chainId) TxBuilder
data(Uint8List data) TxBuilder
gasLimit(int gasLimit) TxBuilder
gasPrice(String gasPrice) TxBuilder
nonce(int nonce) TxBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(Account account) TxBuilder
to(String to) TxBuilder
toString() String
A string representation of this object.
inherited
value(String value) TxBuilder

Operators

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