Interface NftprimarytransactionCreateResponse

interface NftprimarytransactionCreateResponse {
    contract_address?: string;
    offer_id?: string;
    provider?: string;
    seller_wallet_address?: string;
    token_id?: string;
    transaction_id?: string;
    url?: string;
    user_wallet_address?: string;
}

Hierarchy

  • NftprimarytransactionCreateResponse
    • NftprimarytransactionCreateResponse

Properties

contract_address?: string

Contract address of the asset to be created

NftprimarytransactionCreateResponse

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

NftprimarytransactionCreateResponse

provider?: string

Provider name

NftprimarytransactionCreateResponse

seller_wallet_address?: string

Wallet address that will receive the payment (in crypto) from the checkout provider for the minted NFT

NftprimarytransactionCreateResponse

token_id?: string

ID of the token that has been successfully minted - should be the same as offer_id

NftprimarytransactionCreateResponse

transaction_id?: string

Transaction id

NftprimarytransactionCreateResponse

url?: string

NFT purchase URL given by the checkout provider that the user can use to complete payment

NftprimarytransactionCreateResponse

user_wallet_address?: string

Ethereum address of the user who wants to create transaction

NftprimarytransactionCreateResponse