Documentation
    Preparing search index...

    Interface Coin

    interface Coin {
        address: string;
        currencyId?: string;
        feed?: string;
        priceInfoObjectId?: string;
        scalar: number;
        type: string;
    }
    Index
    address: string
    currencyId?: string
    feed?: string
    priceInfoObjectId?: string
    scalar: number
    type: string