miden-client-web 0.9.2

Web Client library that facilitates interaction with the Miden rollup
1
2
3
4
5
6
7
8
{
  "entryPoints": ["./dist/crates/miden_client_web.d.ts"],
  "tsconfig": "./tsconfig.docs.json",
  "readme": "none",
  "out": "../../docs/src/web-client/api",
  "plugin": ["typedoc-plugin-markdown"],
  "disableSources": true
}