Interface PythPriceFeedIDItem

interface PythPriceFeedIDItem {
    attributes: { asset_type: string; base: string };
    id: string;
}

Properties

Properties

attributes: { asset_type: string; base: string }
id: string