@ar.io/sdk 3.3.0 → 3.3.1-alpha.1
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 +3 -0
- package/bundles/web.bundle.min.js +2 -2
- package/lib/cjs/constants.js +1 -1
- package/lib/cjs/version.js +1 -1
- package/lib/esm/constants.js +1 -1
- package/lib/esm/version.js +1 -1
- package/lib/types/constants.d.ts +1 -1
- package/lib/types/version.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -990,6 +990,8 @@ const vaults = await ario.getAllGatewayVaults({
|
|
|
990
990
|
}
|
|
991
991
|
```
|
|
992
992
|
|
|
993
|
+
</details>
|
|
994
|
+
|
|
993
995
|
#### `increaseOperatorStake({ qty })`
|
|
994
996
|
|
|
995
997
|
Increases the callers operator stake. Must be executed with a wallet registered as a gateway operator.
|
|
@@ -1112,6 +1114,7 @@ const delegates = await ario.getAllDelegates({
|
|
|
1112
1114
|
}
|
|
1113
1115
|
```
|
|
1114
1116
|
|
|
1117
|
+
</details>
|
|
1115
1118
|
### Arweave Name System (ArNS)
|
|
1116
1119
|
|
|
1117
1120
|
#### `buyRecord({ name, type, years, processId })`
|