starknet 6.1.2 → 6.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as weierstrass from '@noble/curves/abstract/weierstrass';
2
2
  import * as ts_mixer_dist_types_types from 'ts-mixer/dist/types/types';
3
- import { Abi as Abi$1, TypedContract } from 'abi-wan-kanabi-v2';
3
+ import { Abi as Abi$1, TypedContract } from 'abi-wan-kanabi';
4
4
  import * as poseidon from '@noble/curves/abstract/poseidon';
5
5
  import * as json$1 from 'lossless-json';
6
6
  import * as starknet from '@scure/starknet';
@@ -32,13 +32,7 @@ type index$4_RequestBody = RequestBody;
32
32
  type index$4_ResponseBody = ResponseBody;
33
33
  type index$4_SuccessResponseBody = SuccessResponseBody;
34
34
  declare namespace index$4 {
35
- export {
36
- Error$1 as Error,
37
- index$4_ErrorResponseBody as ErrorResponseBody,
38
- index$4_RequestBody as RequestBody,
39
- index$4_ResponseBody as ResponseBody,
40
- index$4_SuccessResponseBody as SuccessResponseBody,
41
- };
35
+ export type { Error$1 as Error, index$4_ErrorResponseBody as ErrorResponseBody, index$4_RequestBody as RequestBody, index$4_ResponseBody as ResponseBody, index$4_SuccessResponseBody as SuccessResponseBody };
42
36
  }
43
37
 
