Interface

WithdrawNftOffChainResponse

WithdrawNftOffChainResponse

Properties:
Name Type Attributes Description
id number

The unique asset ID of the NFTs

createdAt string

The created time of withdraw nft transaction

updatedAt string

The updated time of withdraw nft transaction

starkKey string

The stark key of the owner for the assets/NFTs

uri string

The uri of the NFTs to point and locate to the off-chain metadata

assetType AssetType

The type of mintable token

tokenId string

The unique token ID for the NFTs

tokenAddress string

The smart contract address of the token/NFTs

status AssetStatus

The status of the asset

name string <optional>

Name of the assets/NFTs

imageUrl string <optional>

The image URL to represent image for the NFTs

description string <optional>

The description about the assets

collectionId number

The collection id contains the NFTs

metadata Object | any

The metadata object of the NFTs/assets

publicId string

The public ID with uuid format for the assets/NFTs

assetMintId string <optional>

The hex string for the minted asset ID

transactionId number

The transaction ID uniquely in Myria system for tracking status

View Source types/WithdrawType.ts, line 78