@clarigen/boot 4.0.0 → 4.0.2-alpha.0

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.
Files changed (41) hide show
  1. package/dist/clarigen-types-BDegfBuU.mjs +2 -0
  2. package/dist/clarigen-types-BDegfBuU.mjs.map +1 -0
  3. package/dist/clarigen-types-D3BwZLwz.cjs +2 -0
  4. package/dist/clarigen-types-D3BwZLwz.cjs.map +1 -0
  5. package/dist/index.cjs +1 -2
  6. package/dist/index.d.cts +4497 -4495
  7. package/dist/index.d.mts +4540 -0
  8. package/dist/index.mjs +1 -0
  9. package/dist/mainnet-BwcRC3R5.d.cts +12725 -0
  10. package/dist/mainnet-Cpz4Ao3O.d.mts +12725 -0
  11. package/dist/mainnet-DGEeZTGz.cjs +2 -0
  12. package/dist/mainnet-DGEeZTGz.cjs.map +1 -0
  13. package/dist/mainnet-DrWolpBm.mjs +2 -0
  14. package/dist/mainnet-DrWolpBm.mjs.map +1 -0
  15. package/dist/mainnet.cjs +1 -2
  16. package/dist/mainnet.d.cts +2 -12734
  17. package/dist/mainnet.d.mts +2 -0
  18. package/dist/mainnet.mjs +1 -0
  19. package/dist/testnet-B32a2Oaq.d.cts +12725 -0
  20. package/dist/testnet-CKoCgHsR.d.mts +12725 -0
  21. package/dist/testnet-xo0U-u1n.cjs +2 -0
  22. package/dist/testnet-xo0U-u1n.cjs.map +1 -0
  23. package/dist/testnet-ztSH7N-h.mjs +2 -0
  24. package/dist/testnet-ztSH7N-h.mjs.map +1 -0
  25. package/dist/testnet.cjs +1 -2
  26. package/dist/testnet.d.cts +2 -12734
  27. package/dist/testnet.d.mts +2 -0
  28. package/dist/testnet.mjs +1 -0
  29. package/package.json +17 -14
  30. package/dist/index.cjs.map +0 -1
  31. package/dist/index.d.ts +0 -4538
  32. package/dist/index.js +0 -2
  33. package/dist/index.js.map +0 -1
  34. package/dist/mainnet.cjs.map +0 -1
  35. package/dist/mainnet.d.ts +0 -12734
  36. package/dist/mainnet.js +0 -2
  37. package/dist/mainnet.js.map +0 -1
  38. package/dist/testnet.cjs.map +0 -1
  39. package/dist/testnet.d.ts +0 -12734
  40. package/dist/testnet.js +0 -2
  41. package/dist/testnet.js.map +0 -1
