JettonMinterOperation class abstract

Inheritance
Implemented types
Implementers

Constructors

JettonMinterOperation.new({required JettonMinterOperationType type, BigInt? queryId})
JettonMinterOperation.deserialize(Slice slice)
factory
JettonMinterOperation.fromJson(Map<String, dynamic>? json)
factory

Properties

contractName String
contract name
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
queryId BigInt
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type JettonMinterOperationType
the type of operation
final

Methods

cast<T extends JettonMinterOperation>() → T
contractCode(TonChain chain) Cell
contract code
override
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
inherited
toBody() Cell
toJson() Map<String, dynamic>
Converts the object to a JSON-compatible Map<String, dynamic>.
inherited
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