@sentio/sdk 2.4.0-rc.1 → 2.5.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/aptos/aptos-processor.d.ts +1 -1
- package/lib/aptos/aptos-processor.js +1 -1
- package/lib/aptos/aptos-processor.js.map +1 -1
- package/lib/aptos/builtin/0x1.d.ts +16 -177
- package/lib/aptos/builtin/0x1.js +56 -538
- package/lib/aptos/builtin/0x1.js.map +1 -1
- package/lib/aptos/builtin/0x3.d.ts +2 -13
- package/lib/aptos/builtin/0x3.js +20 -48
- package/lib/aptos/builtin/0x3.js.map +1 -1
- package/lib/aptos/codegen/codegen.d.ts +0 -20
- package/lib/aptos/codegen/codegen.js +37 -357
- package/lib/aptos/codegen/codegen.js.map +1 -1
- package/lib/aptos/{types.test.d.ts → codegen/types.test.d.ts} +0 -0
- package/lib/aptos/codegen/types.test.js.map +1 -0
- package/lib/aptos/models.d.ts +0 -8
- package/lib/aptos/models.js.map +1 -1
- package/lib/aptos/move-coder.d.ts +4 -13
- package/lib/aptos/move-coder.js +13 -124
- package/lib/aptos/move-coder.js.map +1 -1
- package/lib/aptos/move-types.d.ts +6 -0
- package/lib/aptos/move-types.js +52 -1
- package/lib/aptos/move-types.js.map +1 -1
- package/lib/aptos/tests/souffl3.js +1 -1
- package/lib/aptos/tests/souffl3.js.map +1 -1
- package/lib/aptos/tests/types/reserved.d.ts +2 -8
- package/lib/aptos/tests/types/reserved.js +11 -24
- package/lib/aptos/tests/types/reserved.js.map +1 -1
- package/lib/aptos/tests/types/soffl3.d.ts +2 -14
- package/lib/aptos/tests/types/soffl3.js +15 -48
- package/lib/aptos/tests/types/soffl3.js.map +1 -1
- package/lib/aptos/tests/types/souffle.d.ts +2 -8
- package/lib/aptos/tests/types/souffle.js +11 -24
- package/lib/aptos/tests/types/souffle.js.map +1 -1
- package/lib/aptos/utils.d.ts +2 -7
- package/lib/aptos/utils.js +2 -15
- package/lib/aptos/utils.js.map +1 -1
- package/lib/eth/tests/codegen.test.js.map +1 -1
- package/lib/eth/tests/erc20.js +1 -1
- package/lib/eth/tests/erc20.js.map +1 -1
- package/lib/eth/tests/logger.test.js.map +1 -1
- package/lib/move/abstract-codegen.d.ts +44 -0
- package/lib/move/abstract-codegen.js +341 -0
- package/lib/move/abstract-codegen.js.map +1 -0
- package/lib/move/abstract-move-coder.d.ts +24 -0
- package/lib/move/abstract-move-coder.js +141 -0
- package/lib/move/abstract-move-coder.js.map +1 -0
- package/lib/move/account.d.ts +18 -0
- package/lib/{aptos/codegen/typegen.js → move/account.js} +20 -82
- package/lib/move/account.js.map +1 -0
- package/lib/move/filter.d.ts +25 -0
- package/lib/move/filter.js +11 -0
- package/lib/move/filter.js.map +1 -0
- package/lib/move/index.d.ts +5 -25
- package/lib/move/index.js +5 -10
- package/lib/move/index.js.map +1 -1
- package/lib/move/neutral-models.d.ts +34 -0
- package/lib/move/neutral-models.js +7 -0
- package/lib/move/neutral-models.js.map +1 -0
- package/lib/move/ts-type.d.ts +2 -0
- package/lib/move/ts-type.js +77 -0
- package/lib/move/ts-type.js.map +1 -0
- package/lib/{aptos/codegen/typegen.test.d.ts → move/ts-type.test.d.ts} +0 -0
- package/lib/move/ts-type.test.js.map +1 -0
- package/lib/{aptos → move}/types.d.ts +1 -0
- package/lib/{aptos → move}/types.js +26 -3
- package/lib/move/types.js.map +1 -0
- package/lib/move/utils.d.ts +9 -0
- package/lib/move/utils.js +20 -0
- package/lib/move/utils.js.map +1 -0
- package/lib/sui/builtin/0x1.d.ts +114 -0
- package/lib/sui/builtin/0x1.js +174 -0
- package/lib/sui/builtin/0x1.js.map +1 -0
- package/lib/sui/builtin/0x2.d.ts +1047 -0
- package/lib/sui/builtin/0x2.js +1295 -0
- package/lib/sui/builtin/0x2.js.map +1 -0
- package/lib/sui/builtin/index.d.ts +2 -0
- package/lib/sui/builtin/index.js +6 -0
- package/lib/sui/builtin/index.js.map +1 -0
- package/lib/sui/codegen/codegen.d.ts +1 -0
- package/lib/sui/codegen/codegen.js +61 -0
- package/lib/sui/codegen/codegen.js.map +1 -0
- package/lib/sui/codegen/index.d.ts +1 -0
- package/lib/sui/codegen/index.js +2 -0
- package/lib/sui/codegen/index.js.map +1 -0
- package/lib/sui/codegen/run.d.ts +1 -0
- package/lib/sui/codegen/run.js +12 -0
- package/lib/sui/codegen/run.js.map +1 -0
- package/lib/sui/index.d.ts +2 -0
- package/lib/sui/index.js +1 -0
- package/lib/sui/index.js.map +1 -1
- package/lib/sui/models.d.ts +7 -1
- package/lib/sui/models.js +0 -23
- package/lib/sui/models.js.map +1 -1
- package/lib/sui/move-coder.d.ts +11 -0
- package/lib/sui/move-coder.js +53 -0
- package/lib/sui/move-coder.js.map +1 -0
- package/lib/sui/move-types.d.ts +9 -0
- package/lib/sui/move-types.js +81 -0
- package/lib/sui/move-types.js.map +1 -0
- package/lib/sui/sui-processor.js +3 -3
- package/lib/sui/sui-processor.js.map +1 -1
- package/lib/sui/tests/sui.test.js.map +1 -1
- package/lib/sui/tests/types/index.d.ts +1 -0
- package/lib/sui/tests/types/index.js +5 -0
- package/lib/sui/tests/types/index.js.map +1 -0
- package/lib/sui/tests/types/testnet/index.d.ts +1 -0
- package/lib/sui/tests/types/testnet/index.js +5 -0
- package/lib/sui/tests/types/testnet/index.js.map +1 -0
- package/lib/sui/tests/types/testnet/swap.d.ts +249 -0
- package/lib/sui/tests/types/testnet/swap.js +310 -0
- package/lib/sui/tests/types/testnet/swap.js.map +1 -0
- package/lib/testing/aptos-facet.js +1 -1
- package/lib/testing/aptos-facet.js.map +1 -1
- package/lib/testing/sui-facet.js +3 -2
- package/lib/testing/sui-facet.js.map +1 -1
- package/package.json +8 -5
- package/src/aptos/aptos-processor.ts +1 -1
- package/src/aptos/builtin/0x1.ts +70 -652
- package/src/aptos/builtin/0x3.ts +24 -59
- package/src/aptos/codegen/codegen.ts +35 -421
- package/src/aptos/models.ts +0 -10
- package/src/aptos/move-coder.ts +16 -150
- package/src/aptos/move-types.ts +62 -0
- package/src/aptos/tests/souffl3.ts +1 -1
- package/src/aptos/tests/types/reserved.ts +15 -30
- package/src/aptos/tests/types/soffl3.ts +19 -58
- package/src/aptos/tests/types/souffle.ts +15 -30
- package/src/aptos/utils.ts +3 -21
- package/src/eth/tests/erc20.ts +1 -1
- package/src/move/abstract-codegen.ts +426 -0
- package/src/move/abstract-move-coder.ts +170 -0
- package/src/move/account.ts +96 -0
- package/src/move/filter.ts +33 -0
- package/src/move/index.ts +5 -33
- package/src/move/neutral-models.ts +45 -0
- package/src/move/ts-type.ts +86 -0
- package/src/{aptos → move}/types.ts +28 -3
- package/src/move/utils.ts +25 -0
- package/src/sui/abis/0x1.json +1729 -1733
- package/src/sui/abis/0x2.json +13279 -13283
- package/src/sui/builtin/0x1.ts +307 -0
- package/src/sui/builtin/0x2.ts +2578 -0
- package/src/sui/builtin/index.ts +5 -0
- package/src/sui/codegen/codegen.ts +71 -0
- package/src/sui/codegen/index.ts +1 -0
- package/src/sui/codegen/run.ts +13 -0
- package/src/sui/index.ts +4 -0
- package/src/sui/models.ts +7 -28
- package/src/sui/move-coder.ts +63 -0
- package/src/sui/move-types.ts +109 -0
- package/src/sui/sui-processor.ts +3 -3
- package/src/sui/tests/abis/testnet/swap.json +1752 -0
- package/src/sui/tests/types/index.ts +3 -0
- package/src/sui/tests/types/testnet/index.ts +4 -0
- package/src/sui/tests/types/testnet/swap.ts +698 -0
- package/src/testing/aptos-facet.ts +1 -1
- package/src/testing/sui-facet.ts +3 -2
- package/lib/aptos/codegen/typegen.d.ts +0 -18
- package/lib/aptos/codegen/typegen.js.map +0 -1
- package/lib/aptos/codegen/typegen.test.js.map +0 -1
- package/lib/aptos/types.js.map +0 -1
- package/lib/aptos/types.test.js.map +0 -1
- package/lib/jest.config.d.ts +0 -9
- package/lib/jest.config.js +0 -9
- package/lib/jest.config.js.map +0 -1
- package/src/aptos/codegen/typegen.ts +0 -165
- package/src/jest.config.ts +0 -8
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { CallFilter } from "@sentio/sdk/move";
|
|
2
2
|
import { MoveCoder, AptosBindOptions, AptosBaseProcessor, TypedEventInstance, TypedEntryFunctionPayload, AptosContext } from "@sentio/sdk/aptos";
|
|
3
3
|
import { MoveFetchConfig } from "@sentio/protos";
|
|
4
|
-
import { Address
|
|
4
|
+
import { Address } from "@sentio/sdk/aptos";
|
|
5
5
|
export declare namespace acl {
|
|
6
6
|
class ACL {
|
|
7
7
|
static TYPE_QNAME: string;
|
|
8
8
|
list: Address[];
|
|
9
9
|
}
|
|
10
|
-
function loadTypes(_r: MoveCoder): void;
|
|
11
|
-
const ABI: MoveModule;
|
|
12
10
|
}
|
|
13
11
|
export declare namespace any {
|
|
14
12
|
class Any {
|
|
@@ -16,19 +14,13 @@ export declare namespace any {
|
|
|
16
14
|
type_name: string;
|
|
17
15
|
data: string;
|
|
18
16
|
}
|
|
19
|
-
function loadTypes(_r: MoveCoder): void;
|
|
20
|
-
const ABI: MoveModule;
|
|
21
|
-
}
|
|
22
|
-
export declare namespace bcs {
|
|
23
|
-
function loadTypes(_r: MoveCoder): void;
|
|
24
|
-
const ABI: MoveModule;
|
|
25
17
|
}
|
|
18
|
+
export declare namespace bcs { }
|
|
26
19
|
export declare class code extends AptosBaseProcessor {
|
|
27
20
|
constructor(options: AptosBindOptions);
|
|
28
21
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
|
29
22
|
static bind(options?: Partial<AptosBindOptions>): code;
|
|
30
23
|
onEntryPublishPackageTxn(func: (call: code.PublishPackageTxnPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): code;
|
|
31
|
-
loadTypesInternal(registry: MoveCoder): void;
|
|
32
24
|
}
|
|
33
25
|
export declare namespace code {
|
|
34
26
|
class AllowedDep {
|
|
@@ -71,8 +63,6 @@ export declare namespace code {
|
|
|
71
63
|
arguments_decoded: [string, string[]];
|
|
72
64
|
type_arguments: [];
|
|
73
65
|
}
|
|
74
|
-
function loadTypes(_r: MoveCoder): void;
|
|
75
|
-
const ABI: MoveModule;
|
|
76
66
|
}
|
|
77
67
|
export declare class coin extends AptosBaseProcessor {
|
|
78
68
|
constructor(options: AptosBindOptions);
|
|
@@ -84,7 +74,6 @@ export declare class coin extends AptosBaseProcessor {
|
|
|
84
74
|
onEntryUpgradeSupply(func: (call: coin.UpgradeSupplyPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): coin;
|
|
85
75
|
onEventDepositEvent(func: (event: coin.DepositEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): coin;
|
|
86
76
|
onEventWithdrawEvent(func: (event: coin.WithdrawEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): coin;
|
|
87
|
-
loadTypesInternal(registry: MoveCoder): void;
|
|
88
77
|
}
|
|
89
78
|
export declare namespace coin {
|
|
90
79
|
class BurnCapability<T0> {
|
|
@@ -153,8 +142,6 @@ export declare namespace coin {
|
|
|
153
142
|
arguments_decoded: [];
|
|
154
143
|
type_arguments: [string];
|
|
155
144
|
}
|
|
156
|
-
function loadTypes(_r: MoveCoder): void;
|
|
157
|
-
const ABI: MoveModule;
|
|
158
145
|
}
|
|
159
146
|
export declare namespace guid {
|
|
160
147
|
class GUID {
|
|
@@ -166,24 +153,15 @@ export declare namespace guid {
|
|
|
166
153
|
creation_num: bigint;
|
|
167
154
|
addr: Address;
|
|
168
155
|
}
|
|
169
|
-
function loadTypes(_r: MoveCoder): void;
|
|
170
|
-
const ABI: MoveModule;
|
|
171
|
-
}
|
|
172
|
-
export declare namespace hash {
|
|
173
|
-
function loadTypes(_r: MoveCoder): void;
|
|
174
|
-
const ABI: MoveModule;
|
|
175
|
-
}
|
|
176
|
-
export declare namespace util {
|
|
177
|
-
function loadTypes(_r: MoveCoder): void;
|
|
178
|
-
const ABI: MoveModule;
|
|
179
156
|
}
|
|
157
|
+
export declare namespace hash { }
|
|
158
|
+
export declare namespace util { }
|
|
180
159
|
export declare class block extends AptosBaseProcessor {
|
|
181
160
|
constructor(options: AptosBindOptions);
|
|
182
161
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
|
183
162
|
static bind(options?: Partial<AptosBindOptions>): block;
|
|
184
163
|
onEventNewBlockEvent(func: (event: block.NewBlockEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): block;
|
|
185
164
|
onEventUpdateEpochIntervalEvent(func: (event: block.UpdateEpochIntervalEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): block;
|
|
186
|
-
loadTypesInternal(registry: MoveCoder): void;
|
|
187
165
|
}
|
|
188
166
|
export declare namespace block {
|
|
189
167
|
class BlockResource {
|
|
@@ -217,25 +195,15 @@ export declare namespace block {
|
|
|
217
195
|
data_decoded: UpdateEpochIntervalEvent;
|
|
218
196
|
type_arguments: [];
|
|
219
197
|
}
|
|
220
|
-
function loadTypes(_r: MoveCoder): void;
|
|
221
|
-
const ABI: MoveModule;
|
|
222
|
-
}
|
|
223
|
-
export declare namespace debug {
|
|
224
|
-
function loadTypes(_r: MoveCoder): void;
|
|
225
|
-
const ABI: MoveModule;
|
|
226
|
-
}
|
|
227
|
-
export declare namespace error {
|
|
228
|
-
function loadTypes(_r: MoveCoder): void;
|
|
229
|
-
const ABI: MoveModule;
|
|
230
198
|
}
|
|
199
|
+
export declare namespace debug { }
|
|
200
|
+
export declare namespace error { }
|
|
231
201
|
export declare namespace event {
|
|
232
202
|
class EventHandle<T0> {
|
|
233
203
|
static TYPE_QNAME: string;
|
|
234
204
|
counter: bigint;
|
|
235
205
|
guid: guid.GUID;
|
|
236
206
|
}
|
|
237
|
-
function loadTypes(_r: MoveCoder): void;
|
|
238
|
-
const ABI: MoveModule;
|
|
239
207
|
}
|
|
240
208
|
export declare class stake extends AptosBaseProcessor {
|
|
241
209
|
constructor(options: AptosBindOptions);
|
|
@@ -266,7 +234,6 @@ export declare class stake extends AptosBaseProcessor {
|
|
|
266
234
|
onEventUnlockStakeEvent(func: (event: stake.UnlockStakeEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): stake;
|
|
267
235
|
onEventWithdrawStakeEvent(func: (event: stake.WithdrawStakeEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): stake;
|
|
268
236
|
onEventLeaveValidatorSetEvent(func: (event: stake.LeaveValidatorSetEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): stake;
|
|
269
|
-
loadTypesInternal(registry: MoveCoder): void;
|
|
270
237
|
}
|
|
271
238
|
export declare namespace stake {
|
|
272
239
|
class AddStakeEvent {
|
|
@@ -497,8 +464,6 @@ export declare namespace stake {
|
|
|
497
464
|
arguments_decoded: [bigint];
|
|
498
465
|
type_arguments: [];
|
|
499
466
|
}
|
|
500
|
-
function loadTypes(_r: MoveCoder): void;
|
|
501
|
-
const ABI: MoveModule;
|
|
502
467
|
}
|
|
503
468
|
export declare namespace table {
|
|
504
469
|
class Box<T0> {
|
|
@@ -509,37 +474,22 @@ export declare namespace table {
|
|
|
509
474
|
static TYPE_QNAME: string;
|
|
510
475
|
handle: Address;
|
|
511
476
|
}
|
|
512
|
-
function loadTypes(_r: MoveCoder): void;
|
|
513
|
-
const ABI: MoveModule;
|
|
514
|
-
}
|
|
515
|
-
export declare namespace math64 {
|
|
516
|
-
function loadTypes(_r: MoveCoder): void;
|
|
517
|
-
const ABI: MoveModule;
|
|
518
477
|
}
|
|
478
|
+
export declare namespace math64 { }
|
|
519
479
|
export declare namespace option {
|
|
520
480
|
class Option<T0> {
|
|
521
481
|
static TYPE_QNAME: string;
|
|
522
482
|
vec: T0[] | string;
|
|
523
483
|
}
|
|
524
|
-
function loadTypes(_r: MoveCoder): void;
|
|
525
|
-
const ABI: MoveModule;
|
|
526
|
-
}
|
|
527
|
-
export declare namespace signer {
|
|
528
|
-
function loadTypes(_r: MoveCoder): void;
|
|
529
|
-
const ABI: MoveModule;
|
|
530
484
|
}
|
|
531
|
-
export declare namespace
|
|
485
|
+
export declare namespace signer { }
|
|
486
|
+
export declare namespace string_ {
|
|
532
487
|
class String {
|
|
533
488
|
static TYPE_QNAME: string;
|
|
534
489
|
bytes: string;
|
|
535
490
|
}
|
|
536
|
-
function loadTypes(_r: MoveCoder): void;
|
|
537
|
-
const ABI: MoveModule;
|
|
538
|
-
}
|
|
539
|
-
export declare namespace vector {
|
|
540
|
-
function loadTypes(_r: MoveCoder): void;
|
|
541
|
-
const ABI: MoveModule;
|
|
542
491
|
}
|
|
492
|
+
export declare namespace vector { }
|
|
543
493
|
export declare class voting extends AptosBaseProcessor {
|
|
544
494
|
constructor(options: AptosBindOptions);
|
|
545
495
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
|
@@ -548,7 +498,6 @@ export declare class voting extends AptosBaseProcessor {
|
|
|
548
498
|
onEventRegisterForumEvent(func: (event: voting.RegisterForumEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): voting;
|
|
549
499
|
onEventResolveProposal(func: (event: voting.ResolveProposalInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): voting;
|
|
550
500
|
onEventVoteEvent(func: (event: voting.VoteEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): voting;
|
|
551
|
-
loadTypesInternal(registry: MoveCoder): void;
|
|
552
501
|
}
|
|
553
502
|
export declare namespace voting {
|
|
554
503
|
class CreateProposalEvent {
|
|
@@ -621,8 +570,6 @@ export declare namespace voting {
|
|
|
621
570
|
events: voting.VotingEvents;
|
|
622
571
|
next_proposal_id: bigint;
|
|
623
572
|
}
|
|
624
|
-
function loadTypes(_r: MoveCoder): void;
|
|
625
|
-
const ABI: MoveModule;
|
|
626
573
|
}
|
|
627
574
|
export declare class account extends AptosBaseProcessor {
|
|
628
575
|
constructor(options: AptosBindOptions);
|
|
@@ -633,7 +580,6 @@ export declare class account extends AptosBaseProcessor {
|
|
|
633
580
|
onEntryRotateAuthenticationKey(func: (call: account.RotateAuthenticationKeyPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): account;
|
|
634
581
|
onEventCoinRegisterEvent(func: (event: account.CoinRegisterEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): account;
|
|
635
582
|
onEventKeyRotationEvent(func: (event: account.KeyRotationEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): account;
|
|
636
|
-
loadTypesInternal(registry: MoveCoder): void;
|
|
637
583
|
}
|
|
638
584
|
export declare namespace account {
|
|
639
585
|
class Account {
|
|
@@ -721,8 +667,6 @@ export declare namespace account {
|
|
|
721
667
|
arguments_decoded: [number, string, number, string, string, string];
|
|
722
668
|
type_arguments: [];
|
|
723
669
|
}
|
|
724
|
-
function loadTypes(_r: MoveCoder): void;
|
|
725
|
-
const ABI: MoveModule;
|
|
726
670
|
}
|
|
727
671
|
export declare namespace ed25519 {
|
|
728
672
|
class Signature {
|
|
@@ -742,8 +686,6 @@ export declare namespace ed25519 {
|
|
|
742
686
|
static TYPE_QNAME: string;
|
|
743
687
|
bytes: string;
|
|
744
688
|
}
|
|
745
|
-
function loadTypes(_r: MoveCoder): void;
|
|
746
|
-
const ABI: MoveModule;
|
|
747
689
|
}
|
|
748
690
|
export declare namespace genesis {
|
|
749
691
|
class AccountMap {
|
|
@@ -776,19 +718,13 @@ export declare namespace genesis {
|
|
|
776
718
|
commission_percentage: bigint;
|
|
777
719
|
join_during_genesis: Boolean;
|
|
778
720
|
}
|
|
779
|
-
function loadTypes(_r: MoveCoder): void;
|
|
780
|
-
const ABI: MoveModule;
|
|
781
|
-
}
|
|
782
|
-
export declare namespace math128 {
|
|
783
|
-
function loadTypes(_r: MoveCoder): void;
|
|
784
|
-
const ABI: MoveModule;
|
|
785
721
|
}
|
|
722
|
+
export declare namespace math128 { }
|
|
786
723
|
export declare class version extends AptosBaseProcessor {
|
|
787
724
|
constructor(options: AptosBindOptions);
|
|
788
725
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
|
789
726
|
static bind(options?: Partial<AptosBindOptions>): version;
|
|
790
727
|
onEntrySetVersion(func: (call: version.SetVersionPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): version;
|
|
791
|
-
loadTypesInternal(registry: MoveCoder): void;
|
|
792
728
|
}
|
|
793
729
|
export declare namespace version {
|
|
794
730
|
class SetVersionCapability {
|
|
@@ -803,8 +739,6 @@ export declare namespace version {
|
|
|
803
739
|
arguments_decoded: [bigint];
|
|
804
740
|
type_arguments: [];
|
|
805
741
|
}
|
|
806
|
-
function loadTypes(_r: MoveCoder): void;
|
|
807
|
-
const ABI: MoveModule;
|
|
808
742
|
}
|
|
809
743
|
export declare class vesting extends AptosBaseProcessor {
|
|
810
744
|
constructor(options: AptosBindOptions);
|
|
@@ -833,7 +767,6 @@ export declare class vesting extends AptosBaseProcessor {
|
|
|
833
767
|
onEventDistributeEvent(func: (event: vesting.DistributeEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): vesting;
|
|
834
768
|
onEventTerminateEvent(func: (event: vesting.TerminateEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): vesting;
|
|
835
769
|
onEventAdminWithdrawEvent(func: (event: vesting.AdminWithdrawEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): vesting;
|
|
836
|
-
loadTypesInternal(registry: MoveCoder): void;
|
|
837
770
|
}
|
|
838
771
|
export declare namespace vesting {
|
|
839
772
|
class AdminStore {
|
|
@@ -1047,8 +980,6 @@ export declare namespace vesting {
|
|
|
1047
980
|
arguments_decoded: [Address];
|
|
1048
981
|
type_arguments: [];
|
|
1049
982
|
}
|
|
1050
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1051
|
-
const ABI: MoveModule;
|
|
1052
983
|
}
|
|
1053
984
|
export declare namespace bls12381 {
|
|
1054
985
|
class AggrOrMultiSignature {
|
|
@@ -1075,29 +1006,20 @@ export declare namespace bls12381 {
|
|
|
1075
1006
|
static TYPE_QNAME: string;
|
|
1076
1007
|
bytes: string;
|
|
1077
1008
|
}
|
|
1078
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1079
|
-
const ABI: MoveModule;
|
|
1080
1009
|
}
|
|
1081
1010
|
export declare namespace chain_id {
|
|
1082
1011
|
class ChainId {
|
|
1083
1012
|
static TYPE_QNAME: string;
|
|
1084
1013
|
id: number;
|
|
1085
1014
|
}
|
|
1086
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1087
|
-
const ABI: MoveModule;
|
|
1088
1015
|
}
|
|
1089
1016
|
export declare namespace features {
|
|
1090
1017
|
class Features {
|
|
1091
1018
|
static TYPE_QNAME: string;
|
|
1092
1019
|
features: string;
|
|
1093
1020
|
}
|
|
1094
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1095
|
-
const ABI: MoveModule;
|
|
1096
|
-
}
|
|
1097
|
-
export declare namespace from_bcs {
|
|
1098
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1099
|
-
const ABI: MoveModule;
|
|
1100
1021
|
}
|
|
1022
|
+
export declare namespace from_bcs { }
|
|
1101
1023
|
export declare namespace pool_u64 {
|
|
1102
1024
|
class Pool {
|
|
1103
1025
|
static TYPE_QNAME: string;
|
|
@@ -1108,8 +1030,6 @@ export declare namespace pool_u64 {
|
|
|
1108
1030
|
shareholders: Address[];
|
|
1109
1031
|
scaling_factor: bigint;
|
|
1110
1032
|
}
|
|
1111
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1112
|
-
const ABI: MoveModule;
|
|
1113
1033
|
}
|
|
1114
1034
|
export declare namespace secp256k1 {
|
|
1115
1035
|
class ECDSARawPublicKey {
|
|
@@ -1120,16 +1040,12 @@ export declare namespace secp256k1 {
|
|
|
1120
1040
|
static TYPE_QNAME: string;
|
|
1121
1041
|
bytes: string;
|
|
1122
1042
|
}
|
|
1123
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1124
|
-
const ABI: MoveModule;
|
|
1125
1043
|
}
|
|
1126
1044
|
export declare namespace timestamp {
|
|
1127
1045
|
class CurrentTimeMicroseconds {
|
|
1128
1046
|
static TYPE_QNAME: string;
|
|
1129
1047
|
microseconds: bigint;
|
|
1130
1048
|
}
|
|
1131
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1132
|
-
const ABI: MoveModule;
|
|
1133
1049
|
}
|
|
1134
1050
|
export declare namespace type_info {
|
|
1135
1051
|
class TypeInfo {
|
|
@@ -1138,8 +1054,6 @@ export declare namespace type_info {
|
|
|
1138
1054
|
module_name: string;
|
|
1139
1055
|
struct_name: string;
|
|
1140
1056
|
}
|
|
1141
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1142
|
-
const ABI: MoveModule;
|
|
1143
1057
|
}
|
|
1144
1058
|
export declare namespace aggregator {
|
|
1145
1059
|
class Aggregator {
|
|
@@ -1148,8 +1062,6 @@ export declare namespace aggregator {
|
|
|
1148
1062
|
key: Address;
|
|
1149
1063
|
limit: bigint;
|
|
1150
1064
|
}
|
|
1151
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1152
|
-
const ABI: MoveModule;
|
|
1153
1065
|
}
|
|
1154
1066
|
export declare class aptos_coin extends AptosBaseProcessor {
|
|
1155
1067
|
constructor(options: AptosBindOptions);
|
|
@@ -1158,7 +1070,6 @@ export declare class aptos_coin extends AptosBaseProcessor {
|
|
|
1158
1070
|
onEntryClaimMintCapability(func: (call: aptos_coin.ClaimMintCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): aptos_coin;
|
|
1159
1071
|
onEntryDelegateMintCapability(func: (call: aptos_coin.DelegateMintCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): aptos_coin;
|
|
1160
1072
|
onEntryMint(func: (call: aptos_coin.MintPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): aptos_coin;
|
|
1161
|
-
loadTypesInternal(registry: MoveCoder): void;
|
|
1162
1073
|
}
|
|
1163
1074
|
export declare namespace aptos_coin {
|
|
1164
1075
|
class AptosCoin {
|
|
@@ -1189,21 +1100,14 @@ export declare namespace aptos_coin {
|
|
|
1189
1100
|
arguments_decoded: [Address, bigint];
|
|
1190
1101
|
type_arguments: [];
|
|
1191
1102
|
}
|
|
1192
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1193
|
-
const ABI: MoveModule;
|
|
1194
|
-
}
|
|
1195
|
-
export declare namespace aptos_hash {
|
|
1196
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1197
|
-
const ABI: MoveModule;
|
|
1198
1103
|
}
|
|
1104
|
+
export declare namespace aptos_hash { }
|
|
1199
1105
|
export declare namespace bit_vector {
|
|
1200
1106
|
class BitVector {
|
|
1201
1107
|
static TYPE_QNAME: string;
|
|
1202
1108
|
length: bigint;
|
|
1203
1109
|
bit_field: Boolean[];
|
|
1204
1110
|
}
|
|
1205
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1206
|
-
const ABI: MoveModule;
|
|
1207
1111
|
}
|
|
1208
1112
|
export declare namespace capability {
|
|
1209
1113
|
class Cap<T0> {
|
|
@@ -1222,16 +1126,12 @@ export declare namespace capability {
|
|
|
1222
1126
|
static TYPE_QNAME: string;
|
|
1223
1127
|
root: Address;
|
|
1224
1128
|
}
|
|
1225
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1226
|
-
const ABI: MoveModule;
|
|
1227
1129
|
}
|
|
1228
1130
|
export declare namespace comparator {
|
|
1229
1131
|
class Result {
|
|
1230
1132
|
static TYPE_QNAME: string;
|
|
1231
1133
|
inner: number;
|
|
1232
1134
|
}
|
|
1233
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1234
|
-
const ABI: MoveModule;
|
|
1235
1135
|
}
|
|
1236
1136
|
export declare namespace simple_map {
|
|
1237
1137
|
class Element<T0, T1> {
|
|
@@ -1243,8 +1143,6 @@ export declare namespace simple_map {
|
|
|
1243
1143
|
static TYPE_QNAME: string;
|
|
1244
1144
|
data: simple_map.Element<T0, T1>[];
|
|
1245
1145
|
}
|
|
1246
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1247
|
-
const ABI: MoveModule;
|
|
1248
1146
|
}
|
|
1249
1147
|
export declare namespace storage_gas {
|
|
1250
1148
|
class GasCurve {
|
|
@@ -1279,16 +1177,12 @@ export declare namespace storage_gas {
|
|
|
1279
1177
|
create_curve: storage_gas.GasCurve;
|
|
1280
1178
|
write_curve: storage_gas.GasCurve;
|
|
1281
1179
|
}
|
|
1282
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1283
|
-
const ABI: MoveModule;
|
|
1284
1180
|
}
|
|
1285
1181
|
export declare namespace chain_status {
|
|
1286
1182
|
class GenesisEndMarker {
|
|
1287
1183
|
static TYPE_QNAME: string;
|
|
1288
1184
|
dummy_field: Boolean;
|
|
1289
1185
|
}
|
|
1290
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1291
|
-
const ABI: MoveModule;
|
|
1292
1186
|
}
|
|
1293
1187
|
export declare namespace copyable_any {
|
|
1294
1188
|
class Any {
|
|
@@ -1296,8 +1190,6 @@ export declare namespace copyable_any {
|
|
|
1296
1190
|
type_name: string;
|
|
1297
1191
|
data: string;
|
|
1298
1192
|
}
|
|
1299
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1300
|
-
const ABI: MoveModule;
|
|
1301
1193
|
}
|
|
1302
1194
|
export declare namespace gas_schedule {
|
|
1303
1195
|
class GasEntry {
|
|
@@ -1314,8 +1206,6 @@ export declare namespace gas_schedule {
|
|
|
1314
1206
|
feature_version: bigint;
|
|
1315
1207
|
entries: gas_schedule.GasEntry[];
|
|
1316
1208
|
}
|
|
1317
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1318
|
-
const ABI: MoveModule;
|
|
1319
1209
|
}
|
|
1320
1210
|
export declare class managed_coin extends AptosBaseProcessor {
|
|
1321
1211
|
constructor(options: AptosBindOptions);
|
|
@@ -1325,7 +1215,6 @@ export declare class managed_coin extends AptosBaseProcessor {
|
|
|
1325
1215
|
onEntryInitialize(func: (call: managed_coin.InitializePayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): managed_coin;
|
|
1326
1216
|
onEntryMint(func: (call: managed_coin.MintPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): managed_coin;
|
|
1327
1217
|
onEntryRegister(func: (call: managed_coin.RegisterPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): managed_coin;
|
|
1328
|
-
loadTypesInternal(registry: MoveCoder): void;
|
|
1329
1218
|
}
|
|
1330
1219
|
export declare namespace managed_coin {
|
|
1331
1220
|
class Capabilities<T0> {
|
|
@@ -1350,8 +1239,6 @@ export declare namespace managed_coin {
|
|
|
1350
1239
|
arguments_decoded: [];
|
|
1351
1240
|
type_arguments: [string];
|
|
1352
1241
|
}
|
|
1353
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1354
|
-
const ABI: MoveModule;
|
|
1355
1242
|
}
|
|
1356
1243
|
export declare namespace ristretto255 {
|
|
1357
1244
|
class CompressedRistretto {
|
|
@@ -1366,8 +1253,6 @@ export declare namespace ristretto255 {
|
|
|
1366
1253
|
static TYPE_QNAME: string;
|
|
1367
1254
|
data: string;
|
|
1368
1255
|
}
|
|
1369
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1370
|
-
const ABI: MoveModule;
|
|
1371
1256
|
}
|
|
1372
1257
|
export declare class aptos_account extends AptosBaseProcessor {
|
|
1373
1258
|
constructor(options: AptosBindOptions);
|
|
@@ -1375,7 +1260,6 @@ export declare class aptos_account extends AptosBaseProcessor {
|
|
|
1375
1260
|
static bind(options?: Partial<AptosBindOptions>): aptos_account;
|
|
1376
1261
|
onEntryCreateAccount(func: (call: aptos_account.CreateAccountPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): aptos_account;
|
|
1377
1262
|
onEntryTransfer(func: (call: aptos_account.TransferPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): aptos_account;
|
|
1378
|
-
loadTypesInternal(registry: MoveCoder): void;
|
|
1379
1263
|
}
|
|
1380
1264
|
export declare namespace aptos_account {
|
|
1381
1265
|
interface CreateAccountPayload extends TypedEntryFunctionPayload<[Address]> {
|
|
@@ -1386,16 +1270,12 @@ export declare namespace aptos_account {
|
|
|
1386
1270
|
arguments_decoded: [Address, bigint];
|
|
1387
1271
|
type_arguments: [];
|
|
1388
1272
|
}
|
|
1389
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1390
|
-
const ABI: MoveModule;
|
|
1391
1273
|
}
|
|
1392
1274
|
export declare namespace fixed_point32 {
|
|
1393
1275
|
class FixedPoint32 {
|
|
1394
1276
|
static TYPE_QNAME: string;
|
|
1395
1277
|
value: bigint;
|
|
1396
1278
|
}
|
|
1397
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1398
|
-
const ABI: MoveModule;
|
|
1399
1279
|
}
|
|
1400
1280
|
export declare namespace multi_ed25519 {
|
|
1401
1281
|
class Signature {
|
|
@@ -1410,8 +1290,6 @@ export declare namespace multi_ed25519 {
|
|
|
1410
1290
|
static TYPE_QNAME: string;
|
|
1411
1291
|
bytes: string;
|
|
1412
1292
|
}
|
|
1413
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1414
|
-
const ABI: MoveModule;
|
|
1415
1293
|
}
|
|
1416
1294
|
export declare class staking_proxy extends AptosBaseProcessor {
|
|
1417
1295
|
constructor(options: AptosBindOptions);
|
|
@@ -1425,7 +1303,6 @@ export declare class staking_proxy extends AptosBaseProcessor {
|
|
|
1425
1303
|
onEntrySetVestingContractOperator(func: (call: staking_proxy.SetVestingContractOperatorPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): staking_proxy;
|
|
1426
1304
|
onEntrySetVestingContractVoter(func: (call: staking_proxy.SetVestingContractVoterPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): staking_proxy;
|
|
1427
1305
|
onEntrySetVoter(func: (call: staking_proxy.SetVoterPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): staking_proxy;
|
|
1428
|
-
loadTypesInternal(registry: MoveCoder): void;
|
|
1429
1306
|
}
|
|
1430
1307
|
export declare namespace staking_proxy {
|
|
1431
1308
|
interface SetOperatorPayload extends TypedEntryFunctionPayload<[Address, Address]> {
|
|
@@ -1460,8 +1337,6 @@ export declare namespace staking_proxy {
|
|
|
1460
1337
|
arguments_decoded: [Address, Address];
|
|
1461
1338
|
type_arguments: [];
|
|
1462
1339
|
}
|
|
1463
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1464
|
-
const ABI: MoveModule;
|
|
1465
1340
|
}
|
|
1466
1341
|
export declare namespace state_storage {
|
|
1467
1342
|
class GasParameter {
|
|
@@ -1478,8 +1353,6 @@ export declare namespace state_storage {
|
|
|
1478
1353
|
items: bigint;
|
|
1479
1354
|
bytes: bigint;
|
|
1480
1355
|
}
|
|
1481
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1482
|
-
const ABI: MoveModule;
|
|
1483
1356
|
}
|
|
1484
1357
|
export declare namespace staking_config {
|
|
1485
1358
|
class StakingConfig {
|
|
@@ -1492,15 +1365,12 @@ export declare namespace staking_config {
|
|
|
1492
1365
|
rewards_rate_denominator: bigint;
|
|
1493
1366
|
voting_power_increase_limit: bigint;
|
|
1494
1367
|
}
|
|
1495
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1496
|
-
const ABI: MoveModule;
|
|
1497
1368
|
}
|
|
1498
1369
|
export declare class reconfiguration extends AptosBaseProcessor {
|
|
1499
1370
|
constructor(options: AptosBindOptions);
|
|
1500
1371
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
|
1501
1372
|
static bind(options?: Partial<AptosBindOptions>): reconfiguration;
|
|
1502
1373
|
onEventNewEpochEvent(func: (event: reconfiguration.NewEpochEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): reconfiguration;
|
|
1503
|
-
loadTypesInternal(registry: MoveCoder): void;
|
|
1504
1374
|
}
|
|
1505
1375
|
export declare namespace reconfiguration {
|
|
1506
1376
|
class Configuration {
|
|
@@ -1521,16 +1391,12 @@ export declare namespace reconfiguration {
|
|
|
1521
1391
|
data_decoded: NewEpochEvent;
|
|
1522
1392
|
type_arguments: [];
|
|
1523
1393
|
}
|
|
1524
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1525
|
-
const ABI: MoveModule;
|
|
1526
1394
|
}
|
|
1527
1395
|
export declare namespace transaction_fee {
|
|
1528
1396
|
class AptosCoinCapabilities {
|
|
1529
1397
|
static TYPE_QNAME: string;
|
|
1530
1398
|
burn_cap: coin.BurnCapability<aptos_coin.AptosCoin>;
|
|
1531
1399
|
}
|
|
1532
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1533
|
-
const ABI: MoveModule;
|
|
1534
1400
|
}
|
|
1535
1401
|
export declare class aptos_governance extends AptosBaseProcessor {
|
|
1536
1402
|
constructor(options: AptosBindOptions);
|
|
@@ -1542,7 +1408,6 @@ export declare class aptos_governance extends AptosBaseProcessor {
|
|
|
1542
1408
|
onEventCreateProposalEvent(func: (event: aptos_governance.CreateProposalEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): aptos_governance;
|
|
1543
1409
|
onEventUpdateConfigEvent(func: (event: aptos_governance.UpdateConfigEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): aptos_governance;
|
|
1544
1410
|
onEventVoteEvent(func: (event: aptos_governance.VoteEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): aptos_governance;
|
|
1545
|
-
loadTypesInternal(registry: MoveCoder): void;
|
|
1546
1411
|
}
|
|
1547
1412
|
export declare namespace aptos_governance {
|
|
1548
1413
|
class ApprovedExecutionHashes {
|
|
@@ -1620,16 +1485,12 @@ export declare namespace aptos_governance {
|
|
|
1620
1485
|
arguments_decoded: [Address, bigint, Boolean];
|
|
1621
1486
|
type_arguments: [];
|
|
1622
1487
|
}
|
|
1623
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1624
|
-
const ABI: MoveModule;
|
|
1625
1488
|
}
|
|
1626
1489
|
export declare namespace consensus_config {
|
|
1627
1490
|
class ConsensusConfig {
|
|
1628
1491
|
static TYPE_QNAME: string;
|
|
1629
1492
|
config: string;
|
|
1630
1493
|
}
|
|
1631
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1632
|
-
const ABI: MoveModule;
|
|
1633
1494
|
}
|
|
1634
1495
|
export declare class resource_account extends AptosBaseProcessor {
|
|
1635
1496
|
constructor(options: AptosBindOptions);
|
|
@@ -1638,7 +1499,6 @@ export declare class resource_account extends AptosBaseProcessor {
|
|
|
1638
1499
|
onEntryCreateResourceAccount(func: (call: resource_account.CreateResourceAccountPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): resource_account;
|
|
1639
1500
|
onEntryCreateResourceAccountAndFund(func: (call: resource_account.CreateResourceAccountAndFundPayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): resource_account;
|
|
1640
1501
|
onEntryCreateResourceAccountAndPublishPackage(func: (call: resource_account.CreateResourceAccountAndPublishPackagePayload, ctx: AptosContext) => void, filter?: CallFilter, fetchConfig?: MoveFetchConfig): resource_account;
|
|
1641
|
-
loadTypesInternal(registry: MoveCoder): void;
|
|
1642
1502
|
}
|
|
1643
1503
|
export declare namespace resource_account {
|
|
1644
1504
|
class Container {
|
|
@@ -1657,8 +1517,6 @@ export declare namespace resource_account {
|
|
|
1657
1517
|
arguments_decoded: [string, string, string[]];
|
|
1658
1518
|
type_arguments: [];
|
|
1659
1519
|
}
|
|
1660
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1661
|
-
const ABI: MoveModule;
|
|
1662
1520
|
}
|
|
1663
1521
|
export declare class staking_contract extends AptosBaseProcessor {
|
|
1664
1522
|
constructor(options: AptosBindOptions);
|
|
@@ -1683,7 +1541,6 @@ export declare class staking_contract extends AptosBaseProcessor {
|
|
|
1683
1541
|
onEventSwitchOperatorEvent(func: (event: staking_contract.SwitchOperatorEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): staking_contract;
|
|
1684
1542
|
onEventAddDistributionEvent(func: (event: staking_contract.AddDistributionEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): staking_contract;
|
|
1685
1543
|
onEventDistributeEvent(func: (event: staking_contract.DistributeEventInstance, ctx: AptosContext) => void, fetchConfig?: MoveFetchConfig): staking_contract;
|
|
1686
|
-
loadTypesInternal(registry: MoveCoder): void;
|
|
1687
1544
|
}
|
|
1688
1545
|
export declare namespace staking_contract {
|
|
1689
1546
|
class AddDistributionEvent {
|
|
@@ -1849,37 +1706,26 @@ export declare namespace staking_contract {
|
|
|
1849
1706
|
arguments_decoded: [Address, Address];
|
|
1850
1707
|
type_arguments: [];
|
|
1851
1708
|
}
|
|
1852
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1853
|
-
const ABI: MoveModule;
|
|
1854
|
-
}
|
|
1855
|
-
export declare namespace system_addresses {
|
|
1856
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1857
|
-
const ABI: MoveModule;
|
|
1858
1709
|
}
|
|
1710
|
+
export declare namespace system_addresses { }
|
|
1859
1711
|
export declare namespace table_with_length {
|
|
1860
1712
|
class TableWithLength<T0, T1> {
|
|
1861
1713
|
static TYPE_QNAME: string;
|
|
1862
1714
|
inner: table.Table<T0, T1>;
|
|
1863
1715
|
length: bigint;
|
|
1864
1716
|
}
|
|
1865
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1866
|
-
const ABI: MoveModule;
|
|
1867
1717
|
}
|
|
1868
1718
|
export declare namespace aggregator_factory {
|
|
1869
1719
|
class AggregatorFactory {
|
|
1870
1720
|
static TYPE_QNAME: string;
|
|
1871
1721
|
phantom_table: table.Table<Address, bigint>;
|
|
1872
1722
|
}
|
|
1873
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1874
|
-
const ABI: MoveModule;
|
|
1875
1723
|
}
|
|
1876
1724
|
export declare namespace governance_proposal {
|
|
1877
1725
|
class GovernanceProposal {
|
|
1878
1726
|
static TYPE_QNAME: string;
|
|
1879
1727
|
dummy_field: Boolean;
|
|
1880
1728
|
}
|
|
1881
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1882
|
-
const ABI: MoveModule;
|
|
1883
1729
|
}
|
|
1884
1730
|
export declare namespace optional_aggregator {
|
|
1885
1731
|
class Integer {
|
|
@@ -1892,13 +1738,8 @@ export declare namespace optional_aggregator {
|
|
|
1892
1738
|
aggregator: option.Option<aggregator.Aggregator>;
|
|
1893
1739
|
integer: option.Option<optional_aggregator.Integer>;
|
|
1894
1740
|
}
|
|
1895
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1896
|
-
const ABI: MoveModule;
|
|
1897
|
-
}
|
|
1898
|
-
export declare namespace transaction_context {
|
|
1899
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1900
|
-
const ABI: MoveModule;
|
|
1901
1741
|
}
|
|
1742
|
+
export declare namespace transaction_context { }
|
|
1902
1743
|
export declare namespace transaction_validation {
|
|
1903
1744
|
class TransactionValidation {
|
|
1904
1745
|
static TYPE_QNAME: string;
|
|
@@ -1909,7 +1750,5 @@ export declare namespace transaction_validation {
|
|
|
1909
1750
|
multi_agent_prologue_name: string;
|
|
1910
1751
|
user_epilogue_name: string;
|
|
1911
1752
|
}
|
|
1912
|
-
function loadTypes(_r: MoveCoder): void;
|
|
1913
|
-
const ABI: MoveModule;
|
|
1914
1753
|
}
|
|
1915
|
-
export declare function loadAllTypes(
|
|
1754
|
+
export declare function loadAllTypes(coder: MoveCoder): void;
|