@darkwolf/base58
Advanced tools
Comparing version 13.21.70 to 13.21.71
{ | ||
"name": "@darkwolf/base58", | ||
"version": "13.21.70", | ||
"version": "13.21.71", | ||
"description": "Base58", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -30,11 +30,11 @@ # Base58 | ||
const decodedBtc = btc58.decode(encodedBtc) | ||
``` | ||
## Methods | ||
### withAlphabet(alphabet) | ||
### encode(string) | ||
### decode(base58) | ||
### encodeInt(integer) | ||
### decodeInt(base58) | ||
### encode(input) | ||
### decode(input) | ||
### encodeInt(input) | ||
### decodeInt(input) | ||
## Error Codes | ||
#### invalid-alphabet | ||
#### invalid-input |
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
6205