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

@emurgo/yoroi-lib-core

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emurgo/yoroi-lib-core - npm Package Compare versions

Comparing version 0.1.0-alpha.11 to 0.1.0-alpha.12

4

dist/internals/tx.d.ts

@@ -73,5 +73,9 @@ import * as WasmContract from './wasm-contract';

readonly metadata: ReadonlyArray<TxMetadata>;
readonly certificates: WasmContract.Certificates;
readonly withdrawals: WasmContract.Withdrawals;
readonly ttl: number | undefined;
readonly encodedTx: string;
readonly hash: WasmContract.TransactionHash;
sign(keyLevel: number, privateKey: string, stakingKeyWits: Set<string>, metadata: ReadonlyArray<TxMetadata>): Promise<SignedTx>;
}
export declare function genWasmUnsignedTx(wasm: WasmContract.WasmModuleProxy, txBuilder: WasmContract.TransactionBuilder, senderUtxos: CardanoAddressedUtxo[], change: ReadonlyArray<Change>, defaults: DefaultTokenEntry, networkId: number, metadata: ReadonlyArray<TxMetadata>): Promise<WasmUnsignedTx>;

2

package.json
{
"name": "@emurgo/yoroi-lib-core",
"version": "0.1.0-alpha.11",
"version": "0.1.0-alpha.12",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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