@fuel-ts/account 0.98.0 → 0.100.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 (113) hide show
  1. package/dist/account.d.ts +13 -8
  2. package/dist/account.d.ts.map +1 -1
  3. package/dist/assets/asset-api.d.ts +69 -0
  4. package/dist/assets/asset-api.d.ts.map +1 -0
  5. package/dist/assets/assets.d.ts.map +1 -0
  6. package/dist/{providers/assets → assets}/index.d.ts +1 -0
  7. package/dist/assets/index.d.ts.map +1 -0
  8. package/dist/assets/types.d.ts.map +1 -0
  9. package/dist/assets/utils/fuelAssetsBaseUrl.d.ts +2 -0
  10. package/dist/assets/utils/fuelAssetsBaseUrl.d.ts.map +1 -0
  11. package/dist/assets/utils/index.d.ts.map +1 -0
  12. package/dist/{providers/assets → assets}/utils/network.d.ts +6 -6
  13. package/dist/assets/utils/network.d.ts.map +1 -0
  14. package/dist/assets/utils/resolveIconPaths.d.ts.map +1 -0
  15. package/dist/assets/utils/url.d.ts.map +1 -0
  16. package/dist/configs.d.ts +2 -2
  17. package/dist/configs.global.js.map +1 -1
  18. package/dist/configs.js.map +1 -1
  19. package/dist/configs.mjs.map +1 -1
  20. package/dist/connectors/fuel-connector.d.ts +8 -7
  21. package/dist/connectors/fuel-connector.d.ts.map +1 -1
  22. package/dist/connectors/types/data-type.d.ts +8 -1
  23. package/dist/connectors/types/data-type.d.ts.map +1 -1
  24. package/dist/connectors/types/events.d.ts +1 -1
  25. package/dist/connectors/types/events.d.ts.map +1 -1
  26. package/dist/index.d.ts +2 -0
  27. package/dist/index.d.ts.map +1 -1
  28. package/dist/index.global.js +17708 -16898
  29. package/dist/index.global.js.map +1 -1
  30. package/dist/index.js +6877 -6349
  31. package/dist/index.js.map +1 -1
  32. package/dist/index.mjs +6960 -6448
  33. package/dist/index.mjs.map +1 -1
  34. package/dist/mnemonic/mnemonic.d.ts +1 -1
  35. package/dist/providers/__generated__/operations.d.ts +121 -4
  36. package/dist/providers/__generated__/operations.d.ts.map +1 -1
  37. package/dist/providers/coin-quantity.d.ts.map +1 -1
  38. package/dist/providers/fuel-graphql-subscriber.d.ts +1 -0
  39. package/dist/providers/fuel-graphql-subscriber.d.ts.map +1 -1
  40. package/dist/providers/index.d.ts +0 -1
  41. package/dist/providers/index.d.ts.map +1 -1
  42. package/dist/providers/message.d.ts.map +1 -1
  43. package/dist/providers/provider.d.ts +117 -23
  44. package/dist/providers/provider.d.ts.map +1 -1
  45. package/dist/providers/resource-cache.d.ts +6 -4
  46. package/dist/providers/resource-cache.d.ts.map +1 -1
  47. package/dist/providers/transaction-request/helpers.d.ts +10 -1
  48. package/dist/providers/transaction-request/helpers.d.ts.map +1 -1
  49. package/dist/providers/transaction-request/transaction-request.d.ts +31 -3
  50. package/dist/providers/transaction-request/transaction-request.d.ts.map +1 -1
  51. package/dist/providers/transaction-response/transaction-response.d.ts.map +1 -1
  52. package/dist/providers/transaction-summary/assemble-transaction-summary-from-serialized.d.ts +7 -0
  53. package/dist/providers/transaction-summary/assemble-transaction-summary-from-serialized.d.ts.map +1 -0
  54. package/dist/providers/transaction-summary/call.d.ts +8 -2
  55. package/dist/providers/transaction-summary/call.d.ts.map +1 -1
  56. package/dist/providers/transaction-summary/get-transaction-summary.d.ts +1 -1
  57. package/dist/providers/transaction-summary/get-transaction-summary.d.ts.map +1 -1
  58. package/dist/providers/transaction-summary/index.d.ts +1 -0
  59. package/dist/providers/transaction-summary/index.d.ts.map +1 -1
  60. package/dist/providers/transaction-summary/operations.d.ts.map +1 -1
  61. package/dist/providers/transaction-summary/receipt.d.ts +3 -2
  62. package/dist/providers/transaction-summary/receipt.d.ts.map +1 -1
  63. package/dist/providers/transaction-summary/types.d.ts +5 -3
  64. package/dist/providers/transaction-summary/types.d.ts.map +1 -1
  65. package/dist/providers/utils/handle-gql-error-message.d.ts +5 -5
  66. package/dist/providers/utils/handle-gql-error-message.d.ts.map +1 -1
  67. package/dist/providers/utils/helpers.d.ts +14 -0
  68. package/dist/providers/utils/helpers.d.ts.map +1 -0
  69. package/dist/providers/utils/index.d.ts +1 -0
  70. package/dist/providers/utils/index.d.ts.map +1 -1
  71. package/dist/providers/utils/receipts.d.ts +4 -3
  72. package/dist/providers/utils/receipts.d.ts.map +1 -1
  73. package/dist/providers/utils/serialization.d.ts +35 -0
  74. package/dist/providers/utils/serialization.d.ts.map +1 -0
  75. package/dist/signer/signer.d.ts +1 -1
  76. package/dist/test-utils/wallet-config.d.ts +2 -1
  77. package/dist/test-utils/wallet-config.d.ts.map +1 -1
  78. package/dist/test-utils.global.js +4015 -3890
  79. package/dist/test-utils.global.js.map +1 -1
  80. package/dist/test-utils.js +1270 -1464
  81. package/dist/test-utils.js.map +1 -1
  82. package/dist/test-utils.mjs +969 -1163
  83. package/dist/test-utils.mjs.map +1 -1
  84. package/dist/utils/deployScriptOrPredicate.d.ts.map +1 -1
  85. package/dist/utils/formatTransferToContractScriptData.d.ts +3 -3
  86. package/dist/utils/formatTransferToContractScriptData.d.ts.map +1 -1
  87. package/dist/utils/predicate-script-loader-instructions.d.ts +38 -3
  88. package/dist/utils/predicate-script-loader-instructions.d.ts.map +1 -1
  89. package/dist/wallet/base-wallet-unlocked.d.ts +2 -1
  90. package/dist/wallet/base-wallet-unlocked.d.ts.map +1 -1
  91. package/dist/wallet/keystore-wallet.d.ts +2 -2
  92. package/dist/wallet/keystore-wallet.d.ts.map +1 -1
  93. package/dist/wallet-manager/vaults/mnemonic-vault.d.ts +3 -2
  94. package/dist/wallet-manager/vaults/mnemonic-vault.d.ts.map +1 -1
  95. package/dist/wallet-manager/vaults/privatekey-vault.d.ts +2 -1
  96. package/dist/wallet-manager/vaults/privatekey-vault.d.ts.map +1 -1
  97. package/dist/wallet-manager/wallet-manager.d.ts +3 -3
  98. package/dist/wallet-manager/wallet-manager.d.ts.map +1 -1
  99. package/package.json +22 -23
  100. package/dist/providers/assets/assets.d.ts.map +0 -1
  101. package/dist/providers/assets/index.d.ts.map +0 -1
  102. package/dist/providers/assets/types.d.ts.map +0 -1
  103. package/dist/providers/assets/utils/fuelAssetsBaseUrl.d.ts +0 -2
  104. package/dist/providers/assets/utils/fuelAssetsBaseUrl.d.ts.map +0 -1
  105. package/dist/providers/assets/utils/index.d.ts.map +0 -1
  106. package/dist/providers/assets/utils/network.d.ts.map +0 -1
  107. package/dist/providers/assets/utils/resolveIconPaths.d.ts.map +0 -1
  108. package/dist/providers/assets/utils/url.d.ts.map +0 -1
  109. /package/dist/{providers/assets → assets}/assets.d.ts +0 -0
  110. /package/dist/{providers/assets → assets}/types.d.ts +0 -0
  111. /package/dist/{providers/assets → assets}/utils/index.d.ts +0 -0
  112. /package/dist/{providers/assets → assets}/utils/resolveIconPaths.d.ts +0 -0
  113. /package/dist/{providers/assets → assets}/utils/url.d.ts +0 -0
