@clarigen/core 4.0.2-alpha.0 → 4.0.2-alpha.1
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/{deployment-B3q-81ej.d.cts → deployment-DSHddL3l.d.mts} +2 -0
- package/dist/{deployment-bCip1x1p.d.mts → deployment-D_ahtPVB.d.cts} +2 -0
- package/dist/deployment.d.cts +1 -1
- package/dist/deployment.d.mts +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +1 -1
|
@@ -19,6 +19,7 @@ interface ContractPublishTransaction {
|
|
|
19
19
|
'contract-name': string;
|
|
20
20
|
'expected-sender': string;
|
|
21
21
|
path: string;
|
|
22
|
+
cost: string;
|
|
22
23
|
};
|
|
23
24
|
}
|
|
24
25
|
interface ContractCallTransaction {
|
|
@@ -27,6 +28,7 @@ interface ContractCallTransaction {
|
|
|
27
28
|
'expected-sender': string;
|
|
28
29
|
parameters: Readonly<string[]>;
|
|
29
30
|
method: string;
|
|
31
|
+
cost: string;
|
|
30
32
|
};
|
|
31
33
|
}
|
|
32
34
|
interface EmulatedContractCallTransaction {
|
|
@@ -19,6 +19,7 @@ interface ContractPublishTransaction {
|
|
|
19
19
|
'contract-name': string;
|
|
20
20
|
'expected-sender': string;
|
|
21
21
|
path: string;
|
|
22
|
+
cost: string;
|
|
22
23
|
};
|
|
23
24
|
}
|
|
24
25
|
interface ContractCallTransaction {
|
|
@@ -27,6 +28,7 @@ interface ContractCallTransaction {
|
|
|
27
28
|
'expected-sender': string;
|
|
28
29
|
parameters: Readonly<string[]>;
|
|
29
30
|
method: string;
|
|
31
|
+
cost: string;
|
|
30
32
|
};
|
|
31
33
|
}
|
|
32
34
|
interface EmulatedContractCallTransaction {
|
package/dist/deployment.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { S as isContractDeploymentTx, _ as flatBatch, a as ContractPublishTransaction, b as getDeploymentTxPath, c as DevnetDeploymentPlan, d as MainnetDeploymentPlan, f as RequirementPublishTransaction, g as TestnetDeploymentPlan, h as SimnetDeploymentPlan, i as ContractDeploymentTransaction, l as EmulatedContractCallTransaction, m as SimnetAccountDeployer, n as BtcTransferTransaction, o as DeploymentPlan, p as SimnetAccount, r as ContractCallTransaction, s as DeploymentTransaction, t as Batch, u as EmulatedContractPublishTransaction, v as getContractTxs, x as getIdentifierForDeploymentTx, y as getDeploymentContract } from "./deployment-
|
|
1
|
+
import { S as isContractDeploymentTx, _ as flatBatch, a as ContractPublishTransaction, b as getDeploymentTxPath, c as DevnetDeploymentPlan, d as MainnetDeploymentPlan, f as RequirementPublishTransaction, g as TestnetDeploymentPlan, h as SimnetDeploymentPlan, i as ContractDeploymentTransaction, l as EmulatedContractCallTransaction, m as SimnetAccountDeployer, n as BtcTransferTransaction, o as DeploymentPlan, p as SimnetAccount, r as ContractCallTransaction, s as DeploymentTransaction, t as Batch, u as EmulatedContractPublishTransaction, v as getContractTxs, x as getIdentifierForDeploymentTx, y as getDeploymentContract } from "./deployment-D_ahtPVB.cjs";
|
|
2
2
|
export { Batch, BtcTransferTransaction, ContractCallTransaction, ContractDeploymentTransaction, ContractPublishTransaction, DeploymentPlan, DeploymentTransaction, DevnetDeploymentPlan, EmulatedContractCallTransaction, EmulatedContractPublishTransaction, MainnetDeploymentPlan, RequirementPublishTransaction, SimnetAccount, SimnetAccountDeployer, SimnetDeploymentPlan, TestnetDeploymentPlan, flatBatch, getContractTxs, getDeploymentContract, getDeploymentTxPath, getIdentifierForDeploymentTx, isContractDeploymentTx };
|
package/dist/deployment.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { S as isContractDeploymentTx, _ as flatBatch, a as ContractPublishTransaction, b as getDeploymentTxPath, c as DevnetDeploymentPlan, d as MainnetDeploymentPlan, f as RequirementPublishTransaction, g as TestnetDeploymentPlan, h as SimnetDeploymentPlan, i as ContractDeploymentTransaction, l as EmulatedContractCallTransaction, m as SimnetAccountDeployer, n as BtcTransferTransaction, o as DeploymentPlan, p as SimnetAccount, r as ContractCallTransaction, s as DeploymentTransaction, t as Batch, u as EmulatedContractPublishTransaction, v as getContractTxs, x as getIdentifierForDeploymentTx, y as getDeploymentContract } from "./deployment-
|
|
1
|
+
import { S as isContractDeploymentTx, _ as flatBatch, a as ContractPublishTransaction, b as getDeploymentTxPath, c as DevnetDeploymentPlan, d as MainnetDeploymentPlan, f as RequirementPublishTransaction, g as TestnetDeploymentPlan, h as SimnetDeploymentPlan, i as ContractDeploymentTransaction, l as EmulatedContractCallTransaction, m as SimnetAccountDeployer, n as BtcTransferTransaction, o as DeploymentPlan, p as SimnetAccount, r as ContractCallTransaction, s as DeploymentTransaction, t as Batch, u as EmulatedContractPublishTransaction, v as getContractTxs, x as getIdentifierForDeploymentTx, y as getDeploymentContract } from "./deployment-DSHddL3l.mjs";
|
|
2
2
|
export { Batch, BtcTransferTransaction, ContractCallTransaction, ContractDeploymentTransaction, ContractPublishTransaction, DeploymentPlan, DeploymentTransaction, DevnetDeploymentPlan, EmulatedContractCallTransaction, EmulatedContractPublishTransaction, MainnetDeploymentPlan, RequirementPublishTransaction, SimnetAccount, SimnetAccountDeployer, SimnetDeploymentPlan, TestnetDeploymentPlan, flatBatch, getContractTxs, getDeploymentContract, getDeploymentTxPath, getIdentifierForDeploymentTx, isContractDeploymentTx };
|
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { h as SimnetDeploymentPlan, o as DeploymentPlan } from "./deployment-
|
|
1
|
+
import { h as SimnetDeploymentPlan, o as DeploymentPlan } from "./deployment-D_ahtPVB.cjs";
|
|
2
2
|
import { ClarityAbi as ClarityAbi$1, ClarityAbiTypeTuple as ClarityAbiTypeTuple$1, ClarityValue, ContractPrincipalCV, FungiblePostCondition, NonFungiblePostCondition, PrincipalCV, StacksTransactionWire } from "@stacks/transactions";
|
|
3
3
|
import { StacksNetwork, StacksNetworkName } from "@stacks/network";
|
|
4
4
|
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { h as SimnetDeploymentPlan, o as DeploymentPlan } from "./deployment-
|
|
1
|
+
import { h as SimnetDeploymentPlan, o as DeploymentPlan } from "./deployment-DSHddL3l.mjs";
|
|
2
2
|
import { ClarityAbi as ClarityAbi$1, ClarityAbiTypeTuple as ClarityAbiTypeTuple$1, ClarityValue, ContractPrincipalCV, FungiblePostCondition, NonFungiblePostCondition, PrincipalCV, StacksTransactionWire } from "@stacks/transactions";
|
|
3
3
|
import { StacksNetwork, StacksNetworkName } from "@stacks/network";
|
|
4
4
|
|
package/package.json
CHANGED