InputBody class abstract

Annotations
  • @BuiltValue()

Constructors

InputBody([void updates(InputBodyBuilder b)])
factory

Properties

approved bool?
no setter
broadcast bool?
no setter
chainId String?
no setter
contractAddress String?
no setter
data String?
no setter
encoding String?
no setter
EOA bool?
no setter
gas String?
no setter
gasPrice String?
no setter
hashCode int
The hash code for this object.
no setterinherited
input String?
no setter
nonce String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to String?
no setter
tokenId String?
no setter
tokenIds String?
no setter
value String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(InputBodyBuilder)) InputBody
Rebuilds the instance.
inherited
toBuilder() InputBodyBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<InputBody>
no setter