44
38
  /**
@@ -701,125 +695,7 @@ type components_TYPED_PARAMETER = TYPED_PARAMETER;
701
695
  type components_u128 = u128;
702
696
  type components_u64 = u64;
703
697
  declare namespace components {
704
- export {
705
- components_ADDRESS as ADDRESS,
706
- components_BLOCK_BODY_WITH_TXS as BLOCK_BODY_WITH_TXS,
707
- components_BLOCK_BODY_WITH_TX_HASHES as BLOCK_BODY_WITH_TX_HASHES,
708
- components_BLOCK_HASH as BLOCK_HASH,
709
- components_BLOCK_HEADER as BLOCK_HEADER,
710
- components_BLOCK_ID as BLOCK_ID,
711
- components_BLOCK_NUMBER as BLOCK_NUMBER,
712
- components_BLOCK_STATUS as BLOCK_STATUS,
713
- components_BLOCK_TAG as BLOCK_TAG,
714
- components_BLOCK_WITH_TXS as BLOCK_WITH_TXS,
715
- components_BLOCK_WITH_TX_HASHES as BLOCK_WITH_TX_HASHES,
716
- components_BROADCASTED_DECLARE_TXN as BROADCASTED_DECLARE_TXN,
717
- components_BROADCASTED_DECLARE_TXN_V1 as BROADCASTED_DECLARE_TXN_V1,
718
- components_BROADCASTED_DECLARE_TXN_V2 as BROADCASTED_DECLARE_TXN_V2,
719
- components_BROADCASTED_DECLARE_TXN_V3 as BROADCASTED_DECLARE_TXN_V3,
720
- components_BROADCASTED_DEPLOY_ACCOUNT_TXN as BROADCASTED_DEPLOY_ACCOUNT_TXN,
721
- components_BROADCASTED_INVOKE_TXN as BROADCASTED_INVOKE_TXN,
722
- components_BROADCASTED_TXN as BROADCASTED_TXN,
723
- components_CALL_TYPE as CALL_TYPE,
724
- components_CHAIN_ID as CHAIN_ID,
725
- components_COMMON_RECEIPT_PROPERTIES as COMMON_RECEIPT_PROPERTIES,
726
- components_CONTRACT_ABI as CONTRACT_ABI,
727
- components_CONTRACT_ABI_ENTRY as CONTRACT_ABI_ENTRY,
728
- components_CONTRACT_CLASS as CONTRACT_CLASS,
729
- components_CONTRACT_STORAGE_DIFF_ITEM as CONTRACT_STORAGE_DIFF_ITEM,
730
- components_DA_MODE as DA_MODE,
731
- components_DECLARE_TXN as DECLARE_TXN,
732
- components_DECLARE_TXN_RECEIPT as DECLARE_TXN_RECEIPT,
733
- components_DECLARE_TXN_TRACE as DECLARE_TXN_TRACE,
734
- components_DECLARE_TXN_V0 as DECLARE_TXN_V0,
735
- components_DECLARE_TXN_V1 as DECLARE_TXN_V1,
736
- components_DECLARE_TXN_V2 as DECLARE_TXN_V2,
737
- components_DECLARE_TXN_V3 as DECLARE_TXN_V3,
738
- components_DEPLOYED_CONTRACT_ITEM as DEPLOYED_CONTRACT_ITEM,
739
- components_DEPLOY_ACCOUNT_TXN as DEPLOY_ACCOUNT_TXN,
740
- components_DEPLOY_ACCOUNT_TXN_RECEIPT as DEPLOY_ACCOUNT_TXN_RECEIPT,
741
- components_DEPLOY_ACCOUNT_TXN_TRACE as DEPLOY_ACCOUNT_TXN_TRACE,
742
- components_DEPLOY_ACCOUNT_TXN_V1 as DEPLOY_ACCOUNT_TXN_V1,
743
- components_DEPLOY_ACCOUNT_TXN_V3 as DEPLOY_ACCOUNT_TXN_V3,
744
- components_DEPLOY_TXN as DEPLOY_TXN,
745
- components_DEPLOY_TXN_RECEIPT as DEPLOY_TXN_RECEIPT,
746
- components_DEPRECATED_CAIRO_ENTRY_POINT as DEPRECATED_CAIRO_ENTRY_POINT,
747
- components_DEPRECATED_CONTRACT_CLASS as DEPRECATED_CONTRACT_CLASS,
748
- components_EMITTED_EVENT as EMITTED_EVENT,
749
- components_ENTRY_POINT_TYPE as ENTRY_POINT_TYPE,
750
- components_ETH_ADDRESS as ETH_ADDRESS,
751
- EVENT$1 as EVENT,
752
- components_EVENTS_CHUNK as EVENTS_CHUNK,
753
- components_EVENT_ABI_ENTRY as EVENT_ABI_ENTRY,
754
- components_EVENT_ABI_TYPE as EVENT_ABI_TYPE,
755
- components_EVENT_CONTENT as EVENT_CONTENT,
756
- components_EVENT_FILTER as EVENT_FILTER,
757
- components_EXECUTION_RESOURCES as EXECUTION_RESOURCES,
758
- components_FEE_ESTIMATE as FEE_ESTIMATE,
759
- components_FEE_PAYMENT as FEE_PAYMENT,
760
- components_FELT as FELT,
761
- components_FUNCTION_ABI_ENTRY as FUNCTION_ABI_ENTRY,
762
- components_FUNCTION_ABI_TYPE as FUNCTION_ABI_TYPE,
763
- components_FUNCTION_CALL as FUNCTION_CALL,
764
- components_FUNCTION_INVOCATION as FUNCTION_INVOCATION,
765
- components_FUNCTION_STATE_MUTABILITY as FUNCTION_STATE_MUTABILITY,
766
- components_INVOKE_TXN as INVOKE_TXN,
767
- components_INVOKE_TXN_RECEIPT as INVOKE_TXN_RECEIPT,
768
- components_INVOKE_TXN_TRACE as INVOKE_TXN_TRACE,
769
- components_INVOKE_TXN_V0 as INVOKE_TXN_V0,
770
- components_INVOKE_TXN_V1 as INVOKE_TXN_V1,
771
- components_INVOKE_TXN_V3 as INVOKE_TXN_V3,
772
- components_L1_HANDLER_TXN as L1_HANDLER_TXN,
773
- components_L1_HANDLER_TXN_RECEIPT as L1_HANDLER_TXN_RECEIPT,
774
- components_L1_HANDLER_TXN_TRACE as L1_HANDLER_TXN_TRACE,
775
- components_MSG_FROM_L1 as MSG_FROM_L1,
776
- components_MSG_TO_L1 as MSG_TO_L1,
777
- components_NESTED_CALL as NESTED_CALL,
778
- components_NEW_CLASSES as NEW_CLASSES,
779
- components_NONCE_UPDATE as NONCE_UPDATE,
780
- components_NUM_AS_HEX as NUM_AS_HEX,
781
- components_ORDERED_EVENT as ORDERED_EVENT,
782
- components_ORDERED_MESSAGE as ORDERED_MESSAGE,
783
- components_PENDING_BLOCK_HEADER as PENDING_BLOCK_HEADER,
784
- components_PENDING_BLOCK_WITH_TXS as PENDING_BLOCK_WITH_TXS,
785
- components_PENDING_BLOCK_WITH_TX_HASHES as PENDING_BLOCK_WITH_TX_HASHES,
786
- components_PENDING_COMMON_RECEIPT_PROPERTIES as PENDING_COMMON_RECEIPT_PROPERTIES,
787
- components_PENDING_DECLARE_TXN_RECEIPT as PENDING_DECLARE_TXN_RECEIPT,
788
- components_PENDING_DEPLOY_ACCOUNT_TXN_RECEIPT as PENDING_DEPLOY_ACCOUNT_TXN_RECEIPT,
789
- components_PENDING_INVOKE_TXN_RECEIPT as PENDING_INVOKE_TXN_RECEIPT,
790
- components_PENDING_L1_HANDLER_TXN_RECEIPT as PENDING_L1_HANDLER_TXN_RECEIPT,
791
- components_PENDING_STATE_UPDATE as PENDING_STATE_UPDATE,
792
- components_PENDING_TXN_RECEIPT as PENDING_TXN_RECEIPT,
793
- components_PRICE_UNIT as PRICE_UNIT,
794
- components_REPLACED_CLASS as REPLACED_CLASS,
795
- components_RESOURCE_BOUNDS as RESOURCE_BOUNDS,
796
- components_RESOURCE_BOUNDS_MAPPING as RESOURCE_BOUNDS_MAPPING,
797
- components_RESOURCE_PRICE as RESOURCE_PRICE,
798
- components_RESULT_PAGE_REQUEST as RESULT_PAGE_REQUEST,
799
- components_SIERRA_ENTRY_POINT as SIERRA_ENTRY_POINT,
800
- components_SIGNATURE as SIGNATURE,
801
- SIMULATION_FLAG$1 as SIMULATION_FLAG,
802
- components_SIMULATION_FLAG_FOR_ESTIMATE_FEE as SIMULATION_FLAG_FOR_ESTIMATE_FEE,
803
- components_STATE_DIFF as STATE_DIFF,
804
- components_STATE_UPDATE as STATE_UPDATE,
805
- components_STORAGE_KEY as STORAGE_KEY,
806
- components_STRUCT_ABI_ENTRY as STRUCT_ABI_ENTRY,
807
- components_STRUCT_ABI_TYPE as STRUCT_ABI_TYPE,
808
- components_STRUCT_MEMBER as STRUCT_MEMBER,
809
- components_SYNC_STATUS as SYNC_STATUS,
810
- components_StorageDiffItem as StorageDiffItem,
811
- components_TRANSACTION_TRACE as TRANSACTION_TRACE,
812
- components_TXN as TXN,
813
- components_TXN_EXECUTION_STATUS as TXN_EXECUTION_STATUS,
814
- components_TXN_FINALITY_STATUS as TXN_FINALITY_STATUS,
815
- components_TXN_HASH as TXN_HASH,
816
- components_TXN_RECEIPT as TXN_RECEIPT,
817
- components_TXN_STATUS as TXN_STATUS,
818
- components_TXN_TYPE as TXN_TYPE,
819
- components_TYPED_PARAMETER as TYPED_PARAMETER,
820
- components_u128 as u128,
821
- components_u64 as u64,
822
- };
698
+ export type { components_ADDRESS as ADDRESS, components_BLOCK_BODY_WITH_TXS as BLOCK_BODY_WITH_TXS, components_BLOCK_BODY_WITH_TX_HASHES as BLOCK_BODY_WITH_TX_HASHES, components_BLOCK_HASH as BLOCK_HASH, components_BLOCK_HEADER as BLOCK_HEADER, components_BLOCK_ID as BLOCK_ID, components_BLOCK_NUMBER as BLOCK_NUMBER, components_BLOCK_STATUS as BLOCK_STATUS, components_BLOCK_TAG as BLOCK_TAG, components_BLOCK_WITH_TXS as BLOCK_WITH_TXS, components_BLOCK_WITH_TX_HASHES as BLOCK_WITH_TX_HASHES, components_BROADCASTED_DECLARE_TXN as BROADCASTED_DECLARE_TXN, components_BROADCASTED_DECLARE_TXN_V1 as BROADCASTED_DECLARE_TXN_V1, components_BROADCASTED_DECLARE_TXN_V2 as BROADCASTED_DECLARE_TXN_V2, components_BROADCASTED_DECLARE_TXN_V3 as BROADCASTED_DECLARE_TXN_V3, components_BROADCASTED_DEPLOY_ACCOUNT_TXN as BROADCASTED_DEPLOY_ACCOUNT_TXN, components_BROADCASTED_INVOKE_TXN as BROADCASTED_INVOKE_TXN, components_BROADCASTED_TXN as BROADCASTED_TXN, components_CALL_TYPE as CALL_TYPE, components_CHAIN_ID as CHAIN_ID, components_COMMON_RECEIPT_PROPERTIES as COMMON_RECEIPT_PROPERTIES, components_CONTRACT_ABI as CONTRACT_ABI, components_CONTRACT_ABI_ENTRY as CONTRACT_ABI_ENTRY, components_CONTRACT_CLASS as CONTRACT_CLASS, components_CONTRACT_STORAGE_DIFF_ITEM as CONTRACT_STORAGE_DIFF_ITEM, components_DA_MODE as DA_MODE, components_DECLARE_TXN as DECLARE_TXN, components_DECLARE_TXN_RECEIPT as DECLARE_TXN_RECEIPT, components_DECLARE_TXN_TRACE as DECLARE_TXN_TRACE, components_DECLARE_TXN_V0 as DECLARE_TXN_V0, components_DECLARE_TXN_V1 as DECLARE_TXN_V1, components_DECLARE_TXN_V2 as DECLARE_TXN_V2, components_DECLARE_TXN_V3 as DECLARE_TXN_V3, components_DEPLOYED_CONTRACT_ITEM as DEPLOYED_CONTRACT_ITEM, components_DEPLOY_ACCOUNT_TXN as DEPLOY_ACCOUNT_TXN, components_DEPLOY_ACCOUNT_TXN_RECEIPT as DEPLOY_ACCOUNT_TXN_RECEIPT, components_DEPLOY_ACCOUNT_TXN_TRACE as DEPLOY_ACCOUNT_TXN_TRACE, components_DEPLOY_ACCOUNT_TXN_V1 as DEPLOY_ACCOUNT_TXN_V1, components_DEPLOY_ACCOUNT_TXN_V3 as DEPLOY_ACCOUNT_TXN_V3, components_DEPLOY_TXN as DEPLOY_TXN, components_DEPLOY_TXN_RECEIPT as DEPLOY_TXN_RECEIPT, components_DEPRECATED_CAIRO_ENTRY_POINT as DEPRECATED_CAIRO_ENTRY_POINT, components_DEPRECATED_CONTRACT_CLASS as DEPRECATED_CONTRACT_CLASS, components_EMITTED_EVENT as EMITTED_EVENT, components_ENTRY_POINT_TYPE as ENTRY_POINT_TYPE, components_ETH_ADDRESS as ETH_ADDRESS, EVENT$1 as EVENT, components_EVENTS_CHUNK as EVENTS_CHUNK, components_EVENT_ABI_ENTRY as EVENT_ABI_ENTRY, components_EVENT_ABI_TYPE as EVENT_ABI_TYPE, components_EVENT_CONTENT as EVENT_CONTENT, components_EVENT_FILTER as EVENT_FILTER, components_EXECUTION_RESOURCES as EXECUTION_RESOURCES, components_FEE_ESTIMATE as FEE_ESTIMATE, components_FEE_PAYMENT as FEE_PAYMENT, components_FELT as FELT, components_FUNCTION_ABI_ENTRY as FUNCTION_ABI_ENTRY, components_FUNCTION_ABI_TYPE as FUNCTION_ABI_TYPE, components_FUNCTION_CALL as FUNCTION_CALL, components_FUNCTION_INVOCATION as FUNCTION_INVOCATION, components_FUNCTION_STATE_MUTABILITY as FUNCTION_STATE_MUTABILITY, components_INVOKE_TXN as INVOKE_TXN, components_INVOKE_TXN_RECEIPT as INVOKE_TXN_RECEIPT, components_INVOKE_TXN_TRACE as INVOKE_TXN_TRACE, components_INVOKE_TXN_V0 as INVOKE_TXN_V0, components_INVOKE_TXN_V1 as INVOKE_TXN_V1, components_INVOKE_TXN_V3 as INVOKE_TXN_V3, components_L1_HANDLER_TXN as L1_HANDLER_TXN, components_L1_HANDLER_TXN_RECEIPT as L1_HANDLER_TXN_RECEIPT, components_L1_HANDLER_TXN_TRACE as L1_HANDLER_TXN_TRACE, components_MSG_FROM_L1 as MSG_FROM_L1, components_MSG_TO_L1 as MSG_TO_L1, components_NESTED_CALL as NESTED_CALL, components_NEW_CLASSES as NEW_CLASSES, components_NONCE_UPDATE as NONCE_UPDATE, components_NUM_AS_HEX as NUM_AS_HEX, components_ORDERED_EVENT as ORDERED_EVENT, components_ORDERED_MESSAGE as ORDERED_MESSAGE, components_PENDING_BLOCK_HEADER as PENDING_BLOCK_HEADER, components_PENDING_BLOCK_WITH_TXS as PENDING_BLOCK_WITH_TXS, components_PENDING_BLOCK_WITH_TX_HASHES as PENDING_BLOCK_WITH_TX_HASHES, components_PENDING_COMMON_RECEIPT_PROPERTIES as PENDING_COMMON_RECEIPT_PROPERTIES, components_PENDING_DECLARE_TXN_RECEIPT as PENDING_DECLARE_TXN_RECEIPT, components_PENDING_DEPLOY_ACCOUNT_TXN_RECEIPT as PENDING_DEPLOY_ACCOUNT_TXN_RECEIPT, components_PENDING_INVOKE_TXN_RECEIPT as PENDING_INVOKE_TXN_RECEIPT, components_PENDING_L1_HANDLER_TXN_RECEIPT as PENDING_L1_HANDLER_TXN_RECEIPT, components_PENDING_STATE_UPDATE as PENDING_STATE_UPDATE, components_PENDING_TXN_RECEIPT as PENDING_TXN_RECEIPT, components_PRICE_UNIT as PRICE_UNIT, components_REPLACED_CLASS as REPLACED_CLASS, components_RESOURCE_BOUNDS as RESOURCE_BOUNDS, components_RESOURCE_BOUNDS_MAPPING as RESOURCE_BOUNDS_MAPPING, components_RESOURCE_PRICE as RESOURCE_PRICE, components_RESULT_PAGE_REQUEST as RESULT_PAGE_REQUEST, components_SIERRA_ENTRY_POINT as SIERRA_ENTRY_POINT, components_SIGNATURE as SIGNATURE, SIMULATION_FLAG$1 as SIMULATION_FLAG, components_SIMULATION_FLAG_FOR_ESTIMATE_FEE as SIMULATION_FLAG_FOR_ESTIMATE_FEE, components_STATE_DIFF as STATE_DIFF, components_STATE_UPDATE as STATE_UPDATE, components_STORAGE_KEY as STORAGE_KEY, components_STRUCT_ABI_ENTRY as STRUCT_ABI_ENTRY, components_STRUCT_ABI_TYPE as STRUCT_ABI_TYPE, components_STRUCT_MEMBER as STRUCT_MEMBER, components_SYNC_STATUS as SYNC_STATUS, components_StorageDiffItem as StorageDiffItem, components_TRANSACTION_TRACE as TRANSACTION_TRACE, components_TXN as TXN, components_TXN_EXECUTION_STATUS as TXN_EXECUTION_STATUS, components_TXN_FINALITY_STATUS as TXN_FINALITY_STATUS, components_TXN_HASH as TXN_HASH, components_TXN_RECEIPT as TXN_RECEIPT, components_TXN_STATUS as TXN_STATUS, components_TXN_TYPE as TXN_TYPE, components_TYPED_PARAMETER as TYPED_PARAMETER, components_u128 as u128, components_u64 as u64 };
823
699
  }
824
700
 
825
701
  interface FAILED_TO_RECEIVE_TXN {
@@ -981,37 +857,7 @@ type errors_UNSUPPORTED_CONTRACT_CLASS_VERSION = UNSUPPORTED_CONTRACT_CLASS_VERS
981
857
  type errors_UNSUPPORTED_TX_VERSION = UNSUPPORTED_TX_VERSION;
982
858
  type errors_VALIDATION_FAILURE = VALIDATION_FAILURE;
983
859
  declare namespace errors {
984
- export {
985
- errors_BLOCK_NOT_FOUND as BLOCK_NOT_FOUND,
986
- errors_CLASS_ALREADY_DECLARED as CLASS_ALREADY_DECLARED,
987
- errors_CLASS_HASH_NOT_FOUND as CLASS_HASH_NOT_FOUND,
988
- errors_COMPILATION_FAILED as COMPILATION_FAILED,
989
- errors_COMPILED_CLASS_HASH_MISMATCH as COMPILED_CLASS_HASH_MISMATCH,
990
- errors_CONTRACT_CLASS_SIZE_IS_TOO_LARGE as CONTRACT_CLASS_SIZE_IS_TOO_LARGE,
991
- errors_CONTRACT_ERROR as CONTRACT_ERROR,
992
- errors_CONTRACT_NOT_FOUND as CONTRACT_NOT_FOUND,
993
- errors_DUPLICATE_TX as DUPLICATE_TX,
994
- errors_FAILED_TO_RECEIVE_TXN as FAILED_TO_RECEIVE_TXN,
995
- errors_INSUFFICIENT_ACCOUNT_BALANCE as INSUFFICIENT_ACCOUNT_BALANCE,
996
- errors_INSUFFICIENT_MAX_FEE as INSUFFICIENT_MAX_FEE,
997
- errors_INVALID_BLOCK_HASH as INVALID_BLOCK_HASH,
998
- errors_INVALID_CALL_DATA as INVALID_CALL_DATA,
999
- errors_INVALID_CONTINUATION_TOKEN as INVALID_CONTINUATION_TOKEN,
1000
- errors_INVALID_MESSAGE_SELECTOR as INVALID_MESSAGE_SELECTOR,
1001
- errors_INVALID_TRANSACTION_NONCE as INVALID_TRANSACTION_NONCE,
1002
- errors_INVALID_TXN_INDEX as INVALID_TXN_INDEX,
1003
- errors_NON_ACCOUNT as NON_ACCOUNT,
1004
- errors_NO_BLOCKS as NO_BLOCKS,
1005
- errors_NO_TRACE_AVAILABLE as NO_TRACE_AVAILABLE,
1006
- errors_PAGE_SIZE_TOO_BIG as PAGE_SIZE_TOO_BIG,
1007
- errors_TOO_MANY_KEYS_IN_FILTER as TOO_MANY_KEYS_IN_FILTER,
1008
- errors_TRANSACTION_EXECUTION_ERROR as TRANSACTION_EXECUTION_ERROR,
1009
- errors_TXN_HASH_NOT_FOUND as TXN_HASH_NOT_FOUND,
1010
- errors_UNEXPECTED_ERROR as UNEXPECTED_ERROR,
1011
- errors_UNSUPPORTED_CONTRACT_CLASS_VERSION as UNSUPPORTED_CONTRACT_CLASS_VERSION,
1012
- errors_UNSUPPORTED_TX_VERSION as UNSUPPORTED_TX_VERSION,
1013
- errors_VALIDATION_FAILURE as VALIDATION_FAILURE,
1014
- };
860
+ export type { errors_BLOCK_NOT_FOUND as BLOCK_NOT_FOUND, errors_CLASS_ALREADY_DECLARED as CLASS_ALREADY_DECLARED, errors_CLASS_HASH_NOT_FOUND as CLASS_HASH_NOT_FOUND, errors_COMPILATION_FAILED as COMPILATION_FAILED, errors_COMPILED_CLASS_HASH_MISMATCH as COMPILED_CLASS_HASH_MISMATCH, errors_CONTRACT_CLASS_SIZE_IS_TOO_LARGE as CONTRACT_CLASS_SIZE_IS_TOO_LARGE, errors_CONTRACT_ERROR as CONTRACT_ERROR, errors_CONTRACT_NOT_FOUND as CONTRACT_NOT_FOUND, errors_DUPLICATE_TX as DUPLICATE_TX, errors_FAILED_TO_RECEIVE_TXN as FAILED_TO_RECEIVE_TXN, errors_INSUFFICIENT_ACCOUNT_BALANCE as INSUFFICIENT_ACCOUNT_BALANCE, errors_INSUFFICIENT_MAX_FEE as INSUFFICIENT_MAX_FEE, errors_INVALID_BLOCK_HASH as INVALID_BLOCK_HASH, errors_INVALID_CALL_DATA as INVALID_CALL_DATA, errors_INVALID_CONTINUATION_TOKEN as INVALID_CONTINUATION_TOKEN, errors_INVALID_MESSAGE_SELECTOR as INVALID_MESSAGE_SELECTOR, errors_INVALID_TRANSACTION_NONCE as INVALID_TRANSACTION_NONCE, errors_INVALID_TXN_INDEX as INVALID_TXN_INDEX, errors_NON_ACCOUNT as NON_ACCOUNT, errors_NO_BLOCKS as NO_BLOCKS, errors_NO_TRACE_AVAILABLE as NO_TRACE_AVAILABLE, errors_PAGE_SIZE_TOO_BIG as PAGE_SIZE_TOO_BIG, errors_TOO_MANY_KEYS_IN_FILTER as TOO_MANY_KEYS_IN_FILTER, errors_TRANSACTION_EXECUTION_ERROR as TRANSACTION_EXECUTION_ERROR, errors_TXN_HASH_NOT_FOUND as TXN_HASH_NOT_FOUND, errors_UNEXPECTED_ERROR as UNEXPECTED_ERROR, errors_UNSUPPORTED_CONTRACT_CLASS_VERSION as UNSUPPORTED_CONTRACT_CLASS_VERSION, errors_UNSUPPORTED_TX_VERSION as UNSUPPORTED_TX_VERSION, errors_VALIDATION_FAILURE as VALIDATION_FAILURE };
1015
861
  }
1016
862
 
1017
863
  /**
@@ -1498,64 +1344,7 @@ type index$3_TransactionReceipt = TransactionReceipt;
1498
1344
  type index$3_TransactionTrace = TransactionTrace;
1499
1345
  type index$3_TransactionWithHash = TransactionWithHash;
1500
1346
  declare namespace index$3 {
1501
- export {
1502
- index$3_ABI as ABI,
1503
- index$3_BaseTransaction as BaseTransaction,
1504
- index$3_BlockHash as BlockHash,
1505
- index$3_BlockHashAndNumber as BlockHashAndNumber,
1506
- index$3_BlockTransactionsTraces as BlockTransactionsTraces,
1507
- index$3_BlockWithTxHashes as BlockWithTxHashes,
1508
- index$3_BlockWithTxs as BlockWithTxs,
1509
- index$3_ChainId as ChainId,
1510
- index$3_ContractAddress as ContractAddress,
1511
- ContractClass$1 as ContractClass,
1512
- index$3_DeclaredTransaction as DeclaredTransaction,
1513
- index$3_DeployedAccountTransaction as DeployedAccountTransaction,
1514
- index$3_DeprecatedDeclaredClasses as DeprecatedDeclaredClasses,
1515
- index$3_EBlockTag as EBlockTag,
1516
- index$3_EDAMode as EDAMode,
1517
- index$3_EDataAvailabilityMode as EDataAvailabilityMode,
1518
- index$3_ESimulationFlag as ESimulationFlag,
1519
- index$3_ETransactionExecutionStatus as ETransactionExecutionStatus,
1520
- index$3_ETransactionFinalityStatus as ETransactionFinalityStatus,
1521
- index$3_ETransactionStatus as ETransactionStatus,
1522
- index$3_ETransactionType as ETransactionType,
1523
- index$3_ETransactionVersion as ETransactionVersion,
1524
- index$3_ETransactionVersion2 as ETransactionVersion2,
1525
- index$3_ETransactionVersion3 as ETransactionVersion3,
1526
- index$3_EmittedEvent as EmittedEvent,
1527
- errors as Errors,
1528
- index$3_Event as Event,
1529
- index$3_EventFilter as EventFilter,
1530
- index$3_Events as Events,
1531
- index$3_FeeEstimate as FeeEstimate,
1532
- index$3_FeePayment as FeePayment,
1533
- index$3_Felt as Felt,
1534
- index$3_InvokedTransaction as InvokedTransaction,
1535
- index$4 as JRPC,
1536
- index$3_L1Message as L1Message,
1537
- index$3_Methods as Methods,
1538
- Nonce$1 as Nonce,
1539
- index$3_NonceUpdates as NonceUpdates,
1540
- index$3_PendingReceipt as PendingReceipt,
1541
- index$3_PriceUnit as PriceUnit,
1542
- index$3_Receipt as Receipt,
1543
- index$3_ReplacedClasses as ReplacedClasses,
1544
- index$3_ResourceBounds as ResourceBounds,
1545
- components as SPEC,
1546
- index$3_SimulateTransaction as SimulateTransaction,
1547
- SimulateTransactionResponse$1 as SimulateTransactionResponse,
1548
- SimulationFlags$1 as SimulationFlags,
1549
- StateUpdate$1 as StateUpdate,
1550
- index$3_StorageDiffs as StorageDiffs,
1551
- index$3_Syncing as Syncing,
1552
- index$3_Transaction as Transaction,
1553
- index$3_TransactionHash as TransactionHash,
1554
- index$3_TransactionReceipt as TransactionReceipt,
1555
- TransactionStatus$1 as TransactionStatus,
1556
- index$3_TransactionTrace as TransactionTrace,
1557
- index$3_TransactionWithHash as TransactionWithHash,
1558
- };
1347
+ export { type index$3_ABI as ABI, type index$3_BaseTransaction as BaseTransaction, type index$3_BlockHash as BlockHash, type index$3_BlockHashAndNumber as BlockHashAndNumber, type index$3_BlockTransactionsTraces as BlockTransactionsTraces, type index$3_BlockWithTxHashes as BlockWithTxHashes, type index$3_BlockWithTxs as BlockWithTxs, type index$3_ChainId as ChainId, type index$3_ContractAddress as ContractAddress, type ContractClass$1 as ContractClass, type index$3_DeclaredTransaction as DeclaredTransaction, type index$3_DeployedAccountTransaction as DeployedAccountTransaction, type index$3_DeprecatedDeclaredClasses as DeprecatedDeclaredClasses, index$3_EBlockTag as EBlockTag, index$3_EDAMode as EDAMode, index$3_EDataAvailabilityMode as EDataAvailabilityMode, index$3_ESimulationFlag as ESimulationFlag, index$3_ETransactionExecutionStatus as ETransactionExecutionStatus, index$3_ETransactionFinalityStatus as ETransactionFinalityStatus, index$3_ETransactionStatus as ETransactionStatus, index$3_ETransactionType as ETransactionType, index$3_ETransactionVersion as ETransactionVersion, index$3_ETransactionVersion2 as ETransactionVersion2, index$3_ETransactionVersion3 as ETransactionVersion3, type index$3_EmittedEvent as EmittedEvent, errors as Errors, type index$3_Event as Event, type index$3_EventFilter as EventFilter, type index$3_Events as Events, type index$3_FeeEstimate as FeeEstimate, type index$3_FeePayment as FeePayment, type index$3_Felt as Felt, type index$3_InvokedTransaction as InvokedTransaction, index$4 as JRPC, type index$3_L1Message as L1Message, type index$3_Methods as Methods, type Nonce$1 as Nonce, type index$3_NonceUpdates as NonceUpdates, type index$3_PendingReceipt as PendingReceipt, type index$3_PriceUnit as PriceUnit, type index$3_Receipt as Receipt, type index$3_ReplacedClasses as ReplacedClasses, type index$3_ResourceBounds as ResourceBounds, components as SPEC, type index$3_SimulateTransaction as SimulateTransaction, type SimulateTransactionResponse$1 as SimulateTransactionResponse, type SimulationFlags$1 as SimulationFlags, type StateUpdate$1 as StateUpdate, type index$3_StorageDiffs as StorageDiffs, type index$3_Syncing as Syncing, type index$3_Transaction as Transaction, type index$3_TransactionHash as TransactionHash, type index$3_TransactionReceipt as TransactionReceipt, type TransactionStatus$1 as TransactionStatus, type index$3_TransactionTrace as TransactionTrace, type index$3_TransactionWithHash as TransactionWithHash };
1559
1348
  }
1560
1349
 
1561
1350
  declare const IS_BROWSER: boolean;
@@ -1652,22 +1441,7 @@ declare const encode_sanitizeHex: typeof sanitizeHex;
1652
1441
  declare const encode_stringToArrayBuffer: typeof stringToArrayBuffer;
1653
1442
  declare const encode_utf8ToArray: typeof utf8ToArray;
1654
1443
  declare namespace encode {
1655
- export {
1656
- encode_IS_BROWSER as IS_BROWSER,
1657
- encode_addHexPrefix as addHexPrefix,
1658
- encode_arrayBufferToString as arrayBufferToString,
1659
- encode_atobUniversal as atobUniversal,
1660
- encode_btoaUniversal as btoaUniversal,
1661
- encode_buf2hex as buf2hex,
1662
- encode_calcByteLength as calcByteLength,
1663
- encode_padLeft as padLeft,
1664
- encode_pascalToSnake as pascalToSnake,
1665
- encode_removeHexPrefix as removeHexPrefix,
1666
- encode_sanitizeBytes as sanitizeBytes,
1667
- encode_sanitizeHex as sanitizeHex,
1668
- encode_stringToArrayBuffer as stringToArrayBuffer,
1669
- encode_utf8ToArray as utf8ToArray,
1670
- };
1444
+ export { encode_IS_BROWSER as IS_BROWSER, encode_addHexPrefix as addHexPrefix, encode_arrayBufferToString as arrayBufferToString, encode_atobUniversal as atobUniversal, encode_btoaUniversal as btoaUniversal, encode_buf2hex as buf2hex, encode_calcByteLength as calcByteLength, encode_padLeft as padLeft, encode_pascalToSnake as pascalToSnake, encode_removeHexPrefix as removeHexPrefix, encode_sanitizeBytes as sanitizeBytes, encode_sanitizeHex as sanitizeHex, encode_stringToArrayBuffer as stringToArrayBuffer, encode_utf8ToArray as utf8ToArray };
1671
1445
  }
1672
1446
 
1673
1447
  /**
@@ -1732,31 +1506,12 @@ declare const constants_TransactionHashPrefix: typeof TransactionHashPrefix;
1732
1506
  declare const constants_UDC: typeof UDC;
1733
1507
  declare const constants_ZERO: typeof ZERO;
1734
1508
  declare namespace constants {
1735
- export {
1736
- constants_ADDR_BOUND as ADDR_BOUND,
1737
- constants_API_VERSION as API_VERSION,
1738
- constants_BaseUrl as BaseUrl,
1739
- constants_IS_BROWSER as IS_BROWSER,
1740
- constants_MASK_250 as MASK_250,
1741
- constants_MAX_STORAGE_ITEM_SIZE as MAX_STORAGE_ITEM_SIZE,
1742
- constants_NetworkName as NetworkName,
1743
- constants_RPC_DEFAULT_VERSION as RPC_DEFAULT_VERSION,
1744
- constants_RPC_NODES as RPC_NODES,
1745
- constants_StarknetChainId as StarknetChainId,
1746
- constants_TEXT_TO_FELT_MAX_LEN as TEXT_TO_FELT_MAX_LEN,
1747
- ETransactionVersion as TRANSACTION_VERSION,
1748
- constants_TransactionHashPrefix as TransactionHashPrefix,
1749
- constants_UDC as UDC,
1750
- constants_ZERO as ZERO,
1751
- };
1509
+ export { constants_ADDR_BOUND as ADDR_BOUND, constants_API_VERSION as API_VERSION, constants_BaseUrl as BaseUrl, constants_IS_BROWSER as IS_BROWSER, constants_MASK_250 as MASK_250, constants_MAX_STORAGE_ITEM_SIZE as MAX_STORAGE_ITEM_SIZE, constants_NetworkName as NetworkName, constants_RPC_DEFAULT_VERSION as RPC_DEFAULT_VERSION, constants_RPC_NODES as RPC_NODES, constants_StarknetChainId as StarknetChainId, constants_TEXT_TO_FELT_MAX_LEN as TEXT_TO_FELT_MAX_LEN, ETransactionVersion as TRANSACTION_VERSION, constants_TransactionHashPrefix as TransactionHashPrefix, constants_UDC as UDC, constants_ZERO as ZERO };
1752
1510
  }
1753
1511
 
1754
1512
  declare const ec_weierstrass: typeof weierstrass;
1755
1513
  declare namespace ec {
1756
- export {
1757
- starknet as starkCurve,
1758
- ec_weierstrass as weierstrass,
1759
- };
1514
+ export { starknet as starkCurve, ec_weierstrass as weierstrass };
1760
1515
  }
1761
1516
 
1762
1517
  type CairoEnumRaw = {
@@ -2710,159 +2465,7 @@ type index$2_getEstimateFeeBulkOptions = getEstimateFeeBulkOptions;
2710
2465
  type index$2_getSimulateTransactionOptions = getSimulateTransactionOptions;
2711
2466
  type index$2_waitForTransactionOptions = waitForTransactionOptions;
2712
2467
  declare namespace index$2 {
2713
- export {
2714
- index$2_Abi as Abi,
2715
- index$2_AbiEntry as AbiEntry,
2716
- index$2_AbiEnums as AbiEnums,
2717
- index$2_AbiEvents as AbiEvents,
2718
- index$2_AbiStructs as AbiStructs,
2719
- index$2_AccountInvocationItem as AccountInvocationItem,
2720
- index$2_AccountInvocations as AccountInvocations,
2721
- index$2_AccountInvocationsFactoryDetails as AccountInvocationsFactoryDetails,
2722
- index$2_AllowArray as AllowArray,
2723
- index$2_Args as Args,
2724
- index$2_ArgsOrCalldata as ArgsOrCalldata,
2725
- index$2_ArgsOrCalldataWithOptions as ArgsOrCalldataWithOptions,
2726
- index$2_ArraySignatureType as ArraySignatureType,
2727
- index$2_AsyncContractFunction as AsyncContractFunction,
2728
- index$2_BigNumberish as BigNumberish,
2729
- Block$1 as Block,
2730
- index$2_BlockIdentifier as BlockIdentifier,
2731
- index$2_BlockNumber as BlockNumber,
2732
- index$2_BlockStatus as BlockStatus,
2733
- index$2_BlockTag as BlockTag,
2734
- index$2_Builtins as Builtins,
2735
- index$2_ByteArray as ByteArray,
2736
- index$2_ByteCode as ByteCode,
2737
- index$2_Cairo1Event as Cairo1Event,
2738
- index$2_CairoAssembly as CairoAssembly,
2739
- index$2_CairoContract as CairoContract,
2740
- index$2_CairoEnum as CairoEnum,
2741
- index$2_CairoVersion as CairoVersion,
2742
- index$2_Call as Call,
2743
- index$2_CallContractResponse as CallContractResponse,
2744
- index$2_CallDetails as CallDetails,
2745
- index$2_CallOptions as CallOptions,
2746
- index$2_CallStruct as CallStruct,
2747
- index$2_Calldata as Calldata,
2748
- index$2_CompiledContract as CompiledContract,
2749
- index$2_CompiledSierra as CompiledSierra,
2750
- index$2_CompiledSierraCasm as CompiledSierraCasm,
2751
- index$2_CompilerVersion as CompilerVersion,
2752
- index$2_CompleteDeclareContractPayload as CompleteDeclareContractPayload,
2753
- index$2_CompressedProgram as CompressedProgram,
2754
- index$2_ContractClass as ContractClass,
2755
- index$2_ContractClassResponse as ContractClassResponse,
2756
- index$2_ContractEntryPointFields as ContractEntryPointFields,
2757
- index$2_ContractFunction as ContractFunction,
2758
- index$2_ContractOptions as ContractOptions,
2759
- index$2_ContractVersion as ContractVersion,
2760
- index$2_DeclareAndDeployContractPayload as DeclareAndDeployContractPayload,
2761
- index$2_DeclareContractPayload as DeclareContractPayload,
2762
- index$2_DeclareContractResponse as DeclareContractResponse,
2763
- index$2_DeclareContractTransaction as DeclareContractTransaction,
2764
- index$2_DeclareDeployUDCResponse as DeclareDeployUDCResponse,
2765
- index$2_DeclareSignerDetails as DeclareSignerDetails,
2766
- index$2_DeclareTransactionReceiptResponse as DeclareTransactionReceiptResponse,
2767
- index$2_DeployAccountContractPayload as DeployAccountContractPayload,
2768
- index$2_DeployAccountContractTransaction as DeployAccountContractTransaction,
2769
- index$2_DeployAccountSignerDetails as DeployAccountSignerDetails,
2770
- index$2_DeployAccountTransactionReceiptResponse as DeployAccountTransactionReceiptResponse,
2771
- index$2_DeployContractResponse as DeployContractResponse,
2772
- index$2_DeployContractUDCResponse as DeployContractUDCResponse,
2773
- index$2_DeployTransactionReceiptResponse as DeployTransactionReceiptResponse,
2774
- index$2_Details as Details,
2775
- index$2_EntryPointType as EntryPointType,
2776
- index$2_EntryPointsByType as EntryPointsByType,
2777
- index$2_EnumAbi as EnumAbi,
2778
- index$2_EstimateFee as EstimateFee,
2779
- index$2_EstimateFeeAction as EstimateFeeAction,
2780
- index$2_EstimateFeeBulk as EstimateFeeBulk,
2781
- index$2_EstimateFeeDetails as EstimateFeeDetails,
2782
- index$2_EstimateFeeResponse as EstimateFeeResponse,
2783
- index$2_EstimateFeeResponseBulk as EstimateFeeResponseBulk,
2784
- index$2_EventAbi as EventAbi,
2785
- index$2_EventEntry as EventEntry,
2786
- index$2_FunctionAbi as FunctionAbi,
2787
- index$2_GetBlockResponse as GetBlockResponse,
2788
- index$2_GetTransactionReceiptResponse as GetTransactionReceiptResponse,
2789
- index$2_GetTransactionResponse as GetTransactionResponse,
2790
- index$2_HexCalldata as HexCalldata,
2791
- index$2_Invocation as Invocation,
2792
- index$2_Invocations as Invocations,
2793
- index$2_InvocationsDetails as InvocationsDetails,
2794
- index$2_InvocationsDetailsWithNonce as InvocationsDetailsWithNonce,
2795
- index$2_InvocationsSignerDetails as InvocationsSignerDetails,
2796
- index$2_InvokeFunctionResponse as InvokeFunctionResponse,
2797
- index$2_InvokeOptions as InvokeOptions,
2798
- index$2_InvokeTransactionReceiptResponse as InvokeTransactionReceiptResponse,
2799
- index$2_L1HandlerTransactionReceiptResponse as L1HandlerTransactionReceiptResponse,
2800
- index$2_LegacyCompiledContract as LegacyCompiledContract,
2801
- index$2_LegacyContractClass as LegacyContractClass,
2802
- index$2_LegacyEvent as LegacyEvent,
2803
- index$2_Literal as Literal,
2804
- index$2_MultiDeployContractResponse as MultiDeployContractResponse,
2805
- index$2_MultiType as MultiType,
2806
- index$2_Nonce as Nonce,
2807
- index$2_OptionalPayload as OptionalPayload,
2808
- index$2_ParsedEvent as ParsedEvent,
2809
- index$2_ParsedEvents as ParsedEvents,
2810
- index$2_ParsedStruct as ParsedStruct,
2811
- index$2_PendingBlock as PendingBlock,
2812
- index$2_PendingStateUpdate as PendingStateUpdate,
2813
- index$2_Program as Program,
2814
- index$2_ProviderOptions as ProviderOptions,
2815
- index$2_PythonicHints as PythonicHints,
2816
- index$3 as RPC,
2817
- index$2_RawArgs as RawArgs,
2818
- index$2_RawArgsArray as RawArgsArray,
2819
- index$2_RawArgsObject as RawArgsObject,
2820
- index$2_RawCalldata as RawCalldata,
2821
- index$2_Result as Result,
2822
- index$2_RpcProviderOptions as RpcProviderOptions,
2823
- index$2_SIMULATION_FLAG as SIMULATION_FLAG,
2824
- index$2_SierraContractClass as SierraContractClass,
2825
- index$2_SierraContractEntryPointFields as SierraContractEntryPointFields,
2826
- index$2_SierraEntryPointsByType as SierraEntryPointsByType,
2827
- index$2_SierraProgramDebugInfo as SierraProgramDebugInfo,
2828
- index$2_Signature as Signature,
2829
- index$2_SimulateTransactionDetails as SimulateTransactionDetails,
2830
- index$2_SimulateTransactionResponse as SimulateTransactionResponse,
2831
- index$2_SimulatedTransaction as SimulatedTransaction,
2832
- index$2_SimulationFlags as SimulationFlags,
2833
- index$2_StarkNetDomain as StarkNetDomain,
2834
- index$2_StarkNetEnumType as StarkNetEnumType,
2835
- index$2_StarkNetMerkleType as StarkNetMerkleType,
2836
- index$2_StarkNetType as StarkNetType,
2837
- index$2_StateUpdate as StateUpdate,
2838
- index$2_StateUpdateResponse as StateUpdateResponse,
2839
- index$2_Storage as Storage,
2840
- index$2_StructAbi as StructAbi,
2841
- index$2_TransactionExecutionStatus as TransactionExecutionStatus,
2842
- index$2_TransactionFinalityStatus as TransactionFinalityStatus,
2843
- index$2_TransactionStatus as TransactionStatus,
2844
- index$2_TransactionType as TransactionType,
2845
- index$2_Tupled as Tupled,
2846
- index$2_TypedData as TypedData,
2847
- index$2_TypedDataRevision as TypedDataRevision,
2848
- index$2_Uint as Uint,
2849
- index$2_Uint256 as Uint256,
2850
- index$2_UniversalDeployerContractPayload as UniversalDeployerContractPayload,
2851
- index$2_UniversalDetails as UniversalDetails,
2852
- index$2_V2DeclareSignerDetails as V2DeclareSignerDetails,
2853
- index$2_V2DeployAccountSignerDetails as V2DeployAccountSignerDetails,
2854
- index$2_V2InvocationsSignerDetails as V2InvocationsSignerDetails,
2855
- index$2_V3DeclareSignerDetails as V3DeclareSignerDetails,
2856
- index$2_V3DeployAccountSignerDetails as V3DeployAccountSignerDetails,
2857
- index$2_V3InvocationsSignerDetails as V3InvocationsSignerDetails,
2858
- index$2_V3TransactionDetails as V3TransactionDetails,
2859
- index$2_ValidateType as ValidateType,
2860
- index$2_WeierstrassSignatureType as WeierstrassSignatureType,
2861
- index$2_getContractVersionOptions as getContractVersionOptions,
2862
- index$2_getEstimateFeeBulkOptions as getEstimateFeeBulkOptions,
2863
- index$2_getSimulateTransactionOptions as getSimulateTransactionOptions,
2864
- index$2_waitForTransactionOptions as waitForTransactionOptions,
2865
- };
2468
+ export { type index$2_Abi as Abi, type index$2_AbiEntry as AbiEntry, type index$2_AbiEnums as AbiEnums, type index$2_AbiEvents as AbiEvents, type index$2_AbiStructs as AbiStructs, type index$2_AccountInvocationItem as AccountInvocationItem, type index$2_AccountInvocations as AccountInvocations, type index$2_AccountInvocationsFactoryDetails as AccountInvocationsFactoryDetails, type index$2_AllowArray as AllowArray, type index$2_Args as Args, type index$2_ArgsOrCalldata as ArgsOrCalldata, type index$2_ArgsOrCalldataWithOptions as ArgsOrCalldataWithOptions, type index$2_ArraySignatureType as ArraySignatureType, type index$2_AsyncContractFunction as AsyncContractFunction, type index$2_BigNumberish as BigNumberish, type Block$1 as Block, type index$2_BlockIdentifier as BlockIdentifier, type index$2_BlockNumber as BlockNumber, index$2_BlockStatus as BlockStatus, index$2_BlockTag as BlockTag, type index$2_Builtins as Builtins, type index$2_ByteArray as ByteArray, type index$2_ByteCode as ByteCode, type index$2_Cairo1Event as Cairo1Event, type index$2_CairoAssembly as CairoAssembly, type index$2_CairoContract as CairoContract, type index$2_CairoEnum as CairoEnum, type index$2_CairoVersion as CairoVersion, type index$2_Call as Call, type index$2_CallContractResponse as CallContractResponse, type index$2_CallDetails as CallDetails, type index$2_CallOptions as CallOptions, type index$2_CallStruct as CallStruct, type index$2_Calldata as Calldata, type index$2_CompiledContract as CompiledContract, type index$2_CompiledSierra as CompiledSierra, type index$2_CompiledSierraCasm as CompiledSierraCasm, type index$2_CompilerVersion as CompilerVersion, type index$2_CompleteDeclareContractPayload as CompleteDeclareContractPayload, type index$2_CompressedProgram as CompressedProgram, type index$2_ContractClass as ContractClass, type index$2_ContractClassResponse as ContractClassResponse, type index$2_ContractEntryPointFields as ContractEntryPointFields, type index$2_ContractFunction as ContractFunction, type index$2_ContractOptions as ContractOptions, type index$2_ContractVersion as ContractVersion, type index$2_DeclareAndDeployContractPayload as DeclareAndDeployContractPayload, type index$2_DeclareContractPayload as DeclareContractPayload, type index$2_DeclareContractResponse as DeclareContractResponse, type index$2_DeclareContractTransaction as DeclareContractTransaction, type index$2_DeclareDeployUDCResponse as DeclareDeployUDCResponse, type index$2_DeclareSignerDetails as DeclareSignerDetails, type index$2_DeclareTransactionReceiptResponse as DeclareTransactionReceiptResponse, type index$2_DeployAccountContractPayload as DeployAccountContractPayload, type index$2_DeployAccountContractTransaction as DeployAccountContractTransaction, type index$2_DeployAccountSignerDetails as DeployAccountSignerDetails, type index$2_DeployAccountTransactionReceiptResponse as DeployAccountTransactionReceiptResponse, type index$2_DeployContractResponse as DeployContractResponse, type index$2_DeployContractUDCResponse as DeployContractUDCResponse, type index$2_DeployTransactionReceiptResponse as DeployTransactionReceiptResponse, type index$2_Details as Details, index$2_EntryPointType as EntryPointType, type index$2_EntryPointsByType as EntryPointsByType, type index$2_EnumAbi as EnumAbi, type index$2_EstimateFee as EstimateFee, type index$2_EstimateFeeAction as EstimateFeeAction, type index$2_EstimateFeeBulk as EstimateFeeBulk, type index$2_EstimateFeeDetails as EstimateFeeDetails, type index$2_EstimateFeeResponse as EstimateFeeResponse, type index$2_EstimateFeeResponseBulk as EstimateFeeResponseBulk, type index$2_EventAbi as EventAbi, type index$2_EventEntry as EventEntry, type index$2_FunctionAbi as FunctionAbi, type index$2_GetBlockResponse as GetBlockResponse, type index$2_GetTransactionReceiptResponse as GetTransactionReceiptResponse, type index$2_GetTransactionResponse as GetTransactionResponse, type index$2_HexCalldata as HexCalldata, type index$2_Invocation as Invocation, type index$2_Invocations as Invocations, type index$2_InvocationsDetails as InvocationsDetails, type index$2_InvocationsDetailsWithNonce as InvocationsDetailsWithNonce, type index$2_InvocationsSignerDetails as InvocationsSignerDetails, type index$2_InvokeFunctionResponse as InvokeFunctionResponse, type index$2_InvokeOptions as InvokeOptions, type index$2_InvokeTransactionReceiptResponse as InvokeTransactionReceiptResponse, type index$2_L1HandlerTransactionReceiptResponse as L1HandlerTransactionReceiptResponse, type index$2_LegacyCompiledContract as LegacyCompiledContract, type index$2_LegacyContractClass as LegacyContractClass, type index$2_LegacyEvent as LegacyEvent, index$2_Literal as Literal, type index$2_MultiDeployContractResponse as MultiDeployContractResponse, type index$2_MultiType as MultiType, type index$2_Nonce as Nonce, type index$2_OptionalPayload as OptionalPayload, type index$2_ParsedEvent as ParsedEvent, type index$2_ParsedEvents as ParsedEvents, type index$2_ParsedStruct as ParsedStruct, type index$2_PendingBlock as PendingBlock, type index$2_PendingStateUpdate as PendingStateUpdate, type index$2_Program as Program, type index$2_ProviderOptions as ProviderOptions, type index$2_PythonicHints as PythonicHints, index$3 as RPC, type index$2_RawArgs as RawArgs, type index$2_RawArgsArray as RawArgsArray, type index$2_RawArgsObject as RawArgsObject, type index$2_RawCalldata as RawCalldata, type index$2_Result as Result, type index$2_RpcProviderOptions as RpcProviderOptions, index$2_SIMULATION_FLAG as SIMULATION_FLAG, type index$2_SierraContractClass as SierraContractClass, type index$2_SierraContractEntryPointFields as SierraContractEntryPointFields, type index$2_SierraEntryPointsByType as SierraEntryPointsByType, type index$2_SierraProgramDebugInfo as SierraProgramDebugInfo, type index$2_Signature as Signature, type index$2_SimulateTransactionDetails as SimulateTransactionDetails, type index$2_SimulateTransactionResponse as SimulateTransactionResponse, type index$2_SimulatedTransaction as SimulatedTransaction, type index$2_SimulationFlags as SimulationFlags, type index$2_StarkNetDomain as StarkNetDomain, type index$2_StarkNetEnumType as StarkNetEnumType, type index$2_StarkNetMerkleType as StarkNetMerkleType, type index$2_StarkNetType as StarkNetType, type index$2_StateUpdate as StateUpdate, type index$2_StateUpdateResponse as StateUpdateResponse, type index$2_Storage as Storage, type index$2_StructAbi as StructAbi, index$2_TransactionExecutionStatus as TransactionExecutionStatus, index$2_TransactionFinalityStatus as TransactionFinalityStatus, index$2_TransactionStatus as TransactionStatus, index$2_TransactionType as TransactionType, type index$2_Tupled as Tupled, type index$2_TypedData as TypedData, index$2_TypedDataRevision as TypedDataRevision, index$2_Uint as Uint, type index$2_Uint256 as Uint256, type index$2_UniversalDeployerContractPayload as UniversalDeployerContractPayload, type index$2_UniversalDetails as UniversalDetails, type index$2_V2DeclareSignerDetails as V2DeclareSignerDetails, type index$2_V2DeployAccountSignerDetails as V2DeployAccountSignerDetails, type index$2_V2InvocationsSignerDetails as V2InvocationsSignerDetails, type index$2_V3DeclareSignerDetails as V3DeclareSignerDetails, type index$2_V3DeployAccountSignerDetails as V3DeployAccountSignerDetails, type index$2_V3InvocationsSignerDetails as V3InvocationsSignerDetails, type index$2_V3TransactionDetails as V3TransactionDetails, index$2_ValidateType as ValidateType, type index$2_WeierstrassSignatureType as WeierstrassSignatureType, type index$2_getContractVersionOptions as getContractVersionOptions, type index$2_getEstimateFeeBulkOptions as getEstimateFeeBulkOptions, type index$2_getSimulateTransactionOptions as getSimulateTransactionOptions, type index$2_waitForTransactionOptions as waitForTransactionOptions };
2866
2469
  }
2867
2470
 
2868
2471
  declare class RpcChannel {
@@ -2875,7 +2478,7 @@ declare class RpcChannel {
2875
2478
  private speckVersion?;
2876
2479
  readonly waitMode: Boolean;
2877
2480
  constructor(optionsOrProvider?: RpcProviderOptions);
2878
- fetch(method: string, params?: object, id?: string | number): Promise<Response>;
2481
+ fetch(method: string, params?: object, id?: string | number): any;
2879
2482
  protected errorHandler(method: string, params: any, rpcError?: Error$1, otherError?: any): void;
2880
2483
  protected fetchEndpoint<T extends keyof Methods>(method: T, params?: Methods[T]['params']): Promise<Methods[T]['result']>;
2881
2484
  getChainId(): Promise<StarknetChainId>;
@@ -3184,7 +2787,7 @@ declare class RpcProvider$1 implements ProviderInterface {
3184
2787
  private responseParser;
3185
2788
  channel: RpcChannel;
3186
2789
  constructor(optionsOrProvider?: RpcProviderOptions | ProviderInterface | RpcProvider$1);
3187
- fetch(method: string, params?: object, id?: string | number): Promise<Response>;
2790
+ fetch(method: string, params?: object, id?: string | number): any;
3188
2791
  getChainId(): Promise<StarknetChainId>;
3189
2792
  getSpecVersion(): Promise<string>;
3190
2793
  getNonceForAddress(contractAddress: BigNumberish, blockIdentifier?: BlockIdentifier): Promise<string>;
@@ -3728,7 +3331,7 @@ declare class Account extends RpcProvider implements AccountInterface {
3728
3331
  StarknetIdContract?: string): Promise<string>;
3729
3332
  }
3730
3333
 
3731
- declare module 'abi-wan-kanabi-v2' {
3334
+ declare module 'abi-wan-kanabi' {
3732
3335
  interface Config<OptionT = any, ResultT = any, ErrorT = any> {
3733
3336
  FeltType: BigNumberish;
3734
3337
  U256Type: number | bigint | Uint256;
@@ -3979,12 +3582,7 @@ declare const selector_getSelectorFromName: typeof getSelectorFromName;
3979
3582
  declare const selector_keccakBn: typeof keccakBn;
3980
3583
  declare const selector_starknetKeccak: typeof starknetKeccak;
3981
3584
  declare namespace selector {
3982
- export {
3983
- selector_getSelector as getSelector,
3984
- selector_getSelectorFromName as getSelectorFromName,
3985
- selector_keccakBn as keccakBn,
3986
- selector_starknetKeccak as starknetKeccak,
3987
- };
3585
+ export { selector_getSelector as getSelector, selector_getSelectorFromName as getSelectorFromName, selector_keccakBn as keccakBn, selector_starknetKeccak as starknetKeccak };
3988
3586
  }
3989
3587
 
3990
3588
  /**
@@ -4131,27 +3729,7 @@ declare const index$1_keccakBn: typeof keccakBn;
4131
3729
  declare const index$1_poseidon: typeof poseidon;
4132
3730
  declare const index$1_starknetKeccak: typeof starknetKeccak;
4133
3731
  declare namespace index$1 {
4134
- export {
4135
- index$1_calculateContractAddressFromHash as calculateContractAddressFromHash,
4136
- calculateDeclareTransactionHash$2 as calculateDeclareTransactionHash,
4137
- calculateDeployAccountTransactionHash$2 as calculateDeployAccountTransactionHash,
4138
- calculateInvokeTransactionHash$1 as calculateInvokeTransactionHash,
4139
- index$1_computeCompiledClassHash as computeCompiledClassHash,
4140
- index$1_computeContractClassHash as computeContractClassHash,
4141
- computeHashOnElements$1 as computeHashOnElements,
4142
- index$1_computeLegacyContractClassHash as computeLegacyContractClassHash,
4143
- index$1_computePedersenHash as computePedersenHash,
4144
- index$1_computePedersenHashOnElements as computePedersenHashOnElements,
4145
- index$1_computePoseidonHash as computePoseidonHash,
4146
- index$1_computePoseidonHashOnElements as computePoseidonHashOnElements,
4147
- index$1_computeSierraContractClassHash as computeSierraContractClassHash,
4148
- index$1_formatSpaces as formatSpaces,
4149
- index$1_getSelector as getSelector,
4150
- index$1_getSelectorFromName as getSelectorFromName,
4151
- index$1_keccakBn as keccakBn,
4152
- index$1_poseidon as poseidon,
4153
- index$1_starknetKeccak as starknetKeccak,
4154
- };
3732
+ export { index$1_calculateContractAddressFromHash as calculateContractAddressFromHash, calculateDeclareTransactionHash$2 as calculateDeclareTransactionHash, calculateDeployAccountTransactionHash$2 as calculateDeployAccountTransactionHash, calculateInvokeTransactionHash$1 as calculateInvokeTransactionHash, index$1_computeCompiledClassHash as computeCompiledClassHash, index$1_computeContractClassHash as computeContractClassHash, computeHashOnElements$1 as computeHashOnElements, index$1_computeLegacyContractClassHash as computeLegacyContractClassHash, index$1_computePedersenHash as computePedersenHash, index$1_computePedersenHashOnElements as computePedersenHashOnElements, index$1_computePoseidonHash as computePoseidonHash, index$1_computePoseidonHashOnElements as computePoseidonHashOnElements, index$1_computeSierraContractClassHash as computeSierraContractClassHash, index$1_formatSpaces as formatSpaces, index$1_getSelector as getSelector, index$1_getSelectorFromName as getSelectorFromName, index$1_keccakBn as keccakBn, index$1_poseidon as poseidon, index$1_starknetKeccak as starknetKeccak };
4155
3733
  }
4156
3734
 
4157
3735
  /**
@@ -4181,14 +3759,7 @@ declare const v3_calculateInvokeTransactionHash: typeof calculateInvokeTransacti
4181
3759
  declare const v3_hashDAMode: typeof hashDAMode;
4182
3760
  declare const v3_hashFeeField: typeof hashFeeField;
4183
3761
  declare namespace v3 {
4184
- export {
4185
- calculateDeclareTransactionHash$1 as calculateDeclareTransactionHash,
4186
- calculateDeployAccountTransactionHash$1 as calculateDeployAccountTransactionHash,
4187
- v3_calculateInvokeTransactionHash as calculateInvokeTransactionHash,
4188
- calculateTransactionHashCommon$1 as calculateTransactionHashCommon,
4189
- v3_hashDAMode as hashDAMode,
4190
- v3_hashFeeField as hashFeeField,
4191
- };
3762
+ export { calculateDeclareTransactionHash$1 as calculateDeclareTransactionHash, calculateDeployAccountTransactionHash$1 as calculateDeployAccountTransactionHash, v3_calculateInvokeTransactionHash as calculateInvokeTransactionHash, calculateTransactionHashCommon$1 as calculateTransactionHashCommon, v3_hashDAMode as hashDAMode, v3_hashFeeField as hashFeeField };
4192
3763
  }
4193
3764
 
4194
3765
  /**
@@ -4231,13 +3802,7 @@ declare const v2_calculateTransactionHash: typeof calculateTransactionHash;
4231
3802
  declare const v2_calculateTransactionHashCommon: typeof calculateTransactionHashCommon;
4232
3803
  declare const v2_computeHashOnElements: typeof computeHashOnElements;
4233
3804
  declare namespace v2 {
4234
- export {
4235
- v2_calculateDeclareTransactionHash as calculateDeclareTransactionHash,
4236
- v2_calculateDeployAccountTransactionHash as calculateDeployAccountTransactionHash,
4237
- v2_calculateTransactionHash as calculateTransactionHash,
4238
- v2_calculateTransactionHashCommon as calculateTransactionHashCommon,
4239
- v2_computeHashOnElements as computeHashOnElements,
4240
- };
3805
+ export { v2_calculateDeclareTransactionHash as calculateDeclareTransactionHash, v2_calculateDeployAccountTransactionHash as calculateDeployAccountTransactionHash, v2_calculateTransactionHash as calculateTransactionHash, v2_calculateTransactionHashCommon as calculateTransactionHashCommon, v2_computeHashOnElements as computeHashOnElements };
4241
3806
  }
4242
3807
 
4243
3808
  /**
@@ -4260,21 +3825,16 @@ declare const parseAlwaysAsBig: (x: string) => any;
4260
3825
  * which can also return undefined but is not represented in the default typing
4261
3826
  * @returns JSON string
4262
3827
  */
