Skip to content

sui_v1.5.0_1687112881_ci

@amnn amnn tagged this 18 Jun 17:59
## Description

`TimeRange` expects its parameters to be given in `camelCase` and
accepts its numeric arguments as strings.

## Test Plan

The following should work:

```
const provider = new JsonRpcProvider(mainnetConnection);
console.log(await provider.queryEvents({
    query: {
        TimeRange: {
            startTime: "1686050221271",
            endTime: "1686690000000",
        },
    },
    limit: 1000
}));
```
Assets 2
Loading