@@ -0,0 +1,4540 @@
1
+ import { s as mainnet } from "./mainnet-Cpz4Ao3O.mjs";
2
+ import { p as testnet } from "./testnet-CKoCgHsR.mjs";
3
+ import * as _clarigen_core11771 from "@clarigen/core";
4
+ import { Response, TypedAbiArg, TypedAbiFunction, TypedAbiMap } from "@clarigen/core";
5
+
6
+ //#region src/clarigen-types.d.ts
7
+ declare const contracts: {
8
+ readonly bns: {
9
+ readonly functions: {
10
+ readonly computeNamePrice: TypedAbiFunction<[name: TypedAbiArg<Uint8Array, "name">, priceFunction: TypedAbiArg<{
11
+ base: number | bigint;
12
+ buckets: number | bigint[];
13
+ coeff: number | bigint;
14
+ noVowelDiscount: number | bigint;
15
+ nonalphaDiscount: number | bigint;
16
+ }, "priceFunction">], bigint>;
17
+ readonly getExpAtIndex: TypedAbiFunction<[buckets: TypedAbiArg<number | bigint[], "buckets">, index: TypedAbiArg<number | bigint, "index">], bigint>;
18
+ readonly hasInvalidChars: TypedAbiFunction<[name: TypedAbiArg<Uint8Array, "name">], boolean>;
19
+ readonly hasNonalphaChars: TypedAbiFunction<[name: TypedAbiArg<Uint8Array, "name">], boolean>;
20
+ readonly hasVowelsChars: TypedAbiFunction<[name: TypedAbiArg<Uint8Array, "name">], boolean>;
21
+ readonly isCharValid: TypedAbiFunction<[char: TypedAbiArg<Uint8Array, "char">], boolean>;
22
+ readonly isDigit: TypedAbiFunction<[char: TypedAbiArg<Uint8Array, "char">], boolean>;
23
+ readonly isLowercaseAlpha: TypedAbiFunction<[char: TypedAbiArg<Uint8Array, "char">], boolean>;
24
+ readonly isNamespaceAvailable: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">], boolean>;
25
+ readonly isNonalpha: TypedAbiFunction<[char: TypedAbiArg<Uint8Array, "char">], boolean>;
26
+ readonly isSpecialChar: TypedAbiFunction<[char: TypedAbiArg<Uint8Array, "char">], boolean>;
27
+ readonly isVowel: TypedAbiFunction<[char: TypedAbiArg<Uint8Array, "char">], boolean>;
28
+ readonly max: TypedAbiFunction<[a: TypedAbiArg<number | bigint, "a">, b: TypedAbiArg<number | bigint, "b">], bigint>;
29
+ readonly min: TypedAbiFunction<[a: TypedAbiArg<number | bigint, "a">, b: TypedAbiArg<number | bigint, "b">], bigint>;
30
+ readonly mintOrTransferName_q: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">, name: TypedAbiArg<Uint8Array, "name">, beneficiary: TypedAbiArg<string, "beneficiary">], Response<boolean, bigint>>;
31
+ readonly nameLeaseStartedAt_q: TypedAbiFunction<[namespaceLaunchedAt: TypedAbiArg<number | bigint | null, "namespaceLaunchedAt">, namespaceRevealedAt: TypedAbiArg<number | bigint, "namespaceRevealedAt">, nameProps: TypedAbiArg<{
32
+ importedAt: number | bigint | null;
33
+ registeredAt: number | bigint | null;
34
+ revokedAt: number | bigint | null;
35
+ zonefileHash: Uint8Array;
36
+ }, "nameProps">], Response<bigint, bigint>>;
37
+ readonly updateNameOwnership_q: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">, name: TypedAbiArg<Uint8Array, "name">, from: TypedAbiArg<string, "from">, to: TypedAbiArg<string, "to">], Response<boolean, bigint>>;
38
+ readonly updateZonefileAndProps: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">, name: TypedAbiArg<Uint8Array, "name">, registeredAt: TypedAbiArg<number | bigint | null, "registeredAt">, importedAt: TypedAbiArg<number | bigint | null, "importedAt">, revokedAt: TypedAbiArg<number | bigint | null, "revokedAt">, zonefileHash: TypedAbiArg<Uint8Array, "zonefileHash">, op: TypedAbiArg<string, "op">], boolean>;
39
+ readonly nameImport: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">, name: TypedAbiArg<Uint8Array, "name">, beneficiary: TypedAbiArg<string, "beneficiary">, zonefileHash: TypedAbiArg<Uint8Array, "zonefileHash">], Response<boolean, bigint>>;
40
+ readonly namePreorder: TypedAbiFunction<[hashedSaltedFqn: TypedAbiArg<Uint8Array, "hashedSaltedFqn">, stxToBurn: TypedAbiArg<number | bigint, "stxToBurn">], Response<bigint, bigint>>;
41
+ readonly nameRegister: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">, name: TypedAbiArg<Uint8Array, "name">, salt: TypedAbiArg<Uint8Array, "salt">, zonefileHash: TypedAbiArg<Uint8Array, "zonefileHash">], Response<boolean, bigint>>;
42
+ readonly nameRenewal: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">, name: TypedAbiArg<Uint8Array, "name">, stxToBurn: TypedAbiArg<number | bigint, "stxToBurn">, newOwner: TypedAbiArg<string | null, "newOwner">, zonefileHash: TypedAbiArg<Uint8Array | null, "zonefileHash">], Response<boolean, bigint>>;
43
+ readonly nameRevoke: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">, name: TypedAbiArg<Uint8Array, "name">], Response<boolean, bigint>>;
44
+ readonly nameTransfer: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">, name: TypedAbiArg<Uint8Array, "name">, newOwner: TypedAbiArg<string, "newOwner">, zonefileHash: TypedAbiArg<Uint8Array | null, "zonefileHash">], Response<boolean, bigint>>;
45
+ readonly nameUpdate: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">, name: TypedAbiArg<Uint8Array, "name">, zonefileHash: TypedAbiArg<Uint8Array, "zonefileHash">], Response<boolean, bigint>>;
46
+ readonly namespacePreorder: TypedAbiFunction<[hashedSaltedNamespace: TypedAbiArg<Uint8Array, "hashedSaltedNamespace">, stxToBurn: TypedAbiArg<number | bigint, "stxToBurn">], Response<bigint, bigint>>;
47
+ readonly namespaceReady: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">], Response<boolean, bigint>>;
48
+ readonly namespaceReveal: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">, namespaceSalt: TypedAbiArg<Uint8Array, "namespaceSalt">, pFuncBase: TypedAbiArg<number | bigint, "pFuncBase">, pFuncCoeff: TypedAbiArg<number | bigint, "pFuncCoeff">, pFuncB1: TypedAbiArg<number | bigint, "pFuncB1">, pFuncB2: TypedAbiArg<number | bigint, "pFuncB2">, pFuncB3: TypedAbiArg<number | bigint, "pFuncB3">, pFuncB4: TypedAbiArg<number | bigint, "pFuncB4">, pFuncB5: TypedAbiArg<number | bigint, "pFuncB5">, pFuncB6: TypedAbiArg<number | bigint, "pFuncB6">, pFuncB7: TypedAbiArg<number | bigint, "pFuncB7">, pFuncB8: TypedAbiArg<number | bigint, "pFuncB8">, pFuncB9: TypedAbiArg<number | bigint, "pFuncB9">, pFuncB10: TypedAbiArg<number | bigint, "pFuncB10">, pFuncB11: TypedAbiArg<number | bigint, "pFuncB11">, pFuncB12: TypedAbiArg<number | bigint, "pFuncB12">, pFuncB13: TypedAbiArg<number | bigint, "pFuncB13">, pFuncB14: TypedAbiArg<number | bigint, "pFuncB14">, pFuncB15: TypedAbiArg<number | bigint, "pFuncB15">, pFuncB16: TypedAbiArg<number | bigint, "pFuncB16">, pFuncNonAlphaDiscount: TypedAbiArg<number | bigint, "pFuncNonAlphaDiscount">, pFuncNoVowelDiscount: TypedAbiArg<number | bigint, "pFuncNoVowelDiscount">, lifetime: TypedAbiArg<number | bigint, "lifetime">, namespaceImport: TypedAbiArg<string, "namespaceImport">], Response<boolean, bigint>>;
49
+ readonly namespaceRevokeFunctionPriceEdition: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">], Response<boolean, bigint>>;
50
+ readonly namespaceUpdateFunctionPrice: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">, pFuncBase: TypedAbiArg<number | bigint, "pFuncBase">, pFuncCoeff: TypedAbiArg<number | bigint, "pFuncCoeff">, pFuncB1: TypedAbiArg<number | bigint, "pFuncB1">, pFuncB2: TypedAbiArg<number | bigint, "pFuncB2">, pFuncB3: TypedAbiArg<number | bigint, "pFuncB3">, pFuncB4: TypedAbiArg<number | bigint, "pFuncB4">, pFuncB5: TypedAbiArg<number | bigint, "pFuncB5">, pFuncB6: TypedAbiArg<number | bigint, "pFuncB6">, pFuncB7: TypedAbiArg<number | bigint, "pFuncB7">, pFuncB8: TypedAbiArg<number | bigint, "pFuncB8">, pFuncB9: TypedAbiArg<number | bigint, "pFuncB9">, pFuncB10: TypedAbiArg<number | bigint, "pFuncB10">, pFuncB11: TypedAbiArg<number | bigint, "pFuncB11">, pFuncB12: TypedAbiArg<number | bigint, "pFuncB12">, pFuncB13: TypedAbiArg<number | bigint, "pFuncB13">, pFuncB14: TypedAbiArg<number | bigint, "pFuncB14">, pFuncB15: TypedAbiArg<number | bigint, "pFuncB15">, pFuncB16: TypedAbiArg<number | bigint, "pFuncB16">, pFuncNonAlphaDiscount: TypedAbiArg<number | bigint, "pFuncNonAlphaDiscount">, pFuncNoVowelDiscount: TypedAbiArg<number | bigint, "pFuncNoVowelDiscount">], Response<boolean, bigint>>;
51
+ readonly canNameBeRegistered: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">, name: TypedAbiArg<Uint8Array, "name">], Response<boolean, bigint>>;
52
+ readonly canNamespaceBeRegistered: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">], Response<boolean, null>>;
53
+ readonly canReceiveName: TypedAbiFunction<[owner: TypedAbiArg<string, "owner">], Response<boolean, bigint>>;
54
+ readonly checkNameOpsPreconditions: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">, name: TypedAbiArg<Uint8Array, "name">], Response<{
55
+ nameProps: {
56
+ importedAt: bigint | null;
57
+ registeredAt: bigint | null;
58
+ revokedAt: bigint | null;
59
+ zonefileHash: Uint8Array;
60
+ };
61
+ namespaceProps: {
62
+ canUpdatePriceFunction: boolean;
63
+ launchedAt: bigint | null;
64
+ lifetime: bigint;
65
+ namespaceImport: string;
66
+ priceFunction: {
67
+ base: bigint;
68
+ buckets: bigint[];
69
+ coeff: bigint;
70
+ noVowelDiscount: bigint;
71
+ nonalphaDiscount: bigint;
72
+ };
73
+ revealedAt: bigint;
74
+ };
75
+ owner: string;
76
+ }, bigint>>;
77
+ readonly getNamePrice: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">, name: TypedAbiArg<Uint8Array, "name">], Response<bigint, bigint>>;
78
+ readonly getNamespacePrice: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">], Response<bigint, bigint>>;
79
+ readonly getNamespaceProperties: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">], Response<{
80
+ namespace: Uint8Array;
81
+ properties: {
82
+ canUpdatePriceFunction: boolean;
83
+ launchedAt: bigint | null;
84
+ lifetime: bigint;
85
+ namespaceImport: string;
86
+ priceFunction: {
87
+ base: bigint;
88
+ buckets: bigint[];
89
+ coeff: bigint;
90
+ noVowelDiscount: bigint;
91
+ nonalphaDiscount: bigint;
92
+ };
93
+ revealedAt: bigint;
94
+ };
95
+ }, bigint>>;
96
+ readonly isNameInGracePeriod: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">, name: TypedAbiArg<Uint8Array, "name">], Response<boolean, bigint>>;
97
+ readonly isNameLeaseExpired: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">, name: TypedAbiArg<Uint8Array, "name">], Response<boolean, bigint>>;
98
+ readonly nameResolve: TypedAbiFunction<[namespace: TypedAbiArg<Uint8Array, "namespace">, name: TypedAbiArg<Uint8Array, "name">], Response<{
99
+ leaseEndingAt: bigint | null;
100
+ leaseStartedAt: bigint;
101
+ owner: string;
102
+ zonefileHash: Uint8Array;
103
+ }, bigint>>;
104
+ readonly resolvePrincipal: TypedAbiFunction<[owner: TypedAbiArg<string, "owner">], Response<{
105
+ name: Uint8Array;
106
+ namespace: Uint8Array;
107
+ }, {
108
+ code: bigint;
109
+ name: {
110
+ name: Uint8Array;
111
+ namespace: Uint8Array;
112
+ } | null;
113
+ }>>;
114
+ };
115
+ readonly maps: {
116
+ readonly namePreorders: TypedAbiMap<{
117
+ buyer: string;
118
+ hashedSaltedFqn: Uint8Array;
119
+ }, {
120
+ claimed: boolean;
121
+ createdAt: bigint;
122
+ stxBurned: bigint;
123
+ }>;
124
+ readonly nameProperties: TypedAbiMap<{
125
+ name: Uint8Array;
126
+ namespace: Uint8Array;
127
+ }, {
128
+ importedAt: bigint | null;
129
+ registeredAt: bigint | null;
130
+ revokedAt: bigint | null;
131
+ zonefileHash: Uint8Array;
132
+ }>;
133
+ readonly namespacePreorders: TypedAbiMap<{
134
+ buyer: string;
135
+ hashedSaltedNamespace: Uint8Array;
136
+ }, {
137
+ claimed: boolean;
138
+ createdAt: bigint;
139
+ stxBurned: bigint;
140
+ }>;
141
+ readonly namespaces: TypedAbiMap<Uint8Array, {
142
+ canUpdatePriceFunction: boolean;
143
+ launchedAt: bigint | null;
144
+ lifetime: bigint;
145
+ namespaceImport: string;
146
+ priceFunction: {
147
+ base: bigint;
148
+ buckets: bigint[];
149
+ coeff: bigint;
150
+ noVowelDiscount: bigint;
151
+ nonalphaDiscount: bigint;
152
+ };
153
+ revealedAt: bigint;
154
+ }>;
155
+ readonly ownerName: TypedAbiMap<string, {
156
+ name: Uint8Array;
157
+ namespace: Uint8Array;
158
+ }>;
159
+ };
160
+ readonly variables: {
161
+ readonly ERR_INSUFFICIENT_FUNDS: _clarigen_core11771.ClarityAbiVariable;
162
+ readonly ERR_NAMESPACE_ALREADY_EXISTS: _clarigen_core11771.ClarityAbiVariable;
163
+ readonly ERR_NAMESPACE_ALREADY_LAUNCHED: _clarigen_core11771.ClarityAbiVariable;
164
+ readonly ERR_NAMESPACE_BLANK: _clarigen_core11771.ClarityAbiVariable;
165
+ readonly ERR_NAMESPACE_CHARSET_INVALID: _clarigen_core11771.ClarityAbiVariable;
166
+ readonly ERR_NAMESPACE_HASH_MALFORMED: _clarigen_core11771.ClarityAbiVariable;
167
+ readonly ERR_NAMESPACE_NOT_FOUND: _clarigen_core11771.ClarityAbiVariable;
168
+ readonly ERR_NAMESPACE_NOT_LAUNCHED: _clarigen_core11771.ClarityAbiVariable;
169
+ readonly ERR_NAMESPACE_OPERATION_UNAUTHORIZED: _clarigen_core11771.ClarityAbiVariable;
170
+ readonly ERR_NAMESPACE_PREORDER_ALREADY_EXISTS: _clarigen_core11771.ClarityAbiVariable;
171
+ readonly ERR_NAMESPACE_PREORDER_CLAIMABILITY_EXPIRED: _clarigen_core11771.ClarityAbiVariable;
172
+ readonly ERR_NAMESPACE_PREORDER_EXPIRED: _clarigen_core11771.ClarityAbiVariable;
173
+ readonly ERR_NAMESPACE_PREORDER_LAUNCHABILITY_EXPIRED: _clarigen_core11771.ClarityAbiVariable;
174
+ readonly ERR_NAMESPACE_PREORDER_NOT_FOUND: _clarigen_core11771.ClarityAbiVariable;
175
+ readonly ERR_NAMESPACE_PRICE_FUNCTION_INVALID: _clarigen_core11771.ClarityAbiVariable;
176
+ readonly ERR_NAMESPACE_STX_BURNT_INSUFFICIENT: _clarigen_core11771.ClarityAbiVariable;
177
+ readonly ERR_NAMESPACE_UNAVAILABLE: _clarigen_core11771.ClarityAbiVariable;
178
+ readonly ERR_NAME_ALREADY_CLAIMED: _clarigen_core11771.ClarityAbiVariable;
179
+ readonly ERR_NAME_BLANK: _clarigen_core11771.ClarityAbiVariable;
180
+ readonly ERR_NAME_CHARSET_INVALID: _clarigen_core11771.ClarityAbiVariable;
181
+ readonly ERR_NAME_CLAIMABILITY_EXPIRED: _clarigen_core11771.ClarityAbiVariable;
182
+ readonly ERR_NAME_COULD_NOT_BE_MINTED: _clarigen_core11771.ClarityAbiVariable;
183
+ readonly ERR_NAME_COULD_NOT_BE_TRANSFERED: _clarigen_core11771.ClarityAbiVariable;
184
+ readonly ERR_NAME_EXPIRED: _clarigen_core11771.ClarityAbiVariable;
185
+ readonly ERR_NAME_GRACE_PERIOD: _clarigen_core11771.ClarityAbiVariable;
186
+ readonly ERR_NAME_HASH_MALFORMED: _clarigen_core11771.ClarityAbiVariable;
187
+ readonly ERR_NAME_NOT_FOUND: _clarigen_core11771.ClarityAbiVariable;
188
+ readonly ERR_NAME_NOT_RESOLVABLE: _clarigen_core11771.ClarityAbiVariable;
189
+ readonly ERR_NAME_OPERATION_UNAUTHORIZED: _clarigen_core11771.ClarityAbiVariable;
190
+ readonly ERR_NAME_PREORDERED_BEFORE_NAMESPACE_LAUNCH: _clarigen_core11771.ClarityAbiVariable;
191
+ readonly ERR_NAME_PREORDER_ALREADY_EXISTS: _clarigen_core11771.ClarityAbiVariable;
192
+ readonly ERR_NAME_PREORDER_EXPIRED: _clarigen_core11771.ClarityAbiVariable;
193
+ readonly ERR_NAME_PREORDER_FUNDS_INSUFFICIENT: _clarigen_core11771.ClarityAbiVariable;
194
+ readonly ERR_NAME_PREORDER_NOT_FOUND: _clarigen_core11771.ClarityAbiVariable;
195
+ readonly ERR_NAME_REVOKED: _clarigen_core11771.ClarityAbiVariable;
196
+ readonly ERR_NAME_STX_BURNT_INSUFFICIENT: _clarigen_core11771.ClarityAbiVariable;
197
+ readonly ERR_NAME_TRANSFER_FAILED: _clarigen_core11771.ClarityAbiVariable;
198
+ readonly ERR_NAME_UNAVAILABLE: _clarigen_core11771.ClarityAbiVariable;
199
+ readonly ERR_PANIC: _clarigen_core11771.ClarityAbiVariable;
200
+ readonly ERR_PRINCIPAL_ALREADY_ASSOCIATED: _clarigen_core11771.ClarityAbiVariable;
201
+ readonly NAMESPACE_LAUNCHABILITY_TTL: _clarigen_core11771.ClarityAbiVariable;
202
+ readonly NAMESPACE_PREORDER_CLAIMABILITY_TTL: _clarigen_core11771.ClarityAbiVariable;
203
+ readonly NAMESPACE_PRICE_TIERS: _clarigen_core11771.ClarityAbiVariable;
204
+ readonly NAME_GRACE_PERIOD_DURATION: _clarigen_core11771.ClarityAbiVariable;
205
+ readonly NAME_PREORDER_CLAIMABILITY_TTL: _clarigen_core11771.ClarityAbiVariable;
206
+ readonly attachmentIndex: _clarigen_core11771.ClarityAbiVariable;
207
+ };
208
+ readonly constants: {};
209
+ readonly non_fungible_tokens: readonly [{
210
+ readonly name: "names";
211
+ readonly type: {
212
+ readonly tuple: readonly [{
213
+ readonly name: "name";
214
+ readonly type: {
215
+ readonly buffer: {
216
+ readonly length: 48;
217
+ };
218
+ };
219
+ }, {
220
+ readonly name: "namespace";
221
+ readonly type: {
222
+ readonly buffer: {
223
+ readonly length: 20;
224
+ };
225
+ };
226
+ }];
227
+ };
228
+ }];
229
+ readonly fungible_tokens: readonly [];
230
+ readonly epoch: "Epoch20";
231
+ readonly clarity_version: "Clarity1";
232
+ readonly contractName: "bns";
233
+ };
234
+ readonly costVoting: {
235
+ readonly functions: {
236
+ readonly confirmMiners: TypedAbiFunction<[proposalId: TypedAbiArg<number | bigint, "proposalId">], Response<boolean, bigint>>;
237
+ readonly confirmVotes: TypedAbiFunction<[proposalId: TypedAbiArg<number | bigint, "proposalId">], Response<boolean, bigint>>;
238
+ readonly submitProposal: TypedAbiFunction<[functionContract: TypedAbiArg<string, "functionContract">, functionName: TypedAbiArg<string, "functionName">, costFunctionContract: TypedAbiArg<string, "costFunctionContract">, costFunctionName: TypedAbiArg<string, "costFunctionName">], Response<bigint, null>>;
239
+ readonly veto: TypedAbiFunction<[proposalId: TypedAbiArg<number | bigint, "proposalId">], Response<boolean, bigint>>;
240
+ readonly voteProposal: TypedAbiFunction<[proposalId: TypedAbiArg<number | bigint, "proposalId">, amount: TypedAbiArg<number | bigint, "amount">], Response<boolean, bigint>>;
241
+ readonly withdrawVotes: TypedAbiFunction<[proposalId: TypedAbiArg<number | bigint, "proposalId">, amount: TypedAbiArg<number | bigint, "amount">], Response<boolean, bigint>>;
242
+ readonly getConfirmedProposal: TypedAbiFunction<[confirmedId: TypedAbiArg<number | bigint, "confirmedId">], {
243
+ confirmedHeight: bigint;
244
+ costFunctionContract: string;
245
+ costFunctionName: string;
246
+ functionContract: string;
247
+ functionName: string;
248
+ } | null>;
249
+ readonly getPrincipalVotes: TypedAbiFunction<[address: TypedAbiArg<string, "address">, proposalId: TypedAbiArg<number | bigint, "proposalId">], bigint | null>;
250
+ readonly getProposal: TypedAbiFunction<[proposalId: TypedAbiArg<number | bigint, "proposalId">], {
251
+ costFunctionContract: string;
252
+ costFunctionName: string;
253
+ expirationBlockHeight: bigint;
254
+ functionContract: string;
255
+ functionName: string;
256
+ } | null>;
257
+ readonly getProposalVetos: TypedAbiFunction<[proposalId: TypedAbiArg<number | bigint, "proposalId">], bigint | null>;
258
+ readonly getProposalVotes: TypedAbiFunction<[proposalId: TypedAbiArg<number | bigint, "proposalId">], bigint | null>;
259
+ };
260
+ readonly maps: {
261
+ readonly confirmedCountAtBlock: TypedAbiMap<number | bigint, bigint>;
262
+ readonly confirmedProposals: TypedAbiMap<{
263
+ confirmedId: number | bigint;
264
+ }, {
265
+ confirmedHeight: bigint;
266
+ costFunctionContract: string;
267
+ costFunctionName: string;
268
+ functionContract: string;
269
+ functionName: string;
270
+ }>;
271
+ readonly exercisedVeto: TypedAbiMap<{
272
+ proposalId: number | bigint;
273
+ vetoHeight: number | bigint;
274
+ }, {
275
+ vetoed: boolean;
276
+ }>;
277
+ readonly functionsToConfirmedIds: TypedAbiMap<{
278
+ functionContract: string;
279
+ functionName: string;
280
+ }, {
281
+ proposalId: bigint;
282
+ }>;
283
+ readonly principalProposalVotes: TypedAbiMap<{
284
+ address: string;
285
+ proposalId: number | bigint;
286
+ }, {
287
+ votes: bigint;
288
+ }>;
289
+ readonly proposalConfirmedId: TypedAbiMap<{
290
+ proposalId: number | bigint;
291
+ }, {
292
+ confirmedId: bigint;
293
+ }>;
294
+ readonly proposalVetos: TypedAbiMap<{
295
+ proposalId: number | bigint;
296
+ }, {
297
+ vetos: bigint;
298
+ }>;
299
+ readonly proposalVotes: TypedAbiMap<{
300
+ proposalId: number | bigint;
301
+ }, {
302
+ votes: bigint;
303
+ }>;
304
+ readonly proposals: TypedAbiMap<{
305
+ proposalId: number | bigint;
306
+ }, {
307
+ costFunctionContract: string;
308
+ costFunctionName: string;
309
+ expirationBlockHeight: bigint;
310
+ functionContract: string;
311
+ functionName: string;
312
+ }>;
313
+ readonly voteConfirmedProposals: TypedAbiMap<{
314
+ proposalId: number | bigint;
315
+ }, {
316
+ expirationBlockHeight: bigint;
317
+ }>;
318
+ };
319
+ readonly variables: {
320
+ readonly ERR_ALREADY_VETOED: _clarigen_core11771.ClarityAbiVariable;
321
+ readonly ERR_AMOUNT_NOT_POSITIVE: _clarigen_core11771.ClarityAbiVariable;
322
+ readonly ERR_FETCHING_BLOCK_INFO: _clarigen_core11771.ClarityAbiVariable;
323
+ readonly ERR_FT_TRANSFER: _clarigen_core11771.ClarityAbiVariable;
324
+ readonly ERR_INSUFFICIENT_FUNDS: _clarigen_core11771.ClarityAbiVariable;
325
+ readonly ERR_INSUFFICIENT_VOTES: _clarigen_core11771.ClarityAbiVariable;
326
+ readonly ERR_NOT_LAST_MINER: _clarigen_core11771.ClarityAbiVariable;
327
+ readonly ERR_NO_SUCH_PROPOSAL: _clarigen_core11771.ClarityAbiVariable;
328
+ readonly ERR_PROPOSAL_CONFIRMED: _clarigen_core11771.ClarityAbiVariable;
329
+ readonly ERR_PROPOSAL_EXPIRED: _clarigen_core11771.ClarityAbiVariable;
330
+ readonly ERR_PROPOSAL_VETOED: _clarigen_core11771.ClarityAbiVariable;
331
+ readonly ERR_STX_TRANSFER: _clarigen_core11771.ClarityAbiVariable;
332
+ readonly ERR_TOO_MANY_CONFIRMED: _clarigen_core11771.ClarityAbiVariable;
333
+ readonly ERR_UNREACHABLE: _clarigen_core11771.ClarityAbiVariable;
334
+ readonly ERR_VETO_PERIOD_NOT_OVER: _clarigen_core11771.ClarityAbiVariable;
335
+ readonly ERR_VETO_PERIOD_OVER: _clarigen_core11771.ClarityAbiVariable;
336
+ readonly ERR_VOTE_ENDED: _clarigen_core11771.ClarityAbiVariable;
337
+ readonly ERR_VOTE_NOT_CONFIRMED: _clarigen_core11771.ClarityAbiVariable;
338
+ readonly MAX_CONFIRMED_PER_BLOCK: _clarigen_core11771.ClarityAbiVariable;
339
+ readonly REQUIRED_PERCENT_STX_VOTE: _clarigen_core11771.ClarityAbiVariable;
340
+ readonly REQUIRED_VETOES: _clarigen_core11771.ClarityAbiVariable;
341
+ readonly VETO_LENGTH: _clarigen_core11771.ClarityAbiVariable;
342
+ readonly VOTE_LENGTH: _clarigen_core11771.ClarityAbiVariable;
343
+ readonly confirmedProposalCount: _clarigen_core11771.ClarityAbiVariable;
344
+ readonly proposalCount: _clarigen_core11771.ClarityAbiVariable;
345
+ };
346
+ readonly constants: {};
347
+ readonly non_fungible_tokens: readonly [];
348
+ readonly fungible_tokens: readonly [{
349
+ readonly name: "cost-vote-token";
350
+ }];
351
+ readonly epoch: "Epoch20";
352
+ readonly clarity_version: "Clarity1";
353
+ readonly contractName: "cost-voting";
354
+ };
355
+ readonly costs: {
356
+ readonly functions: {
357
+ readonly linear: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">, a: TypedAbiArg<number | bigint, "a">, b: TypedAbiArg<number | bigint, "b">], bigint>;
358
+ readonly logn: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">, a: TypedAbiArg<number | bigint, "a">, b: TypedAbiArg<number | bigint, "b">], bigint>;
359
+ readonly nlogn: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">, a: TypedAbiArg<number | bigint, "a">, b: TypedAbiArg<number | bigint, "b">], bigint>;
360
+ readonly runtime: TypedAbiFunction<[r: TypedAbiArg<number | bigint, "r">], {
361
+ read_count: bigint;
362
+ read_length: bigint;
363
+ runtime: bigint;
364
+ write_count: bigint;
365
+ write_length: bigint;
366
+ }>;
367
+ readonly cost_add: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
368
+ read_count: bigint;
369
+ read_length: bigint;
370
+ runtime: bigint;
371
+ write_count: bigint;
372
+ write_length: bigint;
373
+ }>;
374
+ readonly cost_analysis_bind_name: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
375
+ read_count: bigint;
376
+ read_length: bigint;
377
+ runtime: bigint;
378
+ write_count: bigint;
379
+ write_length: bigint;
380
+ }>;
381
+ readonly cost_analysis_check_let: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
382
+ read_count: bigint;
383
+ read_length: bigint;
384
+ runtime: bigint;
385
+ write_count: bigint;
386
+ write_length: bigint;
387
+ }>;
388
+ readonly cost_analysis_check_tuple_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
389
+ read_count: bigint;
390
+ read_length: bigint;
391
+ runtime: bigint;
392
+ write_count: bigint;
393
+ write_length: bigint;
394
+ }>;
395
+ readonly cost_analysis_check_tuple_get: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
396
+ read_count: bigint;
397
+ read_length: bigint;
398
+ runtime: bigint;
399
+ write_count: bigint;
400
+ write_length: bigint;
401
+ }>;
402
+ readonly cost_analysis_check_tuple_merge: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
403
+ read_count: bigint;
404
+ read_length: bigint;
405
+ runtime: bigint;
406
+ write_count: bigint;
407
+ write_length: bigint;
408
+ }>;
409
+ readonly cost_analysis_fetch_contract_entry: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
410
+ read_count: bigint;
411
+ read_length: bigint;
412
+ runtime: bigint;
413
+ write_count: bigint;
414
+ write_length: bigint;
415
+ }>;
416
+ readonly cost_analysis_get_function_entry: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
417
+ read_count: bigint;
418
+ read_length: bigint;
419
+ runtime: bigint;
420
+ write_count: bigint;
421
+ write_length: bigint;
422
+ }>;
423
+ readonly cost_analysis_iterable_func: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
424
+ read_count: bigint;
425
+ read_length: bigint;
426
+ runtime: bigint;
427
+ write_count: bigint;
428
+ write_length: bigint;
429
+ }>;
430
+ readonly cost_analysis_list_items_check: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
431
+ read_count: bigint;
432
+ read_length: bigint;
433
+ runtime: bigint;
434
+ write_count: bigint;
435
+ write_length: bigint;
436
+ }>;
437
+ readonly cost_analysis_lookup_function: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
438
+ read_count: bigint;
439
+ read_length: bigint;
440
+ runtime: bigint;
441
+ write_count: bigint;
442
+ write_length: bigint;
443
+ }>;
444
+ readonly cost_analysis_lookup_function_types: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
445
+ read_count: bigint;
446
+ read_length: bigint;
447
+ runtime: bigint;
448
+ write_count: bigint;
449
+ write_length: bigint;
450
+ }>;
451
+ readonly cost_analysis_lookup_variable_const: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
452
+ read_count: bigint;
453
+ read_length: bigint;
454
+ runtime: bigint;
455
+ write_count: bigint;
456
+ write_length: bigint;
457
+ }>;
458
+ readonly cost_analysis_lookup_variable_depth: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
459
+ read_count: bigint;
460
+ read_length: bigint;
461
+ runtime: bigint;
462
+ write_count: bigint;
463
+ write_length: bigint;
464
+ }>;
465
+ readonly cost_analysis_option_check: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
466
+ read_count: bigint;
467
+ read_length: bigint;
468
+ runtime: bigint;
469
+ write_count: bigint;
470
+ write_length: bigint;
471
+ }>;
472
+ readonly cost_analysis_option_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
473
+ read_count: bigint;
474
+ read_length: bigint;
475
+ runtime: bigint;
476
+ write_count: bigint;
477
+ write_length: bigint;
478
+ }>;
479
+ readonly cost_analysis_storage: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
480
+ read_count: bigint;
481
+ read_length: bigint;
482
+ runtime: bigint;
483
+ write_count: bigint;
484
+ write_length: bigint;
485
+ }>;
486
+ readonly cost_analysis_tuple_items_check: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
487
+ read_count: bigint;
488
+ read_length: bigint;
489
+ runtime: bigint;
490
+ write_count: bigint;
491
+ write_length: bigint;
492
+ }>;
493
+ readonly cost_analysis_type_annotate: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
494
+ read_count: bigint;
495
+ read_length: bigint;
496
+ runtime: bigint;
497
+ write_count: bigint;
498
+ write_length: bigint;
499
+ }>;
500
+ readonly cost_analysis_type_check: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
501
+ read_count: bigint;
502
+ read_length: bigint;
503
+ runtime: bigint;
504
+ write_count: bigint;
505
+ write_length: bigint;
506
+ }>;
507
+ readonly cost_analysis_type_lookup: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
508
+ read_count: bigint;
509
+ read_length: bigint;
510
+ runtime: bigint;
511
+ write_count: bigint;
512
+ write_length: bigint;
513
+ }>;
514
+ readonly cost_analysis_use_trait_entry: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
515
+ read_count: bigint;
516
+ read_length: bigint;
517
+ runtime: bigint;
518
+ write_count: bigint;
519
+ write_length: bigint;
520
+ }>;
521
+ readonly cost_analysis_visit: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
522
+ read_count: bigint;
523
+ read_length: bigint;
524
+ runtime: bigint;
525
+ write_count: bigint;
526
+ write_length: bigint;
527
+ }>;
528
+ readonly cost_and: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
529
+ read_count: bigint;
530
+ read_length: bigint;
531
+ runtime: bigint;
532
+ write_count: bigint;
533
+ write_length: bigint;
534
+ }>;
535
+ readonly cost_append: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
536
+ read_count: bigint;
537
+ read_length: bigint;
538
+ runtime: bigint;
539
+ write_count: bigint;
540
+ write_length: bigint;
541
+ }>;
542
+ readonly cost_as_max_len: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
543
+ read_count: bigint;
544
+ read_length: bigint;
545
+ runtime: bigint;
546
+ write_count: bigint;
547
+ write_length: bigint;
548
+ }>;
549
+ readonly cost_asserts: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
550
+ read_count: bigint;
551
+ read_length: bigint;
552
+ runtime: bigint;
553
+ write_count: bigint;
554
+ write_length: bigint;
555
+ }>;
556
+ readonly cost_ast_cycle_detection: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
557
+ read_count: bigint;
558
+ read_length: bigint;
559
+ runtime: bigint;
560
+ write_count: bigint;
561
+ write_length: bigint;
562
+ }>;
563
+ readonly cost_ast_parse: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
564
+ read_count: bigint;
565
+ read_length: bigint;
566
+ runtime: bigint;
567
+ write_count: bigint;
568
+ write_length: bigint;
569
+ }>;
570
+ readonly cost_at_block: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
571
+ read_count: bigint;
572
+ read_length: bigint;
573
+ runtime: bigint;
574
+ write_count: bigint;
575
+ write_length: bigint;
576
+ }>;
577
+ readonly cost_begin: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
578
+ read_count: bigint;
579
+ read_length: bigint;
580
+ runtime: bigint;
581
+ write_count: bigint;
582
+ write_length: bigint;
583
+ }>;
584
+ readonly cost_bind_name: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
585
+ read_count: bigint;
586
+ read_length: bigint;
587
+ runtime: bigint;
588
+ write_count: bigint;
589
+ write_length: bigint;
590
+ }>;
591
+ readonly cost_block_info: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
592
+ read_count: bigint;
593
+ read_length: bigint;
594
+ runtime: bigint;
595
+ write_count: bigint;
596
+ write_length: bigint;
597
+ }>;
598
+ readonly cost_concat: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
599
+ read_count: bigint;
600
+ read_length: bigint;
601
+ runtime: bigint;
602
+ write_count: bigint;
603
+ write_length: bigint;
604
+ }>;
605
+ readonly cost_contract_call: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
606
+ read_count: bigint;
607
+ read_length: bigint;
608
+ runtime: bigint;
609
+ write_count: bigint;
610
+ write_length: bigint;
611
+ }>;
612
+ readonly cost_contract_of: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
613
+ read_count: bigint;
614
+ read_length: bigint;
615
+ runtime: bigint;
616
+ write_count: bigint;
617
+ write_length: bigint;
618
+ }>;
619
+ readonly cost_contract_storage: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
620
+ read_count: bigint;
621
+ read_length: bigint;
622
+ runtime: bigint;
623
+ write_count: bigint;
624
+ write_length: bigint;
625
+ }>;
626
+ readonly cost_create_ft: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
627
+ read_count: bigint;
628
+ read_length: bigint;
629
+ runtime: bigint;
630
+ write_count: bigint;
631
+ write_length: bigint;
632
+ }>;
633
+ readonly cost_create_map: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
634
+ read_count: bigint;
635
+ read_length: bigint;
636
+ runtime: bigint;
637
+ write_count: bigint;
638
+ write_length: bigint;
639
+ }>;
640
+ readonly cost_create_nft: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
641
+ read_count: bigint;
642
+ read_length: bigint;
643
+ runtime: bigint;
644
+ write_count: bigint;
645
+ write_length: bigint;
646
+ }>;
647
+ readonly cost_create_var: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
648
+ read_count: bigint;
649
+ read_length: bigint;
650
+ runtime: bigint;
651
+ write_count: bigint;
652
+ write_length: bigint;
653
+ }>;
654
+ readonly cost_data_hash_cost: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
655
+ read_count: bigint;
656
+ read_length: bigint;
657
+ runtime: bigint;
658
+ write_count: bigint;
659
+ write_length: bigint;
660
+ }>;
661
+ readonly cost_default_to: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
662
+ read_count: bigint;
663
+ read_length: bigint;
664
+ runtime: bigint;
665
+ write_count: bigint;
666
+ write_length: bigint;
667
+ }>;
668
+ readonly cost_div: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
669
+ read_count: bigint;
670
+ read_length: bigint;
671
+ runtime: bigint;
672
+ write_count: bigint;
673
+ write_length: bigint;
674
+ }>;
675
+ readonly cost_element_at: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
676
+ read_count: bigint;
677
+ read_length: bigint;
678
+ runtime: bigint;
679
+ write_count: bigint;
680
+ write_length: bigint;
681
+ }>;
682
+ readonly cost_eq: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
683
+ read_count: bigint;
684
+ read_length: bigint;
685
+ runtime: bigint;
686
+ write_count: bigint;
687
+ write_length: bigint;
688
+ }>;
689
+ readonly cost_err_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
690
+ read_count: bigint;
691
+ read_length: bigint;
692
+ runtime: bigint;
693
+ write_count: bigint;
694
+ write_length: bigint;
695
+ }>;
696
+ readonly cost_fetch_entry: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
697
+ read_count: bigint;
698
+ read_length: bigint;
699
+ runtime: bigint;
700
+ write_count: bigint;
701
+ write_length: bigint;
702
+ }>;
703
+ readonly cost_fetch_var: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
704
+ read_count: bigint;
705
+ read_length: bigint;
706
+ runtime: bigint;
707
+ write_count: bigint;
708
+ write_length: bigint;
709
+ }>;
710
+ readonly cost_filter: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
711
+ read_count: bigint;
712
+ read_length: bigint;
713
+ runtime: bigint;
714
+ write_count: bigint;
715
+ write_length: bigint;
716
+ }>;
717
+ readonly cost_fold: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
718
+ read_count: bigint;
719
+ read_length: bigint;
720
+ runtime: bigint;
721
+ write_count: bigint;
722
+ write_length: bigint;
723
+ }>;
724
+ readonly cost_ft_balance: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
725
+ read_count: bigint;
726
+ read_length: bigint;
727
+ runtime: bigint;
728
+ write_count: bigint;
729
+ write_length: bigint;
730
+ }>;
731
+ readonly cost_ft_burn: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
732
+ read_count: bigint;
733
+ read_length: bigint;
734
+ runtime: bigint;
735
+ write_count: bigint;
736
+ write_length: bigint;
737
+ }>;
738
+ readonly cost_ft_get_supply: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
739
+ read_count: bigint;
740
+ read_length: bigint;
741
+ runtime: bigint;
742
+ write_count: bigint;
743
+ write_length: bigint;
744
+ }>;
745
+ readonly cost_ft_mint: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
746
+ read_count: bigint;
747
+ read_length: bigint;
748
+ runtime: bigint;
749
+ write_count: bigint;
750
+ write_length: bigint;
751
+ }>;
752
+ readonly cost_ft_transfer: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
753
+ read_count: bigint;
754
+ read_length: bigint;
755
+ runtime: bigint;
756
+ write_count: bigint;
757
+ write_length: bigint;
758
+ }>;
759
+ readonly cost_ge: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
760
+ read_count: bigint;
761
+ read_length: bigint;
762
+ runtime: bigint;
763
+ write_count: bigint;
764
+ write_length: bigint;
765
+ }>;
766
+ readonly cost_geq: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
767
+ read_count: bigint;
768
+ read_length: bigint;
769
+ runtime: bigint;
770
+ write_count: bigint;
771
+ write_length: bigint;
772
+ }>;
773
+ readonly cost_hash160: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
774
+ read_count: bigint;
775
+ read_length: bigint;
776
+ runtime: bigint;
777
+ write_count: bigint;
778
+ write_length: bigint;
779
+ }>;
780
+ readonly cost_if: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
781
+ read_count: bigint;
782
+ read_length: bigint;
783
+ runtime: bigint;
784
+ write_count: bigint;
785
+ write_length: bigint;
786
+ }>;
787
+ readonly cost_index_of: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
788
+ read_count: bigint;
789
+ read_length: bigint;
790
+ runtime: bigint;
791
+ write_count: bigint;
792
+ write_length: bigint;
793
+ }>;
794
+ readonly cost_inner_type_check_cost: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
795
+ read_count: bigint;
796
+ read_length: bigint;
797
+ runtime: bigint;
798
+ write_count: bigint;
799
+ write_length: bigint;
800
+ }>;
801
+ readonly cost_int_cast: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
802
+ read_count: bigint;
803
+ read_length: bigint;
804
+ runtime: bigint;
805
+ write_count: bigint;
806
+ write_length: bigint;
807
+ }>;
808
+ readonly cost_is_err: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
809
+ read_count: bigint;
810
+ read_length: bigint;
811
+ runtime: bigint;
812
+ write_count: bigint;
813
+ write_length: bigint;
814
+ }>;
815
+ readonly cost_is_none: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
816
+ read_count: bigint;
817
+ read_length: bigint;
818
+ runtime: bigint;
819
+ write_count: bigint;
820
+ write_length: bigint;
821
+ }>;
822
+ readonly cost_is_okay: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
823
+ read_count: bigint;
824
+ read_length: bigint;
825
+ runtime: bigint;
826
+ write_count: bigint;
827
+ write_length: bigint;
828
+ }>;
829
+ readonly cost_is_some: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
830
+ read_count: bigint;
831
+ read_length: bigint;
832
+ runtime: bigint;
833
+ write_count: bigint;
834
+ write_length: bigint;
835
+ }>;
836
+ readonly cost_keccak256: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
837
+ read_count: bigint;
838
+ read_length: bigint;
839
+ runtime: bigint;
840
+ write_count: bigint;
841
+ write_length: bigint;
842
+ }>;
843
+ readonly cost_le: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
844
+ read_count: bigint;
845
+ read_length: bigint;
846
+ runtime: bigint;
847
+ write_count: bigint;
848
+ write_length: bigint;
849
+ }>;
850
+ readonly cost_len: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
851
+ read_count: bigint;
852
+ read_length: bigint;
853
+ runtime: bigint;
854
+ write_count: bigint;
855
+ write_length: bigint;
856
+ }>;
857
+ readonly cost_leq: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
858
+ read_count: bigint;
859
+ read_length: bigint;
860
+ runtime: bigint;
861
+ write_count: bigint;
862
+ write_length: bigint;
863
+ }>;
864
+ readonly cost_let: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
865
+ read_count: bigint;
866
+ read_length: bigint;
867
+ runtime: bigint;
868
+ write_count: bigint;
869
+ write_length: bigint;
870
+ }>;
871
+ readonly cost_list_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
872
+ read_count: bigint;
873
+ read_length: bigint;
874
+ runtime: bigint;
875
+ write_count: bigint;
876
+ write_length: bigint;
877
+ }>;
878
+ readonly cost_load_contract: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
879
+ read_count: bigint;
880
+ read_length: bigint;
881
+ runtime: bigint;
882
+ write_count: bigint;
883
+ write_length: bigint;
884
+ }>;
885
+ readonly cost_log2: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
886
+ read_count: bigint;
887
+ read_length: bigint;
888
+ runtime: bigint;
889
+ write_count: bigint;
890
+ write_length: bigint;
891
+ }>;
892
+ readonly cost_lookup_function: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
893
+ read_count: bigint;
894
+ read_length: bigint;
895
+ runtime: bigint;
896
+ write_count: bigint;
897
+ write_length: bigint;
898
+ }>;
899
+ readonly cost_lookup_variable_depth: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
900
+ read_count: bigint;
901
+ read_length: bigint;
902
+ runtime: bigint;
903
+ write_count: bigint;
904
+ write_length: bigint;
905
+ }>;
906
+ readonly cost_lookup_variable_size: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
907
+ read_count: bigint;
908
+ read_length: bigint;
909
+ runtime: bigint;
910
+ write_count: bigint;
911
+ write_length: bigint;
912
+ }>;
913
+ readonly cost_map: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
914
+ read_count: bigint;
915
+ read_length: bigint;
916
+ runtime: bigint;
917
+ write_count: bigint;
918
+ write_length: bigint;
919
+ }>;
920
+ readonly cost_match: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
921
+ read_count: bigint;
922
+ read_length: bigint;
923
+ runtime: bigint;
924
+ write_count: bigint;
925
+ write_length: bigint;
926
+ }>;
927
+ readonly cost_mod: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
928
+ read_count: bigint;
929
+ read_length: bigint;
930
+ runtime: bigint;
931
+ write_count: bigint;
932
+ write_length: bigint;
933
+ }>;
934
+ readonly cost_mul: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
935
+ read_count: bigint;
936
+ read_length: bigint;
937
+ runtime: bigint;
938
+ write_count: bigint;
939
+ write_length: bigint;
940
+ }>;
941
+ readonly cost_nft_burn: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
942
+ read_count: bigint;
943
+ read_length: bigint;
944
+ runtime: bigint;
945
+ write_count: bigint;
946
+ write_length: bigint;
947
+ }>;
948
+ readonly cost_nft_mint: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
949
+ read_count: bigint;
950
+ read_length: bigint;
951
+ runtime: bigint;
952
+ write_count: bigint;
953
+ write_length: bigint;
954
+ }>;
955
+ readonly cost_nft_owner: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
956
+ read_count: bigint;
957
+ read_length: bigint;
958
+ runtime: bigint;
959
+ write_count: bigint;
960
+ write_length: bigint;
961
+ }>;
962
+ readonly cost_nft_transfer: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
963
+ read_count: bigint;
964
+ read_length: bigint;
965
+ runtime: bigint;
966
+ write_count: bigint;
967
+ write_length: bigint;
968
+ }>;
969
+ readonly cost_not: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
970
+ read_count: bigint;
971
+ read_length: bigint;
972
+ runtime: bigint;
973
+ write_count: bigint;
974
+ write_length: bigint;
975
+ }>;
976
+ readonly cost_ok_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
977
+ read_count: bigint;
978
+ read_length: bigint;
979
+ runtime: bigint;
980
+ write_count: bigint;
981
+ write_length: bigint;
982
+ }>;
983
+ readonly cost_or: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
984
+ read_count: bigint;
985
+ read_length: bigint;
986
+ runtime: bigint;
987
+ write_count: bigint;
988
+ write_length: bigint;
989
+ }>;
990
+ readonly cost_pow: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
991
+ read_count: bigint;
992
+ read_length: bigint;
993
+ runtime: bigint;
994
+ write_count: bigint;
995
+ write_length: bigint;
996
+ }>;
997
+ readonly cost_principal_of: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
998
+ read_count: bigint;
999
+ read_length: bigint;
1000
+ runtime: bigint;
1001
+ write_count: bigint;
1002
+ write_length: bigint;
1003
+ }>;
1004
+ readonly cost_print: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1005
+ read_count: bigint;
1006
+ read_length: bigint;
1007
+ runtime: bigint;
1008
+ write_count: bigint;
1009
+ write_length: bigint;
1010
+ }>;
1011
+ readonly cost_secp256k1recover: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1012
+ read_count: bigint;
1013
+ read_length: bigint;
1014
+ runtime: bigint;
1015
+ write_count: bigint;
1016
+ write_length: bigint;
1017
+ }>;
1018
+ readonly cost_secp256k1verify: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1019
+ read_count: bigint;
1020
+ read_length: bigint;
1021
+ runtime: bigint;
1022
+ write_count: bigint;
1023
+ write_length: bigint;
1024
+ }>;
1025
+ readonly cost_set_entry: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1026
+ read_count: bigint;
1027
+ read_length: bigint;
1028
+ runtime: bigint;
1029
+ write_count: bigint;
1030
+ write_length: bigint;
1031
+ }>;
1032
+ readonly cost_set_var: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1033
+ read_count: bigint;
1034
+ read_length: bigint;
1035
+ runtime: bigint;
1036
+ write_count: bigint;
1037
+ write_length: bigint;
1038
+ }>;
1039
+ readonly cost_sha256: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1040
+ read_count: bigint;
1041
+ read_length: bigint;
1042
+ runtime: bigint;
1043
+ write_count: bigint;
1044
+ write_length: bigint;
1045
+ }>;
1046
+ readonly cost_sha512: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1047
+ read_count: bigint;
1048
+ read_length: bigint;
1049
+ runtime: bigint;
1050
+ write_count: bigint;
1051
+ write_length: bigint;
1052
+ }>;
1053
+ readonly cost_sha512t256: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1054
+ read_count: bigint;
1055
+ read_length: bigint;
1056
+ runtime: bigint;
1057
+ write_count: bigint;
1058
+ write_length: bigint;
1059
+ }>;
1060
+ readonly cost_some_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1061
+ read_count: bigint;
1062
+ read_length: bigint;
1063
+ runtime: bigint;
1064
+ write_count: bigint;
1065
+ write_length: bigint;
1066
+ }>;
1067
+ readonly cost_sqrti: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1068
+ read_count: bigint;
1069
+ read_length: bigint;
1070
+ runtime: bigint;
1071
+ write_count: bigint;
1072
+ write_length: bigint;
1073
+ }>;
1074
+ readonly cost_stx_balance: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1075
+ read_count: bigint;
1076
+ read_length: bigint;
1077
+ runtime: bigint;
1078
+ write_count: bigint;
1079
+ write_length: bigint;
1080
+ }>;
1081
+ readonly cost_stx_transfer: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1082
+ read_count: bigint;
1083
+ read_length: bigint;
1084
+ runtime: bigint;
1085
+ write_count: bigint;
1086
+ write_length: bigint;
1087
+ }>;
1088
+ readonly cost_sub: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1089
+ read_count: bigint;
1090
+ read_length: bigint;
1091
+ runtime: bigint;
1092
+ write_count: bigint;
1093
+ write_length: bigint;
1094
+ }>;
1095
+ readonly cost_try_ret: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1096
+ read_count: bigint;
1097
+ read_length: bigint;
1098
+ runtime: bigint;
1099
+ write_count: bigint;
1100
+ write_length: bigint;
1101
+ }>;
1102
+ readonly cost_tuple_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1103
+ read_count: bigint;
1104
+ read_length: bigint;
1105
+ runtime: bigint;
1106
+ write_count: bigint;
1107
+ write_length: bigint;
1108
+ }>;
1109
+ readonly cost_tuple_get: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1110
+ read_count: bigint;
1111
+ read_length: bigint;
1112
+ runtime: bigint;
1113
+ write_count: bigint;
1114
+ write_length: bigint;
1115
+ }>;
1116
+ readonly cost_tuple_merge: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1117
+ read_count: bigint;
1118
+ read_length: bigint;
1119
+ runtime: bigint;
1120
+ write_count: bigint;
1121
+ write_length: bigint;
1122
+ }>;
1123
+ readonly cost_type_parse_step: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1124
+ read_count: bigint;
1125
+ read_length: bigint;
1126
+ runtime: bigint;
1127
+ write_count: bigint;
1128
+ write_length: bigint;
1129
+ }>;
1130
+ readonly cost_unwrap: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1131
+ read_count: bigint;
1132
+ read_length: bigint;
1133
+ runtime: bigint;
1134
+ write_count: bigint;
1135
+ write_length: bigint;
1136
+ }>;
1137
+ readonly cost_unwrap_err: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1138
+ read_count: bigint;
1139
+ read_length: bigint;
1140
+ runtime: bigint;
1141
+ write_count: bigint;
1142
+ write_length: bigint;
1143
+ }>;
1144
+ readonly cost_unwrap_err_or_ret: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1145
+ read_count: bigint;
1146
+ read_length: bigint;
1147
+ runtime: bigint;
1148
+ write_count: bigint;
1149
+ write_length: bigint;
1150
+ }>;
1151
+ readonly cost_unwrap_ret: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1152
+ read_count: bigint;
1153
+ read_length: bigint;
1154
+ runtime: bigint;
1155
+ write_count: bigint;
1156
+ write_length: bigint;
1157
+ }>;
1158
+ readonly cost_user_function_application: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1159
+ read_count: bigint;
1160
+ read_length: bigint;
1161
+ runtime: bigint;
1162
+ write_count: bigint;
1163
+ write_length: bigint;
1164
+ }>;
1165
+ readonly cost_xor: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1166
+ read_count: bigint;
1167
+ read_length: bigint;
1168
+ runtime: bigint;
1169
+ write_count: bigint;
1170
+ write_length: bigint;
1171
+ }>;
1172
+ readonly poison_microblock: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1173
+ read_count: bigint;
1174
+ read_length: bigint;
1175
+ runtime: bigint;
1176
+ write_count: bigint;
1177
+ write_length: bigint;
1178
+ }>;
1179
+ };
1180
+ readonly maps: {};
1181
+ readonly variables: {};
1182
+ readonly constants: {};
1183
+ readonly non_fungible_tokens: readonly [];
1184
+ readonly fungible_tokens: readonly [];
1185
+ readonly epoch: "Epoch20";
1186
+ readonly clarity_version: "Clarity1";
1187
+ readonly contractName: "costs";
1188
+ };
1189
+ readonly costs2: {
1190
+ readonly functions: {
1191
+ readonly linear: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">, a: TypedAbiArg<number | bigint, "a">, b: TypedAbiArg<number | bigint, "b">], bigint>;
1192
+ readonly logn: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">, a: TypedAbiArg<number | bigint, "a">, b: TypedAbiArg<number | bigint, "b">], bigint>;
1193
+ readonly nlogn: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">, a: TypedAbiArg<number | bigint, "a">, b: TypedAbiArg<number | bigint, "b">], bigint>;
1194
+ readonly runtime: TypedAbiFunction<[r: TypedAbiArg<number | bigint, "r">], {
1195
+ read_count: bigint;
1196
+ read_length: bigint;
1197
+ runtime: bigint;
1198
+ write_count: bigint;
1199
+ write_length: bigint;
1200
+ }>;
1201
+ readonly cost_add: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1202
+ read_count: bigint;
1203
+ read_length: bigint;
1204
+ runtime: bigint;
1205
+ write_count: bigint;
1206
+ write_length: bigint;
1207
+ }>;
1208
+ readonly cost_analysis_bind_name: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1209
+ read_count: bigint;
1210
+ read_length: bigint;
1211
+ runtime: bigint;
1212
+ write_count: bigint;
1213
+ write_length: bigint;
1214
+ }>;
1215
+ readonly cost_analysis_check_let: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1216
+ read_count: bigint;
1217
+ read_length: bigint;
1218
+ runtime: bigint;
1219
+ write_count: bigint;
1220
+ write_length: bigint;
1221
+ }>;
1222
+ readonly cost_analysis_check_tuple_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1223
+ read_count: bigint;
1224
+ read_length: bigint;
1225
+ runtime: bigint;
1226
+ write_count: bigint;
1227
+ write_length: bigint;
1228
+ }>;
1229
+ readonly cost_analysis_check_tuple_get: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1230
+ read_count: bigint;
1231
+ read_length: bigint;
1232
+ runtime: bigint;
1233
+ write_count: bigint;
1234
+ write_length: bigint;
1235
+ }>;
1236
+ readonly cost_analysis_check_tuple_merge: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1237
+ read_count: bigint;
1238
+ read_length: bigint;
1239
+ runtime: bigint;
1240
+ write_count: bigint;
1241
+ write_length: bigint;
1242
+ }>;
1243
+ readonly cost_analysis_fetch_contract_entry: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1244
+ read_count: bigint;
1245
+ read_length: bigint;
1246
+ runtime: bigint;
1247
+ write_count: bigint;
1248
+ write_length: bigint;
1249
+ }>;
1250
+ readonly cost_analysis_get_function_entry: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1251
+ read_count: bigint;
1252
+ read_length: bigint;
1253
+ runtime: bigint;
1254
+ write_count: bigint;
1255
+ write_length: bigint;
1256
+ }>;
1257
+ readonly cost_analysis_iterable_func: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1258
+ read_count: bigint;
1259
+ read_length: bigint;
1260
+ runtime: bigint;
1261
+ write_count: bigint;
1262
+ write_length: bigint;
1263
+ }>;
1264
+ readonly cost_analysis_list_items_check: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1265
+ read_count: bigint;
1266
+ read_length: bigint;
1267
+ runtime: bigint;
1268
+ write_count: bigint;
1269
+ write_length: bigint;
1270
+ }>;
1271
+ readonly cost_analysis_lookup_function: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1272
+ read_count: bigint;
1273
+ read_length: bigint;
1274
+ runtime: bigint;
1275
+ write_count: bigint;
1276
+ write_length: bigint;
1277
+ }>;
1278
+ readonly cost_analysis_lookup_function_types: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1279
+ read_count: bigint;
1280
+ read_length: bigint;
1281
+ runtime: bigint;
1282
+ write_count: bigint;
1283
+ write_length: bigint;
1284
+ }>;
1285
+ readonly cost_analysis_lookup_variable_const: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1286
+ read_count: bigint;
1287
+ read_length: bigint;
1288
+ runtime: bigint;
1289
+ write_count: bigint;
1290
+ write_length: bigint;
1291
+ }>;
1292
+ readonly cost_analysis_lookup_variable_depth: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1293
+ read_count: bigint;
1294
+ read_length: bigint;
1295
+ runtime: bigint;
1296
+ write_count: bigint;
1297
+ write_length: bigint;
1298
+ }>;
1299
+ readonly cost_analysis_option_check: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1300
+ read_count: bigint;
1301
+ read_length: bigint;
1302
+ runtime: bigint;
1303
+ write_count: bigint;
1304
+ write_length: bigint;
1305
+ }>;
1306
+ readonly cost_analysis_option_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1307
+ read_count: bigint;
1308
+ read_length: bigint;
1309
+ runtime: bigint;
1310
+ write_count: bigint;
1311
+ write_length: bigint;
1312
+ }>;
1313
+ readonly cost_analysis_storage: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1314
+ read_count: bigint;
1315
+ read_length: bigint;
1316
+ runtime: bigint;
1317
+ write_count: bigint;
1318
+ write_length: bigint;
1319
+ }>;
1320
+ readonly cost_analysis_tuple_items_check: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1321
+ read_count: bigint;
1322
+ read_length: bigint;
1323
+ runtime: bigint;
1324
+ write_count: bigint;
1325
+ write_length: bigint;
1326
+ }>;
1327
+ readonly cost_analysis_type_annotate: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1328
+ read_count: bigint;
1329
+ read_length: bigint;
1330
+ runtime: bigint;
1331
+ write_count: bigint;
1332
+ write_length: bigint;
1333
+ }>;
1334
+ readonly cost_analysis_type_check: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1335
+ read_count: bigint;
1336
+ read_length: bigint;
1337
+ runtime: bigint;
1338
+ write_count: bigint;
1339
+ write_length: bigint;
1340
+ }>;
1341
+ readonly cost_analysis_type_lookup: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1342
+ read_count: bigint;
1343
+ read_length: bigint;
1344
+ runtime: bigint;
1345
+ write_count: bigint;
1346
+ write_length: bigint;
1347
+ }>;
1348
+ readonly cost_analysis_use_trait_entry: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1349
+ read_count: bigint;
1350
+ read_length: bigint;
1351
+ runtime: bigint;
1352
+ write_count: bigint;
1353
+ write_length: bigint;
1354
+ }>;
1355
+ readonly cost_analysis_visit: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1356
+ read_count: bigint;
1357
+ read_length: bigint;
1358
+ runtime: bigint;
1359
+ write_count: bigint;
1360
+ write_length: bigint;
1361
+ }>;
1362
+ readonly cost_and: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1363
+ read_count: bigint;
1364
+ read_length: bigint;
1365
+ runtime: bigint;
1366
+ write_count: bigint;
1367
+ write_length: bigint;
1368
+ }>;
1369
+ readonly cost_append: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1370
+ read_count: bigint;
1371
+ read_length: bigint;
1372
+ runtime: bigint;
1373
+ write_count: bigint;
1374
+ write_length: bigint;
1375
+ }>;
1376
+ readonly cost_as_max_len: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1377
+ read_count: bigint;
1378
+ read_length: bigint;
1379
+ runtime: bigint;
1380
+ write_count: bigint;
1381
+ write_length: bigint;
1382
+ }>;
1383
+ readonly cost_asserts: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1384
+ read_count: bigint;
1385
+ read_length: bigint;
1386
+ runtime: bigint;
1387
+ write_count: bigint;
1388
+ write_length: bigint;
1389
+ }>;
1390
+ readonly cost_ast_cycle_detection: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1391
+ read_count: bigint;
1392
+ read_length: bigint;
1393
+ runtime: bigint;
1394
+ write_count: bigint;
1395
+ write_length: bigint;
1396
+ }>;
1397
+ readonly cost_ast_parse: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1398
+ read_count: bigint;
1399
+ read_length: bigint;
1400
+ runtime: bigint;
1401
+ write_count: bigint;
1402
+ write_length: bigint;
1403
+ }>;
1404
+ readonly cost_at_block: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1405
+ read_count: bigint;
1406
+ read_length: bigint;
1407
+ runtime: bigint;
1408
+ write_count: bigint;
1409
+ write_length: bigint;
1410
+ }>;
1411
+ readonly cost_begin: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1412
+ read_count: bigint;
1413
+ read_length: bigint;
1414
+ runtime: bigint;
1415
+ write_count: bigint;
1416
+ write_length: bigint;
1417
+ }>;
1418
+ readonly cost_bind_name: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1419
+ read_count: bigint;
1420
+ read_length: bigint;
1421
+ runtime: bigint;
1422
+ write_count: bigint;
1423
+ write_length: bigint;
1424
+ }>;
1425
+ readonly cost_block_info: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1426
+ read_count: bigint;
1427
+ read_length: bigint;
1428
+ runtime: bigint;
1429
+ write_count: bigint;
1430
+ write_length: bigint;
1431
+ }>;
1432
+ readonly cost_concat: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1433
+ read_count: bigint;
1434
+ read_length: bigint;
1435
+ runtime: bigint;
1436
+ write_count: bigint;
1437
+ write_length: bigint;
1438
+ }>;
1439
+ readonly cost_contract_call: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1440
+ read_count: bigint;
1441
+ read_length: bigint;
1442
+ runtime: bigint;
1443
+ write_count: bigint;
1444
+ write_length: bigint;
1445
+ }>;
1446
+ readonly cost_contract_of: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1447
+ read_count: bigint;
1448
+ read_length: bigint;
1449
+ runtime: bigint;
1450
+ write_count: bigint;
1451
+ write_length: bigint;
1452
+ }>;
1453
+ readonly cost_contract_storage: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1454
+ read_count: bigint;
1455
+ read_length: bigint;
1456
+ runtime: bigint;
1457
+ write_count: bigint;
1458
+ write_length: bigint;
1459
+ }>;
1460
+ readonly cost_create_ft: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1461
+ read_count: bigint;
1462
+ read_length: bigint;
1463
+ runtime: bigint;
1464
+ write_count: bigint;
1465
+ write_length: bigint;
1466
+ }>;
1467
+ readonly cost_create_map: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1468
+ read_count: bigint;
1469
+ read_length: bigint;
1470
+ runtime: bigint;
1471
+ write_count: bigint;
1472
+ write_length: bigint;
1473
+ }>;
1474
+ readonly cost_create_nft: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1475
+ read_count: bigint;
1476
+ read_length: bigint;
1477
+ runtime: bigint;
1478
+ write_count: bigint;
1479
+ write_length: bigint;
1480
+ }>;
1481
+ readonly cost_create_var: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1482
+ read_count: bigint;
1483
+ read_length: bigint;
1484
+ runtime: bigint;
1485
+ write_count: bigint;
1486
+ write_length: bigint;
1487
+ }>;
1488
+ readonly cost_default_to: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1489
+ read_count: bigint;
1490
+ read_length: bigint;
1491
+ runtime: bigint;
1492
+ write_count: bigint;
1493
+ write_length: bigint;
1494
+ }>;
1495
+ readonly cost_div: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1496
+ read_count: bigint;
1497
+ read_length: bigint;
1498
+ runtime: bigint;
1499
+ write_count: bigint;
1500
+ write_length: bigint;
1501
+ }>;
1502
+ readonly cost_element_at: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1503
+ read_count: bigint;
1504
+ read_length: bigint;
1505
+ runtime: bigint;
1506
+ write_count: bigint;
1507
+ write_length: bigint;
1508
+ }>;
1509
+ readonly cost_eq: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1510
+ read_count: bigint;
1511
+ read_length: bigint;
1512
+ runtime: bigint;
1513
+ write_count: bigint;
1514
+ write_length: bigint;
1515
+ }>;
1516
+ readonly cost_err_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1517
+ read_count: bigint;
1518
+ read_length: bigint;
1519
+ runtime: bigint;
1520
+ write_count: bigint;
1521
+ write_length: bigint;
1522
+ }>;
1523
+ readonly cost_fetch_entry: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1524
+ read_count: bigint;
1525
+ read_length: bigint;
1526
+ runtime: bigint;
1527
+ write_count: bigint;
1528
+ write_length: bigint;
1529
+ }>;
1530
+ readonly cost_fetch_var: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1531
+ read_count: bigint;
1532
+ read_length: bigint;
1533
+ runtime: bigint;
1534
+ write_count: bigint;
1535
+ write_length: bigint;
1536
+ }>;
1537
+ readonly cost_filter: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1538
+ read_count: bigint;
1539
+ read_length: bigint;
1540
+ runtime: bigint;
1541
+ write_count: bigint;
1542
+ write_length: bigint;
1543
+ }>;
1544
+ readonly cost_fold: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1545
+ read_count: bigint;
1546
+ read_length: bigint;
1547
+ runtime: bigint;
1548
+ write_count: bigint;
1549
+ write_length: bigint;
1550
+ }>;
1551
+ readonly cost_ft_balance: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1552
+ read_count: bigint;
1553
+ read_length: bigint;
1554
+ runtime: bigint;
1555
+ write_count: bigint;
1556
+ write_length: bigint;
1557
+ }>;
1558
+ readonly cost_ft_burn: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1559
+ read_count: bigint;
1560
+ read_length: bigint;
1561
+ runtime: bigint;
1562
+ write_count: bigint;
1563
+ write_length: bigint;
1564
+ }>;
1565
+ readonly cost_ft_get_supply: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1566
+ read_count: bigint;
1567
+ read_length: bigint;
1568
+ runtime: bigint;
1569
+ write_count: bigint;
1570
+ write_length: bigint;
1571
+ }>;
1572
+ readonly cost_ft_mint: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1573
+ read_count: bigint;
1574
+ read_length: bigint;
1575
+ runtime: bigint;
1576
+ write_count: bigint;
1577
+ write_length: bigint;
1578
+ }>;
1579
+ readonly cost_ft_transfer: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1580
+ read_count: bigint;
1581
+ read_length: bigint;
1582
+ runtime: bigint;
1583
+ write_count: bigint;
1584
+ write_length: bigint;
1585
+ }>;
1586
+ readonly cost_ge: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1587
+ read_count: bigint;
1588
+ read_length: bigint;
1589
+ runtime: bigint;
1590
+ write_count: bigint;
1591
+ write_length: bigint;
1592
+ }>;
1593
+ readonly cost_geq: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1594
+ read_count: bigint;
1595
+ read_length: bigint;
1596
+ runtime: bigint;
1597
+ write_count: bigint;
1598
+ write_length: bigint;
1599
+ }>;
1600
+ readonly cost_hash160: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1601
+ read_count: bigint;
1602
+ read_length: bigint;
1603
+ runtime: bigint;
1604
+ write_count: bigint;
1605
+ write_length: bigint;
1606
+ }>;
1607
+ readonly cost_if: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1608
+ read_count: bigint;
1609
+ read_length: bigint;
1610
+ runtime: bigint;
1611
+ write_count: bigint;
1612
+ write_length: bigint;
1613
+ }>;
1614
+ readonly cost_index_of: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1615
+ read_count: bigint;
1616
+ read_length: bigint;
1617
+ runtime: bigint;
1618
+ write_count: bigint;
1619
+ write_length: bigint;
1620
+ }>;
1621
+ readonly cost_inner_type_check_cost: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1622
+ read_count: bigint;
1623
+ read_length: bigint;
1624
+ runtime: bigint;
1625
+ write_count: bigint;
1626
+ write_length: bigint;
1627
+ }>;
1628
+ readonly cost_int_cast: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1629
+ read_count: bigint;
1630
+ read_length: bigint;
1631
+ runtime: bigint;
1632
+ write_count: bigint;
1633
+ write_length: bigint;
1634
+ }>;
1635
+ readonly cost_is_err: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1636
+ read_count: bigint;
1637
+ read_length: bigint;
1638
+ runtime: bigint;
1639
+ write_count: bigint;
1640
+ write_length: bigint;
1641
+ }>;
1642
+ readonly cost_is_none: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1643
+ read_count: bigint;
1644
+ read_length: bigint;
1645
+ runtime: bigint;
1646
+ write_count: bigint;
1647
+ write_length: bigint;
1648
+ }>;
1649
+ readonly cost_is_okay: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1650
+ read_count: bigint;
1651
+ read_length: bigint;
1652
+ runtime: bigint;
1653
+ write_count: bigint;
1654
+ write_length: bigint;
1655
+ }>;
1656
+ readonly cost_is_some: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1657
+ read_count: bigint;
1658
+ read_length: bigint;
1659
+ runtime: bigint;
1660
+ write_count: bigint;
1661
+ write_length: bigint;
1662
+ }>;
1663
+ readonly cost_keccak256: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1664
+ read_count: bigint;
1665
+ read_length: bigint;
1666
+ runtime: bigint;
1667
+ write_count: bigint;
1668
+ write_length: bigint;
1669
+ }>;
1670
+ readonly cost_le: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1671
+ read_count: bigint;
1672
+ read_length: bigint;
1673
+ runtime: bigint;
1674
+ write_count: bigint;
1675
+ write_length: bigint;
1676
+ }>;
1677
+ readonly cost_len: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1678
+ read_count: bigint;
1679
+ read_length: bigint;
1680
+ runtime: bigint;
1681
+ write_count: bigint;
1682
+ write_length: bigint;
1683
+ }>;
1684
+ readonly cost_leq: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1685
+ read_count: bigint;
1686
+ read_length: bigint;
1687
+ runtime: bigint;
1688
+ write_count: bigint;
1689
+ write_length: bigint;
1690
+ }>;
1691
+ readonly cost_let: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1692
+ read_count: bigint;
1693
+ read_length: bigint;
1694
+ runtime: bigint;
1695
+ write_count: bigint;
1696
+ write_length: bigint;
1697
+ }>;
1698
+ readonly cost_list_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1699
+ read_count: bigint;
1700
+ read_length: bigint;
1701
+ runtime: bigint;
1702
+ write_count: bigint;
1703
+ write_length: bigint;
1704
+ }>;
1705
+ readonly cost_load_contract: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1706
+ read_count: bigint;
1707
+ read_length: bigint;
1708
+ runtime: bigint;
1709
+ write_count: bigint;
1710
+ write_length: bigint;
1711
+ }>;
1712
+ readonly cost_log2: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1713
+ read_count: bigint;
1714
+ read_length: bigint;
1715
+ runtime: bigint;
1716
+ write_count: bigint;
1717
+ write_length: bigint;
1718
+ }>;
1719
+ readonly cost_lookup_function: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1720
+ read_count: bigint;
1721
+ read_length: bigint;
1722
+ runtime: bigint;
1723
+ write_count: bigint;
1724
+ write_length: bigint;
1725
+ }>;
1726
+ readonly cost_lookup_variable_depth: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1727
+ read_count: bigint;
1728
+ read_length: bigint;
1729
+ runtime: bigint;
1730
+ write_count: bigint;
1731
+ write_length: bigint;
1732
+ }>;
1733
+ readonly cost_lookup_variable_size: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1734
+ read_count: bigint;
1735
+ read_length: bigint;
1736
+ runtime: bigint;
1737
+ write_count: bigint;
1738
+ write_length: bigint;
1739
+ }>;
1740
+ readonly cost_map: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1741
+ read_count: bigint;
1742
+ read_length: bigint;
1743
+ runtime: bigint;
1744
+ write_count: bigint;
1745
+ write_length: bigint;
1746
+ }>;
1747
+ readonly cost_match: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1748
+ read_count: bigint;
1749
+ read_length: bigint;
1750
+ runtime: bigint;
1751
+ write_count: bigint;
1752
+ write_length: bigint;
1753
+ }>;
1754
+ readonly cost_mod: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1755
+ read_count: bigint;
1756
+ read_length: bigint;
1757
+ runtime: bigint;
1758
+ write_count: bigint;
1759
+ write_length: bigint;
1760
+ }>;
1761
+ readonly cost_mul: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1762
+ read_count: bigint;
1763
+ read_length: bigint;
1764
+ runtime: bigint;
1765
+ write_count: bigint;
1766
+ write_length: bigint;
1767
+ }>;
1768
+ readonly cost_nft_burn: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1769
+ read_count: bigint;
1770
+ read_length: bigint;
1771
+ runtime: bigint;
1772
+ write_count: bigint;
1773
+ write_length: bigint;
1774
+ }>;
1775
+ readonly cost_nft_mint: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1776
+ read_count: bigint;
1777
+ read_length: bigint;
1778
+ runtime: bigint;
1779
+ write_count: bigint;
1780
+ write_length: bigint;
1781
+ }>;
1782
+ readonly cost_nft_owner: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1783
+ read_count: bigint;
1784
+ read_length: bigint;
1785
+ runtime: bigint;
1786
+ write_count: bigint;
1787
+ write_length: bigint;
1788
+ }>;
1789
+ readonly cost_nft_transfer: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1790
+ read_count: bigint;
1791
+ read_length: bigint;
1792
+ runtime: bigint;
1793
+ write_count: bigint;
1794
+ write_length: bigint;
1795
+ }>;
1796
+ readonly cost_not: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1797
+ read_count: bigint;
1798
+ read_length: bigint;
1799
+ runtime: bigint;
1800
+ write_count: bigint;
1801
+ write_length: bigint;
1802
+ }>;
1803
+ readonly cost_ok_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1804
+ read_count: bigint;
1805
+ read_length: bigint;
1806
+ runtime: bigint;
1807
+ write_count: bigint;
1808
+ write_length: bigint;
1809
+ }>;
1810
+ readonly cost_or: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1811
+ read_count: bigint;
1812
+ read_length: bigint;
1813
+ runtime: bigint;
1814
+ write_count: bigint;
1815
+ write_length: bigint;
1816
+ }>;
1817
+ readonly cost_pow: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1818
+ read_count: bigint;
1819
+ read_length: bigint;
1820
+ runtime: bigint;
1821
+ write_count: bigint;
1822
+ write_length: bigint;
1823
+ }>;
1824
+ readonly cost_principal_of: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1825
+ read_count: bigint;
1826
+ read_length: bigint;
1827
+ runtime: bigint;
1828
+ write_count: bigint;
1829
+ write_length: bigint;
1830
+ }>;
1831
+ readonly cost_print: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1832
+ read_count: bigint;
1833
+ read_length: bigint;
1834
+ runtime: bigint;
1835
+ write_count: bigint;
1836
+ write_length: bigint;
1837
+ }>;
1838
+ readonly cost_secp256k1recover: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1839
+ read_count: bigint;
1840
+ read_length: bigint;
1841
+ runtime: bigint;
1842
+ write_count: bigint;
1843
+ write_length: bigint;
1844
+ }>;
1845
+ readonly cost_secp256k1verify: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1846
+ read_count: bigint;
1847
+ read_length: bigint;
1848
+ runtime: bigint;
1849
+ write_count: bigint;
1850
+ write_length: bigint;
1851
+ }>;
1852
+ readonly cost_set_entry: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1853
+ read_count: bigint;
1854
+ read_length: bigint;
1855
+ runtime: bigint;
1856
+ write_count: bigint;
1857
+ write_length: bigint;
1858
+ }>;
1859
+ readonly cost_set_var: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1860
+ read_count: bigint;
1861
+ read_length: bigint;
1862
+ runtime: bigint;
1863
+ write_count: bigint;
1864
+ write_length: bigint;
1865
+ }>;
1866
+ readonly cost_sha256: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1867
+ read_count: bigint;
1868
+ read_length: bigint;
1869
+ runtime: bigint;
1870
+ write_count: bigint;
1871
+ write_length: bigint;
1872
+ }>;
1873
+ readonly cost_sha512: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1874
+ read_count: bigint;
1875
+ read_length: bigint;
1876
+ runtime: bigint;
1877
+ write_count: bigint;
1878
+ write_length: bigint;
1879
+ }>;
1880
+ readonly cost_sha512t256: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1881
+ read_count: bigint;
1882
+ read_length: bigint;
1883
+ runtime: bigint;
1884
+ write_count: bigint;
1885
+ write_length: bigint;
1886
+ }>;
1887
+ readonly cost_some_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1888
+ read_count: bigint;
1889
+ read_length: bigint;
1890
+ runtime: bigint;
1891
+ write_count: bigint;
1892
+ write_length: bigint;
1893
+ }>;
1894
+ readonly cost_sqrti: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1895
+ read_count: bigint;
1896
+ read_length: bigint;
1897
+ runtime: bigint;
1898
+ write_count: bigint;
1899
+ write_length: bigint;
1900
+ }>;
1901
+ readonly cost_stx_balance: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1902
+ read_count: bigint;
1903
+ read_length: bigint;
1904
+ runtime: bigint;
1905
+ write_count: bigint;
1906
+ write_length: bigint;
1907
+ }>;
1908
+ readonly cost_stx_transfer: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1909
+ read_count: bigint;
1910
+ read_length: bigint;
1911
+ runtime: bigint;
1912
+ write_count: bigint;
1913
+ write_length: bigint;
1914
+ }>;
1915
+ readonly cost_sub: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1916
+ read_count: bigint;
1917
+ read_length: bigint;
1918
+ runtime: bigint;
1919
+ write_count: bigint;
1920
+ write_length: bigint;
1921
+ }>;
1922
+ readonly cost_try_ret: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1923
+ read_count: bigint;
1924
+ read_length: bigint;
1925
+ runtime: bigint;
1926
+ write_count: bigint;
1927
+ write_length: bigint;
1928
+ }>;
1929
+ readonly cost_tuple_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1930
+ read_count: bigint;
1931
+ read_length: bigint;
1932
+ runtime: bigint;
1933
+ write_count: bigint;
1934
+ write_length: bigint;
1935
+ }>;
1936
+ readonly cost_tuple_get: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1937
+ read_count: bigint;
1938
+ read_length: bigint;
1939
+ runtime: bigint;
1940
+ write_count: bigint;
1941
+ write_length: bigint;
1942
+ }>;
1943
+ readonly cost_tuple_merge: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1944
+ read_count: bigint;
1945
+ read_length: bigint;
1946
+ runtime: bigint;
1947
+ write_count: bigint;
1948
+ write_length: bigint;
1949
+ }>;
1950
+ readonly cost_type_parse_step: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1951
+ read_count: bigint;
1952
+ read_length: bigint;
1953
+ runtime: bigint;
1954
+ write_count: bigint;
1955
+ write_length: bigint;
1956
+ }>;
1957
+ readonly cost_unwrap: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1958
+ read_count: bigint;
1959
+ read_length: bigint;
1960
+ runtime: bigint;
1961
+ write_count: bigint;
1962
+ write_length: bigint;
1963
+ }>;
1964
+ readonly cost_unwrap_err: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1965
+ read_count: bigint;
1966
+ read_length: bigint;
1967
+ runtime: bigint;
1968
+ write_count: bigint;
1969
+ write_length: bigint;
1970
+ }>;
1971
+ readonly cost_unwrap_err_or_ret: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1972
+ read_count: bigint;
1973
+ read_length: bigint;
1974
+ runtime: bigint;
1975
+ write_count: bigint;
1976
+ write_length: bigint;
1977
+ }>;
1978
+ readonly cost_unwrap_ret: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1979
+ read_count: bigint;
1980
+ read_length: bigint;
1981
+ runtime: bigint;
1982
+ write_count: bigint;
1983
+ write_length: bigint;
1984
+ }>;
1985
+ readonly cost_user_function_application: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1986
+ read_count: bigint;
1987
+ read_length: bigint;
1988
+ runtime: bigint;
1989
+ write_count: bigint;
1990
+ write_length: bigint;
1991
+ }>;
1992
+ readonly cost_xor: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
1993
+ read_count: bigint;
1994
+ read_length: bigint;
1995
+ runtime: bigint;
1996
+ write_count: bigint;
1997
+ write_length: bigint;
1998
+ }>;
1999
+ readonly poison_microblock: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2000
+ read_count: bigint;
2001
+ read_length: bigint;
2002
+ runtime: bigint;
2003
+ write_count: bigint;
2004
+ write_length: bigint;
2005
+ }>;
2006
+ };
2007
+ readonly maps: {};
2008
+ readonly variables: {};
2009
+ readonly constants: {};
2010
+ readonly non_fungible_tokens: readonly [];
2011
+ readonly fungible_tokens: readonly [];
2012
+ readonly epoch: "Epoch2_05";
2013
+ readonly clarity_version: "Clarity1";
2014
+ readonly contractName: "costs-2";
2015
+ };
2016
+ readonly costs3: {
2017
+ readonly functions: {
2018
+ readonly linear: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">, a: TypedAbiArg<number | bigint, "a">, b: TypedAbiArg<number | bigint, "b">], bigint>;
2019
+ readonly logn: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">, a: TypedAbiArg<number | bigint, "a">, b: TypedAbiArg<number | bigint, "b">], bigint>;
2020
+ readonly nlogn: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">, a: TypedAbiArg<number | bigint, "a">, b: TypedAbiArg<number | bigint, "b">], bigint>;
2021
+ readonly runtime: TypedAbiFunction<[r: TypedAbiArg<number | bigint, "r">], {
2022
+ read_count: bigint;
2023
+ read_length: bigint;
2024
+ runtime: bigint;
2025
+ write_count: bigint;
2026
+ write_length: bigint;
2027
+ }>;
2028
+ readonly cost_add: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2029
+ read_count: bigint;
2030
+ read_length: bigint;
2031
+ runtime: bigint;
2032
+ write_count: bigint;
2033
+ write_length: bigint;
2034
+ }>;
2035
+ readonly cost_analysis_bind_name: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2036
+ read_count: bigint;
2037
+ read_length: bigint;
2038
+ runtime: bigint;
2039
+ write_count: bigint;
2040
+ write_length: bigint;
2041
+ }>;
2042
+ readonly cost_analysis_check_let: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2043
+ read_count: bigint;
2044
+ read_length: bigint;
2045
+ runtime: bigint;
2046
+ write_count: bigint;
2047
+ write_length: bigint;
2048
+ }>;
2049
+ readonly cost_analysis_check_tuple_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2050
+ read_count: bigint;
2051
+ read_length: bigint;
2052
+ runtime: bigint;
2053
+ write_count: bigint;
2054
+ write_length: bigint;
2055
+ }>;
2056
+ readonly cost_analysis_check_tuple_get: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2057
+ read_count: bigint;
2058
+ read_length: bigint;
2059
+ runtime: bigint;
2060
+ write_count: bigint;
2061
+ write_length: bigint;
2062
+ }>;
2063
+ readonly cost_analysis_check_tuple_merge: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2064
+ read_count: bigint;
2065
+ read_length: bigint;
2066
+ runtime: bigint;
2067
+ write_count: bigint;
2068
+ write_length: bigint;
2069
+ }>;
2070
+ readonly cost_analysis_fetch_contract_entry: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2071
+ read_count: bigint;
2072
+ read_length: bigint;
2073
+ runtime: bigint;
2074
+ write_count: bigint;
2075
+ write_length: bigint;
2076
+ }>;
2077
+ readonly cost_analysis_get_function_entry: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2078
+ read_count: bigint;
2079
+ read_length: bigint;
2080
+ runtime: bigint;
2081
+ write_count: bigint;
2082
+ write_length: bigint;
2083
+ }>;
2084
+ readonly cost_analysis_iterable_func: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2085
+ read_count: bigint;
2086
+ read_length: bigint;
2087
+ runtime: bigint;
2088
+ write_count: bigint;
2089
+ write_length: bigint;
2090
+ }>;
2091
+ readonly cost_analysis_list_items_check: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2092
+ read_count: bigint;
2093
+ read_length: bigint;
2094
+ runtime: bigint;
2095
+ write_count: bigint;
2096
+ write_length: bigint;
2097
+ }>;
2098
+ readonly cost_analysis_lookup_function: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2099
+ read_count: bigint;
2100
+ read_length: bigint;
2101
+ runtime: bigint;
2102
+ write_count: bigint;
2103
+ write_length: bigint;
2104
+ }>;
2105
+ readonly cost_analysis_lookup_function_types: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2106
+ read_count: bigint;
2107
+ read_length: bigint;
2108
+ runtime: bigint;
2109
+ write_count: bigint;
2110
+ write_length: bigint;
2111
+ }>;
2112
+ readonly cost_analysis_lookup_variable_const: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2113
+ read_count: bigint;
2114
+ read_length: bigint;
2115
+ runtime: bigint;
2116
+ write_count: bigint;
2117
+ write_length: bigint;
2118
+ }>;
2119
+ readonly cost_analysis_lookup_variable_depth: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2120
+ read_count: bigint;
2121
+ read_length: bigint;
2122
+ runtime: bigint;
2123
+ write_count: bigint;
2124
+ write_length: bigint;
2125
+ }>;
2126
+ readonly cost_analysis_option_check: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2127
+ read_count: bigint;
2128
+ read_length: bigint;
2129
+ runtime: bigint;
2130
+ write_count: bigint;
2131
+ write_length: bigint;
2132
+ }>;
2133
+ readonly cost_analysis_option_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2134
+ read_count: bigint;
2135
+ read_length: bigint;
2136
+ runtime: bigint;
2137
+ write_count: bigint;
2138
+ write_length: bigint;
2139
+ }>;
2140
+ readonly cost_analysis_storage: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2141
+ read_count: bigint;
2142
+ read_length: bigint;
2143
+ runtime: bigint;
2144
+ write_count: bigint;
2145
+ write_length: bigint;
2146
+ }>;
2147
+ readonly cost_analysis_tuple_items_check: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2148
+ read_count: bigint;
2149
+ read_length: bigint;
2150
+ runtime: bigint;
2151
+ write_count: bigint;
2152
+ write_length: bigint;
2153
+ }>;
2154
+ readonly cost_analysis_type_annotate: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2155
+ read_count: bigint;
2156
+ read_length: bigint;
2157
+ runtime: bigint;
2158
+ write_count: bigint;
2159
+ write_length: bigint;
2160
+ }>;
2161
+ readonly cost_analysis_type_check: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2162
+ read_count: bigint;
2163
+ read_length: bigint;
2164
+ runtime: bigint;
2165
+ write_count: bigint;
2166
+ write_length: bigint;
2167
+ }>;
2168
+ readonly cost_analysis_type_lookup: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2169
+ read_count: bigint;
2170
+ read_length: bigint;
2171
+ runtime: bigint;
2172
+ write_count: bigint;
2173
+ write_length: bigint;
2174
+ }>;
2175
+ readonly cost_analysis_use_trait_entry: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2176
+ read_count: bigint;
2177
+ read_length: bigint;
2178
+ runtime: bigint;
2179
+ write_count: bigint;
2180
+ write_length: bigint;
2181
+ }>;
2182
+ readonly cost_analysis_visit: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2183
+ read_count: bigint;
2184
+ read_length: bigint;
2185
+ runtime: bigint;
2186
+ write_count: bigint;
2187
+ write_length: bigint;
2188
+ }>;
2189
+ readonly cost_and: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2190
+ read_count: bigint;
2191
+ read_length: bigint;
2192
+ runtime: bigint;
2193
+ write_count: bigint;
2194
+ write_length: bigint;
2195
+ }>;
2196
+ readonly cost_append: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2197
+ read_count: bigint;
2198
+ read_length: bigint;
2199
+ runtime: bigint;
2200
+ write_count: bigint;
2201
+ write_length: bigint;
2202
+ }>;
2203
+ readonly cost_as_contract: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2204
+ read_count: bigint;
2205
+ read_length: bigint;
2206
+ runtime: bigint;
2207
+ write_count: bigint;
2208
+ write_length: bigint;
2209
+ }>;
2210
+ readonly cost_as_max_len: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2211
+ read_count: bigint;
2212
+ read_length: bigint;
2213
+ runtime: bigint;
2214
+ write_count: bigint;
2215
+ write_length: bigint;
2216
+ }>;
2217
+ readonly cost_asserts: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2218
+ read_count: bigint;
2219
+ read_length: bigint;
2220
+ runtime: bigint;
2221
+ write_count: bigint;
2222
+ write_length: bigint;
2223
+ }>;
2224
+ readonly cost_ast_cycle_detection: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2225
+ read_count: bigint;
2226
+ read_length: bigint;
2227
+ runtime: bigint;
2228
+ write_count: bigint;
2229
+ write_length: bigint;
2230
+ }>;
2231
+ readonly cost_ast_parse: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2232
+ read_count: bigint;
2233
+ read_length: bigint;
2234
+ runtime: bigint;
2235
+ write_count: bigint;
2236
+ write_length: bigint;
2237
+ }>;
2238
+ readonly cost_at_block: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2239
+ read_count: bigint;
2240
+ read_length: bigint;
2241
+ runtime: bigint;
2242
+ write_count: bigint;
2243
+ write_length: bigint;
2244
+ }>;
2245
+ readonly cost_begin: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2246
+ read_count: bigint;
2247
+ read_length: bigint;
2248
+ runtime: bigint;
2249
+ write_count: bigint;
2250
+ write_length: bigint;
2251
+ }>;
2252
+ readonly cost_bind_name: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2253
+ read_count: bigint;
2254
+ read_length: bigint;
2255
+ runtime: bigint;
2256
+ write_count: bigint;
2257
+ write_length: bigint;
2258
+ }>;
2259
+ readonly cost_bitwise_and: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2260
+ read_count: bigint;
2261
+ read_length: bigint;
2262
+ runtime: bigint;
2263
+ write_count: bigint;
2264
+ write_length: bigint;
2265
+ }>;
2266
+ readonly cost_bitwise_left_shift: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2267
+ read_count: bigint;
2268
+ read_length: bigint;
2269
+ runtime: bigint;
2270
+ write_count: bigint;
2271
+ write_length: bigint;
2272
+ }>;
2273
+ readonly cost_bitwise_not: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2274
+ read_count: bigint;
2275
+ read_length: bigint;
2276
+ runtime: bigint;
2277
+ write_count: bigint;
2278
+ write_length: bigint;
2279
+ }>;
2280
+ readonly cost_bitwise_or: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2281
+ read_count: bigint;
2282
+ read_length: bigint;
2283
+ runtime: bigint;
2284
+ write_count: bigint;
2285
+ write_length: bigint;
2286
+ }>;
2287
+ readonly cost_bitwise_right_shift: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2288
+ read_count: bigint;
2289
+ read_length: bigint;
2290
+ runtime: bigint;
2291
+ write_count: bigint;
2292
+ write_length: bigint;
2293
+ }>;
2294
+ readonly cost_block_info: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2295
+ read_count: bigint;
2296
+ read_length: bigint;
2297
+ runtime: bigint;
2298
+ write_count: bigint;
2299
+ write_length: bigint;
2300
+ }>;
2301
+ readonly cost_buff_to_int_be: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2302
+ read_count: bigint;
2303
+ read_length: bigint;
2304
+ runtime: bigint;
2305
+ write_count: bigint;
2306
+ write_length: bigint;
2307
+ }>;
2308
+ readonly cost_buff_to_int_le: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2309
+ read_count: bigint;
2310
+ read_length: bigint;
2311
+ runtime: bigint;
2312
+ write_count: bigint;
2313
+ write_length: bigint;
2314
+ }>;
2315
+ readonly cost_buff_to_uint_be: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2316
+ read_count: bigint;
2317
+ read_length: bigint;
2318
+ runtime: bigint;
2319
+ write_count: bigint;
2320
+ write_length: bigint;
2321
+ }>;
2322
+ readonly cost_buff_to_uint_le: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2323
+ read_count: bigint;
2324
+ read_length: bigint;
2325
+ runtime: bigint;
2326
+ write_count: bigint;
2327
+ write_length: bigint;
2328
+ }>;
2329
+ readonly cost_burn_block_info: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2330
+ read_count: bigint;
2331
+ read_length: bigint;
2332
+ runtime: bigint;
2333
+ write_count: bigint;
2334
+ write_length: bigint;
2335
+ }>;
2336
+ readonly cost_concat: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2337
+ read_count: bigint;
2338
+ read_length: bigint;
2339
+ runtime: bigint;
2340
+ write_count: bigint;
2341
+ write_length: bigint;
2342
+ }>;
2343
+ readonly cost_contract_call: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2344
+ read_count: bigint;
2345
+ read_length: bigint;
2346
+ runtime: bigint;
2347
+ write_count: bigint;
2348
+ write_length: bigint;
2349
+ }>;
2350
+ readonly cost_contract_of: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2351
+ read_count: bigint;
2352
+ read_length: bigint;
2353
+ runtime: bigint;
2354
+ write_count: bigint;
2355
+ write_length: bigint;
2356
+ }>;
2357
+ readonly cost_contract_storage: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2358
+ read_count: bigint;
2359
+ read_length: bigint;
2360
+ runtime: bigint;
2361
+ write_count: bigint;
2362
+ write_length: bigint;
2363
+ }>;
2364
+ readonly cost_create_ft: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2365
+ read_count: bigint;
2366
+ read_length: bigint;
2367
+ runtime: bigint;
2368
+ write_count: bigint;
2369
+ write_length: bigint;
2370
+ }>;
2371
+ readonly cost_create_map: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2372
+ read_count: bigint;
2373
+ read_length: bigint;
2374
+ runtime: bigint;
2375
+ write_count: bigint;
2376
+ write_length: bigint;
2377
+ }>;
2378
+ readonly cost_create_nft: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2379
+ read_count: bigint;
2380
+ read_length: bigint;
2381
+ runtime: bigint;
2382
+ write_count: bigint;
2383
+ write_length: bigint;
2384
+ }>;
2385
+ readonly cost_create_var: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2386
+ read_count: bigint;
2387
+ read_length: bigint;
2388
+ runtime: bigint;
2389
+ write_count: bigint;
2390
+ write_length: bigint;
2391
+ }>;
2392
+ readonly cost_default_to: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2393
+ read_count: bigint;
2394
+ read_length: bigint;
2395
+ runtime: bigint;
2396
+ write_count: bigint;
2397
+ write_length: bigint;
2398
+ }>;
2399
+ readonly cost_div: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2400
+ read_count: bigint;
2401
+ read_length: bigint;
2402
+ runtime: bigint;
2403
+ write_count: bigint;
2404
+ write_length: bigint;
2405
+ }>;
2406
+ readonly cost_element_at: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2407
+ read_count: bigint;
2408
+ read_length: bigint;
2409
+ runtime: bigint;
2410
+ write_count: bigint;
2411
+ write_length: bigint;
2412
+ }>;
2413
+ readonly cost_eq: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2414
+ read_count: bigint;
2415
+ read_length: bigint;
2416
+ runtime: bigint;
2417
+ write_count: bigint;
2418
+ write_length: bigint;
2419
+ }>;
2420
+ readonly cost_err_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2421
+ read_count: bigint;
2422
+ read_length: bigint;
2423
+ runtime: bigint;
2424
+ write_count: bigint;
2425
+ write_length: bigint;
2426
+ }>;
2427
+ readonly cost_fetch_entry: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2428
+ read_count: bigint;
2429
+ read_length: bigint;
2430
+ runtime: bigint;
2431
+ write_count: bigint;
2432
+ write_length: bigint;
2433
+ }>;
2434
+ readonly cost_fetch_var: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2435
+ read_count: bigint;
2436
+ read_length: bigint;
2437
+ runtime: bigint;
2438
+ write_count: bigint;
2439
+ write_length: bigint;
2440
+ }>;
2441
+ readonly cost_filter: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2442
+ read_count: bigint;
2443
+ read_length: bigint;
2444
+ runtime: bigint;
2445
+ write_count: bigint;
2446
+ write_length: bigint;
2447
+ }>;
2448
+ readonly cost_fold: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2449
+ read_count: bigint;
2450
+ read_length: bigint;
2451
+ runtime: bigint;
2452
+ write_count: bigint;
2453
+ write_length: bigint;
2454
+ }>;
2455
+ readonly cost_from_consensus_buff: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2456
+ read_count: bigint;
2457
+ read_length: bigint;
2458
+ runtime: bigint;
2459
+ write_count: bigint;
2460
+ write_length: bigint;
2461
+ }>;
2462
+ readonly cost_ft_balance: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2463
+ read_count: bigint;
2464
+ read_length: bigint;
2465
+ runtime: bigint;
2466
+ write_count: bigint;
2467
+ write_length: bigint;
2468
+ }>;
2469
+ readonly cost_ft_burn: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2470
+ read_count: bigint;
2471
+ read_length: bigint;
2472
+ runtime: bigint;
2473
+ write_count: bigint;
2474
+ write_length: bigint;
2475
+ }>;
2476
+ readonly cost_ft_get_supply: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2477
+ read_count: bigint;
2478
+ read_length: bigint;
2479
+ runtime: bigint;
2480
+ write_count: bigint;
2481
+ write_length: bigint;
2482
+ }>;
2483
+ readonly cost_ft_mint: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2484
+ read_count: bigint;
2485
+ read_length: bigint;
2486
+ runtime: bigint;
2487
+ write_count: bigint;
2488
+ write_length: bigint;
2489
+ }>;
2490
+ readonly cost_ft_transfer: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2491
+ read_count: bigint;
2492
+ read_length: bigint;
2493
+ runtime: bigint;
2494
+ write_count: bigint;
2495
+ write_length: bigint;
2496
+ }>;
2497
+ readonly cost_ge: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2498
+ read_count: bigint;
2499
+ read_length: bigint;
2500
+ runtime: bigint;
2501
+ write_count: bigint;
2502
+ write_length: bigint;
2503
+ }>;
2504
+ readonly cost_geq: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2505
+ read_count: bigint;
2506
+ read_length: bigint;
2507
+ runtime: bigint;
2508
+ write_count: bigint;
2509
+ write_length: bigint;
2510
+ }>;
2511
+ readonly cost_hash160: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2512
+ read_count: bigint;
2513
+ read_length: bigint;
2514
+ runtime: bigint;
2515
+ write_count: bigint;
2516
+ write_length: bigint;
2517
+ }>;
2518
+ readonly cost_if: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2519
+ read_count: bigint;
2520
+ read_length: bigint;
2521
+ runtime: bigint;
2522
+ write_count: bigint;
2523
+ write_length: bigint;
2524
+ }>;
2525
+ readonly cost_index_of: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2526
+ read_count: bigint;
2527
+ read_length: bigint;
2528
+ runtime: bigint;
2529
+ write_count: bigint;
2530
+ write_length: bigint;
2531
+ }>;
2532
+ readonly cost_inner_type_check_cost: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2533
+ read_count: bigint;
2534
+ read_length: bigint;
2535
+ runtime: bigint;
2536
+ write_count: bigint;
2537
+ write_length: bigint;
2538
+ }>;
2539
+ readonly cost_int_cast: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2540
+ read_count: bigint;
2541
+ read_length: bigint;
2542
+ runtime: bigint;
2543
+ write_count: bigint;
2544
+ write_length: bigint;
2545
+ }>;
2546
+ readonly cost_int_to_ascii: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2547
+ read_count: bigint;
2548
+ read_length: bigint;
2549
+ runtime: bigint;
2550
+ write_count: bigint;
2551
+ write_length: bigint;
2552
+ }>;
2553
+ readonly cost_int_to_utf8: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2554
+ read_count: bigint;
2555
+ read_length: bigint;
2556
+ runtime: bigint;
2557
+ write_count: bigint;
2558
+ write_length: bigint;
2559
+ }>;
2560
+ readonly cost_is_err: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2561
+ read_count: bigint;
2562
+ read_length: bigint;
2563
+ runtime: bigint;
2564
+ write_count: bigint;
2565
+ write_length: bigint;
2566
+ }>;
2567
+ readonly cost_is_none: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2568
+ read_count: bigint;
2569
+ read_length: bigint;
2570
+ runtime: bigint;
2571
+ write_count: bigint;
2572
+ write_length: bigint;
2573
+ }>;
2574
+ readonly cost_is_okay: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2575
+ read_count: bigint;
2576
+ read_length: bigint;
2577
+ runtime: bigint;
2578
+ write_count: bigint;
2579
+ write_length: bigint;
2580
+ }>;
2581
+ readonly cost_is_some: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2582
+ read_count: bigint;
2583
+ read_length: bigint;
2584
+ runtime: bigint;
2585
+ write_count: bigint;
2586
+ write_length: bigint;
2587
+ }>;
2588
+ readonly cost_is_standard: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2589
+ read_count: bigint;
2590
+ read_length: bigint;
2591
+ runtime: bigint;
2592
+ write_count: bigint;
2593
+ write_length: bigint;
2594
+ }>;
2595
+ readonly cost_keccak256: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2596
+ read_count: bigint;
2597
+ read_length: bigint;
2598
+ runtime: bigint;
2599
+ write_count: bigint;
2600
+ write_length: bigint;
2601
+ }>;
2602
+ readonly cost_le: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2603
+ read_count: bigint;
2604
+ read_length: bigint;
2605
+ runtime: bigint;
2606
+ write_count: bigint;
2607
+ write_length: bigint;
2608
+ }>;
2609
+ readonly cost_len: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2610
+ read_count: bigint;
2611
+ read_length: bigint;
2612
+ runtime: bigint;
2613
+ write_count: bigint;
2614
+ write_length: bigint;
2615
+ }>;
2616
+ readonly cost_leq: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2617
+ read_count: bigint;
2618
+ read_length: bigint;
2619
+ runtime: bigint;
2620
+ write_count: bigint;
2621
+ write_length: bigint;
2622
+ }>;
2623
+ readonly cost_let: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2624
+ read_count: bigint;
2625
+ read_length: bigint;
2626
+ runtime: bigint;
2627
+ write_count: bigint;
2628
+ write_length: bigint;
2629
+ }>;
2630
+ readonly cost_list_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2631
+ read_count: bigint;
2632
+ read_length: bigint;
2633
+ runtime: bigint;
2634
+ write_count: bigint;
2635
+ write_length: bigint;
2636
+ }>;
2637
+ readonly cost_load_contract: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2638
+ read_count: bigint;
2639
+ read_length: bigint;
2640
+ runtime: bigint;
2641
+ write_count: bigint;
2642
+ write_length: bigint;
2643
+ }>;
2644
+ readonly cost_log2: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2645
+ read_count: bigint;
2646
+ read_length: bigint;
2647
+ runtime: bigint;
2648
+ write_count: bigint;
2649
+ write_length: bigint;
2650
+ }>;
2651
+ readonly cost_lookup_function: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2652
+ read_count: bigint;
2653
+ read_length: bigint;
2654
+ runtime: bigint;
2655
+ write_count: bigint;
2656
+ write_length: bigint;
2657
+ }>;
2658
+ readonly cost_lookup_variable_depth: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2659
+ read_count: bigint;
2660
+ read_length: bigint;
2661
+ runtime: bigint;
2662
+ write_count: bigint;
2663
+ write_length: bigint;
2664
+ }>;
2665
+ readonly cost_lookup_variable_size: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2666
+ read_count: bigint;
2667
+ read_length: bigint;
2668
+ runtime: bigint;
2669
+ write_count: bigint;
2670
+ write_length: bigint;
2671
+ }>;
2672
+ readonly cost_map: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2673
+ read_count: bigint;
2674
+ read_length: bigint;
2675
+ runtime: bigint;
2676
+ write_count: bigint;
2677
+ write_length: bigint;
2678
+ }>;
2679
+ readonly cost_match: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2680
+ read_count: bigint;
2681
+ read_length: bigint;
2682
+ runtime: bigint;
2683
+ write_count: bigint;
2684
+ write_length: bigint;
2685
+ }>;
2686
+ readonly cost_mod: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2687
+ read_count: bigint;
2688
+ read_length: bigint;
2689
+ runtime: bigint;
2690
+ write_count: bigint;
2691
+ write_length: bigint;
2692
+ }>;
2693
+ readonly cost_mul: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2694
+ read_count: bigint;
2695
+ read_length: bigint;
2696
+ runtime: bigint;
2697
+ write_count: bigint;
2698
+ write_length: bigint;
2699
+ }>;
2700
+ readonly cost_nft_burn: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2701
+ read_count: bigint;
2702
+ read_length: bigint;
2703
+ runtime: bigint;
2704
+ write_count: bigint;
2705
+ write_length: bigint;
2706
+ }>;
2707
+ readonly cost_nft_mint: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2708
+ read_count: bigint;
2709
+ read_length: bigint;
2710
+ runtime: bigint;
2711
+ write_count: bigint;
2712
+ write_length: bigint;
2713
+ }>;
2714
+ readonly cost_nft_owner: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2715
+ read_count: bigint;
2716
+ read_length: bigint;
2717
+ runtime: bigint;
2718
+ write_count: bigint;
2719
+ write_length: bigint;
2720
+ }>;
2721
+ readonly cost_nft_transfer: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2722
+ read_count: bigint;
2723
+ read_length: bigint;
2724
+ runtime: bigint;
2725
+ write_count: bigint;
2726
+ write_length: bigint;
2727
+ }>;
2728
+ readonly cost_not: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2729
+ read_count: bigint;
2730
+ read_length: bigint;
2731
+ runtime: bigint;
2732
+ write_count: bigint;
2733
+ write_length: bigint;
2734
+ }>;
2735
+ readonly cost_ok_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2736
+ read_count: bigint;
2737
+ read_length: bigint;
2738
+ runtime: bigint;
2739
+ write_count: bigint;
2740
+ write_length: bigint;
2741
+ }>;
2742
+ readonly cost_or: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2743
+ read_count: bigint;
2744
+ read_length: bigint;
2745
+ runtime: bigint;
2746
+ write_count: bigint;
2747
+ write_length: bigint;
2748
+ }>;
2749
+ readonly cost_pow: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2750
+ read_count: bigint;
2751
+ read_length: bigint;
2752
+ runtime: bigint;
2753
+ write_count: bigint;
2754
+ write_length: bigint;
2755
+ }>;
2756
+ readonly cost_principal_construct: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2757
+ read_count: bigint;
2758
+ read_length: bigint;
2759
+ runtime: bigint;
2760
+ write_count: bigint;
2761
+ write_length: bigint;
2762
+ }>;
2763
+ readonly cost_principal_destruct: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2764
+ read_count: bigint;
2765
+ read_length: bigint;
2766
+ runtime: bigint;
2767
+ write_count: bigint;
2768
+ write_length: bigint;
2769
+ }>;
2770
+ readonly cost_principal_of: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2771
+ read_count: bigint;
2772
+ read_length: bigint;
2773
+ runtime: bigint;
2774
+ write_count: bigint;
2775
+ write_length: bigint;
2776
+ }>;
2777
+ readonly cost_print: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2778
+ read_count: bigint;
2779
+ read_length: bigint;
2780
+ runtime: bigint;
2781
+ write_count: bigint;
2782
+ write_length: bigint;
2783
+ }>;
2784
+ readonly cost_replace_at: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2785
+ read_count: bigint;
2786
+ read_length: bigint;
2787
+ runtime: bigint;
2788
+ write_count: bigint;
2789
+ write_length: bigint;
2790
+ }>;
2791
+ readonly cost_secp256k1recover: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2792
+ read_count: bigint;
2793
+ read_length: bigint;
2794
+ runtime: bigint;
2795
+ write_count: bigint;
2796
+ write_length: bigint;
2797
+ }>;
2798
+ readonly cost_secp256k1verify: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2799
+ read_count: bigint;
2800
+ read_length: bigint;
2801
+ runtime: bigint;
2802
+ write_count: bigint;
2803
+ write_length: bigint;
2804
+ }>;
2805
+ readonly cost_set_entry: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2806
+ read_count: bigint;
2807
+ read_length: bigint;
2808
+ runtime: bigint;
2809
+ write_count: bigint;
2810
+ write_length: bigint;
2811
+ }>;
2812
+ readonly cost_set_var: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2813
+ read_count: bigint;
2814
+ read_length: bigint;
2815
+ runtime: bigint;
2816
+ write_count: bigint;
2817
+ write_length: bigint;
2818
+ }>;
2819
+ readonly cost_sha256: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2820
+ read_count: bigint;
2821
+ read_length: bigint;
2822
+ runtime: bigint;
2823
+ write_count: bigint;
2824
+ write_length: bigint;
2825
+ }>;
2826
+ readonly cost_sha512: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2827
+ read_count: bigint;
2828
+ read_length: bigint;
2829
+ runtime: bigint;
2830
+ write_count: bigint;
2831
+ write_length: bigint;
2832
+ }>;
2833
+ readonly cost_sha512t256: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2834
+ read_count: bigint;
2835
+ read_length: bigint;
2836
+ runtime: bigint;
2837
+ write_count: bigint;
2838
+ write_length: bigint;
2839
+ }>;
2840
+ readonly cost_slice: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2841
+ read_count: bigint;
2842
+ read_length: bigint;
2843
+ runtime: bigint;
2844
+ write_count: bigint;
2845
+ write_length: bigint;
2846
+ }>;
2847
+ readonly cost_some_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2848
+ read_count: bigint;
2849
+ read_length: bigint;
2850
+ runtime: bigint;
2851
+ write_count: bigint;
2852
+ write_length: bigint;
2853
+ }>;
2854
+ readonly cost_sqrti: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2855
+ read_count: bigint;
2856
+ read_length: bigint;
2857
+ runtime: bigint;
2858
+ write_count: bigint;
2859
+ write_length: bigint;
2860
+ }>;
2861
+ readonly cost_string_to_int: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2862
+ read_count: bigint;
2863
+ read_length: bigint;
2864
+ runtime: bigint;
2865
+ write_count: bigint;
2866
+ write_length: bigint;
2867
+ }>;
2868
+ readonly cost_string_to_uint: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2869
+ read_count: bigint;
2870
+ read_length: bigint;
2871
+ runtime: bigint;
2872
+ write_count: bigint;
2873
+ write_length: bigint;
2874
+ }>;
2875
+ readonly cost_stx_account: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2876
+ read_count: bigint;
2877
+ read_length: bigint;
2878
+ runtime: bigint;
2879
+ write_count: bigint;
2880
+ write_length: bigint;
2881
+ }>;
2882
+ readonly cost_stx_balance: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2883
+ read_count: bigint;
2884
+ read_length: bigint;
2885
+ runtime: bigint;
2886
+ write_count: bigint;
2887
+ write_length: bigint;
2888
+ }>;
2889
+ readonly cost_stx_transfer: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2890
+ read_count: bigint;
2891
+ read_length: bigint;
2892
+ runtime: bigint;
2893
+ write_count: bigint;
2894
+ write_length: bigint;
2895
+ }>;
2896
+ readonly cost_stx_transfer_memo: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2897
+ read_count: bigint;
2898
+ read_length: bigint;
2899
+ runtime: bigint;
2900
+ write_count: bigint;
2901
+ write_length: bigint;
2902
+ }>;
2903
+ readonly cost_sub: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2904
+ read_count: bigint;
2905
+ read_length: bigint;
2906
+ runtime: bigint;
2907
+ write_count: bigint;
2908
+ write_length: bigint;
2909
+ }>;
2910
+ readonly cost_to_consensus_buff: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2911
+ read_count: bigint;
2912
+ read_length: bigint;
2913
+ runtime: bigint;
2914
+ write_count: bigint;
2915
+ write_length: bigint;
2916
+ }>;
2917
+ readonly cost_try_ret: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2918
+ read_count: bigint;
2919
+ read_length: bigint;
2920
+ runtime: bigint;
2921
+ write_count: bigint;
2922
+ write_length: bigint;
2923
+ }>;
2924
+ readonly cost_tuple_cons: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2925
+ read_count: bigint;
2926
+ read_length: bigint;
2927
+ runtime: bigint;
2928
+ write_count: bigint;
2929
+ write_length: bigint;
2930
+ }>;
2931
+ readonly cost_tuple_get: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2932
+ read_count: bigint;
2933
+ read_length: bigint;
2934
+ runtime: bigint;
2935
+ write_count: bigint;
2936
+ write_length: bigint;
2937
+ }>;
2938
+ readonly cost_tuple_merge: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2939
+ read_count: bigint;
2940
+ read_length: bigint;
2941
+ runtime: bigint;
2942
+ write_count: bigint;
2943
+ write_length: bigint;
2944
+ }>;
2945
+ readonly cost_type_parse_step: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2946
+ read_count: bigint;
2947
+ read_length: bigint;
2948
+ runtime: bigint;
2949
+ write_count: bigint;
2950
+ write_length: bigint;
2951
+ }>;
2952
+ readonly cost_unwrap: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2953
+ read_count: bigint;
2954
+ read_length: bigint;
2955
+ runtime: bigint;
2956
+ write_count: bigint;
2957
+ write_length: bigint;
2958
+ }>;
2959
+ readonly cost_unwrap_err: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2960
+ read_count: bigint;
2961
+ read_length: bigint;
2962
+ runtime: bigint;
2963
+ write_count: bigint;
2964
+ write_length: bigint;
2965
+ }>;
2966
+ readonly cost_unwrap_err_or_ret: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2967
+ read_count: bigint;
2968
+ read_length: bigint;
2969
+ runtime: bigint;
2970
+ write_count: bigint;
2971
+ write_length: bigint;
2972
+ }>;
2973
+ readonly cost_unwrap_ret: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2974
+ read_count: bigint;
2975
+ read_length: bigint;
2976
+ runtime: bigint;
2977
+ write_count: bigint;
2978
+ write_length: bigint;
2979
+ }>;
2980
+ readonly cost_user_function_application: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2981
+ read_count: bigint;
2982
+ read_length: bigint;
2983
+ runtime: bigint;
2984
+ write_count: bigint;
2985
+ write_length: bigint;
2986
+ }>;
2987
+ readonly cost_xor: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2988
+ read_count: bigint;
2989
+ read_length: bigint;
2990
+ runtime: bigint;
2991
+ write_count: bigint;
2992
+ write_length: bigint;
2993
+ }>;
2994
+ readonly poison_microblock: TypedAbiFunction<[n: TypedAbiArg<number | bigint, "n">], {
2995
+ read_count: bigint;
2996
+ read_length: bigint;
2997
+ runtime: bigint;
2998
+ write_count: bigint;
2999
+ write_length: bigint;
3000
+ }>;
3001
+ };
3002
+ readonly maps: {};
3003
+ readonly variables: {};
3004
+ readonly constants: {};
3005
+ readonly non_fungible_tokens: readonly [];
3006
+ readonly fungible_tokens: readonly [];
3007
+ readonly epoch: "Epoch21";
3008
+ readonly clarity_version: "Clarity2";
3009
+ readonly contractName: "costs-3";
3010
+ };
3011
+ readonly lockup: {
3012
+ readonly functions: {
3013
+ readonly getLockups: TypedAbiFunction<[stxBlockHeightOpt: TypedAbiArg<number | bigint | null, "stxBlockHeightOpt">], Response<{
3014
+ amount: bigint;
3015
+ recipient: string;
3016
+ }[], null>>;
3017
+ };
3018
+ readonly maps: {
3019
+ readonly lockups: TypedAbiMap<number | bigint, {
3020
+ amount: bigint;
3021
+ recipient: string;
3022
+ }[]>;
3023
+ };
3024
+ readonly variables: {};
3025
+ readonly constants: {};
3026
+ readonly non_fungible_tokens: readonly [];
3027
+ readonly fungible_tokens: readonly [];
3028
+ readonly epoch: "Epoch20";
3029
+ readonly clarity_version: "Clarity1";
3030
+ readonly contractName: "lockup";
3031
+ };
3032
+ readonly pox: {
3033
+ readonly functions: {
3034
+ readonly addPoxAddrToIthRewardCycle: TypedAbiFunction<[cycleIndex: TypedAbiArg<number | bigint, "cycleIndex">, params: TypedAbiArg<{
3035
+ amountUstx: number | bigint;
3036
+ firstRewardCycle: number | bigint;
3037
+ i: number | bigint;
3038
+ numCycles: number | bigint;
3039
+ poxAddr: {
3040
+ hashbytes: Uint8Array;
3041
+ version: Uint8Array;
3042
+ };
3043
+ }, "params">], {
3044
+ amountUstx: bigint;
3045
+ firstRewardCycle: bigint;
3046
+ i: bigint;
3047
+ numCycles: bigint;
3048
+ poxAddr: {
3049
+ hashbytes: Uint8Array;
3050
+ version: Uint8Array;
3051
+ };
3052
+ }>;
3053
+ readonly addPoxAddrToRewardCycles: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3054
+ hashbytes: Uint8Array;
3055
+ version: Uint8Array;
3056
+ }, "poxAddr">, firstRewardCycle: TypedAbiArg<number | bigint, "firstRewardCycle">, numCycles: TypedAbiArg<number | bigint, "numCycles">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">], Response<boolean, bigint>>;
3057
+ readonly addPoxPartialStacked: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3058
+ hashbytes: Uint8Array;
3059
+ version: Uint8Array;
3060
+ }, "poxAddr">, firstRewardCycle: TypedAbiArg<number | bigint, "firstRewardCycle">, numCycles: TypedAbiArg<number | bigint, "numCycles">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">], boolean>;
3061
+ readonly addPoxPartialStackedToIthCycle: TypedAbiFunction<[cycleIndex: TypedAbiArg<number | bigint, "cycleIndex">, params: TypedAbiArg<{
3062
+ amountUstx: number | bigint;
3063
+ numCycles: number | bigint;
3064
+ poxAddr: {
3065
+ hashbytes: Uint8Array;
3066
+ version: Uint8Array;
3067
+ };
3068
+ rewardCycle: number | bigint;
3069
+ }, "params">], {
3070
+ amountUstx: bigint;
3071
+ numCycles: bigint;
3072
+ poxAddr: {
3073
+ hashbytes: Uint8Array;
3074
+ version: Uint8Array;
3075
+ };
3076
+ rewardCycle: bigint;
3077
+ }>;
3078
+ readonly appendRewardCyclePoxAddr: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3079
+ hashbytes: Uint8Array;
3080
+ version: Uint8Array;
3081
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">], bigint>;
3082
+ readonly burnHeightToRewardCycle: TypedAbiFunction<[height: TypedAbiArg<number | bigint, "height">], bigint>;
3083
+ readonly checkCallerAllowed: TypedAbiFunction<[], boolean>;
3084
+ readonly checkPoxAddrVersion: TypedAbiFunction<[version: TypedAbiArg<Uint8Array, "version">], boolean>;
3085
+ readonly checkPoxLockPeriod: TypedAbiFunction<[lockPeriod: TypedAbiArg<number | bigint, "lockPeriod">], boolean>;
3086
+ readonly currentPoxRewardCycle: TypedAbiFunction<[], bigint>;
3087
+ readonly getCheckDelegation: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">], {
3088
+ amountUstx: bigint;
3089
+ delegatedTo: string;
3090
+ poxAddr: {
3091
+ hashbytes: Uint8Array;
3092
+ version: Uint8Array;
3093
+ } | null;
3094
+ untilBurnHt: bigint | null;
3095
+ } | null>;
3096
+ readonly nextCycleRejectionVotes: TypedAbiFunction<[], bigint>;
3097
+ readonly rewardCycleToBurnHeight: TypedAbiFunction<[cycle: TypedAbiArg<number | bigint, "cycle">], bigint>;
3098
+ readonly allowContractCaller: TypedAbiFunction<[caller: TypedAbiArg<string, "caller">, untilBurnHt: TypedAbiArg<number | bigint | null, "untilBurnHt">], Response<boolean, bigint>>;
3099
+ readonly delegateStackStx: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, poxAddr: TypedAbiArg<{
3100
+ hashbytes: Uint8Array;
3101
+ version: Uint8Array;
3102
+ }, "poxAddr">, startBurnHt: TypedAbiArg<number | bigint, "startBurnHt">, lockPeriod: TypedAbiArg<number | bigint, "lockPeriod">], Response<{
3103
+ lockAmount: bigint;
3104
+ stacker: string;
3105
+ unlockBurnHeight: bigint;
3106
+ }, bigint>>;
3107
+ readonly delegateStx: TypedAbiFunction<[amountUstx: TypedAbiArg<number | bigint, "amountUstx">, delegateTo: TypedAbiArg<string, "delegateTo">, untilBurnHt: TypedAbiArg<number | bigint | null, "untilBurnHt">, poxAddr: TypedAbiArg<{
3108
+ hashbytes: Uint8Array;
3109
+ version: Uint8Array;
3110
+ } | null, "poxAddr">], Response<boolean, bigint>>;
3111
+ readonly disallowContractCaller: TypedAbiFunction<[caller: TypedAbiArg<string, "caller">], Response<boolean, bigint>>;
3112
+ readonly rejectPox: TypedAbiFunction<[], Response<boolean, bigint>>;
3113
+ readonly revokeDelegateStx: TypedAbiFunction<[], Response<boolean, bigint>>;
3114
+ readonly setBurnchainParameters: TypedAbiFunction<[firstBurnHeight: TypedAbiArg<number | bigint, "firstBurnHeight">, prepareCycleLength: TypedAbiArg<number | bigint, "prepareCycleLength">, rewardCycleLength: TypedAbiArg<number | bigint, "rewardCycleLength">, rejectionFraction: TypedAbiArg<number | bigint, "rejectionFraction">], Response<boolean, bigint>>;
3115
+ readonly stackAggregationCommit: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3116
+ hashbytes: Uint8Array;
3117
+ version: Uint8Array;
3118
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], Response<boolean, bigint>>;
3119
+ readonly stackStx: TypedAbiFunction<[amountUstx: TypedAbiArg<number | bigint, "amountUstx">, poxAddr: TypedAbiArg<{
3120
+ hashbytes: Uint8Array;
3121
+ version: Uint8Array;
3122
+ }, "poxAddr">, startBurnHt: TypedAbiArg<number | bigint, "startBurnHt">, lockPeriod: TypedAbiArg<number | bigint, "lockPeriod">], Response<{
3123
+ lockAmount: bigint;
3124
+ stacker: string;
3125
+ unlockBurnHeight: bigint;
3126
+ }, bigint>>;
3127
+ readonly canStackStx: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3128
+ hashbytes: Uint8Array;
3129
+ version: Uint8Array;
3130
+ }, "poxAddr">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, firstRewardCycle: TypedAbiArg<number | bigint, "firstRewardCycle">, numCycles: TypedAbiArg<number | bigint, "numCycles">], Response<boolean, bigint>>;
3131
+ readonly getPoxInfo: TypedAbiFunction<[], Response<{
3132
+ currentRejectionVotes: bigint;
3133
+ firstBurnchainBlockHeight: bigint;
3134
+ minAmountUstx: bigint;
3135
+ prepareCycleLength: bigint;
3136
+ rejectionFraction: bigint;
3137
+ rewardCycleId: bigint;
3138
+ rewardCycleLength: bigint;
3139
+ totalLiquidSupplyUstx: bigint;
3140
+ }, null>>;
3141
+ readonly getPoxRejection: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], {
3142
+ amount: bigint;
3143
+ } | null>;
3144
+ readonly getRewardSetPoxAddress: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, index: TypedAbiArg<number | bigint, "index">], {
3145
+ poxAddr: {
3146
+ hashbytes: Uint8Array;
3147
+ version: Uint8Array;
3148
+ };
3149
+ totalUstx: bigint;
3150
+ } | null>;
3151
+ readonly getRewardSetSize: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], bigint>;
3152
+ readonly getStackerInfo: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">], {
3153
+ amountUstx: bigint;
3154
+ firstRewardCycle: bigint;
3155
+ lockPeriod: bigint;
3156
+ poxAddr: {
3157
+ hashbytes: Uint8Array;
3158
+ version: Uint8Array;
3159
+ };
3160
+ } | null>;
3161
+ readonly getStackingMinimum: TypedAbiFunction<[], bigint>;
3162
+ readonly getTotalUstxStacked: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], bigint>;
3163
+ readonly isPoxActive: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], boolean>;
3164
+ readonly minimalCanStackStx: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3165
+ hashbytes: Uint8Array;
3166
+ version: Uint8Array;
3167
+ }, "poxAddr">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, firstRewardCycle: TypedAbiArg<number | bigint, "firstRewardCycle">, numCycles: TypedAbiArg<number | bigint, "numCycles">], Response<boolean, bigint>>;
3168
+ };
3169
+ readonly maps: {
3170
+ readonly allowanceContractCallers: TypedAbiMap<{
3171
+ contractCaller: string;
3172
+ sender: string;
3173
+ }, {
3174
+ untilBurnHt: bigint | null;
3175
+ }>;
3176
+ readonly delegationState: TypedAbiMap<{
3177
+ stacker: string;
3178
+ }, {
3179
+ amountUstx: bigint;
3180
+ delegatedTo: string;
3181
+ poxAddr: {
3182
+ hashbytes: Uint8Array;
3183
+ version: Uint8Array;
3184
+ } | null;
3185
+ untilBurnHt: bigint | null;
3186
+ }>;
3187
+ readonly partialStackedByCycle: TypedAbiMap<{
3188
+ poxAddr: {
3189
+ hashbytes: Uint8Array;
3190
+ version: Uint8Array;
3191
+ };
3192
+ rewardCycle: number | bigint;
3193
+ sender: string;
3194
+ }, {
3195
+ stackedAmount: bigint;
3196
+ }>;
3197
+ readonly rewardCyclePoxAddressList: TypedAbiMap<{
3198
+ index: number | bigint;
3199
+ rewardCycle: number | bigint;
3200
+ }, {
3201
+ poxAddr: {
3202
+ hashbytes: Uint8Array;
3203
+ version: Uint8Array;
3204
+ };
3205
+ totalUstx: bigint;
3206
+ }>;
3207
+ readonly rewardCyclePoxAddressListLen: TypedAbiMap<{
3208
+ rewardCycle: number | bigint;
3209
+ }, {
3210
+ len: bigint;
3211
+ }>;
3212
+ readonly rewardCycleTotalStacked: TypedAbiMap<{
3213
+ rewardCycle: number | bigint;
3214
+ }, {
3215
+ totalUstx: bigint;
3216
+ }>;
3217
+ readonly stackingRejection: TypedAbiMap<{
3218
+ rewardCycle: number | bigint;
3219
+ }, {
3220
+ amount: bigint;
3221
+ }>;
3222
+ readonly stackingRejectors: TypedAbiMap<{
3223
+ rewardCycle: number | bigint;
3224
+ stacker: string;
3225
+ }, {
3226
+ amount: bigint;
3227
+ }>;
3228
+ readonly stackingState: TypedAbiMap<{
3229
+ stacker: string;
3230
+ }, {
3231
+ amountUstx: bigint;
3232
+ firstRewardCycle: bigint;
3233
+ lockPeriod: bigint;
3234
+ poxAddr: {
3235
+ hashbytes: Uint8Array;
3236
+ version: Uint8Array;
3237
+ };
3238
+ }>;
3239
+ };
3240
+ readonly variables: {
3241
+ readonly aDDRESS_VERSION_P2PKH: _clarigen_core11771.ClarityAbiVariable;
3242
+ readonly aDDRESS_VERSION_P2SH: _clarigen_core11771.ClarityAbiVariable;
3243
+ readonly aDDRESS_VERSION_P2WPKH: _clarigen_core11771.ClarityAbiVariable;
3244
+ readonly aDDRESS_VERSION_P2WSH: _clarigen_core11771.ClarityAbiVariable;
3245
+ readonly ERR_DELEGATION_EXPIRES_DURING_LOCK: _clarigen_core11771.ClarityAbiVariable;
3246
+ readonly ERR_DELEGATION_POX_ADDR_REQUIRED: _clarigen_core11771.ClarityAbiVariable;
3247
+ readonly ERR_DELEGATION_TOO_MUCH_LOCKED: _clarigen_core11771.ClarityAbiVariable;
3248
+ readonly ERR_INVALID_START_BURN_HEIGHT: _clarigen_core11771.ClarityAbiVariable;
3249
+ readonly ERR_NOT_ALLOWED: _clarigen_core11771.ClarityAbiVariable;
3250
+ readonly ERR_STACKING_ALREADY_DELEGATED: _clarigen_core11771.ClarityAbiVariable;
3251
+ readonly ERR_STACKING_ALREADY_REJECTED: _clarigen_core11771.ClarityAbiVariable;
3252
+ readonly ERR_STACKING_ALREADY_STACKED: _clarigen_core11771.ClarityAbiVariable;
3253
+ readonly ERR_STACKING_EXPIRED: _clarigen_core11771.ClarityAbiVariable;
3254
+ readonly ERR_STACKING_INSUFFICIENT_FUNDS: _clarigen_core11771.ClarityAbiVariable;
3255
+ readonly ERR_STACKING_INVALID_AMOUNT: _clarigen_core11771.ClarityAbiVariable;
3256
+ readonly ERR_STACKING_INVALID_LOCK_PERIOD: _clarigen_core11771.ClarityAbiVariable;
3257
+ readonly ERR_STACKING_INVALID_POX_ADDRESS: _clarigen_core11771.ClarityAbiVariable;
3258
+ readonly ERR_STACKING_NO_SUCH_PRINCIPAL: _clarigen_core11771.ClarityAbiVariable;
3259
+ readonly ERR_STACKING_PERMISSION_DENIED: _clarigen_core11771.ClarityAbiVariable;
3260
+ readonly ERR_STACKING_POX_ADDRESS_IN_USE: _clarigen_core11771.ClarityAbiVariable;
3261
+ readonly ERR_STACKING_STX_LOCKED: _clarigen_core11771.ClarityAbiVariable;
3262
+ readonly ERR_STACKING_THRESHOLD_NOT_MET: _clarigen_core11771.ClarityAbiVariable;
3263
+ readonly ERR_STACKING_UNREACHABLE: _clarigen_core11771.ClarityAbiVariable;
3264
+ readonly MAX_POX_REWARD_CYCLES: _clarigen_core11771.ClarityAbiVariable;
3265
+ readonly MIN_POX_REWARD_CYCLES: _clarigen_core11771.ClarityAbiVariable;
3266
+ readonly POX_REJECTION_FRACTION: _clarigen_core11771.ClarityAbiVariable;
3267
+ readonly PREPARE_CYCLE_LENGTH: _clarigen_core11771.ClarityAbiVariable;
3268
+ readonly REWARD_CYCLE_LENGTH: _clarigen_core11771.ClarityAbiVariable;
3269
+ readonly sTACKING_THRESHOLD_100: _clarigen_core11771.ClarityAbiVariable;
3270
+ readonly sTACKING_THRESHOLD_25: _clarigen_core11771.ClarityAbiVariable;
3271
+ readonly configured: _clarigen_core11771.ClarityAbiVariable;
3272
+ readonly firstBurnchainBlockHeight: _clarigen_core11771.ClarityAbiVariable;
3273
+ readonly poxPrepareCycleLength: _clarigen_core11771.ClarityAbiVariable;
3274
+ readonly poxRejectionFraction: _clarigen_core11771.ClarityAbiVariable;
3275
+ readonly poxRewardCycleLength: _clarigen_core11771.ClarityAbiVariable;
3276
+ };
3277
+ readonly constants: {};
3278
+ readonly non_fungible_tokens: readonly [];
3279
+ readonly fungible_tokens: readonly [];
3280
+ readonly epoch: "Epoch20";
3281
+ readonly clarity_version: "Clarity1";
3282
+ readonly contractName: "pox";
3283
+ };
3284
+ readonly pox2: {
3285
+ readonly functions: {
3286
+ readonly addPoxAddrToIthRewardCycle: TypedAbiFunction<[cycleIndex: TypedAbiArg<number | bigint, "cycleIndex">, params: TypedAbiArg<{
3287
+ amountUstx: number | bigint;
3288
+ firstRewardCycle: number | bigint;
3289
+ i: number | bigint;
3290
+ numCycles: number | bigint;
3291
+ poxAddr: {
3292
+ hashbytes: Uint8Array;
3293
+ version: Uint8Array;
3294
+ };
3295
+ rewardSetIndexes: number | bigint[];
3296
+ stacker: string | null;
3297
+ }, "params">], {
3298
+ amountUstx: bigint;
3299
+ firstRewardCycle: bigint;
3300
+ i: bigint;
3301
+ numCycles: bigint;
3302
+ poxAddr: {
3303
+ hashbytes: Uint8Array;
3304
+ version: Uint8Array;
3305
+ };
3306
+ rewardSetIndexes: bigint[];
3307
+ stacker: string | null;
3308
+ }>;
3309
+ readonly addPoxAddrToRewardCycles: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3310
+ hashbytes: Uint8Array;
3311
+ version: Uint8Array;
3312
+ }, "poxAddr">, firstRewardCycle: TypedAbiArg<number | bigint, "firstRewardCycle">, numCycles: TypedAbiArg<number | bigint, "numCycles">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, stacker: TypedAbiArg<string, "stacker">], Response<bigint[], bigint>>;
3313
+ readonly addPoxPartialStacked: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3314
+ hashbytes: Uint8Array;
3315
+ version: Uint8Array;
3316
+ }, "poxAddr">, firstRewardCycle: TypedAbiArg<number | bigint, "firstRewardCycle">, numCycles: TypedAbiArg<number | bigint, "numCycles">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">], boolean>;
3317
+ readonly addPoxPartialStackedToIthCycle: TypedAbiFunction<[cycleIndex: TypedAbiArg<number | bigint, "cycleIndex">, params: TypedAbiArg<{
3318
+ amountUstx: number | bigint;
3319
+ numCycles: number | bigint;
3320
+ poxAddr: {
3321
+ hashbytes: Uint8Array;
3322
+ version: Uint8Array;
3323
+ };
3324
+ rewardCycle: number | bigint;
3325
+ }, "params">], {
3326
+ amountUstx: bigint;
3327
+ numCycles: bigint;
3328
+ poxAddr: {
3329
+ hashbytes: Uint8Array;
3330
+ version: Uint8Array;
3331
+ };
3332
+ rewardCycle: bigint;
3333
+ }>;
3334
+ readonly appendRewardCyclePoxAddr: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3335
+ hashbytes: Uint8Array;
3336
+ version: Uint8Array;
3337
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, stacker: TypedAbiArg<string | null, "stacker">], bigint>;
3338
+ readonly foldUnlockRewardCycle: TypedAbiFunction<[setIndex: TypedAbiArg<number | bigint, "setIndex">, dataRes: TypedAbiArg<Response<{
3339
+ cycle: number | bigint;
3340
+ firstUnlockedCycle: number | bigint;
3341
+ stacker: string;
3342
+ }, number | bigint>, "dataRes">], Response<{
3343
+ cycle: bigint;
3344
+ firstUnlockedCycle: bigint;
3345
+ stacker: string;
3346
+ }, bigint>>;
3347
+ readonly handleUnlock: TypedAbiFunction<[user: TypedAbiArg<string, "user">, amountLocked: TypedAbiArg<number | bigint, "amountLocked">, cycleToUnlock: TypedAbiArg<number | bigint, "cycleToUnlock">], Response<boolean, bigint>>;
3348
+ readonly increaseRewardCycleEntry: TypedAbiFunction<[rewardCycleIndex: TypedAbiArg<number | bigint, "rewardCycleIndex">, updates: TypedAbiArg<{
3349
+ addAmount: number | bigint;
3350
+ firstCycle: number | bigint;
3351
+ rewardCycle: number | bigint;
3352
+ stacker: string;
3353
+ } | null, "updates">], {
3354
+ addAmount: bigint;
3355
+ firstCycle: bigint;
3356
+ rewardCycle: bigint;
3357
+ stacker: string;
3358
+ } | null>;
3359
+ readonly innerStackAggregationCommit: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3360
+ hashbytes: Uint8Array;
3361
+ version: Uint8Array;
3362
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], Response<bigint, bigint>>;
3363
+ readonly allowContractCaller: TypedAbiFunction<[caller: TypedAbiArg<string, "caller">, untilBurnHt: TypedAbiArg<number | bigint | null, "untilBurnHt">], Response<boolean, bigint>>;
3364
+ readonly delegateStackExtend: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">, poxAddr: TypedAbiArg<{
3365
+ hashbytes: Uint8Array;
3366
+ version: Uint8Array;
3367
+ }, "poxAddr">, extendCount: TypedAbiArg<number | bigint, "extendCount">], Response<{
3368
+ stacker: string;
3369
+ unlockBurnHeight: bigint;
3370
+ }, bigint>>;
3371
+ readonly delegateStackIncrease: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">, poxAddr: TypedAbiArg<{
3372
+ hashbytes: Uint8Array;
3373
+ version: Uint8Array;
3374
+ }, "poxAddr">, increaseBy: TypedAbiArg<number | bigint, "increaseBy">], Response<{
3375
+ stacker: string;
3376
+ totalLocked: bigint;
3377
+ }, bigint>>;
3378
+ readonly delegateStackStx: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, poxAddr: TypedAbiArg<{
3379
+ hashbytes: Uint8Array;
3380
+ version: Uint8Array;
3381
+ }, "poxAddr">, startBurnHt: TypedAbiArg<number | bigint, "startBurnHt">, lockPeriod: TypedAbiArg<number | bigint, "lockPeriod">], Response<{
3382
+ lockAmount: bigint;
3383
+ stacker: string;
3384
+ unlockBurnHeight: bigint;
3385
+ }, bigint>>;
3386
+ readonly delegateStx: TypedAbiFunction<[amountUstx: TypedAbiArg<number | bigint, "amountUstx">, delegateTo: TypedAbiArg<string, "delegateTo">, untilBurnHt: TypedAbiArg<number | bigint | null, "untilBurnHt">, poxAddr: TypedAbiArg<{
3387
+ hashbytes: Uint8Array;
3388
+ version: Uint8Array;
3389
+ } | null, "poxAddr">], Response<boolean, bigint>>;
3390
+ readonly disallowContractCaller: TypedAbiFunction<[caller: TypedAbiArg<string, "caller">], Response<boolean, bigint>>;
3391
+ readonly rejectPox: TypedAbiFunction<[], Response<boolean, bigint>>;
3392
+ readonly revokeDelegateStx: TypedAbiFunction<[], Response<boolean, bigint>>;
3393
+ readonly setBurnchainParameters: TypedAbiFunction<[firstBurnHeight: TypedAbiArg<number | bigint, "firstBurnHeight">, prepareCycleLength: TypedAbiArg<number | bigint, "prepareCycleLength">, rewardCycleLength: TypedAbiArg<number | bigint, "rewardCycleLength">, rejectionFraction: TypedAbiArg<number | bigint, "rejectionFraction">, begin21RewardCycle: TypedAbiArg<number | bigint, "begin21RewardCycle">], Response<boolean, bigint>>;
3394
+ readonly stackAggregationCommit: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3395
+ hashbytes: Uint8Array;
3396
+ version: Uint8Array;
3397
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], Response<boolean, bigint>>;
3398
+ readonly stackAggregationCommitIndexed: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3399
+ hashbytes: Uint8Array;
3400
+ version: Uint8Array;
3401
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], Response<bigint, bigint>>;
3402
+ readonly stackAggregationIncrease: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3403
+ hashbytes: Uint8Array;
3404
+ version: Uint8Array;
3405
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, rewardCycleIndex: TypedAbiArg<number | bigint, "rewardCycleIndex">], Response<boolean, bigint>>;
3406
+ readonly stackExtend: TypedAbiFunction<[extendCount: TypedAbiArg<number | bigint, "extendCount">, poxAddr: TypedAbiArg<{
3407
+ hashbytes: Uint8Array;
3408
+ version: Uint8Array;
3409
+ }, "poxAddr">], Response<{
3410
+ stacker: string;
3411
+ unlockBurnHeight: bigint;
3412
+ }, bigint>>;
3413
+ readonly stackIncrease: TypedAbiFunction<[increaseBy: TypedAbiArg<number | bigint, "increaseBy">], Response<{
3414
+ stacker: string;
3415
+ totalLocked: bigint;
3416
+ }, bigint>>;
3417
+ readonly stackStx: TypedAbiFunction<[amountUstx: TypedAbiArg<number | bigint, "amountUstx">, poxAddr: TypedAbiArg<{
3418
+ hashbytes: Uint8Array;
3419
+ version: Uint8Array;
3420
+ }, "poxAddr">, startBurnHt: TypedAbiArg<number | bigint, "startBurnHt">, lockPeriod: TypedAbiArg<number | bigint, "lockPeriod">], Response<{
3421
+ lockAmount: bigint;
3422
+ stacker: string;
3423
+ unlockBurnHeight: bigint;
3424
+ }, bigint>>;
3425
+ readonly burnHeightToRewardCycle: TypedAbiFunction<[height: TypedAbiArg<number | bigint, "height">], bigint>;
3426
+ readonly canStackStx: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3427
+ hashbytes: Uint8Array;
3428
+ version: Uint8Array;
3429
+ }, "poxAddr">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, firstRewardCycle: TypedAbiArg<number | bigint, "firstRewardCycle">, numCycles: TypedAbiArg<number | bigint, "numCycles">], Response<boolean, bigint>>;
3430
+ readonly checkCallerAllowed: TypedAbiFunction<[], boolean>;
3431
+ readonly checkPoxAddrHashbytes: TypedAbiFunction<[version: TypedAbiArg<Uint8Array, "version">, hashbytes: TypedAbiArg<Uint8Array, "hashbytes">], boolean>;
3432
+ readonly checkPoxAddrVersion: TypedAbiFunction<[version: TypedAbiArg<Uint8Array, "version">], boolean>;
3433
+ readonly checkPoxLockPeriod: TypedAbiFunction<[lockPeriod: TypedAbiArg<number | bigint, "lockPeriod">], boolean>;
3434
+ readonly currentPoxRewardCycle: TypedAbiFunction<[], bigint>;
3435
+ readonly getAllowanceContractCallers: TypedAbiFunction<[sender: TypedAbiArg<string, "sender">, callingContract: TypedAbiArg<string, "callingContract">], {
3436
+ untilBurnHt: bigint | null;
3437
+ } | null>;
3438
+ readonly getCheckDelegation: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">], {
3439
+ amountUstx: bigint;
3440
+ delegatedTo: string;
3441
+ poxAddr: {
3442
+ hashbytes: Uint8Array;
3443
+ version: Uint8Array;
3444
+ } | null;
3445
+ untilBurnHt: bigint | null;
3446
+ } | null>;
3447
+ readonly getDelegationInfo: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">], {
3448
+ amountUstx: bigint;
3449
+ delegatedTo: string;
3450
+ poxAddr: {
3451
+ hashbytes: Uint8Array;
3452
+ version: Uint8Array;
3453
+ } | null;
3454
+ untilBurnHt: bigint | null;
3455
+ } | null>;
3456
+ readonly getNumRewardSetPoxAddresses: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], bigint>;
3457
+ readonly getPartialStackedByCycle: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3458
+ hashbytes: Uint8Array;
3459
+ version: Uint8Array;
3460
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, sender: TypedAbiArg<string, "sender">], {
3461
+ stackedAmount: bigint;
3462
+ } | null>;
3463
+ readonly getPoxInfo: TypedAbiFunction<[], Response<{
3464
+ currentRejectionVotes: bigint;
3465
+ firstBurnchainBlockHeight: bigint;
3466
+ minAmountUstx: bigint;
3467
+ prepareCycleLength: bigint;
3468
+ rejectionFraction: bigint;
3469
+ rewardCycleId: bigint;
3470
+ rewardCycleLength: bigint;
3471
+ totalLiquidSupplyUstx: bigint;
3472
+ }, null>>;
3473
+ readonly getPoxRejection: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], {
3474
+ amount: bigint;
3475
+ } | null>;
3476
+ readonly getRewardSetPoxAddress: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, index: TypedAbiArg<number | bigint, "index">], {
3477
+ poxAddr: {
3478
+ hashbytes: Uint8Array;
3479
+ version: Uint8Array;
3480
+ };
3481
+ stacker: string | null;
3482
+ totalUstx: bigint;
3483
+ } | null>;
3484
+ readonly getRewardSetSize: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], bigint>;
3485
+ readonly getStackerInfo: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">], {
3486
+ firstRewardCycle: bigint;
3487
+ lockPeriod: bigint;
3488
+ poxAddr: {
3489
+ hashbytes: Uint8Array;
3490
+ version: Uint8Array;
3491
+ };
3492
+ rewardSetIndexes: bigint[];
3493
+ } | null>;
3494
+ readonly getStackingMinimum: TypedAbiFunction<[], bigint>;
3495
+ readonly getTotalPoxRejection: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], bigint>;
3496
+ readonly getTotalUstxStacked: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], bigint>;
3497
+ readonly isPoxActive: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], boolean>;
3498
+ readonly minimalCanStackStx: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3499
+ hashbytes: Uint8Array;
3500
+ version: Uint8Array;
3501
+ }, "poxAddr">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, firstRewardCycle: TypedAbiArg<number | bigint, "firstRewardCycle">, numCycles: TypedAbiArg<number | bigint, "numCycles">], Response<boolean, bigint>>;
3502
+ readonly nextCycleRejectionVotes: TypedAbiFunction<[], bigint>;
3503
+ readonly rewardCycleToBurnHeight: TypedAbiFunction<[cycle: TypedAbiArg<number | bigint, "cycle">], bigint>;
3504
+ };
3505
+ readonly maps: {
3506
+ readonly allowanceContractCallers: TypedAbiMap<{
3507
+ contractCaller: string;
3508
+ sender: string;
3509
+ }, {
3510
+ untilBurnHt: bigint | null;
3511
+ }>;
3512
+ readonly delegationState: TypedAbiMap<{
3513
+ stacker: string;
3514
+ }, {
3515
+ amountUstx: bigint;
3516
+ delegatedTo: string;
3517
+ poxAddr: {
3518
+ hashbytes: Uint8Array;
3519
+ version: Uint8Array;
3520
+ } | null;
3521
+ untilBurnHt: bigint | null;
3522
+ }>;
3523
+ readonly loggedPartialStackedByCycle: TypedAbiMap<{
3524
+ poxAddr: {
3525
+ hashbytes: Uint8Array;
3526
+ version: Uint8Array;
3527
+ };
3528
+ rewardCycle: number | bigint;
3529
+ sender: string;
3530
+ }, {
3531
+ stackedAmount: bigint;
3532
+ }>;
3533
+ readonly partialStackedByCycle: TypedAbiMap<{
3534
+ poxAddr: {
3535
+ hashbytes: Uint8Array;
3536
+ version: Uint8Array;
3537
+ };
3538
+ rewardCycle: number | bigint;
3539
+ sender: string;
3540
+ }, {
3541
+ stackedAmount: bigint;
3542
+ }>;
3543
+ readonly rewardCyclePoxAddressList: TypedAbiMap<{
3544
+ index: number | bigint;
3545
+ rewardCycle: number | bigint;
3546
+ }, {
3547
+ poxAddr: {
3548
+ hashbytes: Uint8Array;
3549
+ version: Uint8Array;
3550
+ };
3551
+ stacker: string | null;
3552
+ totalUstx: bigint;
3553
+ }>;
3554
+ readonly rewardCyclePoxAddressListLen: TypedAbiMap<{
3555
+ rewardCycle: number | bigint;
3556
+ }, {
3557
+ len: bigint;
3558
+ }>;
3559
+ readonly rewardCycleTotalStacked: TypedAbiMap<{
3560
+ rewardCycle: number | bigint;
3561
+ }, {
3562
+ totalUstx: bigint;
3563
+ }>;
3564
+ readonly stackingRejection: TypedAbiMap<{
3565
+ rewardCycle: number | bigint;
3566
+ }, {
3567
+ amount: bigint;
3568
+ }>;
3569
+ readonly stackingRejectors: TypedAbiMap<{
3570
+ rewardCycle: number | bigint;
3571
+ stacker: string;
3572
+ }, {
3573
+ amount: bigint;
3574
+ }>;
3575
+ readonly stackingState: TypedAbiMap<{
3576
+ stacker: string;
3577
+ }, {
3578
+ firstRewardCycle: bigint;
3579
+ lockPeriod: bigint;
3580
+ poxAddr: {
3581
+ hashbytes: Uint8Array;
3582
+ version: Uint8Array;
3583
+ };
3584
+ rewardSetIndexes: bigint[];
3585
+ }>;
3586
+ };
3587
+ readonly variables: {
3588
+ readonly aDDRESS_VERSION_NATIVE_P2TR: _clarigen_core11771.ClarityAbiVariable;
3589
+ readonly aDDRESS_VERSION_NATIVE_P2WPKH: _clarigen_core11771.ClarityAbiVariable;
3590
+ readonly aDDRESS_VERSION_NATIVE_P2WSH: _clarigen_core11771.ClarityAbiVariable;
3591
+ readonly aDDRESS_VERSION_P2PKH: _clarigen_core11771.ClarityAbiVariable;
3592
+ readonly aDDRESS_VERSION_P2SH: _clarigen_core11771.ClarityAbiVariable;
3593
+ readonly aDDRESS_VERSION_P2WPKH: _clarigen_core11771.ClarityAbiVariable;
3594
+ readonly aDDRESS_VERSION_P2WSH: _clarigen_core11771.ClarityAbiVariable;
3595
+ readonly ERR_DELEGATION_EXPIRES_DURING_LOCK: _clarigen_core11771.ClarityAbiVariable;
3596
+ readonly ERR_DELEGATION_NO_REWARD_SLOT: _clarigen_core11771.ClarityAbiVariable;
3597
+ readonly ERR_DELEGATION_POX_ADDR_REQUIRED: _clarigen_core11771.ClarityAbiVariable;
3598
+ readonly ERR_DELEGATION_TOO_MUCH_LOCKED: _clarigen_core11771.ClarityAbiVariable;
3599
+ readonly ERR_DELEGATION_WRONG_REWARD_SLOT: _clarigen_core11771.ClarityAbiVariable;
3600
+ readonly ERR_INVALID_START_BURN_HEIGHT: _clarigen_core11771.ClarityAbiVariable;
3601
+ readonly ERR_NOT_ALLOWED: _clarigen_core11771.ClarityAbiVariable;
3602
+ readonly ERR_NOT_CURRENT_STACKER: _clarigen_core11771.ClarityAbiVariable;
3603
+ readonly ERR_STACKING_ALREADY_DELEGATED: _clarigen_core11771.ClarityAbiVariable;
3604
+ readonly ERR_STACKING_ALREADY_REJECTED: _clarigen_core11771.ClarityAbiVariable;
3605
+ readonly ERR_STACKING_ALREADY_STACKED: _clarigen_core11771.ClarityAbiVariable;
3606
+ readonly ERR_STACKING_CORRUPTED_STATE: _clarigen_core11771.ClarityAbiVariable;
3607
+ readonly ERR_STACKING_EXPIRED: _clarigen_core11771.ClarityAbiVariable;
3608
+ readonly ERR_STACKING_INSUFFICIENT_FUNDS: _clarigen_core11771.ClarityAbiVariable;
3609
+ readonly ERR_STACKING_INVALID_AMOUNT: _clarigen_core11771.ClarityAbiVariable;
3610
+ readonly ERR_STACKING_INVALID_LOCK_PERIOD: _clarigen_core11771.ClarityAbiVariable;
3611
+ readonly ERR_STACKING_INVALID_POX_ADDRESS: _clarigen_core11771.ClarityAbiVariable;
3612
+ readonly ERR_STACKING_NO_SUCH_PRINCIPAL: _clarigen_core11771.ClarityAbiVariable;
3613
+ readonly ERR_STACKING_PERMISSION_DENIED: _clarigen_core11771.ClarityAbiVariable;
3614
+ readonly ERR_STACKING_POX_ADDRESS_IN_USE: _clarigen_core11771.ClarityAbiVariable;
3615
+ readonly ERR_STACKING_STX_LOCKED: _clarigen_core11771.ClarityAbiVariable;
3616
+ readonly ERR_STACKING_THRESHOLD_NOT_MET: _clarigen_core11771.ClarityAbiVariable;
3617
+ readonly ERR_STACKING_UNREACHABLE: _clarigen_core11771.ClarityAbiVariable;
3618
+ readonly ERR_STACK_EXTEND_NOT_LOCKED: _clarigen_core11771.ClarityAbiVariable;
3619
+ readonly ERR_STACK_INCREASE_NOT_LOCKED: _clarigen_core11771.ClarityAbiVariable;
3620
+ readonly MAX_ADDRESS_VERSION: _clarigen_core11771.ClarityAbiVariable;
3621
+ readonly mAX_ADDRESS_VERSION_BUFF_20: _clarigen_core11771.ClarityAbiVariable;
3622
+ readonly mAX_ADDRESS_VERSION_BUFF_32: _clarigen_core11771.ClarityAbiVariable;
3623
+ readonly MAX_POX_REWARD_CYCLES: _clarigen_core11771.ClarityAbiVariable;
3624
+ readonly MIN_POX_REWARD_CYCLES: _clarigen_core11771.ClarityAbiVariable;
3625
+ readonly POX_REJECTION_FRACTION: _clarigen_core11771.ClarityAbiVariable;
3626
+ readonly PREPARE_CYCLE_LENGTH: _clarigen_core11771.ClarityAbiVariable;
3627
+ readonly REWARD_CYCLE_LENGTH: _clarigen_core11771.ClarityAbiVariable;
3628
+ readonly sTACKING_THRESHOLD_100: _clarigen_core11771.ClarityAbiVariable;
3629
+ readonly sTACKING_THRESHOLD_25: _clarigen_core11771.ClarityAbiVariable;
3630
+ readonly configured: _clarigen_core11771.ClarityAbiVariable;
3631
+ readonly first21RewardCycle: _clarigen_core11771.ClarityAbiVariable;
3632
+ readonly firstBurnchainBlockHeight: _clarigen_core11771.ClarityAbiVariable;
3633
+ readonly poxPrepareCycleLength: _clarigen_core11771.ClarityAbiVariable;
3634
+ readonly poxRejectionFraction: _clarigen_core11771.ClarityAbiVariable;
3635
+ readonly poxRewardCycleLength: _clarigen_core11771.ClarityAbiVariable;
3636
+ };
3637
+ readonly constants: {};
3638
+ readonly non_fungible_tokens: readonly [];
3639
+ readonly fungible_tokens: readonly [];
3640
+ readonly epoch: "Epoch21";
3641
+ readonly clarity_version: "Clarity2";
3642
+ readonly contractName: "pox-2";
3643
+ };
3644
+ readonly pox3: {
3645
+ readonly functions: {
3646
+ readonly addPoxAddrToIthRewardCycle: TypedAbiFunction<[cycleIndex: TypedAbiArg<number | bigint, "cycleIndex">, params: TypedAbiArg<{
3647
+ amountUstx: number | bigint;
3648
+ firstRewardCycle: number | bigint;
3649
+ i: number | bigint;
3650
+ numCycles: number | bigint;
3651
+ poxAddr: {
3652
+ hashbytes: Uint8Array;
3653
+ version: Uint8Array;
3654
+ };
3655
+ rewardSetIndexes: number | bigint[];
3656
+ stacker: string | null;
3657
+ }, "params">], {
3658
+ amountUstx: bigint;
3659
+ firstRewardCycle: bigint;
3660
+ i: bigint;
3661
+ numCycles: bigint;
3662
+ poxAddr: {
3663
+ hashbytes: Uint8Array;
3664
+ version: Uint8Array;
3665
+ };
3666
+ rewardSetIndexes: bigint[];
3667
+ stacker: string | null;
3668
+ }>;
3669
+ readonly addPoxAddrToRewardCycles: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3670
+ hashbytes: Uint8Array;
3671
+ version: Uint8Array;
3672
+ }, "poxAddr">, firstRewardCycle: TypedAbiArg<number | bigint, "firstRewardCycle">, numCycles: TypedAbiArg<number | bigint, "numCycles">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, stacker: TypedAbiArg<string, "stacker">], Response<bigint[], bigint>>;
3673
+ readonly addPoxPartialStacked: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3674
+ hashbytes: Uint8Array;
3675
+ version: Uint8Array;
3676
+ }, "poxAddr">, firstRewardCycle: TypedAbiArg<number | bigint, "firstRewardCycle">, numCycles: TypedAbiArg<number | bigint, "numCycles">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">], boolean>;
3677
+ readonly addPoxPartialStackedToIthCycle: TypedAbiFunction<[cycleIndex: TypedAbiArg<number | bigint, "cycleIndex">, params: TypedAbiArg<{
3678
+ amountUstx: number | bigint;
3679
+ numCycles: number | bigint;
3680
+ poxAddr: {
3681
+ hashbytes: Uint8Array;
3682
+ version: Uint8Array;
3683
+ };
3684
+ rewardCycle: number | bigint;
3685
+ }, "params">], {
3686
+ amountUstx: bigint;
3687
+ numCycles: bigint;
3688
+ poxAddr: {
3689
+ hashbytes: Uint8Array;
3690
+ version: Uint8Array;
3691
+ };
3692
+ rewardCycle: bigint;
3693
+ }>;
3694
+ readonly appendRewardCyclePoxAddr: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3695
+ hashbytes: Uint8Array;
3696
+ version: Uint8Array;
3697
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, stacker: TypedAbiArg<string | null, "stacker">], bigint>;
3698
+ readonly foldUnlockRewardCycle: TypedAbiFunction<[setIndex: TypedAbiArg<number | bigint, "setIndex">, dataRes: TypedAbiArg<Response<{
3699
+ cycle: number | bigint;
3700
+ firstUnlockedCycle: number | bigint;
3701
+ stacker: string;
3702
+ }, number | bigint>, "dataRes">], Response<{
3703
+ cycle: bigint;
3704
+ firstUnlockedCycle: bigint;
3705
+ stacker: string;
3706
+ }, bigint>>;
3707
+ readonly handleUnlock: TypedAbiFunction<[user: TypedAbiArg<string, "user">, amountLocked: TypedAbiArg<number | bigint, "amountLocked">, cycleToUnlock: TypedAbiArg<number | bigint, "cycleToUnlock">], Response<boolean, bigint>>;
3708
+ readonly increaseRewardCycleEntry: TypedAbiFunction<[rewardCycleIndex: TypedAbiArg<number | bigint, "rewardCycleIndex">, updates: TypedAbiArg<{
3709
+ addAmount: number | bigint;
3710
+ firstCycle: number | bigint;
3711
+ rewardCycle: number | bigint;
3712
+ stacker: string;
3713
+ } | null, "updates">], {
3714
+ addAmount: bigint;
3715
+ firstCycle: bigint;
3716
+ rewardCycle: bigint;
3717
+ stacker: string;
3718
+ } | null>;
3719
+ readonly innerStackAggregationCommit: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3720
+ hashbytes: Uint8Array;
3721
+ version: Uint8Array;
3722
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], Response<bigint, bigint>>;
3723
+ readonly allowContractCaller: TypedAbiFunction<[caller: TypedAbiArg<string, "caller">, untilBurnHt: TypedAbiArg<number | bigint | null, "untilBurnHt">], Response<boolean, bigint>>;
3724
+ readonly delegateStackExtend: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">, poxAddr: TypedAbiArg<{
3725
+ hashbytes: Uint8Array;
3726
+ version: Uint8Array;
3727
+ }, "poxAddr">, extendCount: TypedAbiArg<number | bigint, "extendCount">], Response<{
3728
+ stacker: string;
3729
+ unlockBurnHeight: bigint;
3730
+ }, bigint>>;
3731
+ readonly delegateStackIncrease: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">, poxAddr: TypedAbiArg<{
3732
+ hashbytes: Uint8Array;
3733
+ version: Uint8Array;
3734
+ }, "poxAddr">, increaseBy: TypedAbiArg<number | bigint, "increaseBy">], Response<{
3735
+ stacker: string;
3736
+ totalLocked: bigint;
3737
+ }, bigint>>;
3738
+ readonly delegateStackStx: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, poxAddr: TypedAbiArg<{
3739
+ hashbytes: Uint8Array;
3740
+ version: Uint8Array;
3741
+ }, "poxAddr">, startBurnHt: TypedAbiArg<number | bigint, "startBurnHt">, lockPeriod: TypedAbiArg<number | bigint, "lockPeriod">], Response<{
3742
+ lockAmount: bigint;
3743
+ stacker: string;
3744
+ unlockBurnHeight: bigint;
3745
+ }, bigint>>;
3746
+ readonly delegateStx: TypedAbiFunction<[amountUstx: TypedAbiArg<number | bigint, "amountUstx">, delegateTo: TypedAbiArg<string, "delegateTo">, untilBurnHt: TypedAbiArg<number | bigint | null, "untilBurnHt">, poxAddr: TypedAbiArg<{
3747
+ hashbytes: Uint8Array;
3748
+ version: Uint8Array;
3749
+ } | null, "poxAddr">], Response<boolean, bigint>>;
3750
+ readonly disallowContractCaller: TypedAbiFunction<[caller: TypedAbiArg<string, "caller">], Response<boolean, bigint>>;
3751
+ readonly rejectPox: TypedAbiFunction<[], Response<boolean, bigint>>;
3752
+ readonly revokeDelegateStx: TypedAbiFunction<[], Response<boolean, bigint>>;
3753
+ readonly setBurnchainParameters: TypedAbiFunction<[firstBurnHeight: TypedAbiArg<number | bigint, "firstBurnHeight">, prepareCycleLength: TypedAbiArg<number | bigint, "prepareCycleLength">, rewardCycleLength: TypedAbiArg<number | bigint, "rewardCycleLength">, rejectionFraction: TypedAbiArg<number | bigint, "rejectionFraction">, begin21RewardCycle: TypedAbiArg<number | bigint, "begin21RewardCycle">], Response<boolean, bigint>>;
3754
+ readonly stackAggregationCommit: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3755
+ hashbytes: Uint8Array;
3756
+ version: Uint8Array;
3757
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], Response<boolean, bigint>>;
3758
+ readonly stackAggregationCommitIndexed: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3759
+ hashbytes: Uint8Array;
3760
+ version: Uint8Array;
3761
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], Response<bigint, bigint>>;
3762
+ readonly stackAggregationIncrease: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3763
+ hashbytes: Uint8Array;
3764
+ version: Uint8Array;
3765
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, rewardCycleIndex: TypedAbiArg<number | bigint, "rewardCycleIndex">], Response<boolean, bigint>>;
3766
+ readonly stackExtend: TypedAbiFunction<[extendCount: TypedAbiArg<number | bigint, "extendCount">, poxAddr: TypedAbiArg<{
3767
+ hashbytes: Uint8Array;
3768
+ version: Uint8Array;
3769
+ }, "poxAddr">], Response<{
3770
+ stacker: string;
3771
+ unlockBurnHeight: bigint;
3772
+ }, bigint>>;
3773
+ readonly stackIncrease: TypedAbiFunction<[increaseBy: TypedAbiArg<number | bigint, "increaseBy">], Response<{
3774
+ stacker: string;
3775
+ totalLocked: bigint;
3776
+ }, bigint>>;
3777
+ readonly stackStx: TypedAbiFunction<[amountUstx: TypedAbiArg<number | bigint, "amountUstx">, poxAddr: TypedAbiArg<{
3778
+ hashbytes: Uint8Array;
3779
+ version: Uint8Array;
3780
+ }, "poxAddr">, startBurnHt: TypedAbiArg<number | bigint, "startBurnHt">, lockPeriod: TypedAbiArg<number | bigint, "lockPeriod">], Response<{
3781
+ lockAmount: bigint;
3782
+ stacker: string;
3783
+ unlockBurnHeight: bigint;
3784
+ }, bigint>>;
3785
+ readonly burnHeightToRewardCycle: TypedAbiFunction<[height: TypedAbiArg<number | bigint, "height">], bigint>;
3786
+ readonly canStackStx: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3787
+ hashbytes: Uint8Array;
3788
+ version: Uint8Array;
3789
+ }, "poxAddr">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, firstRewardCycle: TypedAbiArg<number | bigint, "firstRewardCycle">, numCycles: TypedAbiArg<number | bigint, "numCycles">], Response<boolean, bigint>>;
3790
+ readonly checkCallerAllowed: TypedAbiFunction<[], boolean>;
3791
+ readonly checkPoxAddrHashbytes: TypedAbiFunction<[version: TypedAbiArg<Uint8Array, "version">, hashbytes: TypedAbiArg<Uint8Array, "hashbytes">], boolean>;
3792
+ readonly checkPoxAddrVersion: TypedAbiFunction<[version: TypedAbiArg<Uint8Array, "version">], boolean>;
3793
+ readonly checkPoxLockPeriod: TypedAbiFunction<[lockPeriod: TypedAbiArg<number | bigint, "lockPeriod">], boolean>;
3794
+ readonly currentPoxRewardCycle: TypedAbiFunction<[], bigint>;
3795
+ readonly getAllowanceContractCallers: TypedAbiFunction<[sender: TypedAbiArg<string, "sender">, callingContract: TypedAbiArg<string, "callingContract">], {
3796
+ untilBurnHt: bigint | null;
3797
+ } | null>;
3798
+ readonly getCheckDelegation: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">], {
3799
+ amountUstx: bigint;
3800
+ delegatedTo: string;
3801
+ poxAddr: {
3802
+ hashbytes: Uint8Array;
3803
+ version: Uint8Array;
3804
+ } | null;
3805
+ untilBurnHt: bigint | null;
3806
+ } | null>;
3807
+ readonly getDelegationInfo: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">], {
3808
+ amountUstx: bigint;
3809
+ delegatedTo: string;
3810
+ poxAddr: {
3811
+ hashbytes: Uint8Array;
3812
+ version: Uint8Array;
3813
+ } | null;
3814
+ untilBurnHt: bigint | null;
3815
+ } | null>;
3816
+ readonly getNumRewardSetPoxAddresses: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], bigint>;
3817
+ readonly getPartialStackedByCycle: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3818
+ hashbytes: Uint8Array;
3819
+ version: Uint8Array;
3820
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, sender: TypedAbiArg<string, "sender">], {
3821
+ stackedAmount: bigint;
3822
+ } | null>;
3823
+ readonly getPoxInfo: TypedAbiFunction<[], Response<{
3824
+ currentRejectionVotes: bigint;
3825
+ firstBurnchainBlockHeight: bigint;
3826
+ minAmountUstx: bigint;
3827
+ prepareCycleLength: bigint;
3828
+ rejectionFraction: bigint;
3829
+ rewardCycleId: bigint;
3830
+ rewardCycleLength: bigint;
3831
+ totalLiquidSupplyUstx: bigint;
3832
+ }, null>>;
3833
+ readonly getPoxRejection: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], {
3834
+ amount: bigint;
3835
+ } | null>;
3836
+ readonly getRewardSetPoxAddress: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, index: TypedAbiArg<number | bigint, "index">], {
3837
+ poxAddr: {
3838
+ hashbytes: Uint8Array;
3839
+ version: Uint8Array;
3840
+ };
3841
+ stacker: string | null;
3842
+ totalUstx: bigint;
3843
+ } | null>;
3844
+ readonly getRewardSetSize: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], bigint>;
3845
+ readonly getStackerInfo: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">], {
3846
+ delegatedTo: string | null;
3847
+ firstRewardCycle: bigint;
3848
+ lockPeriod: bigint;
3849
+ poxAddr: {
3850
+ hashbytes: Uint8Array;
3851
+ version: Uint8Array;
3852
+ };
3853
+ rewardSetIndexes: bigint[];
3854
+ } | null>;
3855
+ readonly getStackingMinimum: TypedAbiFunction<[], bigint>;
3856
+ readonly getTotalPoxRejection: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], bigint>;
3857
+ readonly getTotalUstxStacked: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], bigint>;
3858
+ readonly isPoxActive: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], boolean>;
3859
+ readonly minimalCanStackStx: TypedAbiFunction<[poxAddr: TypedAbiArg<{
3860
+ hashbytes: Uint8Array;
3861
+ version: Uint8Array;
3862
+ }, "poxAddr">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, firstRewardCycle: TypedAbiArg<number | bigint, "firstRewardCycle">, numCycles: TypedAbiArg<number | bigint, "numCycles">], Response<boolean, bigint>>;
3863
+ readonly nextCycleRejectionVotes: TypedAbiFunction<[], bigint>;
3864
+ readonly rewardCycleToBurnHeight: TypedAbiFunction<[cycle: TypedAbiArg<number | bigint, "cycle">], bigint>;
3865
+ };
3866
+ readonly maps: {
3867
+ readonly allowanceContractCallers: TypedAbiMap<{
3868
+ contractCaller: string;
3869
+ sender: string;
3870
+ }, {
3871
+ untilBurnHt: bigint | null;
3872
+ }>;
3873
+ readonly delegationState: TypedAbiMap<{
3874
+ stacker: string;
3875
+ }, {
3876
+ amountUstx: bigint;
3877
+ delegatedTo: string;
3878
+ poxAddr: {
3879
+ hashbytes: Uint8Array;
3880
+ version: Uint8Array;
3881
+ } | null;
3882
+ untilBurnHt: bigint | null;
3883
+ }>;
3884
+ readonly loggedPartialStackedByCycle: TypedAbiMap<{
3885
+ poxAddr: {
3886
+ hashbytes: Uint8Array;
3887
+ version: Uint8Array;
3888
+ };
3889
+ rewardCycle: number | bigint;
3890
+ sender: string;
3891
+ }, {
3892
+ stackedAmount: bigint;
3893
+ }>;
3894
+ readonly partialStackedByCycle: TypedAbiMap<{
3895
+ poxAddr: {
3896
+ hashbytes: Uint8Array;
3897
+ version: Uint8Array;
3898
+ };
3899
+ rewardCycle: number | bigint;
3900
+ sender: string;
3901
+ }, {
3902
+ stackedAmount: bigint;
3903
+ }>;
3904
+ readonly rewardCyclePoxAddressList: TypedAbiMap<{
3905
+ index: number | bigint;
3906
+ rewardCycle: number | bigint;
3907
+ }, {
3908
+ poxAddr: {
3909
+ hashbytes: Uint8Array;
3910
+ version: Uint8Array;
3911
+ };
3912
+ stacker: string | null;
3913
+ totalUstx: bigint;
3914
+ }>;
3915
+ readonly rewardCyclePoxAddressListLen: TypedAbiMap<{
3916
+ rewardCycle: number | bigint;
3917
+ }, {
3918
+ len: bigint;
3919
+ }>;
3920
+ readonly rewardCycleTotalStacked: TypedAbiMap<{
3921
+ rewardCycle: number | bigint;
3922
+ }, {
3923
+ totalUstx: bigint;
3924
+ }>;
3925
+ readonly stackingRejection: TypedAbiMap<{
3926
+ rewardCycle: number | bigint;
3927
+ }, {
3928
+ amount: bigint;
3929
+ }>;
3930
+ readonly stackingRejectors: TypedAbiMap<{
3931
+ rewardCycle: number | bigint;
3932
+ stacker: string;
3933
+ }, {
3934
+ amount: bigint;
3935
+ }>;
3936
+ readonly stackingState: TypedAbiMap<{
3937
+ stacker: string;
3938
+ }, {
3939
+ delegatedTo: string | null;
3940
+ firstRewardCycle: bigint;
3941
+ lockPeriod: bigint;
3942
+ poxAddr: {
3943
+ hashbytes: Uint8Array;
3944
+ version: Uint8Array;
3945
+ };
3946
+ rewardSetIndexes: bigint[];
3947
+ }>;
3948
+ };
3949
+ readonly variables: {
3950
+ readonly aDDRESS_VERSION_NATIVE_P2TR: _clarigen_core11771.ClarityAbiVariable;
3951
+ readonly aDDRESS_VERSION_NATIVE_P2WPKH: _clarigen_core11771.ClarityAbiVariable;
3952
+ readonly aDDRESS_VERSION_NATIVE_P2WSH: _clarigen_core11771.ClarityAbiVariable;
3953
+ readonly aDDRESS_VERSION_P2PKH: _clarigen_core11771.ClarityAbiVariable;
3954
+ readonly aDDRESS_VERSION_P2SH: _clarigen_core11771.ClarityAbiVariable;
3955
+ readonly aDDRESS_VERSION_P2WPKH: _clarigen_core11771.ClarityAbiVariable;
3956
+ readonly aDDRESS_VERSION_P2WSH: _clarigen_core11771.ClarityAbiVariable;
3957
+ readonly ERR_DELEGATION_EXPIRES_DURING_LOCK: _clarigen_core11771.ClarityAbiVariable;
3958
+ readonly ERR_DELEGATION_NO_REWARD_SLOT: _clarigen_core11771.ClarityAbiVariable;
3959
+ readonly ERR_DELEGATION_POX_ADDR_REQUIRED: _clarigen_core11771.ClarityAbiVariable;
3960
+ readonly ERR_DELEGATION_TOO_MUCH_LOCKED: _clarigen_core11771.ClarityAbiVariable;
3961
+ readonly ERR_DELEGATION_WRONG_REWARD_SLOT: _clarigen_core11771.ClarityAbiVariable;
3962
+ readonly ERR_INVALID_START_BURN_HEIGHT: _clarigen_core11771.ClarityAbiVariable;
3963
+ readonly ERR_NOT_ALLOWED: _clarigen_core11771.ClarityAbiVariable;
3964
+ readonly ERR_NOT_CURRENT_STACKER: _clarigen_core11771.ClarityAbiVariable;
3965
+ readonly ERR_STACKING_ALREADY_DELEGATED: _clarigen_core11771.ClarityAbiVariable;
3966
+ readonly ERR_STACKING_ALREADY_REJECTED: _clarigen_core11771.ClarityAbiVariable;
3967
+ readonly ERR_STACKING_ALREADY_STACKED: _clarigen_core11771.ClarityAbiVariable;
3968
+ readonly ERR_STACKING_CORRUPTED_STATE: _clarigen_core11771.ClarityAbiVariable;
3969
+ readonly ERR_STACKING_EXPIRED: _clarigen_core11771.ClarityAbiVariable;
3970
+ readonly ERR_STACKING_INSUFFICIENT_FUNDS: _clarigen_core11771.ClarityAbiVariable;
3971
+ readonly ERR_STACKING_INVALID_AMOUNT: _clarigen_core11771.ClarityAbiVariable;
3972
+ readonly ERR_STACKING_INVALID_LOCK_PERIOD: _clarigen_core11771.ClarityAbiVariable;
3973
+ readonly ERR_STACKING_INVALID_POX_ADDRESS: _clarigen_core11771.ClarityAbiVariable;
3974
+ readonly ERR_STACKING_IS_DELEGATED: _clarigen_core11771.ClarityAbiVariable;
3975
+ readonly ERR_STACKING_NOT_DELEGATED: _clarigen_core11771.ClarityAbiVariable;
3976
+ readonly ERR_STACKING_NO_SUCH_PRINCIPAL: _clarigen_core11771.ClarityAbiVariable;
3977
+ readonly ERR_STACKING_PERMISSION_DENIED: _clarigen_core11771.ClarityAbiVariable;
3978
+ readonly ERR_STACKING_POX_ADDRESS_IN_USE: _clarigen_core11771.ClarityAbiVariable;
3979
+ readonly ERR_STACKING_STX_LOCKED: _clarigen_core11771.ClarityAbiVariable;
3980
+ readonly ERR_STACKING_THRESHOLD_NOT_MET: _clarigen_core11771.ClarityAbiVariable;
3981
+ readonly ERR_STACKING_UNREACHABLE: _clarigen_core11771.ClarityAbiVariable;
3982
+ readonly ERR_STACK_EXTEND_NOT_LOCKED: _clarigen_core11771.ClarityAbiVariable;
3983
+ readonly ERR_STACK_INCREASE_NOT_LOCKED: _clarigen_core11771.ClarityAbiVariable;
3984
+ readonly MAX_ADDRESS_VERSION: _clarigen_core11771.ClarityAbiVariable;
3985
+ readonly mAX_ADDRESS_VERSION_BUFF_20: _clarigen_core11771.ClarityAbiVariable;
3986
+ readonly mAX_ADDRESS_VERSION_BUFF_32: _clarigen_core11771.ClarityAbiVariable;
3987
+ readonly MAX_POX_REWARD_CYCLES: _clarigen_core11771.ClarityAbiVariable;
3988
+ readonly MIN_POX_REWARD_CYCLES: _clarigen_core11771.ClarityAbiVariable;
3989
+ readonly POX_REJECTION_FRACTION: _clarigen_core11771.ClarityAbiVariable;
3990
+ readonly PREPARE_CYCLE_LENGTH: _clarigen_core11771.ClarityAbiVariable;
3991
+ readonly REWARD_CYCLE_LENGTH: _clarigen_core11771.ClarityAbiVariable;
3992
+ readonly sTACKING_THRESHOLD_100: _clarigen_core11771.ClarityAbiVariable;
3993
+ readonly sTACKING_THRESHOLD_25: _clarigen_core11771.ClarityAbiVariable;
3994
+ readonly configured: _clarigen_core11771.ClarityAbiVariable;
3995
+ readonly first21RewardCycle: _clarigen_core11771.ClarityAbiVariable;
3996
+ readonly firstBurnchainBlockHeight: _clarigen_core11771.ClarityAbiVariable;
3997
+ readonly poxPrepareCycleLength: _clarigen_core11771.ClarityAbiVariable;
3998
+ readonly poxRejectionFraction: _clarigen_core11771.ClarityAbiVariable;
3999
+ readonly poxRewardCycleLength: _clarigen_core11771.ClarityAbiVariable;
4000
+ };
4001
+ readonly constants: {};
4002
+ readonly non_fungible_tokens: readonly [];
4003
+ readonly fungible_tokens: readonly [];
4004
+ readonly epoch: "Epoch24";
4005
+ readonly clarity_version: "Clarity2";
4006
+ readonly contractName: "pox-3";
4007
+ };
4008
+ readonly pox4: {
4009
+ readonly functions: {
4010
+ readonly addPoxAddrToIthRewardCycle: TypedAbiFunction<[cycleIndex: TypedAbiArg<number | bigint, "cycleIndex">, params: TypedAbiArg<{
4011
+ amountUstx: number | bigint;
4012
+ firstRewardCycle: number | bigint;
4013
+ i: number | bigint;
4014
+ numCycles: number | bigint;
4015
+ poxAddr: {
4016
+ hashbytes: Uint8Array;
4017
+ version: Uint8Array;
4018
+ };
4019
+ rewardSetIndexes: number | bigint[];
4020
+ signer: Uint8Array;
4021
+ stacker: string | null;
4022
+ }, "params">], {
4023
+ amountUstx: bigint;
4024
+ firstRewardCycle: bigint;
4025
+ i: bigint;
4026
+ numCycles: bigint;
4027
+ poxAddr: {
4028
+ hashbytes: Uint8Array;
4029
+ version: Uint8Array;
4030
+ };
4031
+ rewardSetIndexes: bigint[];
4032
+ signer: Uint8Array;
4033
+ stacker: string | null;
4034
+ }>;
4035
+ readonly addPoxAddrToRewardCycles: TypedAbiFunction<[poxAddr: TypedAbiArg<{
4036
+ hashbytes: Uint8Array;
4037
+ version: Uint8Array;
4038
+ }, "poxAddr">, firstRewardCycle: TypedAbiArg<number | bigint, "firstRewardCycle">, numCycles: TypedAbiArg<number | bigint, "numCycles">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, stacker: TypedAbiArg<string, "stacker">, signer: TypedAbiArg<Uint8Array, "signer">], Response<bigint[], bigint>>;
4039
+ readonly addPoxPartialStacked: TypedAbiFunction<[poxAddr: TypedAbiArg<{
4040
+ hashbytes: Uint8Array;
4041
+ version: Uint8Array;
4042
+ }, "poxAddr">, firstRewardCycle: TypedAbiArg<number | bigint, "firstRewardCycle">, numCycles: TypedAbiArg<number | bigint, "numCycles">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">], boolean>;
4043
+ readonly addPoxPartialStackedToIthCycle: TypedAbiFunction<[cycleIndex: TypedAbiArg<number | bigint, "cycleIndex">, params: TypedAbiArg<{
4044
+ amountUstx: number | bigint;
4045
+ numCycles: number | bigint;
4046
+ poxAddr: {
4047
+ hashbytes: Uint8Array;
4048
+ version: Uint8Array;
4049
+ };
4050
+ rewardCycle: number | bigint;
4051
+ }, "params">], {
4052
+ amountUstx: bigint;
4053
+ numCycles: bigint;
4054
+ poxAddr: {
4055
+ hashbytes: Uint8Array;
4056
+ version: Uint8Array;
4057
+ };
4058
+ rewardCycle: bigint;
4059
+ }>;
4060
+ readonly appendRewardCyclePoxAddr: TypedAbiFunction<[poxAddr: TypedAbiArg<{
4061
+ hashbytes: Uint8Array;
4062
+ version: Uint8Array;
4063
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, stacker: TypedAbiArg<string | null, "stacker">, signer: TypedAbiArg<Uint8Array, "signer">], bigint>;
4064
+ readonly consumeSignerKeyAuthorization: TypedAbiFunction<[poxAddr: TypedAbiArg<{
4065
+ hashbytes: Uint8Array;
4066
+ version: Uint8Array;
4067
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, topic: TypedAbiArg<string, "topic">, period: TypedAbiArg<number | bigint, "period">, signerSigOpt: TypedAbiArg<Uint8Array | null, "signerSigOpt">, signerKey: TypedAbiArg<Uint8Array, "signerKey">, amount: TypedAbiArg<number | bigint, "amount">, maxAmount: TypedAbiArg<number | bigint, "maxAmount">, authId: TypedAbiArg<number | bigint, "authId">], Response<boolean, bigint>>;
4068
+ readonly increaseRewardCycleEntry: TypedAbiFunction<[rewardCycleIndex: TypedAbiArg<number | bigint, "rewardCycleIndex">, updates: TypedAbiArg<{
4069
+ addAmount: number | bigint;
4070
+ firstCycle: number | bigint;
4071
+ rewardCycle: number | bigint;
4072
+ signerKey: Uint8Array;
4073
+ stacker: string;
4074
+ } | null, "updates">], {
4075
+ addAmount: bigint;
4076
+ firstCycle: bigint;
4077
+ rewardCycle: bigint;
4078
+ signerKey: Uint8Array;
4079
+ stacker: string;
4080
+ } | null>;
4081
+ readonly innerStackAggregationCommit: TypedAbiFunction<[poxAddr: TypedAbiArg<{
4082
+ hashbytes: Uint8Array;
4083
+ version: Uint8Array;
4084
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, signerSig: TypedAbiArg<Uint8Array | null, "signerSig">, signerKey: TypedAbiArg<Uint8Array, "signerKey">, maxAmount: TypedAbiArg<number | bigint, "maxAmount">, authId: TypedAbiArg<number | bigint, "authId">], Response<bigint, bigint>>;
4085
+ readonly allowContractCaller: TypedAbiFunction<[caller: TypedAbiArg<string, "caller">, untilBurnHt: TypedAbiArg<number | bigint | null, "untilBurnHt">], Response<boolean, bigint>>;
4086
+ readonly delegateStackExtend: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">, poxAddr: TypedAbiArg<{
4087
+ hashbytes: Uint8Array;
4088
+ version: Uint8Array;
4089
+ }, "poxAddr">, extendCount: TypedAbiArg<number | bigint, "extendCount">], Response<{
4090
+ stacker: string;
4091
+ unlockBurnHeight: bigint;
4092
+ }, bigint>>;
4093
+ readonly delegateStackIncrease: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">, poxAddr: TypedAbiArg<{
4094
+ hashbytes: Uint8Array;
4095
+ version: Uint8Array;
4096
+ }, "poxAddr">, increaseBy: TypedAbiArg<number | bigint, "increaseBy">], Response<{
4097
+ stacker: string;
4098
+ totalLocked: bigint;
4099
+ }, bigint>>;
4100
+ readonly delegateStackStx: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, poxAddr: TypedAbiArg<{
4101
+ hashbytes: Uint8Array;
4102
+ version: Uint8Array;
4103
+ }, "poxAddr">, startBurnHt: TypedAbiArg<number | bigint, "startBurnHt">, lockPeriod: TypedAbiArg<number | bigint, "lockPeriod">], Response<{
4104
+ lockAmount: bigint;
4105
+ stacker: string;
4106
+ unlockBurnHeight: bigint;
4107
+ }, bigint>>;
4108
+ readonly delegateStx: TypedAbiFunction<[amountUstx: TypedAbiArg<number | bigint, "amountUstx">, delegateTo: TypedAbiArg<string, "delegateTo">, untilBurnHt: TypedAbiArg<number | bigint | null, "untilBurnHt">, poxAddr: TypedAbiArg<{
4109
+ hashbytes: Uint8Array;
4110
+ version: Uint8Array;
4111
+ } | null, "poxAddr">], Response<boolean, bigint>>;
4112
+ readonly disallowContractCaller: TypedAbiFunction<[caller: TypedAbiArg<string, "caller">], Response<boolean, bigint>>;
4113
+ readonly revokeDelegateStx: TypedAbiFunction<[], Response<{
4114
+ amountUstx: bigint;
4115
+ delegatedTo: string;
4116
+ poxAddr: {
4117
+ hashbytes: Uint8Array;
4118
+ version: Uint8Array;
4119
+ } | null;
4120
+ untilBurnHt: bigint | null;
4121
+ } | null, bigint>>;
4122
+ readonly setBurnchainParameters: TypedAbiFunction<[firstBurnHeight: TypedAbiArg<number | bigint, "firstBurnHeight">, prepareCycleLength: TypedAbiArg<number | bigint, "prepareCycleLength">, rewardCycleLength: TypedAbiArg<number | bigint, "rewardCycleLength">, beginPox4RewardCycle: TypedAbiArg<number | bigint, "beginPox4RewardCycle">], Response<boolean, bigint>>;
4123
+ readonly setSignerKeyAuthorization: TypedAbiFunction<[poxAddr: TypedAbiArg<{
4124
+ hashbytes: Uint8Array;
4125
+ version: Uint8Array;
4126
+ }, "poxAddr">, period: TypedAbiArg<number | bigint, "period">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, topic: TypedAbiArg<string, "topic">, signerKey: TypedAbiArg<Uint8Array, "signerKey">, allowed: TypedAbiArg<boolean, "allowed">, maxAmount: TypedAbiArg<number | bigint, "maxAmount">, authId: TypedAbiArg<number | bigint, "authId">], Response<boolean, bigint>>;
4127
+ readonly stackAggregationCommit: TypedAbiFunction<[poxAddr: TypedAbiArg<{
4128
+ hashbytes: Uint8Array;
4129
+ version: Uint8Array;
4130
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, signerSig: TypedAbiArg<Uint8Array | null, "signerSig">, signerKey: TypedAbiArg<Uint8Array, "signerKey">, maxAmount: TypedAbiArg<number | bigint, "maxAmount">, authId: TypedAbiArg<number | bigint, "authId">], Response<boolean, bigint>>;
4131
+ readonly stackAggregationCommitIndexed: TypedAbiFunction<[poxAddr: TypedAbiArg<{
4132
+ hashbytes: Uint8Array;
4133
+ version: Uint8Array;
4134
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, signerSig: TypedAbiArg<Uint8Array | null, "signerSig">, signerKey: TypedAbiArg<Uint8Array, "signerKey">, maxAmount: TypedAbiArg<number | bigint, "maxAmount">, authId: TypedAbiArg<number | bigint, "authId">], Response<bigint, bigint>>;
4135
+ readonly stackAggregationIncrease: TypedAbiFunction<[poxAddr: TypedAbiArg<{
4136
+ hashbytes: Uint8Array;
4137
+ version: Uint8Array;
4138
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, rewardCycleIndex: TypedAbiArg<number | bigint, "rewardCycleIndex">, signerSig: TypedAbiArg<Uint8Array | null, "signerSig">, signerKey: TypedAbiArg<Uint8Array, "signerKey">, maxAmount: TypedAbiArg<number | bigint, "maxAmount">, authId: TypedAbiArg<number | bigint, "authId">], Response<boolean, bigint>>;
4139
+ readonly stackExtend: TypedAbiFunction<[extendCount: TypedAbiArg<number | bigint, "extendCount">, poxAddr: TypedAbiArg<{
4140
+ hashbytes: Uint8Array;
4141
+ version: Uint8Array;
4142
+ }, "poxAddr">, signerSig: TypedAbiArg<Uint8Array | null, "signerSig">, signerKey: TypedAbiArg<Uint8Array, "signerKey">, maxAmount: TypedAbiArg<number | bigint, "maxAmount">, authId: TypedAbiArg<number | bigint, "authId">], Response<{
4143
+ stacker: string;
4144
+ unlockBurnHeight: bigint;
4145
+ }, bigint>>;
4146
+ readonly stackIncrease: TypedAbiFunction<[increaseBy: TypedAbiArg<number | bigint, "increaseBy">, signerSig: TypedAbiArg<Uint8Array | null, "signerSig">, signerKey: TypedAbiArg<Uint8Array, "signerKey">, maxAmount: TypedAbiArg<number | bigint, "maxAmount">, authId: TypedAbiArg<number | bigint, "authId">], Response<{
4147
+ stacker: string;
4148
+ totalLocked: bigint;
4149
+ }, bigint>>;
4150
+ readonly stackStx: TypedAbiFunction<[amountUstx: TypedAbiArg<number | bigint, "amountUstx">, poxAddr: TypedAbiArg<{
4151
+ hashbytes: Uint8Array;
4152
+ version: Uint8Array;
4153
+ }, "poxAddr">, startBurnHt: TypedAbiArg<number | bigint, "startBurnHt">, lockPeriod: TypedAbiArg<number | bigint, "lockPeriod">, signerSig: TypedAbiArg<Uint8Array | null, "signerSig">, signerKey: TypedAbiArg<Uint8Array, "signerKey">, maxAmount: TypedAbiArg<number | bigint, "maxAmount">, authId: TypedAbiArg<number | bigint, "authId">], Response<{
4154
+ lockAmount: bigint;
4155
+ signerKey: Uint8Array;
4156
+ stacker: string;
4157
+ unlockBurnHeight: bigint;
4158
+ }, bigint>>;
4159
+ readonly burnHeightToRewardCycle: TypedAbiFunction<[height: TypedAbiArg<number | bigint, "height">], bigint>;
4160
+ readonly canStackStx: TypedAbiFunction<[poxAddr: TypedAbiArg<{
4161
+ hashbytes: Uint8Array;
4162
+ version: Uint8Array;
4163
+ }, "poxAddr">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, firstRewardCycle: TypedAbiArg<number | bigint, "firstRewardCycle">, numCycles: TypedAbiArg<number | bigint, "numCycles">], Response<boolean, bigint>>;
4164
+ readonly checkCallerAllowed: TypedAbiFunction<[], boolean>;
4165
+ readonly checkPoxAddrHashbytes: TypedAbiFunction<[version: TypedAbiArg<Uint8Array, "version">, hashbytes: TypedAbiArg<Uint8Array, "hashbytes">], boolean>;
4166
+ readonly checkPoxAddrVersion: TypedAbiFunction<[version: TypedAbiArg<Uint8Array, "version">], boolean>;
4167
+ readonly checkPoxLockPeriod: TypedAbiFunction<[lockPeriod: TypedAbiArg<number | bigint, "lockPeriod">], boolean>;
4168
+ readonly currentPoxRewardCycle: TypedAbiFunction<[], bigint>;
4169
+ readonly getAllowanceContractCallers: TypedAbiFunction<[sender: TypedAbiArg<string, "sender">, callingContract: TypedAbiArg<string, "callingContract">], {
4170
+ untilBurnHt: bigint | null;
4171
+ } | null>;
4172
+ readonly getCheckDelegation: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">], {
4173
+ amountUstx: bigint;
4174
+ delegatedTo: string;
4175
+ poxAddr: {
4176
+ hashbytes: Uint8Array;
4177
+ version: Uint8Array;
4178
+ } | null;
4179
+ untilBurnHt: bigint | null;
4180
+ } | null>;
4181
+ readonly getDelegationInfo: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">], {
4182
+ amountUstx: bigint;
4183
+ delegatedTo: string;
4184
+ poxAddr: {
4185
+ hashbytes: Uint8Array;
4186
+ version: Uint8Array;
4187
+ } | null;
4188
+ untilBurnHt: bigint | null;
4189
+ } | null>;
4190
+ readonly getNumRewardSetPoxAddresses: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], bigint>;
4191
+ readonly getPartialStackedByCycle: TypedAbiFunction<[poxAddr: TypedAbiArg<{
4192
+ hashbytes: Uint8Array;
4193
+ version: Uint8Array;
4194
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, sender: TypedAbiArg<string, "sender">], {
4195
+ stackedAmount: bigint;
4196
+ } | null>;
4197
+ readonly getPoxInfo: TypedAbiFunction<[], Response<{
4198
+ firstBurnchainBlockHeight: bigint;
4199
+ minAmountUstx: bigint;
4200
+ prepareCycleLength: bigint;
4201
+ rewardCycleId: bigint;
4202
+ rewardCycleLength: bigint;
4203
+ totalLiquidSupplyUstx: bigint;
4204
+ }, null>>;
4205
+ readonly getRewardSetPoxAddress: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, index: TypedAbiArg<number | bigint, "index">], {
4206
+ poxAddr: {
4207
+ hashbytes: Uint8Array;
4208
+ version: Uint8Array;
4209
+ };
4210
+ signer: Uint8Array;
4211
+ stacker: string | null;
4212
+ totalUstx: bigint;
4213
+ } | null>;
4214
+ readonly getRewardSetSize: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], bigint>;
4215
+ readonly getSignerKeyMessageHash: TypedAbiFunction<[poxAddr: TypedAbiArg<{
4216
+ hashbytes: Uint8Array;
4217
+ version: Uint8Array;
4218
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, topic: TypedAbiArg<string, "topic">, period: TypedAbiArg<number | bigint, "period">, maxAmount: TypedAbiArg<number | bigint, "maxAmount">, authId: TypedAbiArg<number | bigint, "authId">], Uint8Array>;
4219
+ readonly getStackerInfo: TypedAbiFunction<[stacker: TypedAbiArg<string, "stacker">], {
4220
+ delegatedTo: string | null;
4221
+ firstRewardCycle: bigint;
4222
+ lockPeriod: bigint;
4223
+ poxAddr: {
4224
+ hashbytes: Uint8Array;
4225
+ version: Uint8Array;
4226
+ };
4227
+ rewardSetIndexes: bigint[];
4228
+ } | null>;
4229
+ readonly getStackingMinimum: TypedAbiFunction<[], bigint>;
4230
+ readonly getTotalUstxStacked: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], bigint>;
4231
+ readonly minimalCanStackStx: TypedAbiFunction<[poxAddr: TypedAbiArg<{
4232
+ hashbytes: Uint8Array;
4233
+ version: Uint8Array;
4234
+ }, "poxAddr">, amountUstx: TypedAbiArg<number | bigint, "amountUstx">, firstRewardCycle: TypedAbiArg<number | bigint, "firstRewardCycle">, numCycles: TypedAbiArg<number | bigint, "numCycles">], Response<boolean, bigint>>;
4235
+ readonly rewardCycleToBurnHeight: TypedAbiFunction<[cycle: TypedAbiArg<number | bigint, "cycle">], bigint>;
4236
+ readonly verifySignerKeySig: TypedAbiFunction<[poxAddr: TypedAbiArg<{
4237
+ hashbytes: Uint8Array;
4238
+ version: Uint8Array;
4239
+ }, "poxAddr">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, topic: TypedAbiArg<string, "topic">, period: TypedAbiArg<number | bigint, "period">, signerSigOpt: TypedAbiArg<Uint8Array | null, "signerSigOpt">, signerKey: TypedAbiArg<Uint8Array, "signerKey">, amount: TypedAbiArg<number | bigint, "amount">, maxAmount: TypedAbiArg<number | bigint, "maxAmount">, authId: TypedAbiArg<number | bigint, "authId">], Response<boolean, bigint>>;
4240
+ };
4241
+ readonly maps: {
4242
+ readonly allowanceContractCallers: TypedAbiMap<{
4243
+ contractCaller: string;
4244
+ sender: string;
4245
+ }, {
4246
+ untilBurnHt: bigint | null;
4247
+ }>;
4248
+ readonly delegationState: TypedAbiMap<{
4249
+ stacker: string;
4250
+ }, {
4251
+ amountUstx: bigint;
4252
+ delegatedTo: string;
4253
+ poxAddr: {
4254
+ hashbytes: Uint8Array;
4255
+ version: Uint8Array;
4256
+ } | null;
4257
+ untilBurnHt: bigint | null;
4258
+ }>;
4259
+ readonly loggedPartialStackedByCycle: TypedAbiMap<{
4260
+ poxAddr: {
4261
+ hashbytes: Uint8Array;
4262
+ version: Uint8Array;
4263
+ };
4264
+ rewardCycle: number | bigint;
4265
+ sender: string;
4266
+ }, {
4267
+ stackedAmount: bigint;
4268
+ }>;
4269
+ readonly partialStackedByCycle: TypedAbiMap<{
4270
+ poxAddr: {
4271
+ hashbytes: Uint8Array;
4272
+ version: Uint8Array;
4273
+ };
4274
+ rewardCycle: number | bigint;
4275
+ sender: string;
4276
+ }, {
4277
+ stackedAmount: bigint;
4278
+ }>;
4279
+ readonly rewardCyclePoxAddressList: TypedAbiMap<{
4280
+ index: number | bigint;
4281
+ rewardCycle: number | bigint;
4282
+ }, {
4283
+ poxAddr: {
4284
+ hashbytes: Uint8Array;
4285
+ version: Uint8Array;
4286
+ };
4287
+ signer: Uint8Array;
4288
+ stacker: string | null;
4289
+ totalUstx: bigint;
4290
+ }>;
4291
+ readonly rewardCyclePoxAddressListLen: TypedAbiMap<{
4292
+ rewardCycle: number | bigint;
4293
+ }, {
4294
+ len: bigint;
4295
+ }>;
4296
+ readonly rewardCycleTotalStacked: TypedAbiMap<{
4297
+ rewardCycle: number | bigint;
4298
+ }, {
4299
+ totalUstx: bigint;
4300
+ }>;
4301
+ readonly signerKeyAuthorizations: TypedAbiMap<{
4302
+ authId: number | bigint;
4303
+ maxAmount: number | bigint;
4304
+ period: number | bigint;
4305
+ poxAddr: {
4306
+ hashbytes: Uint8Array;
4307
+ version: Uint8Array;
4308
+ };
4309
+ rewardCycle: number | bigint;
4310
+ signerKey: Uint8Array;
4311
+ topic: string;
4312
+ }, boolean>;
4313
+ readonly stackingState: TypedAbiMap<{
4314
+ stacker: string;
4315
+ }, {
4316
+ delegatedTo: string | null;
4317
+ firstRewardCycle: bigint;
4318
+ lockPeriod: bigint;
4319
+ poxAddr: {
4320
+ hashbytes: Uint8Array;
4321
+ version: Uint8Array;
4322
+ };
4323
+ rewardSetIndexes: bigint[];
4324
+ }>;
4325
+ readonly usedSignerKeyAuthorizations: TypedAbiMap<{
4326
+ authId: number | bigint;
4327
+ maxAmount: number | bigint;
4328
+ period: number | bigint;
4329
+ poxAddr: {
4330
+ hashbytes: Uint8Array;
4331
+ version: Uint8Array;
4332
+ };
4333
+ rewardCycle: number | bigint;
4334
+ signerKey: Uint8Array;
4335
+ topic: string;
4336
+ }, boolean>;
4337
+ };
4338
+ readonly variables: {
4339
+ readonly aDDRESS_VERSION_NATIVE_P2TR: _clarigen_core11771.ClarityAbiVariable;
4340
+ readonly aDDRESS_VERSION_NATIVE_P2WPKH: _clarigen_core11771.ClarityAbiVariable;
4341
+ readonly aDDRESS_VERSION_NATIVE_P2WSH: _clarigen_core11771.ClarityAbiVariable;
4342
+ readonly aDDRESS_VERSION_P2PKH: _clarigen_core11771.ClarityAbiVariable;
4343
+ readonly aDDRESS_VERSION_P2SH: _clarigen_core11771.ClarityAbiVariable;
4344
+ readonly aDDRESS_VERSION_P2WPKH: _clarigen_core11771.ClarityAbiVariable;
4345
+ readonly aDDRESS_VERSION_P2WSH: _clarigen_core11771.ClarityAbiVariable;
4346
+ readonly ERR_DELEGATION_ALREADY_REVOKED: _clarigen_core11771.ClarityAbiVariable;
4347
+ readonly ERR_DELEGATION_EXPIRES_DURING_LOCK: _clarigen_core11771.ClarityAbiVariable;
4348
+ readonly ERR_DELEGATION_NO_REWARD_SLOT: _clarigen_core11771.ClarityAbiVariable;
4349
+ readonly ERR_DELEGATION_POX_ADDR_REQUIRED: _clarigen_core11771.ClarityAbiVariable;
4350
+ readonly ERR_DELEGATION_TOO_MUCH_LOCKED: _clarigen_core11771.ClarityAbiVariable;
4351
+ readonly ERR_DELEGATION_WRONG_REWARD_SLOT: _clarigen_core11771.ClarityAbiVariable;
4352
+ readonly ERR_INVALID_INCREASE: _clarigen_core11771.ClarityAbiVariable;
4353
+ readonly ERR_INVALID_REWARD_CYCLE: _clarigen_core11771.ClarityAbiVariable;
4354
+ readonly ERR_INVALID_SIGNATURE_PUBKEY: _clarigen_core11771.ClarityAbiVariable;
4355
+ readonly ERR_INVALID_SIGNATURE_RECOVER: _clarigen_core11771.ClarityAbiVariable;
4356
+ readonly ERR_INVALID_SIGNER_KEY: _clarigen_core11771.ClarityAbiVariable;
4357
+ readonly ERR_INVALID_START_BURN_HEIGHT: _clarigen_core11771.ClarityAbiVariable;
4358
+ readonly ERR_NOT_ALLOWED: _clarigen_core11771.ClarityAbiVariable;
4359
+ readonly ERR_NOT_CURRENT_STACKER: _clarigen_core11771.ClarityAbiVariable;
4360
+ readonly ERR_REUSED_SIGNER_KEY: _clarigen_core11771.ClarityAbiVariable;
4361
+ readonly ERR_SIGNER_AUTH_AMOUNT_TOO_HIGH: _clarigen_core11771.ClarityAbiVariable;
4362
+ readonly ERR_SIGNER_AUTH_USED: _clarigen_core11771.ClarityAbiVariable;
4363
+ readonly ERR_STACKING_ALREADY_DELEGATED: _clarigen_core11771.ClarityAbiVariable;
4364
+ readonly ERR_STACKING_ALREADY_STACKED: _clarigen_core11771.ClarityAbiVariable;
4365
+ readonly ERR_STACKING_CORRUPTED_STATE: _clarigen_core11771.ClarityAbiVariable;
4366
+ readonly ERR_STACKING_EXPIRED: _clarigen_core11771.ClarityAbiVariable;
4367
+ readonly ERR_STACKING_INSUFFICIENT_FUNDS: _clarigen_core11771.ClarityAbiVariable;
4368
+ readonly ERR_STACKING_INVALID_AMOUNT: _clarigen_core11771.ClarityAbiVariable;
4369
+ readonly ERR_STACKING_INVALID_LOCK_PERIOD: _clarigen_core11771.ClarityAbiVariable;
4370
+ readonly ERR_STACKING_INVALID_POX_ADDRESS: _clarigen_core11771.ClarityAbiVariable;
4371
+ readonly ERR_STACKING_IS_DELEGATED: _clarigen_core11771.ClarityAbiVariable;
4372
+ readonly ERR_STACKING_NOT_DELEGATED: _clarigen_core11771.ClarityAbiVariable;
4373
+ readonly ERR_STACKING_NO_SUCH_PRINCIPAL: _clarigen_core11771.ClarityAbiVariable;
4374
+ readonly ERR_STACKING_PERMISSION_DENIED: _clarigen_core11771.ClarityAbiVariable;
4375
+ readonly ERR_STACKING_POX_ADDRESS_IN_USE: _clarigen_core11771.ClarityAbiVariable;
4376
+ readonly ERR_STACKING_STX_LOCKED: _clarigen_core11771.ClarityAbiVariable;
4377
+ readonly ERR_STACKING_THRESHOLD_NOT_MET: _clarigen_core11771.ClarityAbiVariable;
4378
+ readonly ERR_STACKING_UNREACHABLE: _clarigen_core11771.ClarityAbiVariable;
4379
+ readonly ERR_STACK_EXTEND_NOT_LOCKED: _clarigen_core11771.ClarityAbiVariable;
4380
+ readonly ERR_STACK_INCREASE_NOT_LOCKED: _clarigen_core11771.ClarityAbiVariable;
4381
+ readonly MAX_ADDRESS_VERSION: _clarigen_core11771.ClarityAbiVariable;
4382
+ readonly mAX_ADDRESS_VERSION_BUFF_20: _clarigen_core11771.ClarityAbiVariable;
4383
+ readonly mAX_ADDRESS_VERSION_BUFF_32: _clarigen_core11771.ClarityAbiVariable;
4384
+ readonly MAX_POX_REWARD_CYCLES: _clarigen_core11771.ClarityAbiVariable;
4385
+ readonly MIN_POX_REWARD_CYCLES: _clarigen_core11771.ClarityAbiVariable;
4386
+ readonly PREPARE_CYCLE_LENGTH: _clarigen_core11771.ClarityAbiVariable;
4387
+ readonly REWARD_CYCLE_LENGTH: _clarigen_core11771.ClarityAbiVariable;
4388
+ readonly sIP018_MSG_PREFIX: _clarigen_core11771.ClarityAbiVariable;
4389
+ readonly sTACKING_THRESHOLD_25: _clarigen_core11771.ClarityAbiVariable;
4390
+ readonly STACKS_ADDR_VERSION_MAINNET: _clarigen_core11771.ClarityAbiVariable;
4391
+ readonly STACKS_ADDR_VERSION_TESTNET: _clarigen_core11771.ClarityAbiVariable;
4392
+ readonly configured: _clarigen_core11771.ClarityAbiVariable;
4393
+ readonly firstBurnchainBlockHeight: _clarigen_core11771.ClarityAbiVariable;
4394
+ readonly firstPox4RewardCycle: _clarigen_core11771.ClarityAbiVariable;
4395
+ readonly poxPrepareCycleLength: _clarigen_core11771.ClarityAbiVariable;
4396
+ readonly poxRewardCycleLength: _clarigen_core11771.ClarityAbiVariable;
4397
+ };
4398
+ readonly constants: {};
4399
+ readonly non_fungible_tokens: readonly [];
4400
+ readonly fungible_tokens: readonly [];
4401
+ readonly epoch: "Epoch25";
4402
+ readonly clarity_version: "Clarity2";
4403
+ readonly contractName: "pox-4";
4404
+ };
4405
+ readonly signers: {
4406
+ readonly functions: {
4407
+ readonly setSigners: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, signers: TypedAbiArg<{
4408
+ signer: string;
4409
+ weight: number | bigint;
4410
+ }[], "signers">], Response<boolean, bigint>>;
4411
+ readonly stackerdbSetSignerSlots: TypedAbiFunction<[signerSlots: TypedAbiArg<{
4412
+ numSlots: number | bigint;
4413
+ signer: string;
4414
+ }[], "signerSlots">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, setAtHeight: TypedAbiArg<number | bigint, "setAtHeight">], Response<boolean, null>>;
4415
+ readonly getLastSetCycle: TypedAbiFunction<[], Response<bigint, null>>;
4416
+ readonly getSignerByIndex: TypedAbiFunction<[cycle: TypedAbiArg<number | bigint, "cycle">, signerIndex: TypedAbiArg<number | bigint, "signerIndex">], Response<{
4417
+ signer: string;
4418
+ weight: bigint;
4419
+ } | null, bigint>>;
4420
+ readonly getSigners: TypedAbiFunction<[cycle: TypedAbiArg<number | bigint, "cycle">], {
4421
+ signer: string;
4422
+ weight: bigint;
4423
+ }[] | null>;
4424
+ readonly stackerdbGetConfig: TypedAbiFunction<[], Response<{
4425
+ chunkSize: bigint;
4426
+ hintReplicas: null[];
4427
+ maxNeighbors: bigint;
4428
+ maxWrites: bigint;
4429
+ writeFreq: bigint;
4430
+ }, null>>;
4431
+ readonly stackerdbGetSignerSlotsPage: TypedAbiFunction<[page: TypedAbiArg<number | bigint, "page">], Response<{
4432
+ numSlots: bigint;
4433
+ signer: string;
4434
+ }[], bigint>>;
4435
+ };
4436
+ readonly maps: {
4437
+ readonly cycleSetHeight: TypedAbiMap<number | bigint, bigint>;
4438
+ readonly cycleSignerSet: TypedAbiMap<number | bigint, {
4439
+ signer: string;
4440
+ weight: bigint;
4441
+ }[]>;
4442
+ };
4443
+ readonly variables: {
4444
+ readonly CHUNK_SIZE: _clarigen_core11771.ClarityAbiVariable;
4445
+ readonly ERR_CYCLE_NOT_SET: _clarigen_core11771.ClarityAbiVariable;
4446
+ readonly ERR_NO_SUCH_PAGE: _clarigen_core11771.ClarityAbiVariable;
4447
+ readonly MAX_WRITES: _clarigen_core11771.ClarityAbiVariable;
4448
+ readonly lastSetCycle: _clarigen_core11771.ClarityAbiVariable;
4449
+ readonly stackerdbSignerSlots0: _clarigen_core11771.ClarityAbiVariable;
4450
+ readonly stackerdbSignerSlots1: _clarigen_core11771.ClarityAbiVariable;
4451
+ };
4452
+ readonly constants: {};
4453
+ readonly non_fungible_tokens: readonly [];
4454
+ readonly fungible_tokens: readonly [];
4455
+ readonly epoch: "Epoch25";
4456
+ readonly clarity_version: "Clarity2";
4457
+ readonly contractName: "signers";
4458
+ };
4459
+ readonly signersVoting: {
4460
+ readonly functions: {
4461
+ readonly getAndCacheTotalWeight: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], Response<bigint, bigint>>;
4462
+ readonly isInVotingWindow: TypedAbiFunction<[height: TypedAbiArg<number | bigint, "height">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], boolean>;
4463
+ readonly sumWeights: TypedAbiFunction<[signer: TypedAbiArg<{
4464
+ signer: string;
4465
+ weight: number | bigint;
4466
+ }, "signer">, acc: TypedAbiArg<number | bigint, "acc">], bigint>;
4467
+ readonly updateLastRound: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, round: TypedAbiArg<number | bigint, "round">], Response<boolean, bigint>>;
4468
+ readonly voteForAggregatePublicKey: TypedAbiFunction<[signerIndex: TypedAbiArg<number | bigint, "signerIndex">, key: TypedAbiArg<Uint8Array, "key">, round: TypedAbiArg<number | bigint, "round">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], Response<boolean, bigint>>;
4469
+ readonly burnHeightToRewardCycle: TypedAbiFunction<[height: TypedAbiArg<number | bigint, "height">], bigint>;
4470
+ readonly currentRewardCycle: TypedAbiFunction<[], bigint>;
4471
+ readonly getApprovedAggregateKey: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], Uint8Array | null>;
4472
+ readonly getCandidateInfo: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, round: TypedAbiArg<number | bigint, "round">, candidate: TypedAbiArg<Uint8Array, "candidate">], {
4473
+ candidateWeight: bigint;
4474
+ totalWeight: bigint | null;
4475
+ }>;
4476
+ readonly getLastRound: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], bigint | null>;
4477
+ readonly getRoundInfo: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, round: TypedAbiArg<number | bigint, "round">], {
4478
+ votesCount: bigint;
4479
+ votesWeight: bigint;
4480
+ } | null>;
4481
+ readonly getSignerWeight: TypedAbiFunction<[signerIndex: TypedAbiArg<number | bigint, "signerIndex">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], Response<bigint, bigint>>;
4482
+ readonly getTally: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, round: TypedAbiArg<number | bigint, "round">, aggregatePublicKey: TypedAbiArg<Uint8Array, "aggregatePublicKey">], bigint | null>;
4483
+ readonly getThresholdWeight: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], bigint>;
4484
+ readonly getVote: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">, round: TypedAbiArg<number | bigint, "round">, signer: TypedAbiArg<string, "signer">], {
4485
+ aggregatePublicKey: Uint8Array;
4486
+ signerWeight: bigint;
4487
+ } | null>;
4488
+ readonly isInPreparePhase: TypedAbiFunction<[height: TypedAbiArg<number | bigint, "height">], boolean>;
4489
+ readonly isNovelAggregatePublicKey: TypedAbiFunction<[key: TypedAbiArg<Uint8Array, "key">, rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], boolean>;
4490
+ readonly rewardCycleToBurnHeight: TypedAbiFunction<[rewardCycle: TypedAbiArg<number | bigint, "rewardCycle">], bigint>;
4491
+ };
4492
+ readonly maps: {
4493
+ readonly aggregatePublicKeys: TypedAbiMap<number | bigint, Uint8Array>;
4494
+ readonly cycleTotalWeight: TypedAbiMap<number | bigint, bigint>;
4495
+ readonly roundData: TypedAbiMap<{
4496
+ rewardCycle: number | bigint;
4497
+ round: number | bigint;
4498
+ }, {
4499
+ votesCount: bigint;
4500
+ votesWeight: bigint;
4501
+ }>;
4502
+ readonly rounds: TypedAbiMap<number | bigint, bigint>;
4503
+ readonly tally: TypedAbiMap<{
4504
+ aggregatePublicKey: Uint8Array;
4505
+ rewardCycle: number | bigint;
4506
+ round: number | bigint;
4507
+ }, bigint>;
4508
+ readonly usedAggregatePublicKeys: TypedAbiMap<Uint8Array, bigint>;
4509
+ readonly votes: TypedAbiMap<{
4510
+ rewardCycle: number | bigint;
4511
+ round: number | bigint;
4512
+ signer: string;
4513
+ }, {
4514
+ aggregatePublicKey: Uint8Array;
4515
+ signerWeight: bigint;
4516
+ }>;
4517
+ };
4518
+ readonly variables: {
4519
+ readonly ERR_DUPLICATE_AGGREGATE_PUBLIC_KEY: _clarigen_core11771.ClarityAbiVariable;
4520
+ readonly ERR_DUPLICATE_VOTE: _clarigen_core11771.ClarityAbiVariable;
4521
+ readonly ERR_FAILED_TO_RETRIEVE_SIGNERS: _clarigen_core11771.ClarityAbiVariable;
4522
+ readonly ERR_ILL_FORMED_AGGREGATE_PUBLIC_KEY: _clarigen_core11771.ClarityAbiVariable;
4523
+ readonly ERR_INVALID_ROUND: _clarigen_core11771.ClarityAbiVariable;
4524
+ readonly ERR_INVALID_SIGNER_INDEX: _clarigen_core11771.ClarityAbiVariable;
4525
+ readonly ERR_OUT_OF_VOTING_WINDOW: _clarigen_core11771.ClarityAbiVariable;
4526
+ readonly ERR_SIGNER_INDEX_MISMATCH: _clarigen_core11771.ClarityAbiVariable;
4527
+ readonly poxInfo: _clarigen_core11771.ClarityAbiVariable;
4528
+ readonly thresholdConsensus: _clarigen_core11771.ClarityAbiVariable;
4529
+ };
4530
+ readonly constants: {};
4531
+ readonly non_fungible_tokens: readonly [];
4532
+ readonly fungible_tokens: readonly [];
4533
+ readonly epoch: "Epoch25";
4534
+ readonly clarity_version: "Clarity2";
4535
+ readonly contractName: "signers-voting";
4536
+ };
4537
+ };
4538
+ //#endregion
4539
+ export { contracts, mainnet, testnet };
4540
+ //# sourceMappingURL=index.d.mts.map