4263
- declare const stringify: (value: json$1.JavaScriptValue, replacer?: any, space?: string | number | undefined, numberStringifiers?: json$1.NumberStringifier[] | undefined) => string;
3828
+ declare const stringify: (value: unknown, replacer?: any, space?: string | number | undefined, numberStringifiers?: json$1.NumberStringifier[] | undefined) => string;
4264
3829
  /** @deprecated equivalent to 'stringify', alias will be removed */
4265
- declare const stringifyAlwaysAsBig: (value: json$1.JavaScriptValue, replacer?: any, space?: string | number | undefined, numberStringifiers?: json$1.NumberStringifier[] | undefined) => string;
3830
+ declare const stringifyAlwaysAsBig: (value: unknown, replacer?: any, space?: string | number | undefined, numberStringifiers?: json$1.NumberStringifier[] | undefined) => string;
4266
3831
 
4267
3832
  declare const json_parse: typeof parse;
4268
3833
  declare const json_parseAlwaysAsBig: typeof parseAlwaysAsBig;
4269
3834
  declare const json_stringify: typeof stringify;
4270
3835
  declare const json_stringifyAlwaysAsBig: typeof stringifyAlwaysAsBig;
4271
3836
  declare namespace json {
4272
- export {
4273
- json_parse as parse,
4274
- json_parseAlwaysAsBig as parseAlwaysAsBig,
4275
- json_stringify as stringify,
4276
- json_stringifyAlwaysAsBig as stringifyAlwaysAsBig,
4277
- };
3837
+ export { json_parse as parse, json_parseAlwaysAsBig as parseAlwaysAsBig, json_stringify as stringify, json_stringifyAlwaysAsBig as stringifyAlwaysAsBig };
4278
3838
  }
