NftTransfer constructor
NftTransfer({
- required int queryId,
- required InternalAddress from,
- required InternalAddress to,
- InternalAddress? responseTo,
- required Cell customPayload,
- required BigInt forwardAmount,
- required Cell forwardPayload,
Implementation
NftTransfer({
required this.queryId,
required this.from,
required this.to,
this.responseTo,
required this.customPayload,
required this.forwardAmount,
required this.forwardPayload,
});