@typemove/aptos 1.6.12 → 1.7.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 (42) hide show
  1. package/dist/cjs/aptos-chain-adapter.d.ts.map +1 -1
  2. package/dist/cjs/aptos-chain-adapter.js +30 -26
  3. package/dist/cjs/aptos-chain-adapter.js.map +1 -1
  4. package/dist/cjs/builtin/0x1.d.ts +0 -444
  5. package/dist/cjs/builtin/0x1.d.ts.map +1 -1
  6. package/dist/cjs/builtin/0x1.js +1 -1
  7. package/dist/cjs/builtin/0x1.js.map +1 -1
  8. package/dist/cjs/builtin/0x3.d.ts +0 -36
  9. package/dist/cjs/builtin/0x3.d.ts.map +1 -1
  10. package/dist/cjs/builtin/0x3.js.map +1 -1
  11. package/dist/cjs/builtin/0x4.d.ts +0 -24
  12. package/dist/cjs/builtin/0x4.d.ts.map +1 -1
  13. package/dist/cjs/builtin/0x4.js.map +1 -1
  14. package/dist/cjs/to-internal.d.ts.map +1 -1
  15. package/dist/cjs/to-internal.js +1 -0
  16. package/dist/cjs/to-internal.js.map +1 -1
  17. package/dist/esm/aptos-chain-adapter.d.ts.map +1 -1
  18. package/dist/esm/aptos-chain-adapter.js +30 -26
  19. package/dist/esm/aptos-chain-adapter.js.map +1 -1
  20. package/dist/esm/builtin/0x1.d.ts +0 -444
  21. package/dist/esm/builtin/0x1.d.ts.map +1 -1
  22. package/dist/esm/builtin/0x1.js +1 -1
  23. package/dist/esm/builtin/0x1.js.map +1 -1
  24. package/dist/esm/builtin/0x3.d.ts +0 -36
  25. package/dist/esm/builtin/0x3.d.ts.map +1 -1
  26. package/dist/esm/builtin/0x3.js.map +1 -1
  27. package/dist/esm/builtin/0x4.d.ts +0 -24
  28. package/dist/esm/builtin/0x4.d.ts.map +1 -1
  29. package/dist/esm/builtin/0x4.js.map +1 -1
  30. package/dist/esm/to-internal.d.ts.map +1 -1
  31. package/dist/esm/to-internal.js +1 -0
  32. package/dist/esm/to-internal.js.map +1 -1
  33. package/package.json +3 -3
  34. package/src/abis/0x1.json +1 -1
  35. package/src/aptos-chain-adapter.ts +34 -29
  36. package/src/builtin/0x1.ts +1 -623
  37. package/src/builtin/0x3.ts +0 -50
  38. package/src/builtin/0x4.ts +0 -31
  39. package/src/tests/types/0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af.ts +0 -12
  40. package/src/tests/types/0x4dcae85fc5559071906cd5c76b7420fcbb4b0a92f00ab40ffc394aadbbff5ee9.ts +0 -6
  41. package/src/tests/types/0xbd35135844473187163ca197ca93b2ab014370587bb0ed3befff9e902d6bb541.ts +0 -63
  42. package/src/to-internal.ts +1 -0
@@ -9,10 +9,6 @@ export declare namespace acl {
9
9
  const TYPE_QNAME = "0x1::acl::ACL";
10
10
  function type(): TypeDescriptor<ACL>;
11
11
  }
12
- interface ACLInstance extends TypedEventInstance<ACL> {
13
- data_decoded: ACL;
14
- type_arguments: [];
15
- }
16
12
  namespace entry { }
17
13
  namespace view { }
18
14
  }
@@ -25,10 +21,6 @@ export declare namespace any$ {
25
21
  const TYPE_QNAME = "0x1::any::Any";
26
22
  function type(): TypeDescriptor<Any>;
27
23
  }
28
- interface AnyInstance extends TypedEventInstance<Any> {
29
- data_decoded: Any;
30
- type_arguments: [];
31
- }
32
24
  namespace entry { }
33
25
  namespace view { }
34
26
  }
@@ -47,10 +39,6 @@ export declare namespace dkg {
47
39
  const TYPE_QNAME = "0x1::dkg::DKGSessionMetadata";
48
40
  function type(): TypeDescriptor<DKGSessionMetadata>;
49
41
  }
