Interface PriceData

Basic price data structure Simplified version of RawPriceData for internal processing

interface PriceData {
    dataCell: Cell;
    dict: Dictionary<bigint, bigint>;
}

Properties

Properties

dataCell: Cell

Serialized data cell containing price information uses for smartcontract

dict: Dictionary<bigint, bigint>

Dictionary mapping asset IDs to their prices