$StateCheckpointTransactionBuilder class

Implemented types

Properties

accumulatorRootHash String?
covariantgetter/setter pairoverride
changes ↔ ListBuilder<WriteSetChange>
covariantgetter/setter pairoverride
eventRootHash String?
covariantgetter/setter pairoverride
gasUsed String?
covariantgetter/setter pairoverride
hash String?
covariantgetter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateChangeHash String?
covariantgetter/setter pairoverride
stateCheckpointHash String?
covariantgetter/setter pairoverride
success bool?
covariantgetter/setter pairoverride
timestamp String?
covariantgetter/setter pairoverride
version String?
covariantgetter/setter pairoverride
vmStatus String?
covariantgetter/setter pairoverride

Methods

build() $StateCheckpointTransaction
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(covariant $StateCheckpointTransaction other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates($StateCheckpointTransactionBuilder)?) → void
Applies updates.
override

Operators

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