🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@xyo-network/wallet-model

Package Overview
Dependencies
Maintainers
5
Versions
784
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/wallet-model - npm Package Compare versions

Comparing version

to
3.14.2

2

dist/types/Wordlist.d.ts
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.