@notabene/javascript-sdk 2.4.0 → 2.4.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 +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -381,8 +381,6 @@ If any error occurs, the `error` event is passed containing a message.
|
|
|
381
381
|
withdrawal.on('error', {message} => ...)
|
|
382
382
|
```
|
|
383
383
|
|
|
384
|
-
Error types can be found [here](./docs/types/enumerations/ErrorIdentifierCode.md) object.
|
|
385
|
-
|
|
386
384
|
## Transaction parameters
|
|
387
385
|
|
|
388
386
|
### Asset specification
|
package/package.json
CHANGED