@btc-stamps/tx-builder - v0.1.7
    Preparing search index...

    Interface InscriptionData

    Inscription data structure for ordinals detection

    interface InscriptionData {
        contentLength?: number;
        contentType?: string;
        genesisFee?: number;
        genesisHeight?: number;
        genesisTimestamp?: number;
        id: string;
        metadata?: Record<string, any>;
        number: number;
        outputValue?: string;
        owner?: string;
        satCoinbaseHeight?: number;
        satOrdinal?: string;
        satRarity?: string;
    }
    Index

    Properties

    contentLength?: number

    Content size in bytes

    contentType?: string

    Content type (mime type)

    genesisFee?: number

    Genesis transaction fee

    genesisHeight?: number

    Genesis block height

    genesisTimestamp?: number

    Genesis timestamp

    id: string

    Unique inscription identifier

    metadata?: Record<string, any>

    Additional metadata

    number: number

    Inscription number

    outputValue?: string

    Output value

    owner?: string

    Current owner address

    satCoinbaseHeight?: number

    Coinbase height for the satoshi

    satOrdinal?: string

    Ordinal satoshi number

    satRarity?: string

    Satoshi rarity