thetadatadx 8.0.9 → 8.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/index.d.ts +804 -115
- package/index.js +58 -52
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -109,7 +109,7 @@ npm run build # requires Rust stable + protoc
|
|
|
109
109
|
|
|
110
110
|
## API reference
|
|
111
111
|
|
|
112
|
-
|
|
112
|
+
Every historical endpoint from `endpoint_surface.toml` is exposed as a camelCase method on `ThetaDataDx`. See `index.d.ts` for the complete method list with JSDoc comments.
|
|
113
113
|
|
|
114
114
|
## Docs
|
|
115
115
|
|