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

    Interface PoolCreationLpCoinMetadata

    Metadata for the newly published LP coin, specifying name, symbol, and optional icon URL.

    interface PoolCreationLpCoinMetadata {
        iconUrl?: string;
        name: string;
        symbol: string;
    }
    Index
    iconUrl?: string

    An optional URL for the LP coin icon.

    name: string

    The display name for the newly published LP coin.

    symbol: string

    The ticker symbol for the newly published LP coin.