EosTransactionInput class abstract

EosTransactionInput

Properties:

Annotations
  • @BuiltValue()

Constructors

EosTransactionInput([void updates(EosTransactionInputBuilder b)])
factory

Properties

compress bool?
no setter
hashCode int
The hash code for this object.
no setterinherited
network String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to String?
no setter
value double?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(EosTransactionInputBuilder)) EosTransactionInput
Rebuilds the instance.
inherited
toBuilder() EosTransactionInputBuilder
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<EosTransactionInput>
no setter