@xyo-network/key-model
Advanced tools
Comparing version 3.6.3 to 3.6.4
@@ -12,5 +12,5 @@ import type { EllipticKeyInstance } from './EllipticKey.ts'; | ||
export interface PrivateKeyStatic { | ||
create(value: ArrayBufferLike): Promise<PrivateKeyInstance>; | ||
create(value: ArrayBufferLike | bigint): Promise<PrivateKeyInstance>; | ||
isPrivateKey(value: unknown): boolean; | ||
} | ||
//# sourceMappingURL=PrivateKey.d.ts.map |
@@ -12,5 +12,5 @@ import type { EllipticKeyInstance } from './EllipticKey.ts'; | ||
export interface PrivateKeyStatic { | ||
create(value: ArrayBufferLike): Promise<PrivateKeyInstance>; | ||
create(value: ArrayBufferLike | bigint): Promise<PrivateKeyInstance>; | ||
isPrivateKey(value: unknown): boolean; | ||
} | ||
//# sourceMappingURL=PrivateKey.d.ts.map |
@@ -12,5 +12,5 @@ import type { EllipticKeyInstance } from './EllipticKey.ts'; | ||
export interface PrivateKeyStatic { | ||
create(value: ArrayBufferLike): Promise<PrivateKeyInstance>; | ||
create(value: ArrayBufferLike | bigint): Promise<PrivateKeyInstance>; | ||
isPrivateKey(value: unknown): boolean; | ||
} | ||
//# sourceMappingURL=PrivateKey.d.ts.map |
{ | ||
"name": "@xyo-network/key-model", | ||
"version": "3.6.3", | ||
"version": "3.6.4", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
@@ -32,3 +32,3 @@ "homepage": "https://xyo.network", | ||
"dependencies": { | ||
"@xyo-network/data": "^3.6.3" | ||
"@xyo-network/data": "^3.6.4" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
@@ -15,4 +15,4 @@ import type { EllipticKeyInstance } from './EllipticKey.ts' | ||
export interface PrivateKeyStatic { | ||
create(value: ArrayBufferLike): Promise<PrivateKeyInstance> | ||
create(value: ArrayBufferLike | bigint): Promise<PrivateKeyInstance> | ||
isPrivateKey(value: unknown): boolean | ||
} |
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
23752
Updated@xyo-network/data@^3.6.4