Type alias NftBuyResponse

NftBuyResponse: {
    buyer_address: string;
    currency_symbol: string;
    encoded_transaction: string;
    marketplace_address: string;
    network: Network;
    nft_address: string;
    price: number;
    purchase_receipt?: string;
    seller_address: string;
    transaction_version: TransactionVersion;
}

Type declaration

  • buyer_address: string
  • currency_symbol: string
  • encoded_transaction: string
  • marketplace_address: string
  • network: Network
  • nft_address: string
  • price: number
  • Optional purchase_receipt?: string
  • seller_address: string
  • transaction_version: TransactionVersion

Generated using TypeDoc