Documentation
    Preparing search index...
    interface Coin {
        address: string;
        feed?: string;
        metadataId?: string;
        priceInfoObjectId?: string;
        scalar: number;
        type: string;
    }
    Index

    Properties

    address: string
    feed?: string
    metadataId?: string
    priceInfoObjectId?: string
    scalar: number
    type: string