ontology_dart_sdk
neocore
OepState
OepState constructor
OepState
OepState class
Constructors
OepState
Properties
amount
from
to
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
OepState constructor
OepState
(
Address
from
,
Address
to
,
BigInt
amount
)
Implementation
OepState(this.from, this.to, this.amount);