Interface UpdateTransactionHashData

Hierarchy

  • UpdateTransactionHashData

Properties

updateTransactionHash?: {
    newNFTID: string;
    order?: {
        fixedPrice: number;
        id: string;
        nftTokenId: string;
        price: NFTPrice[];
    };
    success: boolean;
}

Type declaration

  • newNFTID: string
  • Optional order?: {
        fixedPrice: number;
        id: string;
        nftTokenId: string;
        price: NFTPrice[];
    }
    • fixedPrice: number
    • id: string
    • nftTokenId: string
    • price: NFTPrice[]
  • success: boolean