Type alias NftTransferMessage
NftTransferMessage: { customPayload: Cell | null; forwardAmount: bigint; forwardPayload: Cell | null; newOwner: Address; queryId: bigint; responseDestination: Address | null; } Type declaration
customPayload: Cell | null
forwardAmount: bigint
forwardPayload: Cell | null
queryId: bigint
responseDestination: Address | null