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

    Interface Metadata

    Standard metadata fields for an asset.

    interface Metadata {
        attributes?: Attribute[];
        description: string;
        name: string;
        symbol: string;
        token_standard?: TokenType;
    }
    Index

    Properties

    attributes?: Attribute[]

    Key-value trait attributes.

    description: string

    Human-readable description.

    name: string

    Display name.

    symbol: string

    Ticker symbol.

    token_standard?: TokenType

    Token standard classification.