@meshsdk/core
Advanced tools
Comparing version 1.5.11-beta.5 to 1.5.11-beta.6
@@ -259,3 +259,2 @@ import { Action, Asset, Data, LanguageVersion, Protocol, UTxO } from '@mesh/common/types'; | ||
private makePlutusScriptSource; | ||
protected removeDuplicateInputs: () => void; | ||
private addAllInputs; | ||
@@ -262,0 +261,0 @@ private addTxIn; |
@@ -18,2 +18,4 @@ import { IInitiator } from '@mesh/common/contracts'; | ||
constructor(options?: Partial<CreateTxOptions>); | ||
static attachMetadata(cborTx: string, cborTxMetadata: string, era?: Era): string; | ||
static deattachMetadata(cborTx: string): string; | ||
static maskMetadata(cborTx: string, era?: Era): string; | ||
@@ -31,3 +33,3 @@ static readMetadata(cborTx: string): string; | ||
script: PlutusScript | UTxO; | ||
datum: Data | UTxO; | ||
datum?: Data | UTxO; | ||
redeemer?: Action; | ||
@@ -34,0 +36,0 @@ }): Transaction; |
@@ -6,3 +6,3 @@ { | ||
"author": "MeshJS", | ||
"version": "1.5.11-beta.5", | ||
"version": "1.5.11-beta.6", | ||
"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
363926
6327