@meshsdk/core
Advanced tools
Comparing version 1.5.21 to 1.5.22
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 @@ * |
@@ -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
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
462328
8040