@meshsdk/core
Advanced tools
Comparing version 1.5.20 to 1.5.21
@@ -5,2 +5,13 @@ import { csl } from '@mesh/core'; | ||
import type { DataSignature } from '@mesh/common/types'; | ||
export declare type AppWalletKeyType = { | ||
type: 'root'; | ||
bech32: string; | ||
} | { | ||
type: 'cli'; | ||
payment: string; | ||
stake?: string; | ||
} | { | ||
type: 'mnemonic'; | ||
words: string[]; | ||
}; | ||
export declare type CreateAppWalletOptions = { | ||
@@ -10,13 +21,3 @@ networkId: number; | ||
submitter?: ISubmitter; | ||
key: { | ||
type: 'root'; | ||
bech32: string; | ||
} | { | ||
type: 'cli'; | ||
payment: string; | ||
stake?: string; | ||
} | { | ||
type: 'mnemonic'; | ||
words: string[]; | ||
}; | ||
key: AppWalletKeyType; | ||
}; | ||
@@ -23,0 +24,0 @@ export declare class AppWallet implements IInitiator, ISigner, ISubmitter { |
@@ -6,3 +6,3 @@ { | ||
"author": "MeshJS", | ||
"version": "1.5.20", | ||
"version": "1.5.21", | ||
"license": "Apache-2.0", | ||
@@ -9,0 +9,0 @@ "type": "module", |
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
461710
8028