interface QueryGetTwapsRequest {
    contractAddr: string;
    lookbackSeconds: bigint;
}

Properties

contractAddr: string
lookbackSeconds: bigint