@xyo-network/wallet-model
Advanced tools
Comparing version 3.4.2 to 3.5.0
@@ -23,5 +23,5 @@ import type { Hex } from '@xylabs/hex'; | ||
fromPhrase(mnemonic: string, path?: string): Promise<T>; | ||
fromSeed(seed: string | ArrayBuffer): Promise<T>; | ||
fromSeed(seed: string | ArrayBufferLike): Promise<T>; | ||
random(): any; | ||
} | ||
//# sourceMappingURL=Wallet.d.ts.map |
@@ -23,5 +23,5 @@ import type { Hex } from '@xylabs/hex'; | ||
fromPhrase(mnemonic: string, path?: string): Promise<T>; | ||
fromSeed(seed: string | ArrayBuffer): Promise<T>; | ||
fromSeed(seed: string | ArrayBufferLike): Promise<T>; | ||
random(): any; | ||
} | ||
//# sourceMappingURL=Wallet.d.ts.map |
@@ -23,5 +23,5 @@ import type { Hex } from '@xylabs/hex'; | ||
fromPhrase(mnemonic: string, path?: string): Promise<T>; | ||
fromSeed(seed: string | ArrayBuffer): Promise<T>; | ||
fromSeed(seed: string | ArrayBufferLike): Promise<T>; | ||
random(): any; | ||
} | ||
//# sourceMappingURL=Wallet.d.ts.map |
{ | ||
"name": "@xyo-network/wallet-model", | ||
"version": "3.4.2", | ||
"version": "3.5.0", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
@@ -32,4 +32,4 @@ "homepage": "https://xyo.network", | ||
"dependencies": { | ||
"@xylabs/hex": "^4.3.13", | ||
"@xyo-network/account-model": "^3.4.2" | ||
"@xylabs/hex": "^4.4.4", | ||
"@xyo-network/account-model": "^3.5.0" | ||
}, | ||
@@ -40,3 +40,3 @@ "devDependencies": { | ||
"ethers": "^6.13.4", | ||
"typescript": "^5.6.3" | ||
"typescript": "^5.7.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "peerDependencies": { |
@@ -27,5 +27,5 @@ import type { Hex } from '@xylabs/hex' | ||
fromPhrase(mnemonic: string, path?: string): Promise<T> | ||
fromSeed(seed: string | ArrayBuffer): Promise<T> | ||
fromSeed(seed: string | ArrayBufferLike): Promise<T> | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
random(): any | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18759
Updated@xylabs/hex@^4.4.4