@cfxlabsinc/b2b-services
    Preparing search index...

    Interface UtilaReferencedAsset

    The asset record utila_asset is upserted from.

    interface UtilaReferencedAsset {
        decimals?: number;
        displayName?: string;
        name?: string;
        network?: string;
        symbol?: string;
        type?: string;
    }
    Index
    decimals?: number
    displayName?: string
    name?: string

    assets/{asset_id}.

    network?: string

    networks/{network_id}.

    symbol?: string
    type?: string