Hedera
Search…
⌃K
Hedera
Search…
⌃K
Welcome to Hedera — let’s build the future
Getting Started
Tutorials
Networks
Core Concepts
SDKs & APIs
SDKs
REST API
Hedera Consensus Service gRPC API
Hedera APIs
Basic Types
AccountAmount
AccountID
ContractID
CryptoAllowance
CurrentAndNextFeeSchedule
FeeComponents
FeeData
FeeSchedule
FileID
Fraction
HederaFunctionality
Key
KeyList
NftAllowance
NftTransfer
NodeAddress
NodeAddressBook
RealmID
ScheduleID
SemanticVersion
ServicesConfigurationList
ServiceEndpoint
Setting
ShardID
Signature
SignatureList
SignatureMap
SignaturePair
SubType
TransferList
TransactionID
ThresholdKey
ThresholdSignature
TokenAllowance
TokenBalance
TokenBalances
TokenFreezeStatus
TokenPauseStatus
TokenID
TokenKycStatus
TokenRelationship
TokenTransferList
TokenType
TokenSupplyType
TopicID
TransactionFeeSchedule
Cryptocurrency Accounts
Consensus Service
Schedule Service
Token Service
File Service
Smart Contracts
Miscellaneous
Deprecated
Support & Community
Powered By GitBook

NftTransfer

A sender account, a receiver account, and the serial number of an NFT of a Token with NON_FUNGIBLE_UNIQUE type.
Field
Type
Description
senderAccountID
​AccountID​
The accountID of the sender
receiverAccountID
​AccountID​
The accountID of the receiver
serialNumber
int64
The serial number of the NFT
is_approval
bool
If true then the transfer is expected to be an approved allowance and the senderAccountID is expected to be the owner. The default is false (omitted).
Previous
NftAllowance
Next
NodeAddress
Last modified 1mo ago
Copy link
Edit on GitHub