StableJettonMinterInternalTransfer class

internal transfer params

Inheritance

Constructors

StableJettonMinterInternalTransfer.new({required BigInt jettonAmount, TonAddress? from, TonAddress? responseAddress, Cell? customPayload, required BigInt forwardTonAmount, BigInt? queryId})
StableJettonMinterInternalTransfer.deserialize(Slice slice)
factory
StableJettonMinterInternalTransfer.fromJson(Map<String, dynamic> json)
factory

Properties

contractName String
contract name
no setterinherited
customPayload Cell?
final
forwardTonAmount BigInt
final
from TonAddress?
final
hashCode int
The hash code for this object.
no setterinherited
jettonAmount BigInt
final
queryId BigInt
finalinherited
responseAddress TonAddress?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type StableJettonMinterOperationType
the type of operation
finalinherited

Methods

cast<T extends StableJettonMinterOperation>() → T
inherited
contractCode(TonChain chain) Cell
contract code
inherited
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
toBody() Cell
inherited
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