50
- interface DKGSessionMetadataInstance extends TypedEventInstance<DKGSessionMetadata> {
51
- data_decoded: DKGSessionMetadata;
52
- type_arguments: [];
53
- }
54
42
  interface DKGSessionState {
55
43
  metadata: dkg.DKGSessionMetadata;
56
44
  start_time_us: bigint;
@@ -60,10 +48,6 @@ export declare namespace dkg {
60
48
  const TYPE_QNAME = "0x1::dkg::DKGSessionState";
61
49
  function type(): TypeDescriptor<DKGSessionState>;
62
50
  }
63
- interface DKGSessionStateInstance extends TypedEventInstance<DKGSessionState> {
64
- data_decoded: DKGSessionState;
65
- type_arguments: [];
66
- }
67
51
  interface DKGStartEvent {
68
52
  session_metadata: dkg.DKGSessionMetadata;
69
53
  start_time_us: bigint;
@@ -106,10 +90,6 @@ export declare namespace code {
106
90
  const TYPE_QNAME = "0x1::code::ModuleMetadata";
107
91
  function type(): TypeDescriptor<ModuleMetadata>;
108
92
  }
109
- interface ModuleMetadataInstance extends TypedEventInstance<ModuleMetadata> {
110
- data_decoded: ModuleMetadata;
111
- type_arguments: [];
112
- }
113
93
  interface PackageDep {
114
94
  account: MoveAddressType;
115
95
  package_name: string;
@@ -118,10 +98,6 @@ export declare namespace code {
118
98
  const TYPE_QNAME = "0x1::code::PackageDep";
119
99
  function type(): TypeDescriptor<PackageDep>;
120
100
  }
121
- interface PackageDepInstance extends TypedEventInstance<PackageDep> {
122
- data_decoded: PackageDep;
123
- type_arguments: [];
124
- }
125
101
  interface PackageMetadata {
126
102
  name: string;
127
103
  upgrade_policy: code.UpgradePolicy;
@@ -136,10 +112,6 @@ export declare namespace code {
136
112
  const TYPE_QNAME = "0x1::code::PackageMetadata";
137
113
  function type(): TypeDescriptor<PackageMetadata>;
138
114
  }
139
- interface PackageMetadataInstance extends TypedEventInstance<PackageMetadata> {
140
- data_decoded: PackageMetadata;
141
- type_arguments: [];
142
- }
143
115
  interface PackageRegistry {
144
116
  packages: code.PackageMetadata[];
145
117
  }
@@ -147,10 +119,6 @@ export declare namespace code {
147
119
  const TYPE_QNAME = "0x1::code::PackageRegistry";
148
120
  function type(): TypeDescriptor<PackageRegistry>;
149
121
  }
150
- interface PackageRegistryInstance extends TypedEventInstance<PackageRegistry> {
151
- data_decoded: PackageRegistry;
152
- type_arguments: [];
153
- }
154
122
  interface PublishPackage {
155
123
  code_address: MoveAddressType;
156
124
  is_upgrade: boolean;
@@ -170,10 +138,6 @@ export declare namespace code {
170
138
  const TYPE_QNAME = "0x1::code::UpgradePolicy";
171
139
  function type(): TypeDescriptor<UpgradePolicy>;
172
140
  }
173
- interface UpgradePolicyInstance extends TypedEventInstance<UpgradePolicy> {
174
- data_decoded: UpgradePolicy;
175
- type_arguments: [];
176
- }
177
141
  namespace entry {
178
142
  function publishPackageTxn(client: Aptos, account: AptosAccount, request: {
179
143
  typeArguments: [];
@@ -483,10 +447,6 @@ export declare namespace guid {
483
447
  const TYPE_QNAME = "0x1::guid::GUID";
484
448
  function type(): TypeDescriptor<GUID>;
485
449
  }
486
- interface GUIDInstance extends TypedEventInstance<GUID> {
487
- data_decoded: GUID;
488
- type_arguments: [];
489
- }
490
450
  interface ID {
491
451
  creation_num: bigint;
492
452
  addr: MoveAddressType;
@@ -495,10 +455,6 @@ export declare namespace guid {
495
455
  const TYPE_QNAME = "0x1::guid::ID";
496
456
  function type(): TypeDescriptor<ID>;
497
457
  }
498
- interface IDInstance extends TypedEventInstance<ID> {
499
- data_decoded: ID;
500
- type_arguments: [];
501
- }
502
458
  namespace entry { }
503
459
  namespace view { }
504
460
  }
@@ -514,10 +470,6 @@ export declare namespace jwks {
514
470
  const TYPE_QNAME = "0x1::jwks::AllProvidersJWKs";
515
471
  function type(): TypeDescriptor<AllProvidersJWKs>;
516
472
  }
517
- interface AllProvidersJWKsInstance extends TypedEventInstance<AllProvidersJWKs> {
518
- data_decoded: AllProvidersJWKs;
519
- type_arguments: [];
520
- }
521
473
  interface FederatedJWKs {
522
474
  jwks: jwks.AllProvidersJWKs;
523
475
  }
@@ -532,10 +484,6 @@ export declare namespace jwks {
532
484
  const TYPE_QNAME = "0x1::jwks::JWK";
533
485
  function type(): TypeDescriptor<JWK>;
534
486
  }
535
- interface JWKInstance extends TypedEventInstance<JWK> {
536
- data_decoded: JWK;
537
- type_arguments: [];
538
- }
539
487
  interface OIDCProvider {
540
488
  name: string;
541
489
  config_url: string;
@@ -544,10 +492,6 @@ export declare namespace jwks {
544
492
  const TYPE_QNAME = "0x1::jwks::OIDCProvider";
545
493
  function type(): TypeDescriptor<OIDCProvider>;
546
494
  }
547
- interface OIDCProviderInstance extends TypedEventInstance<OIDCProvider> {
548
- data_decoded: OIDCProvider;
549
- type_arguments: [];
550
- }
551
495
  interface ObservedJWKs {
552
496
  jwks: jwks.AllProvidersJWKs;
553
497
  }
@@ -555,10 +499,6 @@ export declare namespace jwks {
555
499
  const TYPE_QNAME = "0x1::jwks::ObservedJWKs";
556
500
  function type(): TypeDescriptor<ObservedJWKs>;
557
501
  }
558
- interface ObservedJWKsInstance extends TypedEventInstance<ObservedJWKs> {
559
- data_decoded: ObservedJWKs;
560
- type_arguments: [];
561
- }
562
502
  interface ObservedJWKsUpdated {
563
503
  epoch: bigint;
564
504
  jwks: jwks.AllProvidersJWKs;
@@ -578,10 +518,6 @@ export declare namespace jwks {
578
518
  const TYPE_QNAME = "0x1::jwks::Patch";
579
519
  function type(): TypeDescriptor<Patch>;
580
520
  }
581
- interface PatchInstance extends TypedEventInstance<Patch> {
582
- data_decoded: Patch;
583
- type_arguments: [];
584
- }
585
521
  interface PatchRemoveAll {
586
522
  dummy_field: boolean;
587
523
  }
@@ -589,10 +525,6 @@ export declare namespace jwks {
589
525
  const TYPE_QNAME = "0x1::jwks::PatchRemoveAll";
590
526
  function type(): TypeDescriptor<PatchRemoveAll>;
591
527
  }
592
- interface PatchRemoveAllInstance extends TypedEventInstance<PatchRemoveAll> {
593
- data_decoded: PatchRemoveAll;
594
- type_arguments: [];
595
- }
596
528
  interface PatchRemoveIssuer {
597
529
  issuer: string;
598
530
  }
@@ -600,10 +532,6 @@ export declare namespace jwks {
600
532
  const TYPE_QNAME = "0x1::jwks::PatchRemoveIssuer";
601
533
  function type(): TypeDescriptor<PatchRemoveIssuer>;
602
534
  }
603
- interface PatchRemoveIssuerInstance extends TypedEventInstance<PatchRemoveIssuer> {
604
- data_decoded: PatchRemoveIssuer;
605
- type_arguments: [];
606
- }
607
535
  interface PatchRemoveJWK {
608
536
  issuer: string;
609
537
  jwk_id: string;
@@ -612,10 +540,6 @@ export declare namespace jwks {
612
540
  const TYPE_QNAME = "0x1::jwks::PatchRemoveJWK";
613
541
  function type(): TypeDescriptor<PatchRemoveJWK>;
614
542
  }
615
- interface PatchRemoveJWKInstance extends TypedEventInstance<PatchRemoveJWK> {
616
- data_decoded: PatchRemoveJWK;
617
- type_arguments: [];
618
- }
619
543
  interface PatchUpsertJWK {
620
544
  issuer: string;
621
545
  jwk: jwks.JWK;
@@ -624,10 +548,6 @@ export declare namespace jwks {
624
548
  const TYPE_QNAME = "0x1::jwks::PatchUpsertJWK";
625
549
  function type(): TypeDescriptor<PatchUpsertJWK>;
626
550
  }
627
- interface PatchUpsertJWKInstance extends TypedEventInstance<PatchUpsertJWK> {
628
- data_decoded: PatchUpsertJWK;
629
- type_arguments: [];
630
- }
631
551
  interface PatchedJWKs {
632
552
  jwks: jwks.AllProvidersJWKs;
633
553
  }
@@ -651,10 +571,6 @@ export declare namespace jwks {
651
571
  const TYPE_QNAME = "0x1::jwks::ProviderJWKs";
652
572
  function type(): TypeDescriptor<ProviderJWKs>;
653
573
  }
654
- interface ProviderJWKsInstance extends TypedEventInstance<ProviderJWKs> {
655
- data_decoded: ProviderJWKs;
656
- type_arguments: [];
657
- }
658
574
  interface RSA_JWK {
659
575
  kid: string;
660
576
  kty: string;
@@ -666,10 +582,6 @@ export declare namespace jwks {
666
582
  const TYPE_QNAME = "0x1::jwks::RSA_JWK";
667
583
  function type(): TypeDescriptor<RSA_JWK>;
668
584
  }
669
- interface RSA_JWKInstance extends TypedEventInstance<RSA_JWK> {
670
- data_decoded: RSA_JWK;
671
- type_arguments: [];
672
- }
673
585
  interface SupportedOIDCProviders {
674
586
  providers: jwks.OIDCProvider[];
675
587
  }
@@ -677,10 +589,6 @@ export declare namespace jwks {
677
589
  const TYPE_QNAME = "0x1::jwks::SupportedOIDCProviders";
678
590
  function type(): TypeDescriptor<SupportedOIDCProviders>;
679
591
  }
680
- interface SupportedOIDCProvidersInstance extends TypedEventInstance<SupportedOIDCProviders> {
681
- data_decoded: SupportedOIDCProviders;
682
- type_arguments: [];
683
- }
684
592
  interface UnsupportedJWK {
685
593
  id: string;
686
594
  payload: string;
@@ -689,10 +597,6 @@ export declare namespace jwks {
689
597
  const TYPE_QNAME = "0x1::jwks::UnsupportedJWK";
690
598
  function type(): TypeDescriptor<UnsupportedJWK>;
691
599
  }
692
- interface UnsupportedJWKInstance extends TypedEventInstance<UnsupportedJWK> {
693
- data_decoded: UnsupportedJWK;
694
- type_arguments: [];
695
- }
696
600
  namespace entry {
697
601
  function updateFederatedJwkSet(client: Aptos, account: AptosAccount, request: {
698
602
  typeArguments: [];
@@ -908,10 +812,6 @@ export declare namespace stake {
908
812
  const TYPE_QNAME = "0x1::stake::IndividualValidatorPerformance";
909
813
  function type(): TypeDescriptor<IndividualValidatorPerformance>;
910
814
  }
911
- interface IndividualValidatorPerformanceInstance extends TypedEventInstance<IndividualValidatorPerformance> {
912
- data_decoded: IndividualValidatorPerformance;
913
- type_arguments: [];
914
- }
915
815
  interface JoinValidatorSet {
916
816
  pool_address: MoveAddressType;
917
817
  }
@@ -1150,10 +1050,6 @@ export declare namespace stake {
1150
1050
  const TYPE_QNAME = "0x1::stake::ValidatorConfig";
1151
1051
  function type(): TypeDescriptor<ValidatorConfig>;
1152
1052
  }
1153
- interface ValidatorConfigInstance extends TypedEventInstance<ValidatorConfig> {
1154
- data_decoded: ValidatorConfig;
1155
- type_arguments: [];
1156
- }
1157
1053
  interface ValidatorFees {
1158
1054
  fees_table: table.Table<MoveAddressType, coin.Coin<aptos_coin.AptosCoin>>;
1159
1055
  }
@@ -1170,10 +1066,6 @@ export declare namespace stake {
1170
1066
  const TYPE_QNAME = "0x1::stake::ValidatorInfo";
1171
1067
  function type(): TypeDescriptor<ValidatorInfo>;
1172
1068
  }
1173
- interface ValidatorInfoInstance extends TypedEventInstance<ValidatorInfo> {
1174
- data_decoded: ValidatorInfo;
1175
- type_arguments: [];
1176
- }
1177
1069
  interface ValidatorPerformance {
1178
1070
  validators: stake.IndividualValidatorPerformance[];
1179
1071
  }
@@ -1193,10 +1085,6 @@ export declare namespace stake {
1193
1085
  const TYPE_QNAME = "0x1::stake::ValidatorSet";
1194
1086
  function type(): TypeDescriptor<ValidatorSet>;
1195
1087
  }
1196
- interface ValidatorSetInstance extends TypedEventInstance<ValidatorSet> {
1197
- data_decoded: ValidatorSet;
1198
- type_arguments: [];
1199
- }
1200
1088
  interface WithdrawStake {
1201
1089
  pool_address: MoveAddressType;
1202
1090
  amount_withdrawn: bigint;
@@ -1319,10 +1207,6 @@ export declare namespace table {
1319
1207
  const TYPE_QNAME = "0x1::table::Box";
1320
1208
  function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<Box<T0>>;
1321
1209
  }
1322
- interface BoxInstance extends TypedEventInstance<Box<any>> {
1323
- data_decoded: Box<any>;
1324
- type_arguments: [string];
1325
- }
1326
1210
  interface Table<T0, T1> {
1327
1211
  handle: MoveAddressType;
1328
1212
  }
@@ -1353,10 +1237,6 @@ export declare namespace object$ {
1353
1237
  const TYPE_QNAME = "0x1::object::DeleteRef";
1354
1238
  function type(): TypeDescriptor<DeleteRef>;
1355
1239
  }
1356
- interface DeleteRefInstance extends TypedEventInstance<DeleteRef> {
1357
- data_decoded: DeleteRef;
1358
- type_arguments: [];
1359
- }
1360
1240
  interface DeriveRef {
1361
1241
  self: MoveAddressType;
1362
1242
  }
@@ -1364,10 +1244,6 @@ export declare namespace object$ {
1364
1244
  const TYPE_QNAME = "0x1::object::DeriveRef";
1365
1245
  function type(): TypeDescriptor<DeriveRef>;
1366
1246
  }
1367
- interface DeriveRefInstance extends TypedEventInstance<DeriveRef> {
1368
- data_decoded: DeriveRef;
1369
- type_arguments: [];
1370
- }
1371
1247
  interface ExtendRef {
1372
1248
  self: MoveAddressType;
1373
1249
  }
@@ -1375,10 +1251,6 @@ export declare namespace object$ {
1375
1251
  const TYPE_QNAME = "0x1::object::ExtendRef";
1376
1252
  function type(): TypeDescriptor<ExtendRef>;
1377
1253
  }
1378
- interface ExtendRefInstance extends TypedEventInstance<ExtendRef> {
1379
- data_decoded: ExtendRef;
1380
- type_arguments: [];
1381
- }
1382
1254
  interface LinearTransferRef {
1383
1255
  self: MoveAddressType;
1384
1256
  owner: MoveAddressType;
@@ -1394,10 +1266,6 @@ export declare namespace object$ {
1394
1266
  const TYPE_QNAME = "0x1::object::Object";
1395
1267
  function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<Object<T0>>;
1396
1268
  }
1397
- interface ObjectInstance extends TypedEventInstance<Object<any>> {
1398
- data_decoded: Object<any>;
1399
- type_arguments: [string];
1400
- }
1401
1269
  interface ObjectCore {
1402
1270
  guid_creation_num: bigint;
1403
1271
  owner: MoveAddressType;
@@ -1455,10 +1323,6 @@ export declare namespace object$ {
1455
1323
  const TYPE_QNAME = "0x1::object::TransferRef";
1456
1324
  function type(): TypeDescriptor<TransferRef>;
1457
1325
  }
1458
- interface TransferRefInstance extends TypedEventInstance<TransferRef> {
1459
- data_decoded: TransferRef;
1460
- type_arguments: [];
1461
- }
1462
1326
  interface Untransferable {
1463
1327
  dummy_field: boolean;
1464
1328
  }
@@ -1507,10 +1371,6 @@ export declare namespace option {
1507
1371
  const TYPE_QNAME = "0x1::option::Option";
1508
1372
  function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<Option<T0>>;
1509
1373
  }
1510
- interface OptionInstance extends TypedEventInstance<Option<any>> {
1511
- data_decoded: Option<any>;
1512
- type_arguments: [string];
1513
- }
1514
1374
  namespace entry { }
1515
1375
  namespace view { }
1516
1376
  }
@@ -1526,10 +1386,6 @@ export declare namespace string$ {
1526
1386
  const TYPE_QNAME = "0x1::string::String";
1527
1387
  function type(): TypeDescriptor<String>;
1528
1388
  }
1529
- interface StringInstance extends TypedEventInstance<String> {
1530
- data_decoded: String;
1531
- type_arguments: [];
1532
- }
1533
1389
  namespace entry { }
1534
1390
  namespace view { }
1535
1391
  }
@@ -1804,10 +1660,6 @@ export declare namespace account {
1804
1660
  const TYPE_QNAME = "0x1::account::RotationCapability";
1805
1661
  function type(): TypeDescriptor<RotationCapability>;
1806
1662
  }
1807
- interface RotationCapabilityInstance extends TypedEventInstance<RotationCapability> {
1808
- data_decoded: RotationCapability;
1809
- type_arguments: [];
1810
- }
1811
1663
  interface RotationCapabilityOfferProofChallenge {
1812
1664
  sequence_number: bigint;
1813
1665
  recipient_address: MoveAddressType;
@@ -1843,10 +1695,6 @@ export declare namespace account {
1843
1695
  const TYPE_QNAME = "0x1::account::SignerCapability";
1844
1696
  function type(): TypeDescriptor<SignerCapability>;
1845
1697
  }
1846
- interface SignerCapabilityInstance extends TypedEventInstance<SignerCapability> {
1847
- data_decoded: SignerCapability;
1848
- type_arguments: [];
1849
- }
1850
1698
  interface SignerCapabilityOfferProofChallenge {
1851
1699
  sequence_number: bigint;
1852
1700
  recipient_address: MoveAddressType;
@@ -1937,10 +1785,6 @@ export declare namespace ed25519 {
1937
1785
  const TYPE_QNAME = "0x1::ed25519::Signature";
1938
1786
  function type(): TypeDescriptor<Signature>;
1939
1787
  }
1940
- interface SignatureInstance extends TypedEventInstance<Signature> {
1941
- data_decoded: Signature;
1942
- type_arguments: [];
1943
- }
1944
1788
  interface SignedMessage<T0> {
1945
1789
  type_info: type_info.TypeInfo;
1946
1790
  inner: T0;
@@ -1956,10 +1800,6 @@ export declare namespace ed25519 {
1956
1800
  const TYPE_QNAME = "0x1::ed25519::UnvalidatedPublicKey";
1957
1801
  function type(): TypeDescriptor<UnvalidatedPublicKey>;
1958
1802
  }
1959
- interface UnvalidatedPublicKeyInstance extends TypedEventInstance<UnvalidatedPublicKey> {
1960
- data_decoded: UnvalidatedPublicKey;
1961
- type_arguments: [];
1962
- }
1963
1803
  interface ValidatedPublicKey {
1964
1804
  bytes: string;
1965
1805
  }
@@ -1967,10 +1807,6 @@ export declare namespace ed25519 {
1967
1807
  const TYPE_QNAME = "0x1::ed25519::ValidatedPublicKey";
1968
1808
  function type(): TypeDescriptor<ValidatedPublicKey>;
1969
1809
  }
1970
- interface ValidatedPublicKeyInstance extends TypedEventInstance<ValidatedPublicKey> {
1971
- data_decoded: ValidatedPublicKey;
1972
- type_arguments: [];
1973
- }
1974
1810
  namespace entry { }
1975
1811
  namespace view { }
1976
1812
  }
@@ -2039,10 +1875,6 @@ export declare namespace version {
2039
1875
  const TYPE_QNAME = "0x1::version::Version";
2040
1876
  function type(): TypeDescriptor<Version>;
2041
1877
  }
2042
- interface VersionInstance extends TypedEventInstance<Version> {
2043
- data_decoded: Version;
2044
- type_arguments: [];
2045
- }
2046
1878
  namespace entry {
2047
1879
  function setForNextEpoch(client: Aptos, account: AptosAccount, request: {
2048
1880
  typeArguments: [];
@@ -2404,10 +2236,6 @@ export declare namespace vesting {
2404
2236
  const TYPE_QNAME = "0x1::vesting::VestingSchedule";
2405
2237
  function type(): TypeDescriptor<VestingSchedule>;
2406
2238
  }
2407
- interface VestingScheduleInstance extends TypedEventInstance<VestingSchedule> {
2408
- data_decoded: VestingSchedule;
2409
- type_arguments: [];
2410
- }
2411
2239
  namespace entry {
2412
2240
  function adminWithdraw(client: Aptos, account: AptosAccount, request: {
2413
2241
  typeArguments: [];
@@ -2535,10 +2363,6 @@ export declare namespace bls12381 {
2535
2363
  const TYPE_QNAME = "0x1::bls12381::AggrOrMultiSignature";
2536
2364
  function type(): TypeDescriptor<AggrOrMultiSignature>;
2537
2365
  }
2538
- interface AggrOrMultiSignatureInstance extends TypedEventInstance<AggrOrMultiSignature> {
2539
- data_decoded: AggrOrMultiSignature;
2540
- type_arguments: [];
2541
- }
2542
2366
  interface AggrPublicKeysWithPoP {
2543
2367
  bytes: string;
2544
2368
  }
@@ -2546,10 +2370,6 @@ export declare namespace bls12381 {
2546
2370
  const TYPE_QNAME = "0x1::bls12381::AggrPublicKeysWithPoP";
2547
2371
  function type(): TypeDescriptor<AggrPublicKeysWithPoP>;
2548
2372
  }
2549
- interface AggrPublicKeysWithPoPInstance extends TypedEventInstance<AggrPublicKeysWithPoP> {
2550
- data_decoded: AggrPublicKeysWithPoP;
2551
- type_arguments: [];
2552
- }
2553
2373
  interface ProofOfPossession {
2554
2374
  bytes: string;
2555
2375
  }
@@ -2557,10 +2377,6 @@ export declare namespace bls12381 {
2557
2377
  const TYPE_QNAME = "0x1::bls12381::ProofOfPossession";
2558
2378
  function type(): TypeDescriptor<ProofOfPossession>;
2559
2379
  }
2560
- interface ProofOfPossessionInstance extends TypedEventInstance<ProofOfPossession> {
2561
- data_decoded: ProofOfPossession;
2562
- type_arguments: [];
2563
- }
2564
2380
  interface PublicKey {
2565
2381
  bytes: string;
2566
2382
  }
@@ -2568,10 +2384,6 @@ export declare namespace bls12381 {
2568
2384
  const TYPE_QNAME = "0x1::bls12381::PublicKey";
2569
2385
  function type(): TypeDescriptor<PublicKey>;
2570
2386
  }
2571
- interface PublicKeyInstance extends TypedEventInstance<PublicKey> {
2572
- data_decoded: PublicKey;
2573
- type_arguments: [];
2574
- }
2575
2387
  interface PublicKeyWithPoP {
2576
2388
  bytes: string;
2577
2389
  }
@@ -2579,10 +2391,6 @@ export declare namespace bls12381 {
2579
2391
  const TYPE_QNAME = "0x1::bls12381::PublicKeyWithPoP";
2580
2392
  function type(): TypeDescriptor<PublicKeyWithPoP>;
2581
2393
  }
2582
- interface PublicKeyWithPoPInstance extends TypedEventInstance<PublicKeyWithPoP> {
2583
- data_decoded: PublicKeyWithPoP;
2584
- type_arguments: [];
2585
- }
2586
2394
  interface Signature {
2587
2395
  bytes: string;
2588
2396
  }
@@ -2590,10 +2398,6 @@ export declare namespace bls12381 {
2590
2398
  const TYPE_QNAME = "0x1::bls12381::Signature";
2591
2399
  function type(): TypeDescriptor<Signature>;
2592
2400
  }
2593
- interface SignatureInstance extends TypedEventInstance<Signature> {
2594
- data_decoded: Signature;
2595
- type_arguments: [];
2596
- }
2597
2401
  namespace entry { }
2598
2402
  namespace view { }
2599
2403
  }
@@ -2660,10 +2464,6 @@ export declare namespace secp256k1 {
2660
2464
  const TYPE_QNAME = "0x1::secp256k1::ECDSARawPublicKey";
2661
2465
  function type(): TypeDescriptor<ECDSARawPublicKey>;
2662
2466
  }
2663
- interface ECDSARawPublicKeyInstance extends TypedEventInstance<ECDSARawPublicKey> {
2664
- data_decoded: ECDSARawPublicKey;
2665
- type_arguments: [];
2666
- }
2667
2467
  interface ECDSASignature {
2668
2468
  bytes: string;
2669
2469
  }
@@ -2671,10 +2471,6 @@ export declare namespace secp256k1 {
2671
2471
  const TYPE_QNAME = "0x1::secp256k1::ECDSASignature";
2672
2472
  function type(): TypeDescriptor<ECDSASignature>;
2673
2473
  }
2674
- interface ECDSASignatureInstance extends TypedEventInstance<ECDSASignature> {
2675
- data_decoded: ECDSASignature;
2676
- type_arguments: [];
2677
- }
2678
2474
  namespace entry { }
2679
2475
  namespace view { }
2680
2476
  }
@@ -2702,10 +2498,6 @@ export declare namespace type_info {
2702
2498
  const TYPE_QNAME = "0x1::type_info::TypeInfo";
2703
2499
  function type(): TypeDescriptor<TypeInfo>;
2704
2500
  }
2705
- interface TypeInfoInstance extends TypedEventInstance<TypeInfo> {
2706
- data_decoded: TypeInfo;
2707
- type_arguments: [];
2708
- }
2709
2501
  namespace entry { }
2710
2502
  namespace view { }
2711
2503
  }
@@ -2793,10 +2585,6 @@ export declare namespace bit_vector {
2793
2585
  const TYPE_QNAME = "0x1::bit_vector::BitVector";
2794
2586
  function type(): TypeDescriptor<BitVector>;
2795
2587
  }
2796
- interface BitVectorInstance extends TypedEventInstance<BitVector> {
2797
- data_decoded: BitVector;
2798
- type_arguments: [];
2799
- }
2800
2588
  namespace entry { }
2801
2589
  namespace view { }
2802
2590
  }
@@ -2880,10 +2668,6 @@ export declare namespace simple_map {
2880
2668
  const TYPE_QNAME = "0x1::simple_map::Element";
2881
2669
  function type<T0, T1>(arg0?: TypeDescriptor<T0>, arg1?: TypeDescriptor<T1>): TypeDescriptor<Element<T0, T1>>;
2882
2670
  }
2883
- interface ElementInstance extends TypedEventInstance<Element<any, any>> {
2884
- data_decoded: Element<any, any>;
2885
- type_arguments: [string, string];
2886
- }
2887
2671
  interface SimpleMap<T0, T1> {
2888
2672
  data: simple_map.Element<T0, T1>[];
2889
2673
  }
@@ -2891,10 +2675,6 @@ export declare namespace simple_map {
2891
2675
  const TYPE_QNAME = "0x1::simple_map::SimpleMap";
2892
2676
  function type<T0, T1>(arg0?: TypeDescriptor<T0>, arg1?: TypeDescriptor<T1>): TypeDescriptor<SimpleMap<T0, T1>>;
2893
2677
  }
2894
- interface SimpleMapInstance extends TypedEventInstance<SimpleMap<any, any>> {
2895
- data_decoded: SimpleMap<any, any>;
2896
- type_arguments: [string, string];
2897
- }
2898
2678
  namespace entry { }
2899
2679
  namespace view { }
2900
2680
  }
@@ -2908,10 +2688,6 @@ export declare namespace smart_table {
2908
2688
  const TYPE_QNAME = "0x1::smart_table::Entry";
2909
2689
  function type<T0, T1>(arg0?: TypeDescriptor<T0>, arg1?: TypeDescriptor<T1>): TypeDescriptor<Entry<T0, T1>>;
2910
2690
  }
2911
- interface EntryInstance extends TypedEventInstance<Entry<any, any>> {
2912
- data_decoded: Entry<any, any>;
2913
- type_arguments: [string, string];
2914
- }
2915
2691
  interface SmartTable<T0, T1> {
2916
2692
  buckets: table_with_length.TableWithLength<bigint, smart_table.Entry<T0, T1>[]>;
2917
2693
  num_buckets: bigint;
@@ -2937,10 +2713,6 @@ export declare namespace storage_gas {
2937
2713
  const TYPE_QNAME = "0x1::storage_gas::GasCurve";
2938
2714
  function type(): TypeDescriptor<GasCurve>;
2939
2715
  }
2940
- interface GasCurveInstance extends TypedEventInstance<GasCurve> {
2941
- data_decoded: GasCurve;
2942
- type_arguments: [];
2943
- }
2944
2716
  interface Point {
2945
2717
  x: bigint;
2946
2718
  y: bigint;
@@ -2949,10 +2721,6 @@ export declare namespace storage_gas {
2949
2721
  const TYPE_QNAME = "0x1::storage_gas::Point";
2950
2722
  function type(): TypeDescriptor<Point>;
2951
2723
  }
2952
- interface PointInstance extends TypedEventInstance<Point> {
2953
- data_decoded: Point;
2954
- type_arguments: [];
2955
- }
2956
2724
  interface StorageGas {
2957
2725
  per_item_read: bigint;
2958
2726
  per_item_create: bigint;
@@ -2983,10 +2751,6 @@ export declare namespace storage_gas {
2983
2751
  const TYPE_QNAME = "0x1::storage_gas::UsageGasConfig";
2984
2752
  function type(): TypeDescriptor<UsageGasConfig>;
2985
2753
  }
2986
- interface UsageGasConfigInstance extends TypedEventInstance<UsageGasConfig> {
2987
- data_decoded: UsageGasConfig;
2988
- type_arguments: [];
2989
- }
2990
2754
  namespace entry { }
2991
2755
  namespace view { }
2992
2756
  }
@@ -3013,10 +2777,6 @@ export declare namespace copyable_any {
3013
2777
  const TYPE_QNAME = "0x1::copyable_any::Any";
3014
2778
  function type(): TypeDescriptor<Any>;
3015
2779
  }
3016
- interface AnyInstance extends TypedEventInstance<Any> {
3017
- data_decoded: Any;
3018
- type_arguments: [];
3019
- }
3020
2780
  namespace entry { }
3021
2781
  namespace view { }
3022
2782
  }
@@ -3029,10 +2789,6 @@ export declare namespace gas_schedule {
3029
2789
  const TYPE_QNAME = "0x1::gas_schedule::GasEntry";
3030
2790
  function type(): TypeDescriptor<GasEntry>;
3031
2791
  }
3032
- interface GasEntryInstance extends TypedEventInstance<GasEntry> {
3033
- data_decoded: GasEntry;
3034
- type_arguments: [];
3035
- }
3036
2792
  interface GasSchedule {
3037
2793
  entries: gas_schedule.GasEntry[];
3038
2794
  }
@@ -3048,10 +2804,6 @@ export declare namespace gas_schedule {
3048
2804
  const TYPE_QNAME = "0x1::gas_schedule::GasScheduleV2";
3049
2805
  function type(): TypeDescriptor<GasScheduleV2>;
3050
2806
  }
3051
- interface GasScheduleV2Instance extends TypedEventInstance<GasScheduleV2> {
3052
- data_decoded: GasScheduleV2;
3053
- type_arguments: [];
3054
- }
3055
2807
  namespace entry { }
3056
2808
  namespace view { }
3057
2809
  }
@@ -3101,10 +2853,6 @@ export declare namespace ristretto255 {
3101
2853
  const TYPE_QNAME = "0x1::ristretto255::CompressedRistretto";
3102
2854
  function type(): TypeDescriptor<CompressedRistretto>;
3103
2855
  }
3104
- interface CompressedRistrettoInstance extends TypedEventInstance<CompressedRistretto> {
3105
- data_decoded: CompressedRistretto;
3106
- type_arguments: [];
3107
- }
3108
2856
  interface RistrettoPoint {
3109
2857
  handle: bigint;
3110
2858
  }
@@ -3119,10 +2867,6 @@ export declare namespace ristretto255 {
3119
2867
  const TYPE_QNAME = "0x1::ristretto255::Scalar";
3120
2868
  function type(): TypeDescriptor<Scalar>;
3121
2869
  }
3122
- interface ScalarInstance extends TypedEventInstance<Scalar> {
3123
- data_decoded: Scalar;
3124
- type_arguments: [];
3125
- }
3126
2870
  namespace entry { }
3127
2871
  namespace view { }
3128
2872
  }
@@ -3149,10 +2893,6 @@ export declare namespace string_utils {
3149
2893
  const TYPE_QNAME = "0x1::string_utils::Cons";
3150
2894
  function type<T0, T1>(arg0?: TypeDescriptor<T0>, arg1?: TypeDescriptor<T1>): TypeDescriptor<Cons<T0, T1>>;
3151
2895
  }
3152
- interface ConsInstance extends TypedEventInstance<Cons<any, any>> {
3153
- data_decoded: Cons<any, any>;
3154
- type_arguments: [string, string];
3155
- }
3156
2896
  interface FakeCons<T0, T1> {
3157
2897
  car: T0;
3158
2898
  cdr: T1;
@@ -3161,10 +2901,6 @@ export declare namespace string_utils {
3161
2901
  const TYPE_QNAME = "0x1::string_utils::FakeCons";
3162
2902
  function type<T0, T1>(arg0?: TypeDescriptor<T0>, arg1?: TypeDescriptor<T1>): TypeDescriptor<FakeCons<T0, T1>>;
3163
2903
  }
3164
- interface FakeConsInstance extends TypedEventInstance<FakeCons<any, any>> {
3165
- data_decoded: FakeCons<any, any>;
3166
- type_arguments: [string, string];
3167
- }
3168
2904
  interface NIL {
3169
2905
  dummy_field: boolean;
3170
2906
  }
@@ -3172,10 +2908,6 @@ export declare namespace string_utils {
3172
2908
  const TYPE_QNAME = "0x1::string_utils::NIL";
3173
2909
  function type(): TypeDescriptor<NIL>;
3174
2910
  }
3175
- interface NILInstance extends TypedEventInstance<NIL> {
3176
- data_decoded: NIL;
3177
- type_arguments: [];
3178
- }
3179
2911
  namespace entry { }
3180
2912
  namespace view { }
3181
2913
  }
@@ -3188,10 +2920,6 @@ export declare namespace aggregator_v2 {
3188
2920
  const TYPE_QNAME = "0x1::aggregator_v2::Aggregator";
3189
2921
  function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<Aggregator<T0>>;
3190
2922
  }
3191
- interface AggregatorInstance extends TypedEventInstance<Aggregator<any>> {
3192
- data_decoded: Aggregator<any>;
3193
- type_arguments: [string];
3194
- }
3195
2923
  interface AggregatorSnapshot<T0> {
3196
2924
  value: T0;
3197
2925
  }
@@ -3199,10 +2927,6 @@ export declare namespace aggregator_v2 {
3199
2927
  const TYPE_QNAME = "0x1::aggregator_v2::AggregatorSnapshot";
3200
2928
  function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<AggregatorSnapshot<T0>>;
3201
2929
  }
3202
- interface AggregatorSnapshotInstance extends TypedEventInstance<AggregatorSnapshot<any>> {
3203
- data_decoded: AggregatorSnapshot<any>;
3204
- type_arguments: [string];
3205
- }
3206
2930
  interface DerivedStringSnapshot {
3207
2931
  value: string;
3208
2932
  padding: string;
@@ -3211,10 +2935,6 @@ export declare namespace aggregator_v2 {
3211
2935
  const TYPE_QNAME = "0x1::aggregator_v2::DerivedStringSnapshot";
3212
2936
  function type(): TypeDescriptor<DerivedStringSnapshot>;
3213
2937
  }
3214
- interface DerivedStringSnapshotInstance extends TypedEventInstance<DerivedStringSnapshot> {
3215
- data_decoded: DerivedStringSnapshot;
3216
- type_arguments: [];
3217
- }
3218
2938
  namespace entry { }
3219
2939
  namespace view { }
3220
2940
  }
@@ -3425,10 +3145,6 @@ export declare namespace fixed_point32 {
3425
3145
  const TYPE_QNAME = "0x1::fixed_point32::FixedPoint32";
3426
3146
  function type(): TypeDescriptor<FixedPoint32>;
3427
3147
  }
3428
- interface FixedPoint32Instance extends TypedEventInstance<FixedPoint32> {
3429
- data_decoded: FixedPoint32;
3430
- type_arguments: [];
3431
- }
3432
3148
  namespace entry { }
3433
3149
  namespace view { }
3434
3150
  }
@@ -3440,10 +3156,6 @@ export declare namespace fixed_point64 {
3440
3156
  const TYPE_QNAME = "0x1::fixed_point64::FixedPoint64";
3441
3157
  function type(): TypeDescriptor<FixedPoint64>;
3442
3158
  }
3443
- interface FixedPoint64Instance extends TypedEventInstance<FixedPoint64> {
3444
- data_decoded: FixedPoint64;
3445
- type_arguments: [];
3446
- }
3447
3159
  namespace entry { }
3448
3160
  namespace view { }
3449
3161
  }
@@ -3457,10 +3169,6 @@ export declare namespace function_info {
3457
3169
  const TYPE_QNAME = "0x1::function_info::FunctionInfo";
3458
3170
  function type(): TypeDescriptor<FunctionInfo>;
3459
3171
  }
3460
- interface FunctionInfoInstance extends TypedEventInstance<FunctionInfo> {
3461
- data_decoded: FunctionInfo;
3462
- type_arguments: [];
3463
- }
3464
3172
  namespace entry { }
3465
3173
  namespace view { }
3466
3174
  }
@@ -3472,10 +3180,6 @@ export declare namespace multi_ed25519 {
3472
3180
  const TYPE_QNAME = "0x1::multi_ed25519::Signature";
3473
3181
  function type(): TypeDescriptor<Signature>;
3474
3182
  }
3475
- interface SignatureInstance extends TypedEventInstance<Signature> {
3476
- data_decoded: Signature;
3477
- type_arguments: [];
3478
- }
3479
3183
  interface UnvalidatedPublicKey {
3480
3184
  bytes: string;
3481
3185
  }
@@ -3483,10 +3187,6 @@ export declare namespace multi_ed25519 {
3483
3187
  const TYPE_QNAME = "0x1::multi_ed25519::UnvalidatedPublicKey";
3484
3188
  function type(): TypeDescriptor<UnvalidatedPublicKey>;
3485
3189
  }
3486
- interface UnvalidatedPublicKeyInstance extends TypedEventInstance<UnvalidatedPublicKey> {
3487
- data_decoded: UnvalidatedPublicKey;
3488
- type_arguments: [];
3489
- }
3490
3190
  interface ValidatedPublicKey {
3491
3191
  bytes: string;
3492
3192
  }
@@ -3494,10 +3194,6 @@ export declare namespace multi_ed25519 {
3494
3194
  const TYPE_QNAME = "0x1::multi_ed25519::ValidatedPublicKey";
3495
3195
  function type(): TypeDescriptor<ValidatedPublicKey>;
3496
3196
  }
3497
- interface ValidatedPublicKeyInstance extends TypedEventInstance<ValidatedPublicKey> {
3498
- data_decoded: ValidatedPublicKey;
3499
- type_arguments: [];
3500
- }
3501
3197
  namespace entry { }
3502
3198
  namespace view { }
3503
3199
  }
@@ -3562,10 +3258,6 @@ export declare namespace state_storage {
3562
3258
  const TYPE_QNAME = "0x1::state_storage::Usage";
3563
3259
  function type(): TypeDescriptor<Usage>;
3564
3260
  }
3565
- interface UsageInstance extends TypedEventInstance<Usage> {
3566
- data_decoded: Usage;
3567
- type_arguments: [];
3568
- }
3569
3261
  namespace entry { }
3570
3262
  namespace view { }
3571
3263
  }
@@ -3588,10 +3280,6 @@ export declare namespace fungible_asset {
3588
3280
  const TYPE_QNAME = "0x1::fungible_asset::BurnRef";
3589
3281
  function type(): TypeDescriptor<BurnRef>;
3590
3282
  }
3591
- interface BurnRefInstance extends TypedEventInstance<BurnRef> {
3592
- data_decoded: BurnRef;
3593
- type_arguments: [];
3594
- }
3595
3283
  interface ConcurrentFungibleBalance {
3596
3284
  balance: aggregator_v2.Aggregator<bigint>;
3597
3285
  }
@@ -3712,10 +3400,6 @@ export declare namespace fungible_asset {
3712
3400
  const TYPE_QNAME = "0x1::fungible_asset::MintRef";
3713
3401
  function type(): TypeDescriptor<MintRef>;
3714
3402
  }
3715
- interface MintRefInstance extends TypedEventInstance<MintRef> {
3716
- data_decoded: MintRef;
3717
- type_arguments: [];
3718
- }
3719
3403
  interface MutateMetadataRef {
3720
3404
  metadata: object$.Object<fungible_asset.Metadata>;
3721
3405
  }
@@ -3723,10 +3407,6 @@ export declare namespace fungible_asset {
3723
3407
  const TYPE_QNAME = "0x1::fungible_asset::MutateMetadataRef";
3724
3408
  function type(): TypeDescriptor<MutateMetadataRef>;
3725
3409
  }
3726
- interface MutateMetadataRefInstance extends TypedEventInstance<MutateMetadataRef> {
3727
- data_decoded: MutateMetadataRef;
3728
- type_arguments: [];
3729
- }
3730
3410
  interface Supply {
3731
3411
  current: bigint;
3732
3412
  maximum: option.Option<bigint>;
@@ -3742,10 +3422,6 @@ export declare namespace fungible_asset {
3742
3422
  const TYPE_QNAME = "0x1::fungible_asset::TransferRef";
3743
3423
  function type(): TypeDescriptor<TransferRef>;
3744
3424
  }
3745
- interface TransferRefInstance extends TypedEventInstance<TransferRef> {
3746
- data_decoded: TransferRef;
3747
- type_arguments: [];
3748
- }
3749
3425
  interface Untransferable {
3750
3426
  dummy_field: boolean;
3751
3427
  }
@@ -4001,10 +3677,6 @@ export declare namespace delegation_pool {
4001
3677
  const TYPE_QNAME = "0x1::delegation_pool::DelegatedVotes";
4002
3678
  function type(): TypeDescriptor<DelegatedVotes>;
4003
3679
  }
4004
- interface DelegatedVotesInstance extends TypedEventInstance<DelegatedVotes> {
4005
- data_decoded: DelegatedVotes;
4006
- type_arguments: [];
4007
- }
4008
3680
  interface DelegationPool {
4009
3681
  active_shares: pool_u64_unbound.Pool;
4010
3682
  observed_lockup_cycle: delegation_pool.ObservedLockupCycle;
@@ -4128,10 +3800,6 @@ export declare namespace delegation_pool {
4128
3800
  const TYPE_QNAME = "0x1::delegation_pool::ObservedLockupCycle";
4129
3801
  function type(): TypeDescriptor<ObservedLockupCycle>;
4130
3802
  }
4131
- interface ObservedLockupCycleInstance extends TypedEventInstance<ObservedLockupCycle> {
4132
- data_decoded: ObservedLockupCycle;
4133
- type_arguments: [];
4134
- }
4135
3803
  interface ReactivateStake {
4136
3804
  pool_address: MoveAddressType;
4137
3805
  delegator_address: MoveAddressType;
@@ -4233,10 +3901,6 @@ export declare namespace delegation_pool {
4233
3901
  const TYPE_QNAME = "0x1::delegation_pool::VoteDelegation";
4234
3902
  function type(): TypeDescriptor<VoteDelegation>;
4235
3903
  }
4236
- interface VoteDelegationInstance extends TypedEventInstance<VoteDelegation> {
4237
- data_decoded: VoteDelegation;
4238
- type_arguments: [];
4239
- }
4240
3904
  interface VoteEvent {
4241
3905
  voter: MoveAddressType;
4242
3906
  proposal_id: bigint;
@@ -4260,10 +3924,6 @@ export declare namespace delegation_pool {
4260
3924
  const TYPE_QNAME = "0x1::delegation_pool::VotingRecordKey";
4261
3925
  function type(): TypeDescriptor<VotingRecordKey>;
4262
3926
  }
4263
- interface VotingRecordKeyInstance extends TypedEventInstance<VotingRecordKey> {
4264
- data_decoded: VotingRecordKey;
4265
- type_arguments: [];
4266
- }
4267
3927
  interface WithdrawStake {
4268
3928
  pool_address: MoveAddressType;
4269
3929
  delegator_address: MoveAddressType;
@@ -4456,10 +4116,6 @@ export declare namespace keyless_account {
4456
4116
  const TYPE_QNAME = "0x1::keyless_account::Configuration";
4457
4117
  function type(): TypeDescriptor<Configuration>;
4458
4118
  }
4459
- interface ConfigurationInstance extends TypedEventInstance<Configuration> {
4460
- data_decoded: Configuration;
4461
- type_arguments: [];
4462
- }
4463
4119
  interface Groth16VerificationKey {
4464
4120
  alpha_g1: string;
4465
4121
  beta_g2: string;
@@ -4471,10 +4127,6 @@ export declare namespace keyless_account {
4471
4127
  const TYPE_QNAME = "0x1::keyless_account::Groth16VerificationKey";
4472
4128
  function type(): TypeDescriptor<Groth16VerificationKey>;
4473
4129
  }
4474
- interface Groth16VerificationKeyInstance extends TypedEventInstance<Groth16VerificationKey> {
4475
- data_decoded: Groth16VerificationKey;
4476
- type_arguments: [];
4477
- }
4478
4130
  interface Group {
4479
4131
  dummy_field: boolean;
4480
4132
  }
@@ -4652,10 +4304,6 @@ export declare namespace aptos_governance {
4652
4304
  const TYPE_QNAME = "0x1::aptos_governance::RecordKey";
4653
4305
  function type(): TypeDescriptor<RecordKey>;
4654
4306
  }
4655
- interface RecordKeyInstance extends TypedEventInstance<RecordKey> {
4656
- data_decoded: RecordKey;
4657
- type_arguments: [];
4658
- }
4659
4307
  interface UpdateConfig {
4660
4308
  min_voting_threshold: bigint;
4661
4309
  required_proposer_stake: bigint;
@@ -4900,10 +4548,6 @@ export declare namespace consensus_config {
4900
4548
  const TYPE_QNAME = "0x1::consensus_config::ConsensusConfig";
4901
4549
  function type(): TypeDescriptor<ConsensusConfig>;
4902
4550
  }
4903
- interface ConsensusConfigInstance extends TypedEventInstance<ConsensusConfig> {
4904
- data_decoded: ConsensusConfig;
4905
- type_arguments: [];
4906
- }
4907
4551
  namespace entry { }
4908
4552
  namespace view { }
4909
4553
  }
@@ -4915,10 +4559,6 @@ export declare namespace execution_config {
4915
4559
  const TYPE_QNAME = "0x1::execution_config::ExecutionConfig";
4916
4560
  function type(): TypeDescriptor<ExecutionConfig>;
4917
4561
  }
4918
- interface ExecutionConfigInstance extends TypedEventInstance<ExecutionConfig> {
4919
- data_decoded: ExecutionConfig;
4920
- type_arguments: [];
4921
- }
4922
4562
  namespace entry { }
4923
4563
  namespace view { }
4924
4564
  }
@@ -5009,10 +4649,6 @@ export declare namespace multisig_account {
5009
4649
  const TYPE_QNAME = "0x1::multisig_account::ExecutionError";
5010
4650
  function type(): TypeDescriptor<ExecutionError>;
5011
4651
  }
5012
- interface ExecutionErrorInstance extends TypedEventInstance<ExecutionError> {
5013
- data_decoded: ExecutionError;
5014
- type_arguments: [];
5015
- }
5016
4652
  interface MetadataUpdated {
5017
4653
  multisig_account: MoveAddressType;
5018
4654
  old_metadata: simple_map.SimpleMap<string, string>;
@@ -5093,10 +4729,6 @@ export declare namespace multisig_account {
5093
4729
  const TYPE_QNAME = "0x1::multisig_account::MultisigTransaction";
5094
4730
  function type(): TypeDescriptor<MultisigTransaction>;
5095
4731
  }
5096
- interface MultisigTransactionInstance extends TypedEventInstance<MultisigTransaction> {
5097
- data_decoded: MultisigTransaction;
5098
- type_arguments: [];
5099
- }
5100
4732
  interface RemoveOwners {
5101
4733
  multisig_account: MoveAddressType;
5102
4734
  owners_removed: MoveAddressType[];
@@ -5875,10 +5507,6 @@ export declare namespace randomness_config {
5875
5507
  const TYPE_QNAME = "0x1::randomness_config::ConfigOff";
5876
5508
  function type(): TypeDescriptor<ConfigOff>;
5877
5509
  }
5878
- interface ConfigOffInstance extends TypedEventInstance<ConfigOff> {
5879
- data_decoded: ConfigOff;
5880
- type_arguments: [];
5881
- }
5882
5510
  interface ConfigV1 {
5883
5511
  secrecy_threshold: fixed_point64.FixedPoint64;
5884
5512
  reconstruction_threshold: fixed_point64.FixedPoint64;
@@ -5887,10 +5515,6 @@ export declare namespace randomness_config {
5887
5515
  const TYPE_QNAME = "0x1::randomness_config::ConfigV1";
5888
5516
  function type(): TypeDescriptor<ConfigV1>;
5889
5517
  }
5890
- interface ConfigV1Instance extends TypedEventInstance<ConfigV1> {
5891
- data_decoded: ConfigV1;
5892
- type_arguments: [];
5893
- }
5894
5518
  interface ConfigV2 {
5895
5519
  secrecy_threshold: fixed_point64.FixedPoint64;
5896
5520
  reconstruction_threshold: fixed_point64.FixedPoint64;
@@ -5900,10 +5524,6 @@ export declare namespace randomness_config {
5900
5524
  const TYPE_QNAME = "0x1::randomness_config::ConfigV2";
5901
5525
  function type(): TypeDescriptor<ConfigV2>;
5902
5526
  }
5903
- interface ConfigV2Instance extends TypedEventInstance<ConfigV2> {
5904
- data_decoded: ConfigV2;
5905
- type_arguments: [];
5906
- }
5907
5527
  interface RandomnessConfig {
5908
5528
  variant: copyable_any.Any;
5909
5529
  }
@@ -5911,10 +5531,6 @@ export declare namespace randomness_config {
5911
5531
  const TYPE_QNAME = "0x1::randomness_config::RandomnessConfig";
5912
5532
  function type(): TypeDescriptor<RandomnessConfig>;
5913
5533
  }
5914
- interface RandomnessConfigInstance extends TypedEventInstance<RandomnessConfig> {
5915
- data_decoded: RandomnessConfig;
5916
- type_arguments: [];
5917
- }
5918
5534
  namespace entry { }
5919
5535
  namespace view { }
5920
5536
  }
@@ -5949,10 +5565,6 @@ export declare namespace governance_proposal {
5949
5565
  const TYPE_QNAME = "0x1::governance_proposal::GovernanceProposal";
5950
5566
  function type(): TypeDescriptor<GovernanceProposal>;
5951
5567
  }
5952
- interface GovernanceProposalInstance extends TypedEventInstance<GovernanceProposal> {
5953
- data_decoded: GovernanceProposal;
5954
- type_arguments: [];
5955
- }
5956
5568
  namespace entry { }
5957
5569
  namespace view { }
5958
5570
  }
@@ -5984,10 +5596,6 @@ export declare namespace transaction_context {
5984
5596
  const TYPE_QNAME = "0x1::transaction_context::AUID";
5985
5597
  function type(): TypeDescriptor<AUID>;
5986
5598
  }
5987
- interface AUIDInstance extends TypedEventInstance<AUID> {
5988
- data_decoded: AUID;
5989
- type_arguments: [];
5990
- }
5991
5599
  interface EntryFunctionPayload {
5992
5600
  account_address: MoveAddressType;
5993
5601
  module_name: string;
@@ -6018,10 +5626,6 @@ export declare namespace jwk_consensus_config {
6018
5626
  const TYPE_QNAME = "0x1::jwk_consensus_config::ConfigOff";
6019
5627
  function type(): TypeDescriptor<ConfigOff>;
6020
5628
  }
6021
- interface ConfigOffInstance extends TypedEventInstance<ConfigOff> {
6022
- data_decoded: ConfigOff;
6023
- type_arguments: [];
6024
- }
6025
5629
  interface ConfigV1 {
6026
5630
  oidc_providers: jwk_consensus_config.OIDCProvider[];
6027
5631
  }
@@ -6029,10 +5633,6 @@ export declare namespace jwk_consensus_config {
6029
5633
  const TYPE_QNAME = "0x1::jwk_consensus_config::ConfigV1";
6030
5634
  function type(): TypeDescriptor<ConfigV1>;
6031
5635
  }
6032
- interface ConfigV1Instance extends TypedEventInstance<ConfigV1> {
6033
- data_decoded: ConfigV1;
6034
- type_arguments: [];
6035
- }
6036
5636
  interface JWKConsensusConfig {
6037
5637
  variant: copyable_any.Any;
6038
5638
  }
@@ -6040,10 +5640,6 @@ export declare namespace jwk_consensus_config {
6040
5640
  const TYPE_QNAME = "0x1::jwk_consensus_config::JWKConsensusConfig";
6041
5641
  function type(): TypeDescriptor<JWKConsensusConfig>;
6042
5642
  }
6043
- interface JWKConsensusConfigInstance extends TypedEventInstance<JWKConsensusConfig> {
6044
- data_decoded: JWKConsensusConfig;
6045
- type_arguments: [];
6046
- }
6047
5643
  interface OIDCProvider {
6048
5644
  name: string;
6049
5645
  config_url: string;
@@ -6052,10 +5648,6 @@ export declare namespace jwk_consensus_config {
6052
5648
  const TYPE_QNAME = "0x1::jwk_consensus_config::OIDCProvider";
6053
5649
  function type(): TypeDescriptor<OIDCProvider>;
6054
5650
  }
6055
- interface OIDCProviderInstance extends TypedEventInstance<OIDCProvider> {
6056
- data_decoded: OIDCProvider;
6057
- type_arguments: [];
6058
- }
6059
5651
  namespace entry { }
6060
5652
  namespace view { }
6061
5653
  }
@@ -6076,10 +5668,6 @@ export declare namespace ristretto255_elgamal {
6076
5668
  const TYPE_QNAME = "0x1::ristretto255_elgamal::CompressedCiphertext";
6077
5669
  function type(): TypeDescriptor<CompressedCiphertext>;
6078
5670
  }
6079
- interface CompressedCiphertextInstance extends TypedEventInstance<CompressedCiphertext> {
6080
- data_decoded: CompressedCiphertext;
6081
- type_arguments: [];
6082
- }
6083
5671
  interface CompressedPubkey {
6084
5672
  point: ristretto255.CompressedRistretto;
6085
5673
  }
@@ -6087,10 +5675,6 @@ export declare namespace ristretto255_elgamal {
6087
5675
  const TYPE_QNAME = "0x1::ristretto255_elgamal::CompressedPubkey";
6088
5676
  function type(): TypeDescriptor<CompressedPubkey>;
6089
5677
  }
6090
- interface CompressedPubkeyInstance extends TypedEventInstance<CompressedPubkey> {
6091
- data_decoded: CompressedPubkey;
6092
- type_arguments: [];
6093
- }
6094
5678
  namespace entry { }
6095
5679
  namespace view { }
6096
5680
  }
@@ -6109,10 +5693,6 @@ export declare namespace reconfiguration_state {
6109
5693
  const TYPE_QNAME = "0x1::reconfiguration_state::StateActive";
6110
5694
  function type(): TypeDescriptor<StateActive>;
6111
5695
  }
6112
- interface StateActiveInstance extends TypedEventInstance<StateActive> {
6113
- data_decoded: StateActive;
6114
- type_arguments: [];
6115
- }
6116
5696
  interface StateInactive {
6117
5697
  dummy_field: boolean;
6118
5698
  }
@@ -6120,10 +5700,6 @@ export declare namespace reconfiguration_state {
6120
5700
  const TYPE_QNAME = "0x1::reconfiguration_state::StateInactive";
6121
5701
  function type(): TypeDescriptor<StateInactive>;
6122
5702
  }
6123
- interface StateInactiveInstance extends TypedEventInstance<StateInactive> {
6124
- data_decoded: StateInactive;
6125
- type_arguments: [];
6126
- }
6127
5703
  namespace entry { }
6128
5704
  namespace view { }
6129
5705
  }
@@ -6273,10 +5849,6 @@ export declare namespace randomness_api_v0_config {
6273
5849
  const TYPE_QNAME = "0x1::randomness_api_v0_config::AllowCustomMaxGasFlag";
6274
5850
  function type(): TypeDescriptor<AllowCustomMaxGasFlag>;
6275
5851
  }
6276
- interface AllowCustomMaxGasFlagInstance extends TypedEventInstance<AllowCustomMaxGasFlag> {
6277
- data_decoded: AllowCustomMaxGasFlag;
6278
- type_arguments: [];
6279
- }
6280
5852
  interface RequiredGasDeposit {
6281
5853
  gas_amount: option.Option<bigint>;
6282
5854
  }
@@ -6284,10 +5856,6 @@ export declare namespace randomness_api_v0_config {
6284
5856
  const TYPE_QNAME = "0x1::randomness_api_v0_config::RequiredGasDeposit";
6285
5857
  function type(): TypeDescriptor<RequiredGasDeposit>;
6286
5858
  }
6287
- interface RequiredGasDepositInstance extends TypedEventInstance<RequiredGasDeposit> {
6288
- data_decoded: RequiredGasDeposit;
6289
- type_arguments: [];
6290
- }
6291
5859
  namespace entry { }
6292
5860
  namespace view { }
6293
5861
  }
@@ -6299,10 +5867,6 @@ export declare namespace randomness_config_seqnum {
6299
5867
  const TYPE_QNAME = "0x1::randomness_config_seqnum::RandomnessConfigSeqNum";
6300
5868
  function type(): TypeDescriptor<RandomnessConfigSeqNum>;
6301
5869
  }
6302
- interface RandomnessConfigSeqNumInstance extends TypedEventInstance<RandomnessConfigSeqNum> {
6303
- data_decoded: RandomnessConfigSeqNum;
6304
- type_arguments: [];
6305
- }
6306
5870
  namespace entry { }
6307
5871
  namespace view { }
6308
5872
  }
@@ -6320,10 +5884,6 @@ export declare namespace validator_consensus_info {
6320
5884
  const TYPE_QNAME = "0x1::validator_consensus_info::ValidatorConsensusInfo";
6321
5885
  function type(): TypeDescriptor<ValidatorConsensusInfo>;
6322
5886
  }
6323
- interface ValidatorConsensusInfoInstance extends TypedEventInstance<ValidatorConsensusInfo> {
6324
- data_decoded: ValidatorConsensusInfo;
6325
- type_arguments: [];
6326
- }
6327
5887
  namespace entry { }
6328
5888
  namespace view { }
6329
5889
  }
@@ -6335,10 +5895,6 @@ export declare namespace ristretto255_bulletproofs {
6335
5895
  const TYPE_QNAME = "0x1::ristretto255_bulletproofs::RangeProof";
6336
5896
  function type(): TypeDescriptor<RangeProof>;
6337
5897
  }
6338
- interface RangeProofInstance extends TypedEventInstance<RangeProof> {
6339
- data_decoded: RangeProof;
6340
- type_arguments: [];
6341
- }
6342
5898
  namespace entry { }
6343
5899
  namespace view { }
6344
5900
  }