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

    Interface Attribute

    A single trait attribute (key-value pair) on an asset.

    interface Attribute {
        trait_type: string;
        value: string;
    }
    Index

    Properties

    Properties

    trait_type: string

    The trait type / category name.

    value: string

    The attribute value.