@typemove/aptos 1.9.0-rc.1 → 1.9.1-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,6 +28,16 @@ export declare namespace bcs {
28
28
  namespace entry { }
29
29
  namespace view { }
30
30
  }
31
+ export declare namespace cmp {
32
+ interface Ordering {
33
+ }
34
+ namespace Ordering {
35
+ const TYPE_QNAME = "0x1::cmp::Ordering";
36
+ function type(): TypeDescriptor<Ordering>;
37
+ }
38
+ namespace entry { }
39
+ namespace view { }
40
+ }
31
41
  export declare namespace dkg {
32
42
  interface DKGSessionMetadata {
33
43
  dealer_epoch: bigint;
@@ -84,6 +94,13 @@ export declare namespace code {
84
94
  const TYPE_QNAME = "0x1::code::AllowedDep";
85
95
  function type(): TypeDescriptor<AllowedDep>;
86
96
  }
97
+ interface CodePublishingPermission {
98
+ dummy_field: boolean;
99
+ }
100
+ namespace CodePublishingPermission {
101
+ const TYPE_QNAME = "0x1::code::CodePublishingPermission";
102
+ function type(): TypeDescriptor<CodePublishingPermission>;
103
+ }
87
104
  interface ModuleMetadata {
88
105
  name: string;
89
106
  source: string;
@@ -270,6 +287,20 @@ export declare namespace coin {
270
287
  const TYPE_QNAME = "0x1::coin::CoinStore";
271
288
  function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<CoinStore<T0>>;
272
289
  }
290
+ interface CoinStoreDeletion {
291
+ coin_type: string;
292
+ event_handle_creation_address: MoveAddressType;
293
+ deleted_deposit_event_handle_creation_number: bigint;
294
+ deleted_withdraw_event_handle_creation_number: bigint;
295
+ }
296
+ namespace CoinStoreDeletion {
297
+ const TYPE_QNAME = "0x1::coin::CoinStoreDeletion";
298
+ function type(): TypeDescriptor<CoinStoreDeletion>;
299
+ }
300
+ type CoinStoreDeletionInstance = TypedEventInstance<CoinStoreDeletion> & {
301
+ data_decoded: CoinStoreDeletion;
302
+ type_arguments: [];
303
+ };
273
304
  interface CoinWithdraw {
274
305
  coin_type: string;
275
306
  account: MoveAddressType;
@@ -961,6 +992,13 @@ export declare namespace stake {
961
992
  data_decoded: SetOperatorEvent;
962
993
  type_arguments: [];
963
994
  };
995
+ interface StakeManagementPermission {
996
+ dummy_field: boolean;
997
+ }
998
+ namespace StakeManagementPermission {
999
+ const TYPE_QNAME = "0x1::stake::StakeManagementPermission";
1000
+ function type(): TypeDescriptor<StakeManagementPermission>;
1001
+ }
964
1002
  interface StakePool {
965
1003
  active: coin.Coin<aptos_coin.AptosCoin>;
966
1004
  inactive: coin.Coin<aptos_coin.AptosCoin>;
@@ -1314,6 +1352,13 @@ export declare namespace object$ {
1314
1352
  data_decoded: TransferEvent;
1315
1353
  type_arguments: [];
1316
1354
  };
1355
+ interface TransferPermission {
1356
+ object: MoveAddressType;
1357
+ }
1358
+ namespace TransferPermission {
1359
+ const TYPE_QNAME = "0x1::object::TransferPermission";
1360
+ function type(): TypeDescriptor<TransferPermission>;
1361
+ }
1317
1362
  interface TransferRef {
1318
1363
  self: MoveAddressType;
1319
1364
  }
@@ -1504,6 +1549,13 @@ export declare namespace voting {
1504
1549
  data_decoded: VoteEvent;
1505
1550
  type_arguments: [];
1506
1551
  };
1552
+ interface VotePermission {
1553
+ dummy_field: boolean;
1554
+ }
1555
+ namespace VotePermission {
1556
+ const TYPE_QNAME = "0x1::voting::VotePermission";
1557
+ function type(): TypeDescriptor<VotePermission>;
1558
+ }
1507
1559
  interface VotingEvents {
1508
1560
  create_proposal_events: event.EventHandle<voting.CreateProposalEvent>;
1509
1561
  register_forum_events: event.EventHandle<voting.RegisterForumEvent>;
@@ -1601,6 +1653,12 @@ export declare namespace account {
1601
1653
  const TYPE_QNAME = "0x1::account::Account";
1602
1654
  function type(): TypeDescriptor<Account>;
1603
1655
  }
1656
+ interface AccountPermission {
1657
+ }
1658
+ namespace AccountPermission {
1659
+ const TYPE_QNAME = "0x1::account::AccountPermission";
1660
+ function type(): TypeDescriptor<AccountPermission>;
1661
+ }
1604
1662
  interface CapabilityOffer<T0> {
1605
1663
  for: option.Option<MoveAddressType>;
1606
1664
  }
@@ -2212,6 +2270,13 @@ export declare namespace vesting {
2212
2270
  data_decoded: VestEvent;
2213
2271
  type_arguments: [];
2214
2272
  };
2273
+ interface VestPermission {
2274
+ dummy_field: boolean;
2275
+ }
2276
+ namespace VestPermission {
2277
+ const TYPE_QNAME = "0x1::vesting::VestPermission";
2278
+ function type(): TypeDescriptor<VestPermission>;
2279
+ }
2215
2280
  interface VestingAccountManagement {
2216
2281
  roles: simple_map.SimpleMap<string, MoveAddressType>;
2217
2282
  }
@@ -2473,6 +2538,16 @@ export declare namespace pool_u64 {
2473
2538
  namespace entry { }
2474
2539
  namespace view { }
2475
2540
  }
2541
+ export declare namespace auth_data {
2542
+ interface AbstractionAuthData {
2543
+ }
2544
+ namespace AbstractionAuthData {
2545
+ const TYPE_QNAME = "0x1::auth_data::AbstractionAuthData";
2546
+ function type(): TypeDescriptor<AbstractionAuthData>;
2547
+ }
2548
+ namespace entry { }
2549
+ namespace view { }
2550
+ }
2476
2551
  export declare namespace secp256k1 {
2477
2552
  interface ECDSARawPublicKey {
2478
2553
  bytes: string;
@@ -2580,6 +2655,23 @@ export declare namespace aptos_hash {
2580
2655
  namespace entry { }
2581
2656
  namespace view { }
2582
2657
  }
2658
+ export declare namespace bcs_stream {
2659
+ interface BCSStream {
2660
+ data: string;
2661
+ cur: bigint;
2662
+ }
2663
+ namespace BCSStream {
2664
+ const TYPE_QNAME = "0x1::bcs_stream::BCSStream";
2665
+ function type(): TypeDescriptor<BCSStream>;
2666
+ }
2667
+ namespace entry {
2668
+ function deserializeU256Entry(client: Aptos, account: AptosAccount, request: {
2669
+ typeArguments: [];
2670
+ functionArguments: [string, bigint];
2671
+ }, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
2672
+ }
2673
+ namespace view { }
2674
+ }
2583
2675
  export declare namespace big_vector {
2584
2676
  interface BigVector<T0> {
2585
2677
  buckets: table_with_length.TableWithLength<bigint, T0[]>;
@@ -2695,6 +2787,30 @@ export declare namespace simple_map {
2695
2787
  namespace entry { }
2696
2788
  namespace view { }
2697
2789
  }
2790
+ export declare namespace ordered_map {
2791
+ interface Entry<T0, T1> {
2792
+ key: T0;
2793
+ value: T1;
2794
+ }
2795
+ namespace Entry {
2796
+ const TYPE_QNAME = "0x1::ordered_map::Entry";
2797
+ function type<T0, T1>(arg0?: TypeDescriptor<T0>, arg1?: TypeDescriptor<T1>): TypeDescriptor<Entry<T0, T1>>;
2798
+ }
2799
+ interface IteratorPtr {
2800
+ }
2801
+ namespace IteratorPtr {
2802
+ const TYPE_QNAME = "0x1::ordered_map::IteratorPtr";
2803
+ function type(): TypeDescriptor<IteratorPtr>;
2804
+ }
2805
+ interface OrderedMap<T0, T1> {
2806
+ }
2807
+ namespace OrderedMap {
2808
+ const TYPE_QNAME = "0x1::ordered_map::OrderedMap";
2809
+ function type<T0, T1>(arg0?: TypeDescriptor<T0>, arg1?: TypeDescriptor<T1>): TypeDescriptor<OrderedMap<T0, T1>>;
2810
+ }
2811
+ namespace entry { }
2812
+ namespace view { }
2813
+ }
2698
2814
  export declare namespace smart_table {
2699
2815
  interface Entry<T0, T1> {
2700
2816
  hash: bigint;
@@ -2862,6 +2978,16 @@ export declare namespace math_fixed64 {
2862
2978
  namespace entry { }
2863
2979
  namespace view { }
2864
2980
  }
2981
+ export declare namespace rate_limiter {
2982
+ interface RateLimiter {
2983
+ }
2984
+ namespace RateLimiter {
2985
+ const TYPE_QNAME = "0x1::rate_limiter::RateLimiter";
2986
+ function type(): TypeDescriptor<RateLimiter>;
2987
+ }
2988
+ namespace entry { }
2989
+ namespace view { }
2990
+ }
2865
2991
  export declare namespace ristretto255 {
2866
2992
  interface CompressedRistretto {
2867
2993
  data: string;
@@ -3231,6 +3357,13 @@ export declare namespace multi_ed25519 {
3231
3357
  namespace view { }
3232
3358
  }
3233
3359
  export declare namespace staking_proxy {
3360
+ interface StakeProxyPermission {
3361
+ dummy_field: boolean;
3362
+ }
3363
+ namespace StakeProxyPermission {
3364
+ const TYPE_QNAME = "0x1::staking_proxy::StakeProxyPermission";
3365
+ function type(): TypeDescriptor<StakeProxyPermission>;
3366
+ }
3234
3367
  namespace entry {
3235
3368
  function setOperator(client: Aptos, account: AptosAccount, request: {
3236
3369
  typeArguments: [];
@@ -3454,6 +3587,20 @@ export declare namespace fungible_asset {
3454
3587
  const TYPE_QNAME = "0x1::fungible_asset::MutateMetadataRef";
3455
3588
  function type(): TypeDescriptor<MutateMetadataRef>;
3456
3589
  }
3590
+ interface RawBalanceRef {
3591
+ metadata: object$.Object<fungible_asset.Metadata>;
3592
+ }
3593
+ namespace RawBalanceRef {
3594
+ const TYPE_QNAME = "0x1::fungible_asset::RawBalanceRef";
3595
+ function type(): TypeDescriptor<RawBalanceRef>;
3596
+ }
3597
+ interface RawSupplyRef {
3598
+ metadata: object$.Object<fungible_asset.Metadata>;
3599
+ }
3600
+ namespace RawSupplyRef {
3601
+ const TYPE_QNAME = "0x1::fungible_asset::RawSupplyRef";
3602
+ function type(): TypeDescriptor<RawSupplyRef>;
3603
+ }
3457
3604
  interface Supply {
3458
3605
  current: bigint;
3459
3606
  maximum: option.Option<bigint>;
@@ -3485,6 +3632,12 @@ export declare namespace fungible_asset {
3485
3632
  data_decoded: WithdrawEvent;
3486
3633
  type_arguments: [];
3487
3634
  };
3635
+ interface WithdrawPermission {
3636
+ }
3637
+ namespace WithdrawPermission {
3638
+ const TYPE_QNAME = "0x1::fungible_asset::WithdrawPermission";
3639
+ function type(): TypeDescriptor<WithdrawPermission>;
3640
+ }
3488
3641
  namespace entry {
3489
3642
  function transfer<T0 = any>(client: Aptos, account: AptosAccount, request: {
3490
3643
  typeArguments: [MoveStructId];
@@ -3587,6 +3740,34 @@ export declare namespace staking_config {
3587
3740
  function rewardRate(client: Aptos, version?: bigint): Promise<[bigint, bigint]>;
3588
3741
  }
3589
3742
  }
3743
+ export declare namespace big_ordered_map {
3744
+ interface IteratorPtr<T0> {
3745
+ }
3746
+ namespace IteratorPtr {
3747
+ const TYPE_QNAME = "0x1::big_ordered_map::IteratorPtr";
3748
+ function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<IteratorPtr<T0>>;
3749
+ }
3750
+ interface BigOrderedMap<T0, T1> {
3751
+ }
3752
+ namespace BigOrderedMap {
3753
+ const TYPE_QNAME = "0x1::big_ordered_map::BigOrderedMap";
3754
+ function type<T0, T1>(arg0?: TypeDescriptor<T0>, arg1?: TypeDescriptor<T1>): TypeDescriptor<BigOrderedMap<T0, T1>>;
3755
+ }
3756
+ interface Child<T0> {
3757
+ }
3758
+ namespace Child {
3759
+ const TYPE_QNAME = "0x1::big_ordered_map::Child";
3760
+ function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<Child<T0>>;
3761
+ }
3762
+ interface Node<T0, T1> {
3763
+ }
3764
+ namespace Node {
3765
+ const TYPE_QNAME = "0x1::big_ordered_map::Node";
3766
+ function type<T0, T1>(arg0?: TypeDescriptor<T0>, arg1?: TypeDescriptor<T1>): TypeDescriptor<Node<T0, T1>>;
3767
+ }
3768
+ namespace entry { }
3769
+ namespace view { }
3770
+ }
3590
3771
  export declare namespace delegation_pool {
3591
3772
  interface CreateProposal {
3592
3773
  proposal_id: bigint;
@@ -3818,6 +3999,12 @@ export declare namespace delegation_pool {
3818
3999
  const TYPE_QNAME = "0x1::delegation_pool::DelegatedVotes";
3819
4000
  function type(): TypeDescriptor<DelegatedVotes>;
3820
4001
  }
4002
+ interface DelegationPermission {
4003
+ }
4004
+ namespace DelegationPermission {
4005
+ const TYPE_QNAME = "0x1::delegation_pool::DelegationPermission";
4006
+ function type(): TypeDescriptor<DelegationPermission>;
4007
+ }
3821
4008
  interface DelegationPool {
3822
4009
  active_shares: pool_u64_unbound.Pool;
3823
4010
  observed_lockup_cycle: delegation_pool.ObservedLockupCycle;
@@ -4352,6 +4539,13 @@ export declare namespace aptos_governance {
4352
4539
  const TYPE_QNAME = "0x1::aptos_governance::GovernanceEvents";
4353
4540
  function type(): TypeDescriptor<GovernanceEvents>;
4354
4541
  }
4542
+ interface GovernancePermission {
4543
+ dummy_field: boolean;
4544
+ }
4545
+ namespace GovernancePermission {
4546
+ const TYPE_QNAME = "0x1::aptos_governance::GovernancePermission";
4547
+ function type(): TypeDescriptor<GovernancePermission>;
4548
+ }
4355
4549
  interface GovernanceResponsbility {
4356
4550
  signer_caps: simple_map.SimpleMap<MoveAddressType, account.SignerCapability>;
4357
4551
  }
@@ -5594,6 +5788,72 @@ export declare namespace aggregator_factory {
5594
5788
  namespace entry { }
5595
5789
  namespace view { }
5596
5790
  }
5791
+ export declare namespace account_abstraction {
5792
+ interface DispatchableAuthenticator {
5793
+ }
5794
+ namespace DispatchableAuthenticator {
5795
+ const TYPE_QNAME = "0x1::account_abstraction::DispatchableAuthenticator";
5796
+ function type(): TypeDescriptor<DispatchableAuthenticator>;
5797
+ }
5798
+ interface RemoveDispatchableAuthenticator {
5799
+ account: MoveAddressType;
5800
+ }
5801
+ namespace RemoveDispatchableAuthenticator {
5802
+ const TYPE_QNAME = "0x1::account_abstraction::RemoveDispatchableAuthenticator";
5803
+ function type(): TypeDescriptor<RemoveDispatchableAuthenticator>;
5804
+ }
5805
+ type RemoveDispatchableAuthenticatorInstance = TypedEventInstance<RemoveDispatchableAuthenticator> & {
5806
+ data_decoded: RemoveDispatchableAuthenticator;
5807
+ type_arguments: [];
5808
+ };
5809
+ interface UpdateDispatchableAuthenticator {
5810
+ account: MoveAddressType;
5811
+ update: string;
5812
+ auth_function: function_info.FunctionInfo;
5813
+ }
5814
+ namespace UpdateDispatchableAuthenticator {
5815
+ const TYPE_QNAME = "0x1::account_abstraction::UpdateDispatchableAuthenticator";
5816
+ function type(): TypeDescriptor<UpdateDispatchableAuthenticator>;
5817
+ }
5818
+ type UpdateDispatchableAuthenticatorInstance = TypedEventInstance<UpdateDispatchableAuthenticator> & {
5819
+ data_decoded: UpdateDispatchableAuthenticator;
5820
+ type_arguments: [];
5821
+ };
5822
+ namespace entry {
5823
+ function addAuthenticationFunction(client: Aptos, account: AptosAccount, request: {
5824
+ typeArguments: [];
5825
+ functionArguments: [MoveAddressType, string, string];
5826
+ }, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
5827
+ function addDispatchableAuthenticationFunction(client: Aptos, account: AptosAccount, request: {
5828
+ typeArguments: [];
5829
+ functionArguments: [MoveAddressType, string, string];
5830
+ }, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
5831
+ function removeAuthenticationFunction(client: Aptos, account: AptosAccount, request: {
5832
+ typeArguments: [];
5833
+ functionArguments: [MoveAddressType, string, string];
5834
+ }, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
5835
+ function removeAuthenticator(client: Aptos, account: AptosAccount, request: {
5836
+ typeArguments: [];
5837
+ functionArguments: [];
5838
+ }, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
5839
+ function removeDispatchableAuthenticationFunction(client: Aptos, account: AptosAccount, request: {
5840
+ typeArguments: [];
5841
+ functionArguments: [MoveAddressType, string, string];
5842
+ }, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
5843
+ function removeDispatchableAuthenticator(client: Aptos, account: AptosAccount, request: {
5844
+ typeArguments: [];
5845
+ functionArguments: [];
5846
+ }, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
5847
+ }
5848
+ namespace view {
5849
+ function dispatchableAuthenticator(client: Aptos, request: {
5850
+ functionArguments: [MoveAddressType];
5851
+ }, version?: bigint): Promise<[option.Option<function_info.FunctionInfo[]>]>;
5852
+ function usingDispatchableAuthenticator(client: Aptos, request: {
5853
+ functionArguments: [MoveAddressType];
5854
+ }, version?: bigint): Promise<[boolean]>;
5855
+ }
5856
+ }
5597
5857
  export declare namespace governance_proposal {
5598
5858
  interface GovernanceProposal {
5599
5859
  dummy_field: boolean;
@@ -5625,6 +5885,57 @@ export declare namespace optional_aggregator {
5625
5885
  namespace entry { }
5626
5886
  namespace view { }
5627
5887
  }
5888
+ export declare namespace permissioned_signer {
5889
+ interface GrantedPermissionHandles {
5890
+ active_handles: MoveAddressType[];
5891
+ }
5892
+ namespace GrantedPermissionHandles {
5893
+ const TYPE_QNAME = "0x1::permissioned_signer::GrantedPermissionHandles";
5894
+ function type(): TypeDescriptor<GrantedPermissionHandles>;
5895
+ }
5896
+ interface PermissionStorage {
5897
+ }
5898
+ namespace PermissionStorage {
5899
+ const TYPE_QNAME = "0x1::permissioned_signer::PermissionStorage";
5900
+ function type(): TypeDescriptor<PermissionStorage>;
5901
+ }
5902
+ interface PermissionedHandle {
5903
+ }
5904
+ namespace PermissionedHandle {
5905
+ const TYPE_QNAME = "0x1::permissioned_signer::PermissionedHandle";
5906
+ function type(): TypeDescriptor<PermissionedHandle>;
5907
+ }
5908
+ interface RevokePermissionHandlePermission {
5909
+ dummy_field: boolean;
5910
+ }
5911
+ namespace RevokePermissionHandlePermission {
5912
+ const TYPE_QNAME = "0x1::permissioned_signer::RevokePermissionHandlePermission";
5913
+ function type(): TypeDescriptor<RevokePermissionHandlePermission>;
5914
+ }
5915
+ interface StorablePermissionedHandle {
5916
+ }
5917
+ namespace StorablePermissionedHandle {
5918
+ const TYPE_QNAME = "0x1::permissioned_signer::StorablePermissionedHandle";
5919
+ function type(): TypeDescriptor<StorablePermissionedHandle>;
5920
+ }
5921
+ interface StoredPermission {
5922
+ }
5923
+ namespace StoredPermission {
5924
+ const TYPE_QNAME = "0x1::permissioned_signer::StoredPermission";
5925
+ function type(): TypeDescriptor<StoredPermission>;
5926
+ }
5927
+ namespace entry {
5928
+ function revokeAllHandles(client: Aptos, account: AptosAccount, request: {
5929
+ typeArguments: [];
5930
+ functionArguments: [];
5931
+ }, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
5932
+ function revokePermissionStorageAddress(client: Aptos, account: AptosAccount, request: {
5933
+ typeArguments: [];
5934
+ functionArguments: [MoveAddressType];
5935
+ }, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
5936
+ }
5937
+ namespace view { }
5938
+ }
5628
5939
  export declare namespace transaction_context {
5629
5940
  interface AUID {
5630
5941
  unique_address: MoveAddressType;
@@ -5863,6 +6174,13 @@ export declare namespace primary_fungible_store {
5863
6174
  }
5864
6175
  }
5865
6176
  export declare namespace transaction_validation {
6177
+ interface GasPermission {
6178
+ dummy_field: boolean;
6179
+ }
6180
+ namespace GasPermission {
6181
+ const TYPE_QNAME = "0x1::transaction_validation::GasPermission";
6182
+ function type(): TypeDescriptor<GasPermission>;
6183
+ }
5866
6184
  interface TransactionValidation {
5867
6185
  module_addr: MoveAddressType;
5868
6186
  module_name: string;
@@ -5878,6 +6196,59 @@ export declare namespace transaction_validation {
5878
6196
  namespace entry { }
5879
6197
  namespace view { }
5880
6198
  }
6199
+ export declare namespace permissioned_delegation {
6200
+ interface AccountDelegation {
6201
+ }
6202
+ namespace AccountDelegation {
6203
+ const TYPE_QNAME = "0x1::permissioned_delegation::AccountDelegation";
6204
+ function type(): TypeDescriptor<AccountDelegation>;
6205
+ }
6206
+ interface DelegationKey {
6207
+ }
6208
+ namespace DelegationKey {
6209
+ const TYPE_QNAME = "0x1::permissioned_delegation::DelegationKey";
6210
+ function type(): TypeDescriptor<DelegationKey>;
6211
+ }
6212
+ interface RegisteredDelegations {
6213
+ delegations: big_ordered_map.BigOrderedMap<permissioned_delegation.DelegationKey, permissioned_delegation.AccountDelegation>;
6214
+ }
6215
+ namespace RegisteredDelegations {
6216
+ const TYPE_QNAME = "0x1::permissioned_delegation::RegisteredDelegations";
6217
+ function type(): TypeDescriptor<RegisteredDelegations>;
6218
+ }
6219
+ namespace entry { }
6220
+ namespace view { }
6221
+ }
6222
+ export declare namespace storage_slots_allocator {
6223
+ interface Link<T0> {
6224
+ }
6225
+ namespace Link {
6226
+ const TYPE_QNAME = "0x1::storage_slots_allocator::Link";
6227
+ function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<Link<T0>>;
6228
+ }
6229
+ interface ReservedSlot {
6230
+ slot_index: bigint;
6231
+ }
6232
+ namespace ReservedSlot {
6233
+ const TYPE_QNAME = "0x1::storage_slots_allocator::ReservedSlot";
6234
+ function type(): TypeDescriptor<ReservedSlot>;
6235
+ }
6236
+ interface StorageSlotsAllocator<T0> {
6237
+ }
6238
+ namespace StorageSlotsAllocator {
6239
+ const TYPE_QNAME = "0x1::storage_slots_allocator::StorageSlotsAllocator";
6240
+ function type<T0>(arg0?: TypeDescriptor<T0>): TypeDescriptor<StorageSlotsAllocator<T0>>;
6241
+ }
6242
+ interface StoredSlot {
6243
+ slot_index: bigint;
6244
+ }
6245
+ namespace StoredSlot {
6246
+ const TYPE_QNAME = "0x1::storage_slots_allocator::StoredSlot";
6247
+ function type(): TypeDescriptor<StoredSlot>;
6248
+ }
6249
+ namespace entry { }
6250
+ namespace view { }
6251
+ }
5881
6252
  export declare namespace randomness_api_v0_config {
5882
6253
  interface AllowCustomMaxGasFlag {
5883
6254
  value: boolean;
@@ -5967,6 +6338,10 @@ export declare namespace dispatchable_fungible_asset {
5967
6338
  typeArguments: [MoveStructId];
5968
6339
  functionArguments: [object$.Object<T0>];
5969
6340
  }, version?: bigint): Promise<[option.Option<bigint>]>;
6341
+ function isDerivedBalanceAtLeast<T0 = any>(client: Aptos, request: {
6342
+ typeArguments: [MoveStructId];
6343
+ functionArguments: [object$.Object<T0>, bigint];
6344
+ }, version?: bigint): Promise<[boolean]>;
5970
6345
  }
5971
6346
  }
5972
6347
  export declare function loadAllTypes(coder: MoveCoder): void;