interface AuctionLastBidTx {
    accountId: string;
    fee: bigint;
    name: string;
    nameFee?: bigint;
    nameId: `nm_${string}`;
    nameSalt: number;
    nonce?: number;
    ttl?: number;
    type: string;
    version: number;
}

Hierarchy (View Summary)

Properties

accountId: string

Base58Check encoded tagged pubkey

fee: bigint
name: string
nameFee?: bigint
nameId: `nm_${string}`

AENS name hash

nameSalt: number
nonce?: number
ttl?: number
type: string
version: number