Interface TensorSale

Tensor Sale Activity

interface TensorSale {
    buyer: string;
    mint: string;
    price: number;
    seller: string;
    source: string;
    timestamp: number;
    txId: string;
}

Properties

buyer: string

Buyer wallet

mint: string

NFT mint address

price: number

Sale price in lamports

seller: string

Seller wallet

source: string

Marketplace source

timestamp: number

Sale timestamp (Unix seconds)

txId: string

Transaction signature