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.21 to 1.5.22

9

dist/transaction/transaction.service.d.ts
import { IInitiator } from '@mesh/common/contracts';
import type { Action, Asset, Data, Era, Mint, Protocol, PlutusScript, PoolParams, Recipient, Token, UTxO } from '@mesh/common/types';
import type { Action, Asset, Data, Era, Mint, Protocol, NativeScript, PlutusScript, PoolParams, Recipient, Token, UTxO } from '@mesh/common/types';
export declare class Transaction {

@@ -104,2 +104,9 @@ private _changeAddress?;

/**
* Sets the native script for the transaction.
* @param {NativeScript} script The native script to spend from.
* @param {UTxO} utxo The UTxO attached to the script.
* @returns {Transaction} The Transaction object.
*/
setNativeScriptInput(script: NativeScript, utxo: UTxO): Transaction;
/**
* Sets the start slot for the transaction.

@@ -106,0 +113,0 @@ *

2

package.json

@@ -6,3 +6,3 @@ {

"author": "MeshJS",
"version": "1.5.21",
"version": "1.5.22",
"license": "Apache-2.0",

@@ -9,0 +9,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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