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

    Interface Content

    Off-chain content associated with an asset.

    interface Content {
        $schema: string;
        files?: File[];
        json_uri: string;
        links?: Links;
        metadata: Metadata;
    }
    Index

    Properties

    $schema: string

    JSON schema identifier for the metadata format.

    files?: File[]

    Associated media files.

    json_uri: string

    URI pointing to the JSON metadata for the asset, typically hosted on Arweave or other decentralized storage.

    links?: Links

    External links (website, image, animation).

    metadata: Metadata

    Parsed metadata (name, symbol, description, attributes).