interface Twap {
    lookbackSeconds: bigint;
    pair?: Pair;
    twap: string;
}

Properties

lookbackSeconds: bigint
pair?: Pair
twap: string