@@ -45,7 +45,7 @@ declare class Mnemonic {
45
45
  * @param passphrase - Add additional security to protect the generated seed with a memorized passphrase. `Note: if the owner forgot the passphrase, all wallets and accounts derive from the phrase will be lost.`
46
46
  * @returns 64-byte array contains privateKey and chainCode as described on BIP39
47
47
  */
48
- static mnemonicToMasterKeys(phrase: MnemonicPhrase, passphrase?: BytesLike): Uint8Array;
48
+ static mnemonicToMasterKeys(phrase: MnemonicPhrase, passphrase?: BytesLike): Uint8Array<ArrayBufferLike>;
49
49
  /**
50
50
  * Validates if given mnemonic is valid
51
51
  * @param phrase - Mnemonic phrase composed by words from the provided wordlist
@@ -86,6 +86,10 @@ export type Scalars = {
86
86
  input: string;
87
87
  output: string;
88
88
  };
89
+ SubId: {
90
+ input: string;
91
+ output: string;
92
+ };
89
93
  Tai64Timestamp: {
90
94
  input: string;
91
95
  output: string;
@@ -110,13 +114,23 @@ export type Scalars = {
110
114
  input: string;
111
115
  output: string;
112
116
  };
117
+ U128: {
118
+ input: string;
119
+ output: string;
120
+ };
113
121
  UtxoId: {
114
122
  input: string;
115
123
  output: string;
116
124
  };
117
125
  };
126
+ export type GqlAssetInfoDetails = {
127
+ contractId: Scalars['ContractId']['output'];
128
+ subId: Scalars['SubId']['output'];
129
+ totalSupply: Scalars['U128']['output'];
130
+ };
118
131
  export type GqlBalance = {
119
132
  amount: Scalars['U64']['output'];
133
+ amountU128: Scalars['U128']['output'];
120
134
  assetId: Scalars['AssetId']['output'];
121
135
  owner: Scalars['Address']['output'];
122
136
  };
@@ -293,6 +307,9 @@ export type GqlContractParameters = {
293
307
  export declare enum GqlContractParametersVersion {
294
308
  V1 = "V1"
295
309
  }
310
+ export type GqlDaCompressedBlock = {
311
+ bytes: Scalars['HexString']['output'];
312
+ };
296
313
  export type GqlDependentCost = GqlHeavyOperation | GqlLightOperation;
297
314
  export type GqlDryRunFailureStatus = {
298
315
  programState?: Maybe<GqlProgramState>;
@@ -368,9 +385,11 @@ export type GqlGasCosts = {
368
385
  div: Scalars['U64']['output'];
369
386
  divi: Scalars['U64']['output'];
370
387
  eck1: Scalars['U64']['output'];
388
+ ecop?: Maybe<Scalars['U64']['output']>;
371
389
  ecr1: Scalars['U64']['output'];
372
390
  ed19: Scalars['U64']['output'];
373
391
  ed19DependentCost: GqlDependentCost;
392
+ epar?: Maybe<GqlDependentCost>;
374
393
  eq: Scalars['U64']['output'];
375
394
  exp: Scalars['U64']['output'];
376
395
  expi: Scalars['U64']['output'];
@@ -516,6 +535,14 @@ export type GqlHeavyOperation = {
516
535
  base: Scalars['U64']['output'];
517
536
  gasPerUnit: Scalars['U64']['output'];
518
537
  };
538
+ export type GqlIndexationFlags = {
539
+ /** Is asset metadata indexation enabled */
540
+ assetMetadata: Scalars['Boolean']['output'];
541
+ /** Is balances indexation enabled */
542
+ balances: Scalars['Boolean']['output'];
543
+ /** Is coins to spend indexation enabled */
544
+ coinsToSpend: Scalars['Boolean']['output'];
545
+ };
519
546
  export type GqlInput = GqlInputCoin | GqlInputContract | GqlInputMessage;
