@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 CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as _meshsdk_common from '@meshsdk/common';
2
- import { ConStr0 as ConStr0$1, PubKeyAddress, Value, ConStr1, 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';
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
- programmableLogicGlobalPrams: ProgrammableLogicGlobalParams;
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 { ConStr0 as ConStr0$1, PubKeyAddress, Value, ConStr1, 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';
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
- programmableLogicGlobalPrams: ProgrammableLogicGlobalParams;
601
+ programmableLogicGlobalParams: ProgrammableLogicGlobalParams;
602
602
  programmableLogicBaseParams: ProgrammableLogicBaseParams;
603
603
  issuanceParams: IssuanceParams;
604
604
  directoryMintParams: DirectoryMintParams;