NftTransfer class
({
int queryId,
Address? from,
InternalAddress to,
InternalAddress? responseTo,
Cell customPayload,
BigInt forwardAmount,
Cell forwardPayload,
})
Constructors
- NftTransfer({required int queryId, required InternalAddress from, required InternalAddress to, InternalAddress? responseTo, required Cell customPayload, required BigInt forwardAmount, required Cell forwardPayload})
Properties
- customPayload ↔ Cell
-
getter/setter pair
- forwardAmount ↔ BigInt
-
getter/setter pair
- forwardPayload ↔ Cell
-
getter/setter pair
- from ↔ InternalAddress
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- queryId ↔ int
-
getter/setter pair
- responseTo ↔ InternalAddress?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- to ↔ InternalAddress
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited