interface OracleTwapSDKType {
    denom: string;
    lookback_seconds: bigint;
    twap: string;
}

Properties

denom: string
lookback_seconds: bigint
twap: string