Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@meshsdk/core

Package Overview
Dependencies
Maintainers
3
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meshsdk/core - npm Package Compare versions

Comparing version 1.5.20 to 1.5.21

23

dist/wallet/app.service.d.ts

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc