Interface NftprimarytransactionGetResponse

interface NftprimarytransactionGetResponse {
    contract_address?: string;
    offer_id?: string;
    provider?: string;
    seller_wallet_address?: string;
    status?: string;
    token_id?: string;
    transaction_id?: string;
    user_wallet_address?: string;
}

Hierarchy

  • NftprimarytransactionGetResponse
    • NftprimarytransactionGetResponse

Properties

contract_address?: string

Contract address of the asset

NftprimarytransactionGetResponse

offer_id?: string

Temporary asset id. Might be a token id if the token id is known or a generic description if it's not

NftprimarytransactionGetResponse

provider?: string

Provider name

NftprimarytransactionGetResponse

seller_wallet_address?: string

Ethereum address of the seller

NftprimarytransactionGetResponse

status?: string

Transaction status enums(created, waitingPayment, pending, completed, failed)

NftprimarytransactionGetResponse

token_id?: string

ID of the token that has been successfully minted - might or not be the same as offer_id

NftprimarytransactionGetResponse

transaction_id?: string

Transaction id

NftprimarytransactionGetResponse

user_wallet_address?: string

Wallet address that receives the minted NFT

NftprimarytransactionGetResponse