interface TwapSDKType {
    lookbackSeconds: bigint;
    pair?: PairSDKType;
    twap: string;
}

Properties

lookbackSeconds: bigint
twap: string