interface OracleTwap {
    denom: string;
    lookbackSeconds: bigint;
    twap: string;
}

Properties

denom: string
lookbackSeconds: bigint
twap: string