@sentio/sdk 1.26.2 → 1.26.3
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/types.d.ts +2 -2
- package/lib/aptos/types.js +6 -6
- package/lib/aptos/types.js.map +1 -1
- package/lib/aptos-codegen/codegen.js +1 -1
- package/lib/aptos-codegen/codegen.js.map +1 -1
- package/lib/builtin/aptos/0x1.d.ts +171 -171
- package/lib/builtin/aptos/0x1.js +171 -171
- package/lib/builtin/aptos/0x1.js.map +1 -1
- package/lib/builtin/aptos/0x3.d.ts +31 -31
- package/lib/builtin/aptos/0x3.js +31 -31
- package/lib/builtin/aptos/0x3.js.map +1 -1
- package/lib/tests/types/aptos/souffle.d.ts +14 -14
- package/lib/tests/types/aptos/souffle.js +14 -14
- package/lib/tests/types/aptos/souffle.js.map +1 -1
- package/package.json +1 -1
- package/src/aptos/types.ts +6 -6
- package/src/aptos-codegen/codegen.ts +1 -1
- package/src/builtin/aptos/0x1.ts +171 -171
- package/src/builtin/aptos/0x3.ts +31 -31
- package/src/tests/types/aptos/souffle.ts +14 -14
|
@@ -2,7 +2,7 @@ import { aptos } from "@sentio/sdk";
|
|
|
2
2
|
import { Address, MoveModule } from "aptos-sdk/src/generated";
|
|
3
3
|
export declare namespace acl {
|
|
4
4
|
class ACL {
|
|
5
|
-
static
|
|
5
|
+
static TYPE_QNAME: string;
|
|
6
6
|
list: Address[];
|
|
7
7
|
}
|
|
8
8
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -10,7 +10,7 @@ export declare namespace acl {
|
|
|
10
10
|
}
|
|
11
11
|
export declare namespace any {
|
|
12
12
|
class Any {
|
|
13
|
-
static
|
|
13
|
+
static TYPE_QNAME: string;
|
|
14
14
|
type_name: string;
|
|
15
15
|
data: string;
|
|
16
16
|
}
|
|
@@ -30,24 +30,24 @@ export declare class code extends aptos.AptosBaseProcessor {
|
|
|
30
30
|
}
|
|
31
31
|
export declare namespace code {
|
|
32
32
|
class AllowedDep {
|
|
33
|
-
static
|
|
33
|
+
static TYPE_QNAME: string;
|
|
34
34
|
account: Address;
|
|
35
35
|
module_name: string;
|
|
36
36
|
}
|
|
37
37
|
class ModuleMetadata {
|
|
38
|
-
static
|
|
38
|
+
static TYPE_QNAME: string;
|
|
39
39
|
name: string;
|
|
40
40
|
source: string;
|
|
41
41
|
source_map: string;
|
|
42
42
|
extension: option.Option<copyable_any.Any>;
|
|
43
43
|
}
|
|
44
44
|
class PackageDep {
|
|
45
|
-
static
|
|
45
|
+
static TYPE_QNAME: string;
|
|
46
46
|
account: Address;
|
|
47
47
|
package_name: string;
|
|
48
48
|
}
|
|
49
49
|
class PackageMetadata {
|
|
50
|
-
static
|
|
50
|
+
static TYPE_QNAME: string;
|
|
51
51
|
name: string;
|
|
52
52
|
upgrade_policy: code.UpgradePolicy;
|
|
53
53
|
upgrade_number: bigint;
|
|
@@ -58,11 +58,11 @@ export declare namespace code {
|
|
|
58
58
|
extension: option.Option<copyable_any.Any>;
|
|
59
59
|
}
|
|
60
60
|
class PackageRegistry {
|
|
61
|
-
static
|
|
61
|
+
static TYPE_QNAME: string;
|
|
62
62
|
packages: code.PackageMetadata[];
|
|
63
63
|
}
|
|
64
64
|
class UpgradePolicy {
|
|
65
|
-
static
|
|
65
|
+
static TYPE_QNAME: string;
|
|
66
66
|
policy: number;
|
|
67
67
|
}
|
|
68
68
|
interface PublishPackageTxnPayload extends aptos.TypedEntryFunctionPayload<[string, string[]]> {
|
|
@@ -86,29 +86,29 @@ export declare class coin extends aptos.AptosBaseProcessor {
|
|
|
86
86
|
}
|
|
87
87
|
export declare namespace coin {
|
|
88
88
|
class BurnCapability<T0> {
|
|
89
|
-
static
|
|
89
|
+
static TYPE_QNAME: string;
|
|
90
90
|
dummy_field: Boolean;
|
|
91
91
|
}
|
|
92
92
|
class Coin<T0> {
|
|
93
|
-
static
|
|
93
|
+
static TYPE_QNAME: string;
|
|
94
94
|
value: bigint;
|
|
95
95
|
}
|
|
96
96
|
class CoinInfo<T0> {
|
|
97
|
-
static
|
|
97
|
+
static TYPE_QNAME: string;
|
|
98
98
|
name: string;
|
|
99
99
|
symbol: string;
|
|
100
100
|
decimals: number;
|
|
101
101
|
supply: option.Option<optional_aggregator.OptionalAggregator>;
|
|
102
102
|
}
|
|
103
103
|
class CoinStore<T0> {
|
|
104
|
-
static
|
|
104
|
+
static TYPE_QNAME: string;
|
|
105
105
|
coin: coin.Coin<T0>;
|
|
106
106
|
frozen: Boolean;
|
|
107
107
|
deposit_events: event.EventHandle<coin.DepositEvent>;
|
|
108
108
|
withdraw_events: event.EventHandle<coin.WithdrawEvent>;
|
|
109
109
|
}
|
|
110
110
|
class DepositEvent {
|
|
111
|
-
static
|
|
111
|
+
static TYPE_QNAME: string;
|
|
112
112
|
amount: bigint;
|
|
113
113
|
}
|
|
114
114
|
interface DepositEventInstance extends aptos.TypedEventInstance<DepositEvent> {
|
|
@@ -116,19 +116,19 @@ export declare namespace coin {
|
|
|
116
116
|
type_arguments: [];
|
|
117
117
|
}
|
|
118
118
|
class FreezeCapability<T0> {
|
|
119
|
-
static
|
|
119
|
+
static TYPE_QNAME: string;
|
|
120
120
|
dummy_field: Boolean;
|
|
121
121
|
}
|
|
122
122
|
class MintCapability<T0> {
|
|
123
|
-
static
|
|
123
|
+
static TYPE_QNAME: string;
|
|
124
124
|
dummy_field: Boolean;
|
|
125
125
|
}
|
|
126
126
|
class SupplyConfig {
|
|
127
|
-
static
|
|
127
|
+
static TYPE_QNAME: string;
|
|
128
128
|
allow_upgrades: Boolean;
|
|
129
129
|
}
|
|
130
130
|
class WithdrawEvent {
|
|
131
|
-
static
|
|
131
|
+
static TYPE_QNAME: string;
|
|
132
132
|
amount: bigint;
|
|
133
133
|
}
|
|
134
134
|
interface WithdrawEventInstance extends aptos.TypedEventInstance<WithdrawEvent> {
|
|
@@ -156,11 +156,11 @@ export declare namespace coin {
|
|
|
156
156
|
}
|
|
157
157
|
export declare namespace guid {
|
|
158
158
|
class GUID {
|
|
159
|
-
static
|
|
159
|
+
static TYPE_QNAME: string;
|
|
160
160
|
id: guid.ID;
|
|
161
161
|
}
|
|
162
162
|
class ID {
|
|
163
|
-
static
|
|
163
|
+
static TYPE_QNAME: string;
|
|
164
164
|
creation_num: bigint;
|
|
165
165
|
addr: Address;
|
|
166
166
|
}
|
|
@@ -185,14 +185,14 @@ export declare class block extends aptos.AptosBaseProcessor {
|
|
|
185
185
|
}
|
|
186
186
|
export declare namespace block {
|
|
187
187
|
class BlockResource {
|
|
188
|
-
static
|
|
188
|
+
static TYPE_QNAME: string;
|
|
189
189
|
height: bigint;
|
|
190
190
|
epoch_interval: bigint;
|
|
191
191
|
new_block_events: event.EventHandle<block.NewBlockEvent>;
|
|
192
192
|
update_epoch_interval_events: event.EventHandle<block.UpdateEpochIntervalEvent>;
|
|
193
193
|
}
|
|
194
194
|
class NewBlockEvent {
|
|
195
|
-
static
|
|
195
|
+
static TYPE_QNAME: string;
|
|
196
196
|
hash: Address;
|
|
197
197
|
epoch: bigint;
|
|
198
198
|
round: bigint;
|
|
@@ -207,7 +207,7 @@ export declare namespace block {
|
|
|
207
207
|
type_arguments: [];
|
|
208
208
|
}
|
|
209
209
|
class UpdateEpochIntervalEvent {
|
|
210
|
-
static
|
|
210
|
+
static TYPE_QNAME: string;
|
|
211
211
|
old_epoch_interval: bigint;
|
|
212
212
|
new_epoch_interval: bigint;
|
|
213
213
|
}
|
|
@@ -228,7 +228,7 @@ export declare namespace error {
|
|
|
228
228
|
}
|
|
229
229
|
export declare namespace event {
|
|
230
230
|
class EventHandle<T0> {
|
|
231
|
-
static
|
|
231
|
+
static TYPE_QNAME: string;
|
|
232
232
|
counter: bigint;
|
|
233
233
|
guid: guid.GUID;
|
|
234
234
|
}
|
|
@@ -268,7 +268,7 @@ export declare class stake extends aptos.AptosBaseProcessor {
|
|
|
268
268
|
}
|
|
269
269
|
export declare namespace stake {
|
|
270
270
|
class AddStakeEvent {
|
|
271
|
-
static
|
|
271
|
+
static TYPE_QNAME: string;
|
|
272
272
|
pool_address: Address;
|
|
273
273
|
amount_added: bigint;
|
|
274
274
|
}
|
|
@@ -277,15 +277,15 @@ export declare namespace stake {
|
|
|
277
277
|
type_arguments: [];
|
|
278
278
|
}
|
|
279
279
|
class AllowedValidators {
|
|
280
|
-
static
|
|
280
|
+
static TYPE_QNAME: string;
|
|
281
281
|
accounts: Address[];
|
|
282
282
|
}
|
|
283
283
|
class AptosCoinCapabilities {
|
|
284
|
-
static
|
|
284
|
+
static TYPE_QNAME: string;
|
|
285
285
|
mint_cap: coin.MintCapability<aptos_coin.AptosCoin>;
|
|
286
286
|
}
|
|
287
287
|
class DistributeRewardsEvent {
|
|
288
|
-
static
|
|
288
|
+
static TYPE_QNAME: string;
|
|
289
289
|
pool_address: Address;
|
|
290
290
|
rewards_amount: bigint;
|
|
291
291
|
}
|
|
@@ -294,7 +294,7 @@ export declare namespace stake {
|
|
|
294
294
|
type_arguments: [];
|
|
295
295
|
}
|
|
296
296
|
class IncreaseLockupEvent {
|
|
297
|
-
static
|
|
297
|
+
static TYPE_QNAME: string;
|
|
298
298
|
pool_address: Address;
|
|
299
299
|
old_locked_until_secs: bigint;
|
|
300
300
|
new_locked_until_secs: bigint;
|
|
@@ -304,12 +304,12 @@ export declare namespace stake {
|
|
|
304
304
|
type_arguments: [];
|
|
305
305
|
}
|
|
306
306
|
class IndividualValidatorPerformance {
|
|
307
|
-
static
|
|
307
|
+
static TYPE_QNAME: string;
|
|
308
308
|
successful_proposals: bigint;
|
|
309
309
|
failed_proposals: bigint;
|
|
310
310
|
}
|
|
311
311
|
class JoinValidatorSetEvent {
|
|
312
|
-
static
|
|
312
|
+
static TYPE_QNAME: string;
|
|
313
313
|
pool_address: Address;
|
|
314
314
|
}
|
|
315
315
|
interface JoinValidatorSetEventInstance extends aptos.TypedEventInstance<JoinValidatorSetEvent> {
|
|
@@ -317,7 +317,7 @@ export declare namespace stake {
|
|
|
317
317
|
type_arguments: [];
|
|
318
318
|
}
|
|
319
319
|
class LeaveValidatorSetEvent {
|
|
320
|
-
static
|
|
320
|
+
static TYPE_QNAME: string;
|
|
321
321
|
pool_address: Address;
|
|
322
322
|
}
|
|
323
323
|
interface LeaveValidatorSetEventInstance extends aptos.TypedEventInstance<LeaveValidatorSetEvent> {
|
|
@@ -325,11 +325,11 @@ export declare namespace stake {
|
|
|
325
325
|
type_arguments: [];
|
|
326
326
|
}
|
|
327
327
|
class OwnerCapability {
|
|
328
|
-
static
|
|
328
|
+
static TYPE_QNAME: string;
|
|
329
329
|
pool_address: Address;
|
|
330
330
|
}
|
|
331
331
|
class ReactivateStakeEvent {
|
|
332
|
-
static
|
|
332
|
+
static TYPE_QNAME: string;
|
|
333
333
|
pool_address: Address;
|
|
334
334
|
amount: bigint;
|
|
335
335
|
}
|
|
@@ -338,7 +338,7 @@ export declare namespace stake {
|
|
|
338
338
|
type_arguments: [];
|
|
339
339
|
}
|
|
340
340
|
class RegisterValidatorCandidateEvent {
|
|
341
|
-
static
|
|
341
|
+
static TYPE_QNAME: string;
|
|
342
342
|
pool_address: Address;
|
|
343
343
|
}
|
|
344
344
|
interface RegisterValidatorCandidateEventInstance extends aptos.TypedEventInstance<RegisterValidatorCandidateEvent> {
|
|
@@ -346,7 +346,7 @@ export declare namespace stake {
|
|
|
346
346
|
type_arguments: [];
|
|
347
347
|
}
|
|
348
348
|
class RotateConsensusKeyEvent {
|
|
349
|
-
static
|
|
349
|
+
static TYPE_QNAME: string;
|
|
350
350
|
pool_address: Address;
|
|
351
351
|
old_consensus_pubkey: string;
|
|
352
352
|
new_consensus_pubkey: string;
|
|
@@ -356,7 +356,7 @@ export declare namespace stake {
|
|
|
356
356
|
type_arguments: [];
|
|
357
357
|
}
|
|
358
358
|
class SetOperatorEvent {
|
|
359
|
-
static
|
|
359
|
+
static TYPE_QNAME: string;
|
|
360
360
|
pool_address: Address;
|
|
361
361
|
old_operator: Address;
|
|
362
362
|
new_operator: Address;
|
|
@@ -366,7 +366,7 @@ export declare namespace stake {
|
|
|
366
366
|
type_arguments: [];
|
|
367
367
|
}
|
|
368
368
|
class StakePool {
|
|
369
|
-
static
|
|
369
|
+
static TYPE_QNAME: string;
|
|
370
370
|
active: coin.Coin<aptos_coin.AptosCoin>;
|
|
371
371
|
inactive: coin.Coin<aptos_coin.AptosCoin>;
|
|
372
372
|
pending_active: coin.Coin<aptos_coin.AptosCoin>;
|
|
@@ -388,7 +388,7 @@ export declare namespace stake {
|
|
|
388
388
|
leave_validator_set_events: event.EventHandle<stake.LeaveValidatorSetEvent>;
|
|
389
389
|
}
|
|
390
390
|
class UnlockStakeEvent {
|
|
391
|
-
static
|
|
391
|
+
static TYPE_QNAME: string;
|
|
392
392
|
pool_address: Address;
|
|
393
393
|
amount_unlocked: bigint;
|
|
394
394
|
}
|
|
@@ -397,7 +397,7 @@ export declare namespace stake {
|
|
|
397
397
|
type_arguments: [];
|
|
398
398
|
}
|
|
399
399
|
class UpdateNetworkAndFullnodeAddressesEvent {
|
|
400
|
-
static
|
|
400
|
+
static TYPE_QNAME: string;
|
|
401
401
|
pool_address: Address;
|
|
402
402
|
old_network_addresses: string;
|
|
403
403
|
new_network_addresses: string;
|
|
@@ -409,24 +409,24 @@ export declare namespace stake {
|
|
|
409
409
|
type_arguments: [];
|
|
410
410
|
}
|
|
411
411
|
class ValidatorConfig {
|
|
412
|
-
static
|
|
412
|
+
static TYPE_QNAME: string;
|
|
413
413
|
consensus_pubkey: string;
|
|
414
414
|
network_addresses: string;
|
|
415
415
|
fullnode_addresses: string;
|
|
416
416
|
validator_index: bigint;
|
|
417
417
|
}
|
|
418
418
|
class ValidatorInfo {
|
|
419
|
-
static
|
|
419
|
+
static TYPE_QNAME: string;
|
|
420
420
|
addr: Address;
|
|
421
421
|
voting_power: bigint;
|
|
422
422
|
config: stake.ValidatorConfig;
|
|
423
423
|
}
|
|
424
424
|
class ValidatorPerformance {
|
|
425
|
-
static
|
|
425
|
+
static TYPE_QNAME: string;
|
|
426
426
|
validators: stake.IndividualValidatorPerformance[];
|
|
427
427
|
}
|
|
428
428
|
class ValidatorSet {
|
|
429
|
-
static
|
|
429
|
+
static TYPE_QNAME: string;
|
|
430
430
|
consensus_scheme: number;
|
|
431
431
|
active_validators: stake.ValidatorInfo[];
|
|
432
432
|
pending_inactive: stake.ValidatorInfo[];
|
|
@@ -435,7 +435,7 @@ export declare namespace stake {
|
|
|
435
435
|
total_joining_power: bigint;
|
|
436
436
|
}
|
|
437
437
|
class WithdrawStakeEvent {
|
|
438
|
-
static
|
|
438
|
+
static TYPE_QNAME: string;
|
|
439
439
|
pool_address: Address;
|
|
440
440
|
amount_withdrawn: bigint;
|
|
441
441
|
}
|
|
@@ -500,11 +500,11 @@ export declare namespace stake {
|
|
|
500
500
|
}
|
|
501
501
|
export declare namespace table {
|
|
502
502
|
class Box<T0> {
|
|
503
|
-
static
|
|
503
|
+
static TYPE_QNAME: string;
|
|
504
504
|
val: T0;
|
|
505
505
|
}
|
|
506
506
|
class Table<T0, T1> {
|
|
507
|
-
static
|
|
507
|
+
static TYPE_QNAME: string;
|
|
508
508
|
handle: Address;
|
|
509
509
|
}
|
|
510
510
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -516,7 +516,7 @@ export declare namespace math64 {
|
|
|
516
516
|
}
|
|
517
517
|
export declare namespace option {
|
|
518
518
|
class Option<T0> {
|
|
519
|
-
static
|
|
519
|
+
static TYPE_QNAME: string;
|
|
520
520
|
vec: T0[] | string;
|
|
521
521
|
}
|
|
522
522
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -528,7 +528,7 @@ export declare namespace signer {
|
|
|
528
528
|
}
|
|
529
529
|
export declare namespace string {
|
|
530
530
|
class String {
|
|
531
|
-
static
|
|
531
|
+
static TYPE_QNAME: string;
|
|
532
532
|
bytes: string;
|
|
533
533
|
}
|
|
534
534
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -549,7 +549,7 @@ export declare class voting extends aptos.AptosBaseProcessor {
|
|
|
549
549
|
}
|
|
550
550
|
export declare namespace voting {
|
|
551
551
|
class CreateProposalEvent {
|
|
552
|
-
static
|
|
552
|
+
static TYPE_QNAME: string;
|
|
553
553
|
proposal_id: bigint;
|
|
554
554
|
early_resolution_vote_threshold: option.Option<bigint>;
|
|
555
555
|
execution_hash: string;
|
|
@@ -562,7 +562,7 @@ export declare namespace voting {
|
|
|
562
562
|
type_arguments: [];
|
|
563
563
|
}
|
|
564
564
|
class Proposal<T0> {
|
|
565
|
-
static
|
|
565
|
+
static TYPE_QNAME: string;
|
|
566
566
|
proposer: Address;
|
|
567
567
|
execution_content: option.Option<T0>;
|
|
568
568
|
metadata: simple_map.SimpleMap<string, string>;
|
|
@@ -577,7 +577,7 @@ export declare namespace voting {
|
|
|
577
577
|
resolution_time_secs: bigint;
|
|
578
578
|
}
|
|
579
579
|
class RegisterForumEvent {
|
|
580
|
-
static
|
|
580
|
+
static TYPE_QNAME: string;
|
|
581
581
|
hosting_account: Address;
|
|
582
582
|
proposal_type_info: type_info.TypeInfo;
|
|
583
583
|
}
|
|
@@ -586,14 +586,14 @@ export declare namespace voting {
|
|
|
586
586
|
type_arguments: [];
|
|
587
587
|
}
|
|
588
588
|
class ResolveProposal {
|
|
589
|
-
static
|
|
589
|
+
static TYPE_QNAME: string;
|
|
590
590
|
proposal_id: bigint;
|
|
591
591
|
yes_votes: bigint;
|
|
592
592
|
no_votes: bigint;
|
|
593
593
|
resolved_early: Boolean;
|
|
594
594
|
}
|
|
595
595
|
class VoteEvent {
|
|
596
|
-
static
|
|
596
|
+
static TYPE_QNAME: string;
|
|
597
597
|
proposal_id: bigint;
|
|
598
598
|
num_votes: bigint;
|
|
599
599
|
}
|
|
@@ -602,14 +602,14 @@ export declare namespace voting {
|
|
|
602
602
|
type_arguments: [];
|
|
603
603
|
}
|
|
604
604
|
class VotingEvents {
|
|
605
|
-
static
|
|
605
|
+
static TYPE_QNAME: string;
|
|
606
606
|
create_proposal_events: event.EventHandle<voting.CreateProposalEvent>;
|
|
607
607
|
register_forum_events: event.EventHandle<voting.RegisterForumEvent>;
|
|
608
608
|
resolve_proposal_events: event.EventHandle<voting.ResolveProposal>;
|
|
609
609
|
vote_events: event.EventHandle<voting.VoteEvent>;
|
|
610
610
|
}
|
|
611
611
|
class VotingForum<T0> {
|
|
612
|
-
static
|
|
612
|
+
static TYPE_QNAME: string;
|
|
613
613
|
proposals: table.Table<bigint, voting.Proposal<T0>>;
|
|
614
614
|
events: voting.VotingEvents;
|
|
615
615
|
next_proposal_id: bigint;
|
|
@@ -630,7 +630,7 @@ export declare class account extends aptos.AptosBaseProcessor {
|
|
|
630
630
|
}
|
|
631
631
|
export declare namespace account {
|
|
632
632
|
class Account {
|
|
633
|
-
static
|
|
633
|
+
static TYPE_QNAME: string;
|
|
634
634
|
authentication_key: string;
|
|
635
635
|
sequence_number: bigint;
|
|
636
636
|
guid_creation_num: bigint;
|
|
@@ -640,11 +640,11 @@ export declare namespace account {
|
|
|
640
640
|
signer_capability_offer: account.CapabilityOffer<account.SignerCapability>;
|
|
641
641
|
}
|
|
642
642
|
class CapabilityOffer<T0> {
|
|
643
|
-
static
|
|
643
|
+
static TYPE_QNAME: string;
|
|
644
644
|
for: option.Option<Address>;
|
|
645
645
|
}
|
|
646
646
|
class CoinRegisterEvent {
|
|
647
|
-
static
|
|
647
|
+
static TYPE_QNAME: string;
|
|
648
648
|
type_info: type_info.TypeInfo;
|
|
649
649
|
}
|
|
650
650
|
interface CoinRegisterEventInstance extends aptos.TypedEventInstance<CoinRegisterEvent> {
|
|
@@ -652,7 +652,7 @@ export declare namespace account {
|
|
|
652
652
|
type_arguments: [];
|
|
653
653
|
}
|
|
654
654
|
class KeyRotationEvent {
|
|
655
|
-
static
|
|
655
|
+
static TYPE_QNAME: string;
|
|
656
656
|
old_authentication_key: string;
|
|
657
657
|
new_authentication_key: string;
|
|
658
658
|
}
|
|
@@ -661,36 +661,36 @@ export declare namespace account {
|
|
|
661
661
|
type_arguments: [];
|
|
662
662
|
}
|
|
663
663
|
class OriginatingAddress {
|
|
664
|
-
static
|
|
664
|
+
static TYPE_QNAME: string;
|
|
665
665
|
address_map: table.Table<Address, Address>;
|
|
666
666
|
}
|
|
667
667
|
class RotationCapability {
|
|
668
|
-
static
|
|
668
|
+
static TYPE_QNAME: string;
|
|
669
669
|
account: Address;
|
|
670
670
|
}
|
|
671
671
|
class RotationCapabilityOfferProofChallenge {
|
|
672
|
-
static
|
|
672
|
+
static TYPE_QNAME: string;
|
|
673
673
|
sequence_number: bigint;
|
|
674
674
|
recipient_address: Address;
|
|
675
675
|
}
|
|
676
676
|
class RotationProofChallenge {
|
|
677
|
-
static
|
|
677
|
+
static TYPE_QNAME: string;
|
|
678
678
|
sequence_number: bigint;
|
|
679
679
|
originator: Address;
|
|
680
680
|
current_auth_key: Address;
|
|
681
681
|
new_public_key: string;
|
|
682
682
|
}
|
|
683
683
|
class SignerCapability {
|
|
684
|
-
static
|
|
684
|
+
static TYPE_QNAME: string;
|
|
685
685
|
account: Address;
|
|
686
686
|
}
|
|
687
687
|
class SignerCapabilityOfferProofChallenge {
|
|
688
|
-
static
|
|
688
|
+
static TYPE_QNAME: string;
|
|
689
689
|
sequence_number: bigint;
|
|
690
690
|
recipient_address: Address;
|
|
691
691
|
}
|
|
692
692
|
class SignerCapabilityOfferProofChallengeV2 {
|
|
693
|
-
static
|
|
693
|
+
static TYPE_QNAME: string;
|
|
694
694
|
sequence_number: bigint;
|
|
695
695
|
source_address: Address;
|
|
696
696
|
recipient_address: Address;
|
|
@@ -719,20 +719,20 @@ export declare namespace account {
|
|
|
719
719
|
}
|
|
720
720
|
export declare namespace ed25519 {
|
|
721
721
|
class Signature {
|
|
722
|
-
static
|
|
722
|
+
static TYPE_QNAME: string;
|
|
723
723
|
bytes: string;
|
|
724
724
|
}
|
|
725
725
|
class SignedMessage<T0> {
|
|
726
|
-
static
|
|
726
|
+
static TYPE_QNAME: string;
|
|
727
727
|
type_info: type_info.TypeInfo;
|
|
728
728
|
inner: T0;
|
|
729
729
|
}
|
|
730
730
|
class UnvalidatedPublicKey {
|
|
731
|
-
static
|
|
731
|
+
static TYPE_QNAME: string;
|
|
732
732
|
bytes: string;
|
|
733
733
|
}
|
|
734
734
|
class ValidatedPublicKey {
|
|
735
|
-
static
|
|
735
|
+
static TYPE_QNAME: string;
|
|
736
736
|
bytes: string;
|
|
737
737
|
}
|
|
738
738
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -740,12 +740,12 @@ export declare namespace ed25519 {
|
|
|
740
740
|
}
|
|
741
741
|
export declare namespace genesis {
|
|
742
742
|
class AccountMap {
|
|
743
|
-
static
|
|
743
|
+
static TYPE_QNAME: string;
|
|
744
744
|
account_address: Address;
|
|
745
745
|
balance: bigint;
|
|
746
746
|
}
|
|
747
747
|
class EmployeeAccountMap {
|
|
748
|
-
static
|
|
748
|
+
static TYPE_QNAME: string;
|
|
749
749
|
accounts: Address[];
|
|
750
750
|
validator: genesis.ValidatorConfigurationWithCommission;
|
|
751
751
|
vesting_schedule_numerator: bigint[];
|
|
@@ -753,7 +753,7 @@ export declare namespace genesis {
|
|
|
753
753
|
beneficiary_resetter: Address;
|
|
754
754
|
}
|
|
755
755
|
class ValidatorConfiguration {
|
|
756
|
-
static
|
|
756
|
+
static TYPE_QNAME: string;
|
|
757
757
|
owner_address: Address;
|
|
758
758
|
operator_address: Address;
|
|
759
759
|
voter_address: Address;
|
|
@@ -764,7 +764,7 @@ export declare namespace genesis {
|
|
|
764
764
|
full_node_network_addresses: string;
|
|
765
765
|
}
|
|
766
766
|
class ValidatorConfigurationWithCommission {
|
|
767
|
-
static
|
|
767
|
+
static TYPE_QNAME: string;
|
|
768
768
|
validator_config: genesis.ValidatorConfiguration;
|
|
769
769
|
commission_percentage: bigint;
|
|
770
770
|
join_during_genesis: Boolean;
|
|
@@ -785,11 +785,11 @@ export declare class version extends aptos.AptosBaseProcessor {
|
|
|
785
785
|
}
|
|
786
786
|
export declare namespace version {
|
|
787
787
|
class SetVersionCapability {
|
|
788
|
-
static
|
|
788
|
+
static TYPE_QNAME: string;
|
|
789
789
|
dummy_field: Boolean;
|
|
790
790
|
}
|
|
791
791
|
class Version {
|
|
792
|
-
static
|
|
792
|
+
static TYPE_QNAME: string;
|
|
793
793
|
major: bigint;
|
|
794
794
|
}
|
|
795
795
|
interface SetVersionPayload extends aptos.TypedEntryFunctionPayload<[bigint]> {
|
|
@@ -830,13 +830,13 @@ export declare class vesting extends aptos.AptosBaseProcessor {
|
|
|
830
830
|
}
|
|
831
831
|
export declare namespace vesting {
|
|
832
832
|
class AdminStore {
|
|
833
|
-
static
|
|
833
|
+
static TYPE_QNAME: string;
|
|
834
834
|
vesting_contracts: Address[];
|
|
835
835
|
nonce: bigint;
|
|
836
836
|
create_events: event.EventHandle<vesting.CreateVestingContractEvent>;
|
|
837
837
|
}
|
|
838
838
|
class AdminWithdrawEvent {
|
|
839
|
-
static
|
|
839
|
+
static TYPE_QNAME: string;
|
|
840
840
|
admin: Address;
|
|
841
841
|
vesting_contract_address: Address;
|
|
842
842
|
amount: bigint;
|
|
@@ -846,7 +846,7 @@ export declare namespace vesting {
|
|
|
846
846
|
type_arguments: [];
|
|
847
847
|
}
|
|
848
848
|
class CreateVestingContractEvent {
|
|
849
|
-
static
|
|
849
|
+
static TYPE_QNAME: string;
|
|
850
850
|
operator: Address;
|
|
851
851
|
voter: Address;
|
|
852
852
|
grant_amount: bigint;
|
|
@@ -860,7 +860,7 @@ export declare namespace vesting {
|
|
|
860
860
|
type_arguments: [];
|
|
861
861
|
}
|
|
862
862
|
class DistributeEvent {
|
|
863
|
-
static
|
|
863
|
+
static TYPE_QNAME: string;
|
|
864
864
|
admin: Address;
|
|
865
865
|
vesting_contract_address: Address;
|
|
866
866
|
amount: bigint;
|
|
@@ -870,7 +870,7 @@ export declare namespace vesting {
|
|
|
870
870
|
type_arguments: [];
|
|
871
871
|
}
|
|
872
872
|
class ResetLockupEvent {
|
|
873
|
-
static
|
|
873
|
+
static TYPE_QNAME: string;
|
|
874
874
|
admin: Address;
|
|
875
875
|
vesting_contract_address: Address;
|
|
876
876
|
staking_pool_address: Address;
|
|
@@ -881,7 +881,7 @@ export declare namespace vesting {
|
|
|
881
881
|
type_arguments: [];
|
|
882
882
|
}
|
|
883
883
|
class SetBeneficiaryEvent {
|
|
884
|
-
static
|
|
884
|
+
static TYPE_QNAME: string;
|
|
885
885
|
admin: Address;
|
|
886
886
|
vesting_contract_address: Address;
|
|
887
887
|
shareholder: Address;
|
|
@@ -893,14 +893,14 @@ export declare namespace vesting {
|
|
|
893
893
|
type_arguments: [];
|
|
894
894
|
}
|
|
895
895
|
class StakingInfo {
|
|
896
|
-
static
|
|
896
|
+
static TYPE_QNAME: string;
|
|
897
897
|
pool_address: Address;
|
|
898
898
|
operator: Address;
|
|
899
899
|
voter: Address;
|
|
900
900
|
commission_percentage: bigint;
|
|
901
901
|
}
|
|
902
902
|
class TerminateEvent {
|
|
903
|
-
static
|
|
903
|
+
static TYPE_QNAME: string;
|
|
904
904
|
admin: Address;
|
|
905
905
|
vesting_contract_address: Address;
|
|
906
906
|
}
|
|
@@ -909,7 +909,7 @@ export declare namespace vesting {
|
|
|
909
909
|
type_arguments: [];
|
|
910
910
|
}
|
|
911
911
|
class UnlockRewardsEvent {
|
|
912
|
-
static
|
|
912
|
+
static TYPE_QNAME: string;
|
|
913
913
|
admin: Address;
|
|
914
914
|
vesting_contract_address: Address;
|
|
915
915
|
staking_pool_address: Address;
|
|
@@ -920,7 +920,7 @@ export declare namespace vesting {
|
|
|
920
920
|
type_arguments: [];
|
|
921
921
|
}
|
|
922
922
|
class UpdateOperatorEvent {
|
|
923
|
-
static
|
|
923
|
+
static TYPE_QNAME: string;
|
|
924
924
|
admin: Address;
|
|
925
925
|
vesting_contract_address: Address;
|
|
926
926
|
staking_pool_address: Address;
|
|
@@ -933,7 +933,7 @@ export declare namespace vesting {
|
|
|
933
933
|
type_arguments: [];
|
|
934
934
|
}
|
|
935
935
|
class UpdateVoterEvent {
|
|
936
|
-
static
|
|
936
|
+
static TYPE_QNAME: string;
|
|
937
937
|
admin: Address;
|
|
938
938
|
vesting_contract_address: Address;
|
|
939
939
|
staking_pool_address: Address;
|
|
@@ -945,7 +945,7 @@ export declare namespace vesting {
|
|
|
945
945
|
type_arguments: [];
|
|
946
946
|
}
|
|
947
947
|
class VestEvent {
|
|
948
|
-
static
|
|
948
|
+
static TYPE_QNAME: string;
|
|
949
949
|
admin: Address;
|
|
950
950
|
vesting_contract_address: Address;
|
|
951
951
|
staking_pool_address: Address;
|
|
@@ -957,11 +957,11 @@ export declare namespace vesting {
|
|
|
957
957
|
type_arguments: [];
|
|
958
958
|
}
|
|
959
959
|
class VestingAccountManagement {
|
|
960
|
-
static
|
|
960
|
+
static TYPE_QNAME: string;
|
|
961
961
|
roles: simple_map.SimpleMap<string, Address>;
|
|
962
962
|
}
|
|
963
963
|
class VestingContract {
|
|
964
|
-
static
|
|
964
|
+
static TYPE_QNAME: string;
|
|
965
965
|
state: bigint;
|
|
966
966
|
admin: Address;
|
|
967
967
|
grant_pool: pool_u64.Pool;
|
|
@@ -982,7 +982,7 @@ export declare namespace vesting {
|
|
|
982
982
|
admin_withdraw_events: event.EventHandle<vesting.AdminWithdrawEvent>;
|
|
983
983
|
}
|
|
984
984
|
class VestingSchedule {
|
|
985
|
-
static
|
|
985
|
+
static TYPE_QNAME: string;
|
|
986
986
|
schedule: fixed_point32.FixedPoint32[];
|
|
987
987
|
start_timestamp_secs: bigint;
|
|
988
988
|
period_duration: bigint;
|
|
@@ -1045,27 +1045,27 @@ export declare namespace vesting {
|
|
|
1045
1045
|
}
|
|
1046
1046
|
export declare namespace bls12381 {
|
|
1047
1047
|
class AggrOrMultiSignature {
|
|
1048
|
-
static
|
|
1048
|
+
static TYPE_QNAME: string;
|
|
1049
1049
|
bytes: string;
|
|
1050
1050
|
}
|
|
1051
1051
|
class AggrPublicKeysWithPoP {
|
|
1052
|
-
static
|
|
1052
|
+
static TYPE_QNAME: string;
|
|
1053
1053
|
bytes: string;
|
|
1054
1054
|
}
|
|
1055
1055
|
class ProofOfPossession {
|
|
1056
|
-
static
|
|
1056
|
+
static TYPE_QNAME: string;
|
|
1057
1057
|
bytes: string;
|
|
1058
1058
|
}
|
|
1059
1059
|
class PublicKey {
|
|
1060
|
-
static
|
|
1060
|
+
static TYPE_QNAME: string;
|
|
1061
1061
|
bytes: string;
|
|
1062
1062
|
}
|
|
1063
1063
|
class PublicKeyWithPoP {
|
|
1064
|
-
static
|
|
1064
|
+
static TYPE_QNAME: string;
|
|
1065
1065
|
bytes: string;
|
|
1066
1066
|
}
|
|
1067
1067
|
class Signature {
|
|
1068
|
-
static
|
|
1068
|
+
static TYPE_QNAME: string;
|
|
1069
1069
|
bytes: string;
|
|
1070
1070
|
}
|
|
1071
1071
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -1073,7 +1073,7 @@ export declare namespace bls12381 {
|
|
|
1073
1073
|
}
|
|
1074
1074
|
export declare namespace chain_id {
|
|
1075
1075
|
class ChainId {
|
|
1076
|
-
static
|
|
1076
|
+
static TYPE_QNAME: string;
|
|
1077
1077
|
id: number;
|
|
1078
1078
|
}
|
|
1079
1079
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -1081,7 +1081,7 @@ export declare namespace chain_id {
|
|
|
1081
1081
|
}
|
|
1082
1082
|
export declare namespace features {
|
|
1083
1083
|
class Features {
|
|
1084
|
-
static
|
|
1084
|
+
static TYPE_QNAME: string;
|
|
1085
1085
|
features: string;
|
|
1086
1086
|
}
|
|
1087
1087
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -1093,7 +1093,7 @@ export declare namespace from_bcs {
|
|
|
1093
1093
|
}
|
|
1094
1094
|
export declare namespace pool_u64 {
|
|
1095
1095
|
class Pool {
|
|
1096
|
-
static
|
|
1096
|
+
static TYPE_QNAME: string;
|
|
1097
1097
|
shareholders_limit: bigint;
|
|
1098
1098
|
total_coins: bigint;
|
|
1099
1099
|
total_shares: bigint;
|
|
@@ -1106,11 +1106,11 @@ export declare namespace pool_u64 {
|
|
|
1106
1106
|
}
|
|
1107
1107
|
export declare namespace secp256k1 {
|
|
1108
1108
|
class ECDSARawPublicKey {
|
|
1109
|
-
static
|
|
1109
|
+
static TYPE_QNAME: string;
|
|
1110
1110
|
bytes: string;
|
|
1111
1111
|
}
|
|
1112
1112
|
class ECDSASignature {
|
|
1113
|
-
static
|
|
1113
|
+
static TYPE_QNAME: string;
|
|
1114
1114
|
bytes: string;
|
|
1115
1115
|
}
|
|
1116
1116
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -1118,7 +1118,7 @@ export declare namespace secp256k1 {
|
|
|
1118
1118
|
}
|
|
1119
1119
|
export declare namespace timestamp {
|
|
1120
1120
|
class CurrentTimeMicroseconds {
|
|
1121
|
-
static
|
|
1121
|
+
static TYPE_QNAME: string;
|
|
1122
1122
|
microseconds: bigint;
|
|
1123
1123
|
}
|
|
1124
1124
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -1126,7 +1126,7 @@ export declare namespace timestamp {
|
|
|
1126
1126
|
}
|
|
1127
1127
|
export declare namespace type_info {
|
|
1128
1128
|
class TypeInfo {
|
|
1129
|
-
static
|
|
1129
|
+
static TYPE_QNAME: string;
|
|
1130
1130
|
account_address: Address;
|
|
1131
1131
|
module_name: string;
|
|
1132
1132
|
struct_name: string;
|
|
@@ -1136,7 +1136,7 @@ export declare namespace type_info {
|
|
|
1136
1136
|
}
|
|
1137
1137
|
export declare namespace aggregator {
|
|
1138
1138
|
class Aggregator {
|
|
1139
|
-
static
|
|
1139
|
+
static TYPE_QNAME: string;
|
|
1140
1140
|
handle: Address;
|
|
1141
1141
|
key: Address;
|
|
1142
1142
|
limit: bigint;
|
|
@@ -1155,19 +1155,19 @@ export declare class aptos_coin extends aptos.AptosBaseProcessor {
|
|
|
1155
1155
|
}
|
|
1156
1156
|
export declare namespace aptos_coin {
|
|
1157
1157
|
class AptosCoin {
|
|
1158
|
-
static
|
|
1158
|
+
static TYPE_QNAME: string;
|
|
1159
1159
|
dummy_field: Boolean;
|
|
1160
1160
|
}
|
|
1161
1161
|
class DelegatedMintCapability {
|
|
1162
|
-
static
|
|
1162
|
+
static TYPE_QNAME: string;
|
|
1163
1163
|
to: Address;
|
|
1164
1164
|
}
|
|
1165
1165
|
class Delegations {
|
|
1166
|
-
static
|
|
1166
|
+
static TYPE_QNAME: string;
|
|
1167
1167
|
inner: aptos_coin.DelegatedMintCapability[];
|
|
1168
1168
|
}
|
|
1169
1169
|
class MintCapStore {
|
|
1170
|
-
static
|
|
1170
|
+
static TYPE_QNAME: string;
|
|
1171
1171
|
mint_cap: coin.MintCapability<aptos_coin.AptosCoin>;
|
|
1172
1172
|
}
|
|
1173
1173
|
interface ClaimMintCapabilityPayload extends aptos.TypedEntryFunctionPayload<[]> {
|
|
@@ -1191,7 +1191,7 @@ export declare namespace aptos_hash {
|
|
|
1191
1191
|
}
|
|
1192
1192
|
export declare namespace bit_vector {
|
|
1193
1193
|
class BitVector {
|
|
1194
|
-
static
|
|
1194
|
+
static TYPE_QNAME: string;
|
|
1195
1195
|
length: bigint;
|
|
1196
1196
|
bit_field: Boolean[];
|
|
1197
1197
|
}
|
|
@@ -1200,19 +1200,19 @@ export declare namespace bit_vector {
|
|
|
1200
1200
|
}
|
|
1201
1201
|
export declare namespace capability {
|
|
1202
1202
|
class Cap<T0> {
|
|
1203
|
-
static
|
|
1203
|
+
static TYPE_QNAME: string;
|
|
1204
1204
|
root: Address;
|
|
1205
1205
|
}
|
|
1206
1206
|
class CapDelegateState<T0> {
|
|
1207
|
-
static
|
|
1207
|
+
static TYPE_QNAME: string;
|
|
1208
1208
|
root: Address;
|
|
1209
1209
|
}
|
|
1210
1210
|
class CapState<T0> {
|
|
1211
|
-
static
|
|
1211
|
+
static TYPE_QNAME: string;
|
|
1212
1212
|
delegates: Address[];
|
|
1213
1213
|
}
|
|
1214
1214
|
class LinearCap<T0> {
|
|
1215
|
-
static
|
|
1215
|
+
static TYPE_QNAME: string;
|
|
1216
1216
|
root: Address;
|
|
1217
1217
|
}
|
|
1218
1218
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -1220,7 +1220,7 @@ export declare namespace capability {
|
|
|
1220
1220
|
}
|
|
1221
1221
|
export declare namespace comparator {
|
|
1222
1222
|
class Result {
|
|
1223
|
-
static
|
|
1223
|
+
static TYPE_QNAME: string;
|
|
1224
1224
|
inner: number;
|
|
1225
1225
|
}
|
|
1226
1226
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -1228,12 +1228,12 @@ export declare namespace comparator {
|
|
|
1228
1228
|
}
|
|
1229
1229
|
export declare namespace simple_map {
|
|
1230
1230
|
class Element<T0, T1> {
|
|
1231
|
-
static
|
|
1231
|
+
static TYPE_QNAME: string;
|
|
1232
1232
|
key: T0;
|
|
1233
1233
|
value: T1;
|
|
1234
1234
|
}
|
|
1235
1235
|
class SimpleMap<T0, T1> {
|
|
1236
|
-
static
|
|
1236
|
+
static TYPE_QNAME: string;
|
|
1237
1237
|
data: simple_map.Element<T0, T1>[];
|
|
1238
1238
|
}
|
|
1239
1239
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -1241,18 +1241,18 @@ export declare namespace simple_map {
|
|
|
1241
1241
|
}
|
|
1242
1242
|
export declare namespace storage_gas {
|
|
1243
1243
|
class GasCurve {
|
|
1244
|
-
static
|
|
1244
|
+
static TYPE_QNAME: string;
|
|
1245
1245
|
min_gas: bigint;
|
|
1246
1246
|
max_gas: bigint;
|
|
1247
1247
|
points: storage_gas.Point[];
|
|
1248
1248
|
}
|
|
1249
1249
|
class Point {
|
|
1250
|
-
static
|
|
1250
|
+
static TYPE_QNAME: string;
|
|
1251
1251
|
x: bigint;
|
|
1252
1252
|
y: bigint;
|
|
1253
1253
|
}
|
|
1254
1254
|
class StorageGas {
|
|
1255
|
-
static
|
|
1255
|
+
static TYPE_QNAME: string;
|
|
1256
1256
|
per_item_read: bigint;
|
|
1257
1257
|
per_item_create: bigint;
|
|
1258
1258
|
per_item_write: bigint;
|
|
@@ -1261,12 +1261,12 @@ export declare namespace storage_gas {
|
|
|
1261
1261
|
per_byte_write: bigint;
|
|
1262
1262
|
}
|
|
1263
1263
|
class StorageGasConfig {
|
|
1264
|
-
static
|
|
1264
|
+
static TYPE_QNAME: string;
|
|
1265
1265
|
item_config: storage_gas.UsageGasConfig;
|
|
1266
1266
|
byte_config: storage_gas.UsageGasConfig;
|
|
1267
1267
|
}
|
|
1268
1268
|
class UsageGasConfig {
|
|
1269
|
-
static
|
|
1269
|
+
static TYPE_QNAME: string;
|
|
1270
1270
|
target_usage: bigint;
|
|
1271
1271
|
read_curve: storage_gas.GasCurve;
|
|
1272
1272
|
create_curve: storage_gas.GasCurve;
|
|
@@ -1277,7 +1277,7 @@ export declare namespace storage_gas {
|
|
|
1277
1277
|
}
|
|
1278
1278
|
export declare namespace chain_status {
|
|
1279
1279
|
class GenesisEndMarker {
|
|
1280
|
-
static
|
|
1280
|
+
static TYPE_QNAME: string;
|
|
1281
1281
|
dummy_field: Boolean;
|
|
1282
1282
|
}
|
|
1283
1283
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -1285,7 +1285,7 @@ export declare namespace chain_status {
|
|
|
1285
1285
|
}
|
|
1286
1286
|
export declare namespace copyable_any {
|
|
1287
1287
|
class Any {
|
|
1288
|
-
static
|
|
1288
|
+
static TYPE_QNAME: string;
|
|
1289
1289
|
type_name: string;
|
|
1290
1290
|
data: string;
|
|
1291
1291
|
}
|
|
@@ -1294,16 +1294,16 @@ export declare namespace copyable_any {
|
|
|
1294
1294
|
}
|
|
1295
1295
|
export declare namespace gas_schedule {
|
|
1296
1296
|
class GasEntry {
|
|
1297
|
-
static
|
|
1297
|
+
static TYPE_QNAME: string;
|
|
1298
1298
|
key: string;
|
|
1299
1299
|
val: bigint;
|
|
1300
1300
|
}
|
|
1301
1301
|
class GasSchedule {
|
|
1302
|
-
static
|
|
1302
|
+
static TYPE_QNAME: string;
|
|
1303
1303
|
entries: gas_schedule.GasEntry[];
|
|
1304
1304
|
}
|
|
1305
1305
|
class GasScheduleV2 {
|
|
1306
|
-
static
|
|
1306
|
+
static TYPE_QNAME: string;
|
|
1307
1307
|
feature_version: bigint;
|
|
1308
1308
|
entries: gas_schedule.GasEntry[];
|
|
1309
1309
|
}
|
|
@@ -1322,7 +1322,7 @@ export declare class managed_coin extends aptos.AptosBaseProcessor {
|
|
|
1322
1322
|
}
|
|
1323
1323
|
export declare namespace managed_coin {
|
|
1324
1324
|
class Capabilities<T0> {
|
|
1325
|
-
static
|
|
1325
|
+
static TYPE_QNAME: string;
|
|
1326
1326
|
burn_cap: coin.BurnCapability<T0>;
|
|
1327
1327
|
freeze_cap: coin.FreezeCapability<T0>;
|
|
1328
1328
|
mint_cap: coin.MintCapability<T0>;
|
|
@@ -1348,15 +1348,15 @@ export declare namespace managed_coin {
|
|
|
1348
1348
|
}
|
|
1349
1349
|
export declare namespace ristretto255 {
|
|
1350
1350
|
class CompressedRistretto {
|
|
1351
|
-
static
|
|
1351
|
+
static TYPE_QNAME: string;
|
|
1352
1352
|
data: string;
|
|
1353
1353
|
}
|
|
1354
1354
|
class RistrettoPoint {
|
|
1355
|
-
static
|
|
1355
|
+
static TYPE_QNAME: string;
|
|
1356
1356
|
handle: bigint;
|
|
1357
1357
|
}
|
|
1358
1358
|
class Scalar {
|
|
1359
|
-
static
|
|
1359
|
+
static TYPE_QNAME: string;
|
|
1360
1360
|
data: string;
|
|
1361
1361
|
}
|
|
1362
1362
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -1384,7 +1384,7 @@ export declare namespace aptos_account {
|
|
|
1384
1384
|
}
|
|
1385
1385
|
export declare namespace fixed_point32 {
|
|
1386
1386
|
class FixedPoint32 {
|
|
1387
|
-
static
|
|
1387
|
+
static TYPE_QNAME: string;
|
|
1388
1388
|
value: bigint;
|
|
1389
1389
|
}
|
|
1390
1390
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -1392,15 +1392,15 @@ export declare namespace fixed_point32 {
|
|
|
1392
1392
|
}
|
|
1393
1393
|
export declare namespace multi_ed25519 {
|
|
1394
1394
|
class Signature {
|
|
1395
|
-
static
|
|
1395
|
+
static TYPE_QNAME: string;
|
|
1396
1396
|
bytes: string;
|
|
1397
1397
|
}
|
|
1398
1398
|
class UnvalidatedPublicKey {
|
|
1399
|
-
static
|
|
1399
|
+
static TYPE_QNAME: string;
|
|
1400
1400
|
bytes: string;
|
|
1401
1401
|
}
|
|
1402
1402
|
class ValidatedPublicKey {
|
|
1403
|
-
static
|
|
1403
|
+
static TYPE_QNAME: string;
|
|
1404
1404
|
bytes: string;
|
|
1405
1405
|
}
|
|
1406
1406
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -1458,16 +1458,16 @@ export declare namespace staking_proxy {
|
|
|
1458
1458
|
}
|
|
1459
1459
|
export declare namespace state_storage {
|
|
1460
1460
|
class GasParameter {
|
|
1461
|
-
static
|
|
1461
|
+
static TYPE_QNAME: string;
|
|
1462
1462
|
usage: state_storage.Usage;
|
|
1463
1463
|
}
|
|
1464
1464
|
class StateStorageUsage {
|
|
1465
|
-
static
|
|
1465
|
+
static TYPE_QNAME: string;
|
|
1466
1466
|
epoch: bigint;
|
|
1467
1467
|
usage: state_storage.Usage;
|
|
1468
1468
|
}
|
|
1469
1469
|
class Usage {
|
|
1470
|
-
static
|
|
1470
|
+
static TYPE_QNAME: string;
|
|
1471
1471
|
items: bigint;
|
|
1472
1472
|
bytes: bigint;
|
|
1473
1473
|
}
|
|
@@ -1476,7 +1476,7 @@ export declare namespace state_storage {
|
|
|
1476
1476
|
}
|
|
1477
1477
|
export declare namespace staking_config {
|
|
1478
1478
|
class StakingConfig {
|
|
1479
|
-
static
|
|
1479
|
+
static TYPE_QNAME: string;
|
|
1480
1480
|
minimum_stake: bigint;
|
|
1481
1481
|
maximum_stake: bigint;
|
|
1482
1482
|
recurring_lockup_duration_secs: bigint;
|
|
@@ -1497,17 +1497,17 @@ export declare class reconfiguration extends aptos.AptosBaseProcessor {
|
|
|
1497
1497
|
}
|
|
1498
1498
|
export declare namespace reconfiguration {
|
|
1499
1499
|
class Configuration {
|
|
1500
|
-
static
|
|
1500
|
+
static TYPE_QNAME: string;
|
|
1501
1501
|
epoch: bigint;
|
|
1502
1502
|
last_reconfiguration_time: bigint;
|
|
1503
1503
|
events: event.EventHandle<reconfiguration.NewEpochEvent>;
|
|
1504
1504
|
}
|
|
1505
1505
|
class DisableReconfiguration {
|
|
1506
|
-
static
|
|
1506
|
+
static TYPE_QNAME: string;
|
|
1507
1507
|
dummy_field: Boolean;
|
|
1508
1508
|
}
|
|
1509
1509
|
class NewEpochEvent {
|
|
1510
|
-
static
|
|
1510
|
+
static TYPE_QNAME: string;
|
|
1511
1511
|
epoch: bigint;
|
|
1512
1512
|
}
|
|
1513
1513
|
interface NewEpochEventInstance extends aptos.TypedEventInstance<NewEpochEvent> {
|
|
@@ -1519,7 +1519,7 @@ export declare namespace reconfiguration {
|
|
|
1519
1519
|
}
|
|
1520
1520
|
export declare namespace transaction_fee {
|
|
1521
1521
|
class AptosCoinCapabilities {
|
|
1522
|
-
static
|
|
1522
|
+
static TYPE_QNAME: string;
|
|
1523
1523
|
burn_cap: coin.BurnCapability<aptos_coin.AptosCoin>;
|
|
1524
1524
|
}
|
|
1525
1525
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -1539,11 +1539,11 @@ export declare class aptos_governance extends aptos.AptosBaseProcessor {
|
|
|
1539
1539
|
}
|
|
1540
1540
|
export declare namespace aptos_governance {
|
|
1541
1541
|
class ApprovedExecutionHashes {
|
|
1542
|
-
static
|
|
1542
|
+
static TYPE_QNAME: string;
|
|
1543
1543
|
hashes: simple_map.SimpleMap<bigint, string>;
|
|
1544
1544
|
}
|
|
1545
1545
|
class CreateProposalEvent {
|
|
1546
|
-
static
|
|
1546
|
+
static TYPE_QNAME: string;
|
|
1547
1547
|
proposer: Address;
|
|
1548
1548
|
stake_pool: Address;
|
|
1549
1549
|
proposal_id: bigint;
|
|
@@ -1555,28 +1555,28 @@ export declare namespace aptos_governance {
|
|
|
1555
1555
|
type_arguments: [];
|
|
1556
1556
|
}
|
|
1557
1557
|
class GovernanceConfig {
|
|
1558
|
-
static
|
|
1558
|
+
static TYPE_QNAME: string;
|
|
1559
1559
|
min_voting_threshold: bigint;
|
|
1560
1560
|
required_proposer_stake: bigint;
|
|
1561
1561
|
voting_duration_secs: bigint;
|
|
1562
1562
|
}
|
|
1563
1563
|
class GovernanceEvents {
|
|
1564
|
-
static
|
|
1564
|
+
static TYPE_QNAME: string;
|
|
1565
1565
|
create_proposal_events: event.EventHandle<aptos_governance.CreateProposalEvent>;
|
|
1566
1566
|
update_config_events: event.EventHandle<aptos_governance.UpdateConfigEvent>;
|
|
1567
1567
|
vote_events: event.EventHandle<aptos_governance.VoteEvent>;
|
|
1568
1568
|
}
|
|
1569
1569
|
class GovernanceResponsbility {
|
|
1570
|
-
static
|
|
1570
|
+
static TYPE_QNAME: string;
|
|
1571
1571
|
signer_caps: simple_map.SimpleMap<Address, account.SignerCapability>;
|
|
1572
1572
|
}
|
|
1573
1573
|
class RecordKey {
|
|
1574
|
-
static
|
|
1574
|
+
static TYPE_QNAME: string;
|
|
1575
1575
|
stake_pool: Address;
|
|
1576
1576
|
proposal_id: bigint;
|
|
1577
1577
|
}
|
|
1578
1578
|
class UpdateConfigEvent {
|
|
1579
|
-
static
|
|
1579
|
+
static TYPE_QNAME: string;
|
|
1580
1580
|
min_voting_threshold: bigint;
|
|
1581
1581
|
required_proposer_stake: bigint;
|
|
1582
1582
|
voting_duration_secs: bigint;
|
|
@@ -1586,7 +1586,7 @@ export declare namespace aptos_governance {
|
|
|
1586
1586
|
type_arguments: [];
|
|
1587
1587
|
}
|
|
1588
1588
|
class VoteEvent {
|
|
1589
|
-
static
|
|
1589
|
+
static TYPE_QNAME: string;
|
|
1590
1590
|
proposal_id: bigint;
|
|
1591
1591
|
voter: Address;
|
|
1592
1592
|
stake_pool: Address;
|
|
@@ -1598,7 +1598,7 @@ export declare namespace aptos_governance {
|
|
|
1598
1598
|
type_arguments: [];
|
|
1599
1599
|
}
|
|
1600
1600
|
class VotingRecords {
|
|
1601
|
-
static
|
|
1601
|
+
static TYPE_QNAME: string;
|
|
1602
1602
|
votes: table.Table<aptos_governance.RecordKey, Boolean>;
|
|
1603
1603
|
}
|
|
1604
1604
|
interface AddApprovedScriptHashScriptPayload extends aptos.TypedEntryFunctionPayload<[]> {
|
|
@@ -1618,7 +1618,7 @@ export declare namespace aptos_governance {
|
|
|
1618
1618
|
}
|
|
1619
1619
|
export declare namespace consensus_config {
|
|
1620
1620
|
class ConsensusConfig {
|
|
1621
|
-
static
|
|
1621
|
+
static TYPE_QNAME: string;
|
|
1622
1622
|
config: string;
|
|
1623
1623
|
}
|
|
1624
1624
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -1635,7 +1635,7 @@ export declare class resource_account extends aptos.AptosBaseProcessor {
|
|
|
1635
1635
|
}
|
|
1636
1636
|
export declare namespace resource_account {
|
|
1637
1637
|
class Container {
|
|
1638
|
-
static
|
|
1638
|
+
static TYPE_QNAME: string;
|
|
1639
1639
|
store: simple_map.SimpleMap<Address, account.SignerCapability>;
|
|
1640
1640
|
}
|
|
1641
1641
|
interface CreateResourceAccountPayload extends aptos.TypedEntryFunctionPayload<[string, string]> {
|
|
@@ -1680,7 +1680,7 @@ export declare class staking_contract extends aptos.AptosBaseProcessor {
|
|
|
1680
1680
|
}
|
|
1681
1681
|
export declare namespace staking_contract {
|
|
1682
1682
|
class AddDistributionEvent {
|
|
1683
|
-
static
|
|
1683
|
+
static TYPE_QNAME: string;
|
|
1684
1684
|
operator: Address;
|
|
1685
1685
|
pool_address: Address;
|
|
1686
1686
|
amount: bigint;
|
|
@@ -1690,7 +1690,7 @@ export declare namespace staking_contract {
|
|
|
1690
1690
|
type_arguments: [];
|
|
1691
1691
|
}
|
|
1692
1692
|
class AddStakeEvent {
|
|
1693
|
-
static
|
|
1693
|
+
static TYPE_QNAME: string;
|
|
1694
1694
|
operator: Address;
|
|
1695
1695
|
pool_address: Address;
|
|
1696
1696
|
amount: bigint;
|
|
@@ -1700,7 +1700,7 @@ export declare namespace staking_contract {
|
|
|
1700
1700
|
type_arguments: [];
|
|
1701
1701
|
}
|
|
1702
1702
|
class CreateStakingContractEvent {
|
|
1703
|
-
static
|
|
1703
|
+
static TYPE_QNAME: string;
|
|
1704
1704
|
operator: Address;
|
|
1705
1705
|
voter: Address;
|
|
1706
1706
|
pool_address: Address;
|
|
@@ -1712,7 +1712,7 @@ export declare namespace staking_contract {
|
|
|
1712
1712
|
type_arguments: [];
|
|
1713
1713
|
}
|
|
1714
1714
|
class DistributeEvent {
|
|
1715
|
-
static
|
|
1715
|
+
static TYPE_QNAME: string;
|
|
1716
1716
|
operator: Address;
|
|
1717
1717
|
pool_address: Address;
|
|
1718
1718
|
recipient: Address;
|
|
@@ -1723,7 +1723,7 @@ export declare namespace staking_contract {
|
|
|
1723
1723
|
type_arguments: [];
|
|
1724
1724
|
}
|
|
1725
1725
|
class RequestCommissionEvent {
|
|
1726
|
-
static
|
|
1726
|
+
static TYPE_QNAME: string;
|
|
1727
1727
|
operator: Address;
|
|
1728
1728
|
pool_address: Address;
|
|
1729
1729
|
accumulated_rewards: bigint;
|
|
@@ -1734,7 +1734,7 @@ export declare namespace staking_contract {
|
|
|
1734
1734
|
type_arguments: [];
|
|
1735
1735
|
}
|
|
1736
1736
|
class ResetLockupEvent {
|
|
1737
|
-
static
|
|
1737
|
+
static TYPE_QNAME: string;
|
|
1738
1738
|
operator: Address;
|
|
1739
1739
|
pool_address: Address;
|
|
1740
1740
|
}
|
|
@@ -1743,7 +1743,7 @@ export declare namespace staking_contract {
|
|
|
1743
1743
|
type_arguments: [];
|
|
1744
1744
|
}
|
|
1745
1745
|
class StakingContract {
|
|
1746
|
-
static
|
|
1746
|
+
static TYPE_QNAME: string;
|
|
1747
1747
|
principal: bigint;
|
|
1748
1748
|
pool_address: Address;
|
|
1749
1749
|
owner_cap: stake.OwnerCapability;
|
|
@@ -1752,7 +1752,7 @@ export declare namespace staking_contract {
|
|
|
1752
1752
|
signer_cap: account.SignerCapability;
|
|
1753
1753
|
}
|
|
1754
1754
|
class Store {
|
|
1755
|
-
static
|
|
1755
|
+
static TYPE_QNAME: string;
|
|
1756
1756
|
staking_contracts: simple_map.SimpleMap<Address, staking_contract.StakingContract>;
|
|
1757
1757
|
create_staking_contract_events: event.EventHandle<staking_contract.CreateStakingContractEvent>;
|
|
1758
1758
|
update_voter_events: event.EventHandle<staking_contract.UpdateVoterEvent>;
|
|
@@ -1765,7 +1765,7 @@ export declare namespace staking_contract {
|
|
|
1765
1765
|
distribute_events: event.EventHandle<staking_contract.DistributeEvent>;
|
|
1766
1766
|
}
|
|
1767
1767
|
class SwitchOperatorEvent {
|
|
1768
|
-
static
|
|
1768
|
+
static TYPE_QNAME: string;
|
|
1769
1769
|
old_operator: Address;
|
|
1770
1770
|
new_operator: Address;
|
|
1771
1771
|
pool_address: Address;
|
|
@@ -1775,7 +1775,7 @@ export declare namespace staking_contract {
|
|
|
1775
1775
|
type_arguments: [];
|
|
1776
1776
|
}
|
|
1777
1777
|
class UnlockStakeEvent {
|
|
1778
|
-
static
|
|
1778
|
+
static TYPE_QNAME: string;
|
|
1779
1779
|
operator: Address;
|
|
1780
1780
|
pool_address: Address;
|
|
1781
1781
|
amount: bigint;
|
|
@@ -1786,7 +1786,7 @@ export declare namespace staking_contract {
|
|
|
1786
1786
|
type_arguments: [];
|
|
1787
1787
|
}
|
|
1788
1788
|
class UpdateVoterEvent {
|
|
1789
|
-
static
|
|
1789
|
+
static TYPE_QNAME: string;
|
|
1790
1790
|
operator: Address;
|
|
1791
1791
|
pool_address: Address;
|
|
1792
1792
|
old_voter: Address;
|
|
@@ -1851,7 +1851,7 @@ export declare namespace system_addresses {
|
|
|
1851
1851
|
}
|
|
1852
1852
|
export declare namespace table_with_length {
|
|
1853
1853
|
class TableWithLength<T0, T1> {
|
|
1854
|
-
static
|
|
1854
|
+
static TYPE_QNAME: string;
|
|
1855
1855
|
inner: table.Table<T0, T1>;
|
|
1856
1856
|
length: bigint;
|
|
1857
1857
|
}
|
|
@@ -1860,7 +1860,7 @@ export declare namespace table_with_length {
|
|
|
1860
1860
|
}
|
|
1861
1861
|
export declare namespace aggregator_factory {
|
|
1862
1862
|
class AggregatorFactory {
|
|
1863
|
-
static
|
|
1863
|
+
static TYPE_QNAME: string;
|
|
1864
1864
|
phantom_table: table.Table<Address, bigint>;
|
|
1865
1865
|
}
|
|
1866
1866
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -1868,7 +1868,7 @@ export declare namespace aggregator_factory {
|
|
|
1868
1868
|
}
|
|
1869
1869
|
export declare namespace governance_proposal {
|
|
1870
1870
|
class GovernanceProposal {
|
|
1871
|
-
static
|
|
1871
|
+
static TYPE_QNAME: string;
|
|
1872
1872
|
dummy_field: Boolean;
|
|
1873
1873
|
}
|
|
1874
1874
|
function loadTypes(registry: aptos.TypeRegistry): void;
|
|
@@ -1876,12 +1876,12 @@ export declare namespace governance_proposal {
|
|
|
1876
1876
|
}
|
|
1877
1877
|
export declare namespace optional_aggregator {
|
|
1878
1878
|
class Integer {
|
|
1879
|
-
static
|
|
1879
|
+
static TYPE_QNAME: string;
|
|
1880
1880
|
value: bigint;
|
|
1881
1881
|
limit: bigint;
|
|
1882
1882
|
}
|
|
1883
1883
|
class OptionalAggregator {
|
|
1884
|
-
static
|
|
1884
|
+
static TYPE_QNAME: string;
|
|
1885
1885
|
aggregator: option.Option<aggregator.Aggregator>;
|
|
1886
1886
|
integer: option.Option<optional_aggregator.Integer>;
|
|
1887
1887
|
}
|
|
@@ -1894,7 +1894,7 @@ export declare namespace transaction_context {
|
|
|
1894
1894
|
}
|
|
1895
1895
|
export declare namespace transaction_validation {
|
|
1896
1896
|
class TransactionValidation {
|
|
1897
|
-
static
|
|
1897
|
+
static TYPE_QNAME: string;
|
|
1898
1898
|
module_addr: Address;
|
|
1899
1899
|
module_name: string;
|
|
1900
1900
|
script_prologue_name: string;
|