aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Human-facing metadata for vault discovery / browsing.

    This is intended for UI display and is not used for any on-chain risk or accounting logic.

    Note: The type name contains a historical misspelling ("Metatada") and is preserved for backward compatibility.

    interface PerpetualsVaultMetatada {
        curatorLogoUrl: string | undefined;
        curatorName: string | undefined;
        curatorUrl: string | undefined;
        description: string;
        extraFields: Record<string, string>;
        name: string;
    }
    Index
    curatorLogoUrl: string | undefined

    An image url for the Vault's curator. Ideally their logo.

    curatorName: string | undefined

    The Vault curator's name.

    curatorUrl: string | undefined

    A url for the Vault's curator. Ideally their website.

    description: string

    A verbose description of the Vault.

    extraFields: Record<string, string>

    Extra / optional fields for future extensibility. Recommended keys include: twitter_url.

    name: string

    A human-readable name for the Vault.