4279
3839
 
4280
3840
  /**
@@ -4394,27 +3954,7 @@ declare const num_toHex: typeof toHex;
4394
3954
  declare const num_toHexString: typeof toHexString;
4395
3955
  declare const num_toStorageKey: typeof toStorageKey;
4396
3956
  declare namespace num {
4397
- export {
4398
- num_BigNumberish as BigNumberish,
4399
- num_addPercent as addPercent,
4400
- num_assertInRange as assertInRange,
4401
- num_bigNumberishArrayToDecimalStringArray as bigNumberishArrayToDecimalStringArray,
4402
- num_bigNumberishArrayToHexadecimalStringArray as bigNumberishArrayToHexadecimalStringArray,
4403
- num_cleanHex as cleanHex,
4404
- num_getDecimalString as getDecimalString,
4405
- num_getHexString as getHexString,
4406
- num_getHexStringArray as getHexStringArray,
4407
- num_hexToBytes as hexToBytes,
4408
- num_hexToDecimalString as hexToDecimalString,
4409
- num_isBigInt as isBigInt,
4410
- num_isHex as isHex,
4411
- num_isStringWholeNumber as isStringWholeNumber,
4412
- num_toBigInt as toBigInt,
4413
- num_toCairoBool as toCairoBool,
4414
- num_toHex as toHex,
4415
- num_toHexString as toHexString,
4416
- num_toStorageKey as toStorageKey,
4417
- };
3957
+ export { type num_BigNumberish as BigNumberish, num_addPercent as addPercent, num_assertInRange as assertInRange, num_bigNumberishArrayToDecimalStringArray as bigNumberishArrayToDecimalStringArray, num_bigNumberishArrayToHexadecimalStringArray as bigNumberishArrayToHexadecimalStringArray, num_cleanHex as cleanHex, num_getDecimalString as getDecimalString, num_getHexString as getHexString, num_getHexStringArray as getHexStringArray, num_hexToBytes as hexToBytes, num_hexToDecimalString as hexToDecimalString, num_isBigInt as isBigInt, num_isHex as isHex, num_isStringWholeNumber as isStringWholeNumber, num_toBigInt as toBigInt, num_toCairoBool as toCairoBool, num_toHex as toHex, num_toHexString as toHexString, num_toStorageKey as toStorageKey };
4418
3958
  }
4419
3959
 
4420
3960
  /**
@@ -4466,15 +4006,7 @@ declare const transaction_getVersionsByType: typeof getVersionsByType;
4466
4006
  declare const transaction_transformCallsToMulticallArrays: typeof transformCallsToMulticallArrays;
4467
4007
  declare const transaction_transformCallsToMulticallArrays_cairo1: typeof transformCallsToMulticallArrays_cairo1;
4468
4008
  declare namespace transaction {
4469
- export {
4470
- transaction_fromCallsToExecuteCalldata as fromCallsToExecuteCalldata,
4471
- transaction_fromCallsToExecuteCalldataWithNonce as fromCallsToExecuteCalldataWithNonce,
4472
- transaction_fromCallsToExecuteCalldata_cairo1 as fromCallsToExecuteCalldata_cairo1,
4473
- transaction_getExecuteCalldata as getExecuteCalldata,
4474
- transaction_getVersionsByType as getVersionsByType,
4475
- transaction_transformCallsToMulticallArrays as transformCallsToMulticallArrays,
4476
- transaction_transformCallsToMulticallArrays_cairo1 as transformCallsToMulticallArrays_cairo1,
4477
- };
4009
+ export { transaction_fromCallsToExecuteCalldata as fromCallsToExecuteCalldata, transaction_fromCallsToExecuteCalldataWithNonce as fromCallsToExecuteCalldataWithNonce, transaction_fromCallsToExecuteCalldata_cairo1 as fromCallsToExecuteCalldata_cairo1, transaction_getExecuteCalldata as getExecuteCalldata, transaction_getVersionsByType as getVersionsByType, transaction_transformCallsToMulticallArrays as transformCallsToMulticallArrays, transaction_transformCallsToMulticallArrays_cairo1 as transformCallsToMulticallArrays_cairo1 };
4478
4010
  }
4479
4011
 
4480
4012
  /**
@@ -4567,22 +4099,7 @@ declare const stark_toFeeVersion: typeof toFeeVersion;
4567
4099
  declare const stark_toTransactionVersion: typeof toTransactionVersion;
4568
4100
  declare const stark_v3Details: typeof v3Details;
4569
4101
  declare namespace stark {
4570
- export {
4571
- stark_compressProgram as compressProgram,
4572
- stark_decompressProgram as decompressProgram,
4573
- stark_estimateFeeToBounds as estimateFeeToBounds,
4574
- stark_estimatedFeeToMaxFee as estimatedFeeToMaxFee,
4575
- stark_formatSignature as formatSignature,
4576
- stark_intDAM as intDAM,
4577
- stark_makeAddress as makeAddress,
4578
- stark_randomAddress as randomAddress,
4579
- stark_reduceV2 as reduceV2,
4580
- stark_signatureToDecimalArray as signatureToDecimalArray,
4581
- stark_signatureToHexArray as signatureToHexArray,
4582
- stark_toFeeVersion as toFeeVersion,
4583
- stark_toTransactionVersion as toTransactionVersion,
4584
- stark_v3Details as v3Details,
4585
- };
4102
+ export { stark_compressProgram as compressProgram, stark_decompressProgram as decompressProgram, stark_estimateFeeToBounds as estimateFeeToBounds, stark_estimatedFeeToMaxFee as estimatedFeeToMaxFee, stark_formatSignature as formatSignature, stark_intDAM as intDAM, stark_makeAddress as makeAddress, stark_randomAddress as randomAddress, stark_reduceV2 as reduceV2, stark_signatureToDecimalArray as signatureToDecimalArray, stark_signatureToHexArray as signatureToHexArray, stark_toFeeVersion as toFeeVersion, stark_toTransactionVersion as toTransactionVersion, stark_v3Details as v3Details };
4586
4103
  }
4587
4104
 
4588
4105
  /**
@@ -4596,9 +4113,7 @@ declare function ethRandomPrivateKey(): string;
4596
4113
 
4597
4114
  declare const eth_ethRandomPrivateKey: typeof ethRandomPrivateKey;
4598
4115
  declare namespace eth {
4599
- export {
4600
- eth_ethRandomPrivateKey as ethRandomPrivateKey,
4601
- };
4116
+ export { eth_ethRandomPrivateKey as ethRandomPrivateKey };
4602
4117
  }
4603
4118
 
4604
4119
  declare class MerkleTree {
@@ -4640,10 +4155,7 @@ type merkle_MerkleTree = MerkleTree;
4640
4155
  declare const merkle_MerkleTree: typeof MerkleTree;
4641
4156
  declare const merkle_proofMerklePath: typeof proofMerklePath;
4642
4157
  declare namespace merkle {
4643
- export {
4644
- merkle_MerkleTree as MerkleTree,
4645
- merkle_proofMerklePath as proofMerklePath,
4646
- };
4158
+ export { merkle_MerkleTree as MerkleTree, merkle_proofMerklePath as proofMerklePath };
4647
4159
  }
4648
4160
 
4649
4161
  /**
@@ -4675,13 +4187,7 @@ declare const uint256$1_bnToUint256: typeof bnToUint256;
4675
4187
  declare const uint256$1_isUint256: typeof isUint256;
4676
4188
  declare const uint256$1_uint256ToBN: typeof uint256ToBN;
4677
4189
  declare namespace uint256$1 {
4678
- export {
4679
- uint256$1_UINT_128_MAX as UINT_128_MAX,
4680
- uint256$1_UINT_256_MAX as UINT_256_MAX,
4681
- uint256$1_bnToUint256 as bnToUint256,
4682
- uint256$1_isUint256 as isUint256,
4683
- uint256$1_uint256ToBN as uint256ToBN,
4684
- };
4190
+ export { uint256$1_UINT_128_MAX as UINT_128_MAX, uint256$1_UINT_256_MAX as UINT_256_MAX, uint256$1_bnToUint256 as bnToUint256, uint256$1_isUint256 as isUint256, uint256$1_uint256ToBN as uint256ToBN };
4685
4191
  }
4686
4192
 
4687
4193
  /**
@@ -4745,17 +4251,7 @@ declare const shortString_isShortText: typeof isShortText;
4745
4251
  declare const shortString_isText: typeof isText;
4746
4252
  declare const shortString_splitLongString: typeof splitLongString;
4747
4253
  declare namespace shortString {
4748
- export {
4749
- shortString_decodeShortString as decodeShortString,
4750
- shortString_encodeShortString as encodeShortString,
4751
- shortString_isASCII as isASCII,
4752
- shortString_isDecimalString as isDecimalString,
4753
- shortString_isLongText as isLongText,
4754
- shortString_isShortString as isShortString,
4755
- shortString_isShortText as isShortText,
4756
- shortString_isText as isText,
4757
- shortString_splitLongString as splitLongString,
4758
- };
4254
+ export { shortString_decodeShortString as decodeShortString, shortString_encodeShortString as encodeShortString, shortString_isASCII as isASCII, shortString_isDecimalString as isDecimalString, shortString_isLongText as isLongText, shortString_isShortString as isShortString, shortString_isShortText as isShortText, shortString_isText as isText, shortString_splitLongString as splitLongString };
4759
4255
  }
4760
4256
 
4761
4257
  interface Context {
@@ -4819,24 +4315,7 @@ declare const typedData_getTypeHash: typeof getTypeHash;
4819
4315
  declare const typedData_isMerkleTreeType: typeof isMerkleTreeType;
4820
4316
  declare const typedData_prepareSelector: typeof prepareSelector;
4821
4317
  declare namespace typedData {
4822
- export {
4823
- typedData_StarkNetDomain as StarkNetDomain,
4824
- typedData_StarkNetEnumType as StarkNetEnumType,
4825
- typedData_StarkNetMerkleType as StarkNetMerkleType,
4826
- typedData_StarkNetType as StarkNetType,
4827
- typedData_TypedData as TypedData,
4828
- typedData_TypedDataRevision as TypedDataRevision,
4829
- byteArrayFromString$1 as byteArrayFromString,
4830
- typedData_encodeData as encodeData,
4831
- typedData_encodeType as encodeType,
4832
- typedData_encodeValue as encodeValue,
4833
- typedData_getDependencies as getDependencies,
4834
- typedData_getMessageHash as getMessageHash,
4835
- typedData_getStructHash as getStructHash,
4836
- typedData_getTypeHash as getTypeHash,
4837
- typedData_isMerkleTreeType as isMerkleTreeType,
4838
- typedData_prepareSelector as prepareSelector,
4839
- };
4318
+ export { type typedData_StarkNetDomain as StarkNetDomain, type typedData_StarkNetEnumType as StarkNetEnumType, type typedData_StarkNetMerkleType as StarkNetMerkleType, type typedData_StarkNetType as StarkNetType, type typedData_TypedData as TypedData, typedData_TypedDataRevision as TypedDataRevision, byteArrayFromString$1 as byteArrayFromString, typedData_encodeData as encodeData, typedData_encodeType as encodeType, typedData_encodeValue as encodeValue, typedData_getDependencies as getDependencies, typedData_getMessageHash as getMessageHash, typedData_getStructHash as getStructHash, typedData_getTypeHash as getTypeHash, typedData_isMerkleTreeType as isMerkleTreeType, typedData_prepareSelector as prepareSelector };
4840
4319
  }
4841
4320
 
4842
4321
  declare function useDecoded(encoded: bigint[]): string;
@@ -4853,12 +4332,7 @@ declare const starknetId_getStarknetIdContract: typeof getStarknetIdContract;
4853
4332
  declare const starknetId_useDecoded: typeof useDecoded;
4854
4333
  declare const starknetId_useEncoded: typeof useEncoded;
4855
4334
  declare namespace starknetId {
4856
- export {
4857
- starknetId_StarknetIdContract as StarknetIdContract,
4858
- starknetId_getStarknetIdContract as getStarknetIdContract,
4859
- starknetId_useDecoded as useDecoded,
4860
- starknetId_useEncoded as useEncoded,
4861
- };
4335
+ export { starknetId_StarknetIdContract as StarknetIdContract, starknetId_getStarknetIdContract as getStarknetIdContract, starknetId_useDecoded as useDecoded, starknetId_useEncoded as useEncoded };
4862
4336
  }
4863
4337
 
4864
4338
  /**
@@ -4936,21 +4410,7 @@ declare const provider_txIdentifier: typeof txIdentifier;
4936
4410
  declare const provider_validBlockTags: typeof validBlockTags;
4937
4411
  declare const provider_wait: typeof wait;
4938
4412
  declare namespace provider {
4939
- export {
4940
- provider_Block as Block,
4941
- provider_createSierraContractClass as createSierraContractClass,
4942
- provider_formatHash as formatHash,
4943
- provider_getDefaultNodeUrl as getDefaultNodeUrl,
4944
- provider_isPendingBlock as isPendingBlock,
4945
- provider_isPendingStateUpdate as isPendingStateUpdate,
4946
- provider_isPendingTransaction as isPendingTransaction,
4947
- provider_isV3Tx as isV3Tx,
4948
- provider_isVersion as isVersion,
4949
- provider_parseContract as parseContract,
4950
- provider_txIdentifier as txIdentifier,
4951
- provider_validBlockTags as validBlockTags,
4952
- provider_wait as wait,
4953
- };
4413
+ export { provider_Block as Block, provider_createSierraContractClass as createSierraContractClass, provider_formatHash as formatHash, provider_getDefaultNodeUrl as getDefaultNodeUrl, provider_isPendingBlock as isPendingBlock, provider_isPendingStateUpdate as isPendingStateUpdate, provider_isPendingTransaction as isPendingTransaction, provider_isV3Tx as isV3Tx, provider_isVersion as isVersion, provider_parseContract as parseContract, provider_txIdentifier as txIdentifier, provider_validBlockTags as validBlockTags, provider_wait as wait };
4954
4414
  }
4955
4415
 
4956
4416
  declare function getAbiEvents(abi: Abi): AbiEvents;
@@ -4966,10 +4426,7 @@ declare function parseEvents(providerReceivedEvents: Event[], abiEvents: AbiEven
4966
4426
  declare const index_getAbiEvents: typeof getAbiEvents;
4967
4427
  declare const index_parseEvents: typeof parseEvents;
4968
4428
  declare namespace index {
4969
- export {
4970
- index_getAbiEvents as getAbiEvents,
4971
- index_parseEvents as parseEvents,
4972
- };
4429
+ export { index_getAbiEvents as getAbiEvents, index_parseEvents as parseEvents };
4973
4430
  }
4974
4431
 
4975
4432
  declare function addAddressPadding(address: BigNumberish): string;
@@ -5091,32 +4548,7 @@ declare const cairo_isTypeUint256: typeof isTypeUint256;
5091
4548
  declare const cairo_tuple: typeof tuple;
5092
4549
  declare const cairo_uint256: typeof uint256;
5093
4550
  declare namespace cairo {
5094
- export {
5095
- cairo_felt as felt,
5096
- cairo_getAbiContractVersion as getAbiContractVersion,
5097
- cairo_getArrayType as getArrayType,
5098
- cairo_isCairo1Abi as isCairo1Abi,
5099
- cairo_isCairo1Type as isCairo1Type,
5100
- cairo_isLen as isLen,
5101
- cairo_isTypeArray as isTypeArray,
5102
- cairo_isTypeBool as isTypeBool,
5103
- cairo_isTypeByteArray as isTypeByteArray,
5104
- cairo_isTypeBytes31 as isTypeBytes31,
5105
- cairo_isTypeContractAddress as isTypeContractAddress,
5106
- cairo_isTypeEnum as isTypeEnum,
5107
- cairo_isTypeEthAddress as isTypeEthAddress,
5108
- cairo_isTypeFelt as isTypeFelt,
5109
- cairo_isTypeLiteral as isTypeLiteral,
5110
- cairo_isTypeNamedTuple as isTypeNamedTuple,
5111
- cairo_isTypeOption as isTypeOption,
5112
- cairo_isTypeResult as isTypeResult,
5113
- cairo_isTypeStruct as isTypeStruct,
5114
- cairo_isTypeTuple as isTypeTuple,
5115
- cairo_isTypeUint as isTypeUint,
5116
- cairo_isTypeUint256 as isTypeUint256,
5117
- cairo_tuple as tuple,
5118
- cairo_uint256 as uint256,
5119
- };
4551
+ export { cairo_felt as felt, cairo_getAbiContractVersion as getAbiContractVersion, cairo_getArrayType as getArrayType, cairo_isCairo1Abi as isCairo1Abi, cairo_isCairo1Type as isCairo1Type, cairo_isLen as isLen, cairo_isTypeArray as isTypeArray, cairo_isTypeBool as isTypeBool, cairo_isTypeByteArray as isTypeByteArray, cairo_isTypeBytes31 as isTypeBytes31, cairo_isTypeContractAddress as isTypeContractAddress, cairo_isTypeEnum as isTypeEnum, cairo_isTypeEthAddress as isTypeEthAddress, cairo_isTypeFelt as isTypeFelt, cairo_isTypeLiteral as isTypeLiteral, cairo_isTypeNamedTuple as isTypeNamedTuple, cairo_isTypeOption as isTypeOption, cairo_isTypeResult as isTypeResult, cairo_isTypeStruct as isTypeStruct, cairo_isTypeTuple as isTypeTuple, cairo_isTypeUint as isTypeUint, cairo_isTypeUint256 as isTypeUint256, cairo_tuple as tuple, cairo_uint256 as uint256 };
5120
4552
  }
5121
4553
 
5122
4554
  /**
@@ -5154,10 +4586,7 @@ declare function byteArrayFromString(myString: string): ByteArray;
5154
4586
  declare const byteArray_byteArrayFromString: typeof byteArrayFromString;
5155
4587
  declare const byteArray_stringFromByteArray: typeof stringFromByteArray;
5156
4588
  declare namespace byteArray {
5157
- export {
5158
- byteArray_byteArrayFromString as byteArrayFromString,
5159
- byteArray_stringFromByteArray as stringFromByteArray,
5160
- };
4589
+ export { byteArray_byteArrayFromString as byteArrayFromString, byteArray_stringFromByteArray as stringFromByteArray };
5161
4590
  }
5162
4591
 
5163
4592
  declare class CallData {
@@ -5278,4 +4707,4 @@ declare function parseUDCEvent(txReceipt: InvokeTransactionReceiptResponse): {
5278
4707
  /** @deprecated prefer the 'num' naming */
