export type PriceOracleDatum = {
    price: bigint;
    expiration: bigint;
};