@arcblock/abt-did
Advanced tools
Comparing version 0.19.2 to 0.19.3
@@ -27,2 +27,4 @@ /** | ||
* | ||
* @public | ||
* @static | ||
* @param {string} appDID | ||
@@ -76,2 +78,4 @@ * @param {string} seed | ||
* | ||
* @public | ||
* @static | ||
* @param {string} sk - hex encoded secret key string | ||
@@ -90,2 +94,4 @@ * @param {object} type - wallet type, {@see @arcblock/forge-wallet#WalletType} | ||
* | ||
* @public | ||
* @static | ||
* @param {string} pk - hex encoded public key | ||
@@ -112,2 +118,4 @@ * @param {object} type - wallet type, {@see @arcblock/forge-wallet#WalletType} | ||
* | ||
* @public | ||
* @static | ||
* @param {string} did - string of the did, usually base58btc format | ||
@@ -132,2 +140,4 @@ * @param {string} pk - hex encoded publicKey string | ||
* | ||
* @public | ||
* @static | ||
* @param {object} type - wallet type, {@see @arcblock/forge-wallet#WalletType} | ||
@@ -151,2 +161,4 @@ * @returns string | ||
* | ||
* @public | ||
* @static | ||
* @param {string} did - address string | ||
@@ -198,2 +210,4 @@ * @param {boolean} [returnString=true] | ||
* | ||
* @public | ||
* @static | ||
* @param {string} did - address string | ||
@@ -220,2 +234,4 @@ * @returns {boolean} | ||
* | ||
* @public | ||
* @static | ||
* @param {string} did - address string | ||
@@ -285,2 +301,4 @@ * @param {string} sk - hex encoded secret key | ||
* | ||
* @public | ||
* @static | ||
* @param {string} token - jwt string | ||
@@ -304,2 +322,4 @@ * @param {boolean} [payloadOnly=false] | ||
* | ||
* @public | ||
* @static | ||
* @param {string} token - the jwt token | ||
@@ -364,2 +384,4 @@ * @param {string} pk - hex encoded public key | ||
* | ||
* @public | ||
* @static | ||
* @param {string} did - address string | ||
@@ -375,2 +397,4 @@ * @returns {string} | ||
* | ||
* @public | ||
* @static | ||
* @param {string} did - address string | ||
@@ -377,0 +401,0 @@ * @returns {string} |
{ | ||
"name": "@arcblock/abt-did", | ||
"version": "0.19.2", | ||
"version": "0.19.3", | ||
"description": "Javascript lib to work with ArcBlock DID", | ||
@@ -50,3 +50,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "384c601aea7cdfb652f48818f75c0c16f4189c98" | ||
"gitHead": "6997d6de3c06d59245931ebcad261a21a3ca8d1e" | ||
} |
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
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
16526
435