5279
4708
  declare const number: typeof num;
5280
4709
 
5281
- export { Abi, AbiEntry, AbiEnums, AbiEvents, AbiStructs, Account, AccountInterface, AccountInvocationItem, AccountInvocations, AccountInvocationsFactoryDetails, AllowArray, Args, ArgsOrCalldata, ArgsOrCalldataWithOptions, ArraySignatureType, AsyncContractFunction, BigNumberish, Block$1 as Block, BlockIdentifier, BlockNumber, BlockStatus, BlockTag, Builtins, ByteArray, ByteCode, Cairo1Event, CairoAssembly, CairoContract, CairoCustomEnum, CairoEnum, CairoEnumRaw, CairoOption, CairoOptionVariant, CairoResult, CairoResultVariant, CairoVersion, Call, CallContractResponse, CallData, CallDetails, CallOptions, CallStruct, Calldata, CompiledContract, CompiledSierra, CompiledSierraCasm, CompilerVersion, CompleteDeclareContractPayload, CompressedProgram, Contract, ContractClass, ContractClassResponse, ContractEntryPointFields, ContractFactory, ContractFactoryParams, ContractFunction, ContractInterface, ContractOptions, ContractVersion, CustomError, DeclareAndDeployContractPayload, DeclareContractPayload, DeclareContractResponse, DeclareContractTransaction, DeclareDeployUDCResponse, DeclareSignerDetails, DeclareTransactionReceiptResponse, DeployAccountContractPayload, DeployAccountContractTransaction, DeployAccountSignerDetails, DeployAccountTransactionReceiptResponse, DeployContractResponse, DeployContractUDCResponse, DeployTransactionReceiptResponse, Details, EntryPointType, EntryPointsByType, EnumAbi, EstimateFee, EstimateFeeAction, EstimateFeeBulk, EstimateFeeDetails, EstimateFeeResponse, EstimateFeeResponseBulk, EthSigner, EventAbi, EventEntry, FunctionAbi, GatewayError, GetBlockResponse, GetTransactionReceiptResponse, GetTransactionResponse, HexCalldata, HttpError, Invocation, Invocations, InvocationsDetails, InvocationsDetailsWithNonce, InvocationsSignerDetails, InvokeFunctionResponse, InvokeOptions, InvokeTransactionReceiptResponse, L1HandlerTransactionReceiptResponse, LegacyCompiledContract, LegacyContractClass, LegacyEvent, LibraryError, Literal, MultiDeployContractResponse, MultiType, Nonce, OptionalPayload, ParsedEvent, ParsedEvents, ParsedStruct, PendingBlock, PendingStateUpdate, Program, RpcProvider as Provider, ProviderInterface, ProviderOptions, PythonicHints, index$3 as RPC, RawArgs, RawArgsArray, RawArgsObject, RawCalldata, Result, RpcChannel, RpcProvider, RpcProviderOptions, SIMULATION_FLAG, SierraContractClass, SierraContractEntryPointFields, SierraEntryPointsByType, SierraProgramDebugInfo, Signature, Signer, SignerInterface, SimulateTransactionDetails, SimulateTransactionResponse, SimulatedTransaction, SimulationFlags, StarkNetDomain, StarkNetEnumType, StarkNetMerkleType, StarkNetType, StateUpdate, StateUpdateResponse, Storage, StructAbi, TransactionExecutionStatus, TransactionFinalityStatus, TransactionStatus, TransactionType, Tupled, TypedContractV2, TypedData, TypedDataRevision, Uint, Uint256, UniversalDeployerContractPayload, UniversalDetails, V2DeclareSignerDetails, V2DeployAccountSignerDetails, V2InvocationsSignerDetails, V3DeclareSignerDetails, V3DeployAccountSignerDetails, V3InvocationsSignerDetails, V3TransactionDetails, ValidateType, WeierstrassSignatureType, addAddressPadding, buildUrl, byteArray, cairo, constants, contractClassResponseToLegacyCompiledContract, defaultProvider, ec, encode, eth, index as events, extractContractHashes, fixProto, fixStack, getCalldata, getChecksumAddress, getContractVersionOptions, getEstimateFeeBulkOptions, getSimulateTransactionOptions, index$1 as hash, isSierra, isUrl, json, merkle, num, number, parseUDCEvent, provider, selector, shortString, splitArgsAndOptions, stark, starknetId, transaction, typedData, index$2 as types, uint256$1 as uint256, v2 as v2hash, v3 as v3hash, validateAndParseAddress, validateChecksumAddress, waitForTransactionOptions };
4710
+ export { type Abi, type AbiEntry, type AbiEnums, type AbiEvents, type AbiStructs, Account, AccountInterface, type AccountInvocationItem, type AccountInvocations, type AccountInvocationsFactoryDetails, type AllowArray, type Args, type ArgsOrCalldata, type ArgsOrCalldataWithOptions, type ArraySignatureType, type AsyncContractFunction, type BigNumberish, type Block$1 as Block, type BlockIdentifier, type BlockNumber, BlockStatus, BlockTag, type Builtins, type ByteArray, type ByteCode, type Cairo1Event, type CairoAssembly, type CairoContract, CairoCustomEnum, type CairoEnum, type CairoEnumRaw, CairoOption, CairoOptionVariant, CairoResult, CairoResultVariant, type CairoVersion, type Call, type CallContractResponse, CallData, type CallDetails, type CallOptions, type CallStruct, type Calldata, type CompiledContract, type CompiledSierra, type CompiledSierraCasm, type CompilerVersion, type CompleteDeclareContractPayload, type CompressedProgram, Contract, type ContractClass, type ContractClassResponse, type ContractEntryPointFields, ContractFactory, type ContractFactoryParams, type ContractFunction, ContractInterface, type ContractOptions, type ContractVersion, CustomError, type DeclareAndDeployContractPayload, type DeclareContractPayload, type DeclareContractResponse, type DeclareContractTransaction, type DeclareDeployUDCResponse, type DeclareSignerDetails, type DeclareTransactionReceiptResponse, type DeployAccountContractPayload, type DeployAccountContractTransaction, type DeployAccountSignerDetails, type DeployAccountTransactionReceiptResponse, type DeployContractResponse, type DeployContractUDCResponse, type DeployTransactionReceiptResponse, type Details, EntryPointType, type EntryPointsByType, type EnumAbi, type EstimateFee, type EstimateFeeAction, type EstimateFeeBulk, type EstimateFeeDetails, type EstimateFeeResponse, type EstimateFeeResponseBulk, EthSigner, type EventAbi, type EventEntry, type FunctionAbi, GatewayError, type GetBlockResponse, type GetTransactionReceiptResponse, type GetTransactionResponse, type HexCalldata, HttpError, type Invocation, type Invocations, type InvocationsDetails, type InvocationsDetailsWithNonce, type InvocationsSignerDetails, type InvokeFunctionResponse, type InvokeOptions, type InvokeTransactionReceiptResponse, type L1HandlerTransactionReceiptResponse, type LegacyCompiledContract, type LegacyContractClass, type LegacyEvent, LibraryError, Literal, type MultiDeployContractResponse, type MultiType, type Nonce, type OptionalPayload, type ParsedEvent, type ParsedEvents, type ParsedStruct, type PendingBlock, type PendingStateUpdate, type Program, RpcProvider as Provider, ProviderInterface, type ProviderOptions, type PythonicHints, index$3 as RPC, type RawArgs, type RawArgsArray, type RawArgsObject, type RawCalldata, type Result, RpcChannel, RpcProvider, type RpcProviderOptions, SIMULATION_FLAG, type SierraContractClass, type SierraContractEntryPointFields, type SierraEntryPointsByType, type SierraProgramDebugInfo, type Signature, Signer, SignerInterface, type SimulateTransactionDetails, type SimulateTransactionResponse, type SimulatedTransaction, type SimulationFlags, type StarkNetDomain, type StarkNetEnumType, type StarkNetMerkleType, type StarkNetType, type StateUpdate, type StateUpdateResponse, type Storage, type StructAbi, TransactionExecutionStatus, TransactionFinalityStatus, TransactionStatus, TransactionType, type Tupled, type TypedContractV2, type TypedData, TypedDataRevision, Uint, type Uint256, type UniversalDeployerContractPayload, type UniversalDetails, type V2DeclareSignerDetails, type V2DeployAccountSignerDetails, type V2InvocationsSignerDetails, type V3DeclareSignerDetails, type V3DeployAccountSignerDetails, type V3InvocationsSignerDetails, type V3TransactionDetails, ValidateType, type WeierstrassSignatureType, addAddressPadding, buildUrl, byteArray, cairo, constants, contractClassResponseToLegacyCompiledContract, defaultProvider, ec, encode, eth, index as events, extractContractHashes, fixProto, fixStack, getCalldata, getChecksumAddress, type getContractVersionOptions, type getEstimateFeeBulkOptions, type getSimulateTransactionOptions, index$1 as hash, isSierra, isUrl, json, merkle, num, number, parseUDCEvent, provider, selector, shortString, splitArgsAndOptions, stark, starknetId, transaction, typedData, index$2 as types, uint256$1 as uint256, v2 as v2hash, v3 as v3hash, validateAndParseAddress, validateChecksumAddress, type waitForTransactionOptions };