520
547
  export type GqlInputCoin = {
521
548
  amount: Scalars['U64']['output'];
@@ -690,10 +717,14 @@ export type GqlMutationSubmitArgs = {
690
717
  tx: Scalars['HexString']['input'];
691
718
  };
692
719
  export type GqlNodeInfo = {
720
+ indexation: GqlIndexationFlags;
693
721
  maxDepth: Scalars['U64']['output'];
722
+ maxGas: Scalars['U64']['output'];
723
+ maxSize: Scalars['U64']['output'];
694
724
  maxTx: Scalars['U64']['output'];
695
725
  nodeVersion: Scalars['String']['output'];
696
726
  peers: Array<GqlPeerInfo>;
727
+ txPoolStats: GqlTxPoolStats;
697
728
  utxoValidation: Scalars['Boolean']['output'];
698
729
  vmBacktrace: Scalars['Boolean']['output'];
699
730
  };
@@ -756,6 +787,7 @@ export type GqlProgramState = {
756
787
  returnType: GqlReturnType;
757
788
  };
758
789
  export type GqlQuery = {
790
+ assetDetails: GqlAssetInfoDetails;
759
791
  balance: GqlBalance;
760
792
  balances: GqlBalanceConnection;
761
793
  blob?: Maybe<GqlBlob>;
@@ -783,6 +815,7 @@ export type GqlQuery = {
783
815
  contract?: Maybe<GqlContract>;
784
816
  contractBalance: GqlContractBalance;
785
817
  contractBalances: GqlContractBalanceConnection;
818
+ daCompressedBlock?: Maybe<GqlDaCompressedBlock>;
786
819
  estimateGasPrice: GqlEstimateGasPrice;
787
820
  /** Estimate the predicate gas for the provided transaction */
788
821
  estimatePredicates: GqlTransaction;
@@ -792,7 +825,7 @@ export type GqlQuery = {
792
825
  /** Read read a range of memory bytes. */
793
826
  memory: Scalars['String']['output'];
794
827
  message?: Maybe<GqlMessage>;
795
- messageProof?: Maybe<GqlMessageProof>;
828
+ messageProof: GqlMessageProof;
796
829
  messageStatus: GqlMessageStatus;
797
830
  messages: GqlMessageConnection;
798
831
  nodeInfo: GqlNodeInfo;
@@ -805,6 +838,9 @@ export type GqlQuery = {
805
838
  transactions: GqlTransactionConnection;
806
839
  transactionsByOwner: GqlTransactionConnection;
807
840
  };
841
+ export type GqlQueryAssetDetailsArgs = {
842
+ id: Scalars['AssetId']['input'];
843
+ };
808
844
  export type GqlQueryBalanceArgs = {
809
845
  assetId: Scalars['AssetId']['input'];
810
846
  owner: Scalars['Address']['input'];
@@ -861,6 +897,9 @@ export type GqlQueryContractBalancesArgs = {
861
897
  first?: InputMaybe<Scalars['Int']['input']>;
862
898
  last?: InputMaybe<Scalars['Int']['input']>;
863
899
  };
900
+ export type GqlQueryDaCompressedBlockArgs = {
901
+ height: Scalars['U32']['input'];
902
+ };
864
903
  export type GqlQueryEstimateGasPriceArgs = {
865
904
  blockHorizon?: InputMaybe<Scalars['U32']['input']>;
866
905
  };
@@ -1127,6 +1166,14 @@ export type GqlTxParameters = {
1127
1166
  export declare enum GqlTxParametersVersion {
1128
1167
  V1 = "V1"
1129
1168
  }
1169
+ export type GqlTxPoolStats = {
1170
+ /** The total gas of the transactions in the pool */
1171
+ totalGas: Scalars['U64']['output'];
1172
+ /** The total size of the transactions in the pool */
1173
+ totalSize: Scalars['U64']['output'];
1174
+ /** The number of transactions in the pool */
1175
+ txCount: Scalars['U64']['output'];
1176
+ };
1130
1177
  export type GqlUpgradePurpose = GqlConsensusParametersPurpose | GqlStateTransitionPurpose;
1131
1178
  export type GqlUploadedBytecode = {
1132
1179
  /** Combined bytecode of all uploaded subsections. */
@@ -2702,6 +2749,22 @@ export type GqlEstimatePredicatesQuery = {
2702
2749
  } | {}> | null;
2703
2750
  };
2704
2751
  };
2752
+ export type GqlEstimatePredicatesAndGasPriceQueryVariables = Exact<{
2753
+ encodedTransaction: Scalars['HexString']['input'];
2754
+ blockHorizon: Scalars['U32']['input'];
2755
+ }>;
2756
+ export type GqlEstimatePredicatesAndGasPriceQuery = {
2757
+ estimatePredicates: {
2758
+ inputs?: Array<{
2759
+ predicateGasUsed: string;
2760
+ } | {
2761
+ predicateGasUsed: string;
2762
+ } | {}> | null;
2763
+ };
2764
+ estimateGasPrice: {
2765
+ gasPrice: string;
2766
+ };
2767
+ };
2705
2768
  export type GqlGetLatestBlockQueryVariables = Exact<{
2706
2769
  [key: string]: never;
2707
2770
  }>;
@@ -2915,6 +2978,15 @@ export type GqlGetBalanceQuery = {
2915
2978
  amount: string;
2916
2979
  };
2917
2980
  };
2981
+ export type GqlGetBalanceV2QueryVariables = Exact<{
2982
+ owner: Scalars['Address']['input'];
2983
+ assetId: Scalars['AssetId']['input'];
2984
+ }>;
2985
+ export type GqlGetBalanceV2Query = {
2986
+ balance: {
2987
+ amountU128: string;
2988
+ };
2989
+ };
2918
2990
  export type GqlGetLatestGasPriceQueryVariables = Exact<{
2919
2991
  [key: string]: never;
2920
2992
  }>;
@@ -2939,6 +3011,23 @@ export type GqlGetBalancesQueryVariables = Exact<{
2939
3011
  last?: InputMaybe<Scalars['Int']['input']>;
2940
3012
  }>;
2941
3013
  export type GqlGetBalancesQuery = {
3014
+ balances: {
3015
+ edges: Array<{
3016
+ node: {
3017
+ assetId: string;
3018
+ amount: string;
3019
+ };
3020
+ }>;
3021
+ };
3022
+ };
3023
+ export type GqlGetBalancesV2QueryVariables = Exact<{
3024
+ filter: GqlBalanceFilterInput;
3025
+ after?: InputMaybe<Scalars['String']['input']>;
3026
+ before?: InputMaybe<Scalars['String']['input']>;
3027
+ first?: InputMaybe<Scalars['Int']['input']>;
3028
+ last?: InputMaybe<Scalars['Int']['input']>;
3029
+ }>;
3030
+ export type GqlGetBalancesV2Query = {
2942
3031
  balances: {
2943
3032
  pageInfo: {
2944
3033
  hasPreviousPage: boolean;
@@ -2949,7 +3038,7 @@ export type GqlGetBalancesQuery = {
2949
3038
  edges: Array<{
2950
3039
  node: {
2951
3040
  assetId: string;
2952
- amount: string;
3041
+ amountU128: string;
2953
3042
  };
2954
3043
  }>;
2955
3044
  };
@@ -2981,6 +3070,14 @@ export type GqlGetMessagesQuery = {
2981
3070
  }>;
2982
3071
  };
2983
3072
  };
3073
+ export type GqlDaCompressedBlockQueryVariables = Exact<{
3074
+ height: Scalars['U32']['input'];
3075
+ }>;
3076
+ export type GqlDaCompressedBlockQuery = {
3077
+ daCompressedBlock?: {
3078
+ bytes: string;
3079
+ } | null;
3080
+ };
2984
3081
  export type GqlGetMessageProofQueryVariables = Exact<{
2985
3082
  transactionId: Scalars['TransactionId']['input'];
2986
3083
  nonce: Scalars['Nonce']['input'];
@@ -2988,7 +3085,7 @@ export type GqlGetMessageProofQueryVariables = Exact<{
2988
3085
  commitBlockHeight?: InputMaybe<Scalars['U32']['input']>;
2989
3086
  }>;
2990
3087
  export type GqlGetMessageProofQuery = {
2991
- messageProof?: {
3088
+ messageProof: {
2992
3089
  sender: string;
2993
3090
  recipient: string;
2994
3091
  amount: string;
@@ -3033,7 +3130,7 @@ export type GqlGetMessageProofQuery = {
3033
3130
  time: string;
3034
3131
  applicationHash: string;
3035
3132
  };
3036
- } | null;
3133
+ };
3037
3134
  };
3038
3135
  export type GqlGetMessageStatusQueryVariables = Exact<{
3039
3136
  nonce: Scalars['Nonce']['input'];
@@ -3052,6 +3149,16 @@ export type GqlGetRelayedTransactionStatusQuery = {
3052
3149
  failure: string;
3053
3150
  } | null;
3054
3151
  };
3152
+ export type GqlGetAssetDetailsQueryVariables = Exact<{
3153
+ assetId: Scalars['AssetId']['input'];
3154
+ }>;
3155
+ export type GqlGetAssetDetailsQuery = {
3156
+ assetDetails: {
3157
+ subId: string;
3158
+ contractId: string;
3159
+ totalSupply: string;
3160
+ };
3161
+ };
3055
3162
  export type GqlDryRunMutationVariables = Exact<{
3056
3163
  encodedTransactions: Array<Scalars['HexString']['input']> | Scalars['HexString']['input'];
3057
3164
  utxoValidation?: InputMaybe<Scalars['Boolean']['input']>;
@@ -3545,6 +3652,7 @@ export declare const GetTransactionWithReceiptsDocument: DocumentNode;
3545
3652
  export declare const GetTransactionsDocument: DocumentNode;
3546
3653
  export declare const GetTransactionsByOwnerDocument: DocumentNode;
3547
3654
  export declare const EstimatePredicatesDocument: DocumentNode;
3655
+ export declare const EstimatePredicatesAndGasPriceDocument: DocumentNode;
3548
3656
  export declare const GetLatestBlockDocument: DocumentNode;
3549
3657
  export declare const GetLatestBlockHeightDocument: DocumentNode;
3550
3658
  export declare const GetBlockDocument: DocumentNode;
@@ -3556,13 +3664,17 @@ export declare const GetCoinsToSpendDocument: DocumentNode;
3556
3664
  export declare const GetContractDocument: DocumentNode;
3557
3665
  export declare const GetContractBalanceDocument: DocumentNode;
3558
3666
  export declare const GetBalanceDocument: DocumentNode;
3667
+ export declare const GetBalanceV2Document: DocumentNode;
3559
3668
  export declare const GetLatestGasPriceDocument: DocumentNode;
3560
3669
  export declare const EstimateGasPriceDocument: DocumentNode;
3561
3670
  export declare const GetBalancesDocument: DocumentNode;
3671
+ export declare const GetBalancesV2Document: DocumentNode;
3562
3672
  export declare const GetMessagesDocument: DocumentNode;
3673
+ export declare const DaCompressedBlockDocument: DocumentNode;
3563
3674
  export declare const GetMessageProofDocument: DocumentNode;
3564
3675
  export declare const GetMessageStatusDocument: DocumentNode;
3565
3676
  export declare const GetRelayedTransactionStatusDocument: DocumentNode;
3677
+ export declare const GetAssetDetailsDocument: DocumentNode;
3566
3678
  export declare const DryRunDocument: DocumentNode;
3567
3679
  export declare const SubmitDocument: DocumentNode;
3568
3680
  export declare const ProduceBlocksDocument: DocumentNode;
@@ -3582,6 +3694,7 @@ export declare function getSdk<C>(requester: Requester<C>): {
3582
3694
  getTransactions(variables?: GqlGetTransactionsQueryVariables, options?: C): Promise<GqlGetTransactionsQuery>;
3583
3695
  getTransactionsByOwner(variables: GqlGetTransactionsByOwnerQueryVariables, options?: C): Promise<GqlGetTransactionsByOwnerQuery>;
3584
3696
  estimatePredicates(variables: GqlEstimatePredicatesQueryVariables, options?: C): Promise<GqlEstimatePredicatesQuery>;
3697
+ estimatePredicatesAndGasPrice(variables: GqlEstimatePredicatesAndGasPriceQueryVariables, options?: C): Promise<GqlEstimatePredicatesAndGasPriceQuery>;
3585
3698
  getLatestBlock(variables?: GqlGetLatestBlockQueryVariables, options?: C): Promise<GqlGetLatestBlockQuery>;
3586
3699
  getLatestBlockHeight(variables?: GqlGetLatestBlockHeightQueryVariables, options?: C): Promise<GqlGetLatestBlockHeightQuery>;
3587
3700
  getBlock(variables?: GqlGetBlockQueryVariables, options?: C): Promise<GqlGetBlockQuery>;
@@ -3593,13 +3706,17 @@ export declare function getSdk<C>(requester: Requester<C>): {
3593
3706
  getContract(variables: GqlGetContractQueryVariables, options?: C): Promise<GqlGetContractQuery>;
3594
3707
  getContractBalance(variables: GqlGetContractBalanceQueryVariables, options?: C): Promise<GqlGetContractBalanceQuery>;
3595
3708
  getBalance(variables: GqlGetBalanceQueryVariables, options?: C): Promise<GqlGetBalanceQuery>;
3709
+ getBalanceV2(variables: GqlGetBalanceV2QueryVariables, options?: C): Promise<GqlGetBalanceV2Query>;
3596
3710
  getLatestGasPrice(variables?: GqlGetLatestGasPriceQueryVariables, options?: C): Promise<GqlGetLatestGasPriceQuery>;
3597
3711
  estimateGasPrice(variables: GqlEstimateGasPriceQueryVariables, options?: C): Promise<GqlEstimateGasPriceQuery>;
3598
3712
  getBalances(variables: GqlGetBalancesQueryVariables, options?: C): Promise<GqlGetBalancesQuery>;
3713
+ getBalancesV2(variables: GqlGetBalancesV2QueryVariables, options?: C): Promise<GqlGetBalancesV2Query>;
3599
3714
  getMessages(variables: GqlGetMessagesQueryVariables, options?: C): Promise<GqlGetMessagesQuery>;
3715
+ daCompressedBlock(variables: GqlDaCompressedBlockQueryVariables, options?: C): Promise<GqlDaCompressedBlockQuery>;
3600
3716
  getMessageProof(variables: GqlGetMessageProofQueryVariables, options?: C): Promise<GqlGetMessageProofQuery>;
3601
3717
  getMessageStatus(variables: GqlGetMessageStatusQueryVariables, options?: C): Promise<GqlGetMessageStatusQuery>;
3602
3718
  getRelayedTransactionStatus(variables: GqlGetRelayedTransactionStatusQueryVariables, options?: C): Promise<GqlGetRelayedTransactionStatusQuery>;
3719
+ getAssetDetails(variables: GqlGetAssetDetailsQueryVariables, options?: C): Promise<GqlGetAssetDetailsQuery>;
3603
3720
  dryRun(variables: GqlDryRunMutationVariables, options?: C): Promise<GqlDryRunMutation>;
3604
3721
  submit(variables: GqlSubmitMutationVariables, options?: C): Promise<GqlSubmitMutation>;
3605
3722
  produceBlocks(variables: GqlProduceBlocksMutationVariables, options?: C): Promise<GqlProduceBlocksMutation>;