TransactionDescriptionGeneric class

Inheritance

Constructors

TransactionDescriptionGeneric.new({required bool creditFirst, required TransactionStoragePhase? storagePhase, required TransactionCreditPhase? creditPhase, required TransactionComputePhase computePhase, required TransactionActionPhase? actionPhase, required TransactionBouncePhase? bouncePhase, required bool aborted, required bool destroyed})
const
TransactionDescriptionGeneric.deserialize(Slice slice)
factory
TransactionDescriptionGeneric.fromJson(Map<String, dynamic> json)
factory

Properties

aborted bool
final
actionPhase TransactionActionPhase?
final
bouncePhase TransactionBouncePhase?
final
computePhase TransactionComputePhase
final
creditFirst bool
final
creditPhase TransactionCreditPhase?
final
destroyed bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storagePhase TransactionStoragePhase?
final
type TransactionDescriptionType
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() Cell
Serializes the object into a BOC cell.
inherited
store(Builder builder) → void
override
toJson() Map<String, dynamic>
Converts the object to a JSON-compatible Map<String, dynamic>.
override
toString() String
Returns a string representation of the object, including its runtime type and JSON serialization.
inherited

Operators

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