Helius SDK - v2.2.2
    Preparing search index...

    Interface Inscription

    On-chain inscription data attached to an asset.

    interface Inscription {
        authority?: string;
        contentType?: string;
        encoding?: string;
        inscriptionDataAccount?: string;
        order?: number;
        size?: number;
        validationHash?: string;
    }
    Index

    Properties

    authority?: string

    Authority over the inscription.

    contentType?: string

    MIME type of the inscribed content (e.g. "text/plain").

    encoding?: string

    Encoding used for the inscribed data.

    inscriptionDataAccount?: string

    On-chain account storing the raw inscription data.

    order?: number

    Ordinal order of the inscription.

    size?: number

    Size of the inscription in bytes.

    validationHash?: string

    Hash used to validate inscription integrity.