Okto Embedded WalletUsing Embedded Wallet
Transferring Non-Fungible Tokens
Learn how to transfer NFTs using the Okto SDK.
Methods Overview
Methods | Description |
---|---|
async transferNft | Transfer NFTs based on the provided data |
async orderDetailsNft | Fetches details of a specific NFT order based on the provided query |
Transfer NFTs
async transferNft(data)
transfers a NFT based on the provided data.
Parameters
Parameter | Type | Description |
---|---|---|
data | TransferNft | Data being provided for transferring the NFT |
Response
Success Response
Field Name | Type | Description |
---|---|---|
result | Future<TransferNftResponse> | Returns information about the NFT transferred |
Get NFT order details
async orderDetailsNft(query)
fetches details of a specific NFT order based on the provided query.
Parameters
Parameter | Type | Description |
---|---|---|
query | <NftOrderDetailsQuery> | Query provided for fetching the NFT order details |
Response
Success Response
Field Name | Type | Description |
---|---|---|
result | Future<OrderDetailsNftResponse> | Returns information about the order |