@meshsdk/contract 1.9.0-beta.103 → 1.9.0-beta.105
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +100 -68587
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +135 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +13 -10
- package/dist/index.cjs +0 -68511
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _meshsdk_common from '@meshsdk/common';
|
|
2
|
-
import {
|
|
2
|
+
import { ConStr1, PubKeyAddress, Value, ConStr0 as ConStr0$1, Integer as Integer$1, CurrencySymbol, TokenName, AssetMetadata, Asset as Asset$1, UTxO as UTxO$1, BuiltinByteString as BuiltinByteString$1, PlutusScript, TxInput as TxInput$1 } from '@meshsdk/common';
|
|
3
3
|
import { MeshTxBuilder, IFetcher, IWallet, LanguageVersion, UTxO, ConStr0, BuiltinByteString, ScriptAddress, Integer, NativeScript, Asset } from '@meshsdk/core';
|
|
4
4
|
|
|
5
5
|
type MeshTxInitiatorInput = {
|
|
@@ -598,7 +598,7 @@ type BlacklistBootstrap = {
|
|
|
598
598
|
};
|
|
599
599
|
type ProtocolBootstrapParams = {
|
|
600
600
|
protocolParams: ProtocolParams;
|
|
601
|
-
|
|
601
|
+
programmableLogicGlobalParams: ProgrammableLogicGlobalParams;
|
|
602
602
|
programmableLogicBaseParams: ProgrammableLogicBaseParams;
|
|
603
603
|
issuanceParams: IssuanceParams;
|
|
604
604
|
directoryMintParams: DirectoryMintParams;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _meshsdk_common from '@meshsdk/common';
|
|
2
|
-
import {
|
|
2
|
+
import { ConStr1, PubKeyAddress, Value, ConStr0 as ConStr0$1, Integer as Integer$1, CurrencySymbol, TokenName, AssetMetadata, Asset as Asset$1, UTxO as UTxO$1, BuiltinByteString as BuiltinByteString$1, PlutusScript, TxInput as TxInput$1 } from '@meshsdk/common';
|
|
3
3
|
import { MeshTxBuilder, IFetcher, IWallet, LanguageVersion, UTxO, ConStr0, BuiltinByteString, ScriptAddress, Integer, NativeScript, Asset } from '@meshsdk/core';
|
|
4
4
|
|
|
5
5
|
type MeshTxInitiatorInput = {
|
|
@@ -598,7 +598,7 @@ type BlacklistBootstrap = {
|
|
|
598
598
|
};
|
|
599
599
|
type ProtocolBootstrapParams = {
|
|
600
600
|
protocolParams: ProtocolParams;
|
|
601
|
-
|
|
601
|
+
programmableLogicGlobalParams: ProgrammableLogicGlobalParams;
|
|
602
602
|
programmableLogicBaseParams: ProgrammableLogicBaseParams;
|
|
603
603
|
issuanceParams: IssuanceParams;
|
|
604
604
|
directoryMintParams: DirectoryMintParams;
|