eosio-wasm-js
Advanced tools
Comparing version 2.1.1 to 3.0.0
{ | ||
"name": "eosio-wasm-js", | ||
"version": "2.1.1", | ||
"description": "A utility tool that serialises EOSIO based blockchain types to WebAssembly hex string.", | ||
"version": "3.0.0", | ||
"description": "A utility tool that serialises EOSIO and Antelope based blockchain action data to WebAssembly hex string.", | ||
"main": "public/index.js", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -22,33 +22,2 @@ # eosio-wasm-js | ||
- [Object serialize](#object-serialize) | ||
- [function serialize_actions](#function-serialize_actions) | ||
## Object serialize | ||
The core object that contains all the EOSIO based types to serialize. | ||
### Examples | ||
_Ways to `require`._ | ||
> ```js | ||
> const serialize = require('eosio-wasm-js') | ||
> ``` | ||
_Ways to `import`._ | ||
> ```js | ||
> import serialize from 'eosio-wasm-js' | ||
> ``` | ||
_Serialize EOSIO name type._ | ||
> ```js | ||
> serialize_name('eosio') | ||
> ``` | ||
> | ||
> The logged output was 0000000000ea3055 | ||
--- | ||
## function serialize_actions | ||
@@ -55,0 +24,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5446
4
11
31
1