Type Alias RawPriceData

RawPriceData: {
    dataCell: Cell;
    dict: Dictionary<bigint, bigint>;
    oracleId: number;
    pubkey: Buffer;
    signature: Buffer;
    timestamp: number;
}
MMNEPVFCICPMFPCPTTAAATR