@xyo-network/wallet-model
Advanced tools
Comparing version
export interface WordlistInstance { | ||
locale: string; | ||
/** | ||
* Maps an 11-bit value into its coresponding word in the list. | ||
* Maps an 11-bit value into its corresponding word in the list. | ||
* | ||
@@ -6,0 +6,0 @@ * Sub-classes MUST override this. |
{ | ||
"name": "@xyo-network/wallet-model", | ||
"version": "3.14.1", | ||
"version": "3.14.2", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
@@ -33,3 +33,3 @@ "homepage": "https://xyo.network", | ||
"@xylabs/hex": "^4.8.7", | ||
"@xyo-network/account-model": "^3.14.1" | ||
"@xyo-network/account-model": "^3.14.2" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
@@ -5,3 +5,3 @@ export interface WordlistInstance { | ||
/** | ||
* Maps an 11-bit value into its coresponding word in the list. | ||
* Maps an 11-bit value into its corresponding word in the list. | ||
* | ||
@@ -8,0 +8,0 @@ * Sub-classes MUST override this. |
16968
0.01%