diff --git a/www/versioned_docs/version-6.24.1/API/_category_.yml b/www/versioned_docs/version-6.24.1/API/_category_.yml
new file mode 100644
index 000000000..3c0dfeba4
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/_category_.yml
@@ -0,0 +1 @@
+label: 'API'
diff --git a/www/versioned_docs/version-6.24.1/API/classes/Account.md b/www/versioned_docs/version-6.24.1/API/classes/Account.md
new file mode 100644
index 000000000..7bb9a6b90
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/Account.md
@@ -0,0 +1,2885 @@
+---
+id: 'Account'
+title: 'Class: Account'
+sidebar_label: 'Account'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Hierarchy
+
+- [`Provider`](Provider.md)
+
+ ↳ **`Account`**
+
+ ↳↳ [`WalletAccount`](WalletAccount.md)
+
+## Implements
+
+- [`AccountInterface`](AccountInterface.md)
+
+## Constructors
+
+### constructor
+
+• **new Account**(`providerOrOptions`, `address`, `pkOrSigner`, `cairoVersion?`, `transactionVersion?`): [`Account`](Account.md)
+
+#### Parameters
+
+| Name | Type |
+| :------------------- | :--------------------------------------------------------------------------------------------------------- |
+| `providerOrOptions` | [`ProviderOptions`](../interfaces/types.ProviderOptions.md) \| [`ProviderInterface`](ProviderInterface.md) |
+| `address` | `string` |
+| `pkOrSigner` | `string` \| `Uint8Array` \| [`SignerInterface`](SignerInterface.md) |
+| `cairoVersion?` | [`CairoVersion`](../namespaces/types.md#cairoversion) |
+| `transactionVersion` | `"0x2"` \| `"0x3"` |
+
+#### Returns
+
+[`Account`](Account.md)
+
+#### Overrides
+
+[Provider](Provider.md).[constructor](Provider.md#constructor)
+
+#### Defined in
+
+[src/account/default.ts:90](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L90)
+
+## Properties
+
+### signer
+
+• **signer**: [`SignerInterface`](SignerInterface.md)
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[signer](AccountInterface.md#signer)
+
+#### Defined in
+
+[src/account/default.ts:82](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L82)
+
+---
+
+### address
+
+• **address**: `string`
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[address](AccountInterface.md#address)
+
+#### Defined in
+
+[src/account/default.ts:84](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L84)
+
+---
+
+### cairoVersion
+
+• **cairoVersion**: [`CairoVersion`](../namespaces/types.md#cairoversion)
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[cairoVersion](AccountInterface.md#cairoversion)
+
+#### Defined in
+
+[src/account/default.ts:86](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L86)
+
+---
+
+### transactionVersion
+
+• `Readonly` **transactionVersion**: `"0x2"` \| `"0x3"`
+
+#### Defined in
+
+[src/account/default.ts:88](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L88)
+
+---
+
+### deploySelf
+
+• **deploySelf**: (`__namedParameters`: [`DeployAccountContractPayload`](../namespaces/types.md#deployaccountcontractpayload), `details`: [`UniversalDetails`](../interfaces/types.UniversalDetails.md)) => `Promise`<[`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)\>
+
+#### Type declaration
+
+▸ (`«destructured»`, `details?`): `Promise`<[`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)\>
+
+##### Parameters
+
+| Name | Type |
+| :--------------- | :------------------------------------------------------------------------------------ |
+| `«destructured»` | [`DeployAccountContractPayload`](../namespaces/types.md#deployaccountcontractpayload) |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) |
+
+##### Returns
+
+`Promise`<[`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)\>
+
+#### Defined in
+
+[src/account/default.ts:496](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L496)
+
+---
+
+### responseParser
+
+• **responseParser**: [`RPCResponseParser`](RPCResponseParser.md)
+
+#### Inherited from
+
+[Provider](Provider.md).[responseParser](Provider.md#responseparser)
+
+#### Defined in
+
+[src/provider/rpc.ts:51](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L51)
+
+---
+
+### channel
+
+• **channel**: [`RpcChannel`](RPC06.RpcChannel.md) \| [`RpcChannel`](RPC07.RpcChannel.md)
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[channel](AccountInterface.md#channel)
+
+#### Inherited from
+
+[Provider](Provider.md).[channel](Provider.md#channel)
+
+#### Defined in
+
+[src/provider/rpc.ts:53](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L53)
+
+---
+
+### getStateUpdate
+
+• **getStateUpdate**: () => `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>(`blockIdentifier`: `"pending"`) => `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>(`blockIdentifier`: `"latest"`) => `Promise`<\{ `block_hash`: `string` ; `old_root`: `string` ; `new_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>(`blockIdentifier?`: [`BlockIdentifier`](../namespaces/types.md#blockidentifier)) => `Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+#### Type declaration
+
+▸ (): `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+##### Returns
+
+`Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+▸ (`blockIdentifier`): `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+##### Parameters
+
+| Name | Type |
+| :---------------- | :---------- |
+| `blockIdentifier` | `"pending"` |
+
+##### Returns
+
+`Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+▸ (`blockIdentifier`): `Promise`<\{ `block_hash`: `string` ; `old_root`: `string` ; `new_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+##### Parameters
+
+| Name | Type |
+| :---------------- | :--------- |
+| `blockIdentifier` | `"latest"` |
+
+##### Returns
+
+`Promise`<\{ `block_hash`: `string` ; `old_root`: `string` ; `new_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+▸ (`blockIdentifier?`): `Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+##### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+##### Returns
+
+`Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getStateUpdate](AccountInterface.md#getstateupdate)
+
+#### Inherited from
+
+[Provider](Provider.md).[getStateUpdate](Provider.md#getstateupdate)
+
+#### Defined in
+
+[src/provider/rpc.ts:191](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L191)
+
+## Methods
+
+### getStarkName
+
+▸ **getStarkName**(`provider`, `address`, `StarknetIdContract?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :-------------------- | :---------------------------------------------------- |
+| `provider` | [`ProviderInterface`](ProviderInterface.md) |
+| `address` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `StarknetIdContract?` | `string` |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getStarkName](Provider.md#getstarkname)
+
+#### Defined in
+
+[src/provider/extensions/starknetId.ts:62](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/extensions/starknetId.ts#L62)
+
+---
+
+### getAddressFromStarkName
+
+▸ **getAddressFromStarkName**(`provider`, `name`, `StarknetIdContract?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :-------------------- | :------------------------------------------ |
+| `provider` | [`ProviderInterface`](ProviderInterface.md) |
+| `name` | `string` |
+| `StarknetIdContract?` | `string` |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getAddressFromStarkName](Provider.md#getaddressfromstarkname)
+
+#### Defined in
+
+[src/provider/extensions/starknetId.ts:96](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/extensions/starknetId.ts#L96)
+
+---
+
+### getStarkProfile
+
+▸ **getStarkProfile**(`provider`, `address`, `StarknetIdContract?`, `StarknetIdIdentityContract?`, `StarknetIdVerifierContract?`, `StarknetIdPfpContract?`, `StarknetIdPopContract?`, `StarknetIdMulticallContract?`): `Promise`<[`StarkProfile`](../namespaces/types.md#starkprofile)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------------------- | :---------------------------------------------------- |
+| `provider` | [`ProviderInterface`](ProviderInterface.md) |
+| `address` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `StarknetIdContract?` | `string` |
+| `StarknetIdIdentityContract?` | `string` |
+| `StarknetIdVerifierContract?` | `string` |
+| `StarknetIdPfpContract?` | `string` |
+| `StarknetIdPopContract?` | `string` |
+| `StarknetIdMulticallContract?` | `string` |
+
+#### Returns
+
+`Promise`<[`StarkProfile`](../namespaces/types.md#starkprofile)\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getStarkProfile](Provider.md#getstarkprofile)
+
+#### Defined in
+
+[src/provider/extensions/starknetId.ts:128](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/extensions/starknetId.ts#L128)
+
+---
+
+### getPreferredVersion
+
+▸ **getPreferredVersion**(`type12`, `type3`): [`ETransactionVersion`](../namespaces/types.RPC.RPCSPEC07.API.md#etransactionversion-1)
+
+#### Parameters
+
+| Name | Type |
+| :------- | :-------------------------------------------------------------------------------------- |
+| `type12` | [`ETransactionVersion`](../namespaces/types.RPC.RPCSPEC07.API.md#etransactionversion-1) |
+| `type3` | [`ETransactionVersion`](../namespaces/types.RPC.RPCSPEC07.API.md#etransactionversion-1) |
+
+#### Returns
+
+[`ETransactionVersion`](../namespaces/types.RPC.RPCSPEC07.API.md#etransactionversion-1)
+
+#### Defined in
+
+[src/account/default.ts:113](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L113)
+
+---
+
+### getNonce
+
+▸ **getNonce**(`blockIdentifier?`): `Promise`<`string`\>
+
+Gets the nonce of the account with respect to a specific block
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :---------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | optional blockIdentifier. Defaults to 'pending' |
+
+#### Returns
+
+`Promise`<`string`\>
+
+nonce of the account
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getNonce](AccountInterface.md#getnonce)
+
+#### Defined in
+
+[src/account/default.ts:120](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L120)
+
+---
+
+### getNonceSafe
+
+▸ **getNonceSafe**(`nonce?`): `Promise`<`bigint`\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `nonce?` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<`bigint`\>
+
+#### Defined in
+
+[src/account/default.ts:124](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L124)
+
+---
+
+### getCairoVersion
+
+▸ **getCairoVersion**(`classHash?`): `Promise`<[`CairoVersion`](../namespaces/types.md#cairoversion)\>
+
+Retrieves the Cairo version from the network and sets `cairoVersion` if not already set in the constructor.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------- | :------- | :----------------------------------------------------------------------------------- |
+| `classHash?` | `string` | if provided detects Cairo version from classHash, otherwise from the account address |
+
+#### Returns
+
+`Promise`<[`CairoVersion`](../namespaces/types.md#cairoversion)\>
+
+#### Defined in
+
+[src/account/default.ts:137](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L137)
+
+---
+
+### estimateFee
+
+▸ **estimateFee**(`calls`, `estimateFeeDetails?`): `Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+#### Parameters
+
+| Name | Type |
+| :------------------- | :---------------------------------------------------------------------------------------- |
+| `calls` | [`AllowArray`](../namespaces/types.md#allowarray)<[`Call`](../namespaces/types.md#call)\> |
+| `estimateFeeDetails` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) |
+
+#### Returns
+
+`Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+#### Defined in
+
+[src/account/default.ts:147](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L147)
+
+---
+
+### estimateInvokeFee
+
+▸ **estimateInvokeFee**(`calls`, `details?`): `Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+Estimate Fee for executing an INVOKE transaction on starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :---------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `calls` | [`AllowArray`](../namespaces/types.md#allowarray)<[`Call`](../namespaces/types.md#call)\> | the invocation object containing: - contractAddress - the address of the contract - entrypoint - the entrypoint of the contract - calldata? - (defaults to []) the calldata |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | blockIdentifier? - nonce? = 0 - skipValidate? - default true - tip? - prioritize order of transactions in the mempool. - accountDeploymentData? - deploy an account contract (substitution for deploy account transaction) - paymasterData? - entity other than the transaction sender to pay the transaction fees(EIP-4337) - nonceDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - feeDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - version? - specify ETransactionVersion - V3 Transactions fee is in fri, oldV transactions fee is in wei |
+
+#### Returns
+
+`Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+response from estimate_fee
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[estimateInvokeFee](AccountInterface.md#estimateinvokefee)
+
+#### Defined in
+
+[src/account/default.ts:154](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L154)
+
+---
+
+### estimateDeclareFee
+
+▸ **estimateDeclareFee**(`payload`, `details?`): `Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+Estimate Fee for executing a DECLARE transaction on starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------------------------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `payload` | [`DeclareContractPayload`](../namespaces/types.md#declarecontractpayload) | the payload object containing: - contract - the compiled contract to be declared - casm? - compiled cairo assembly. Cairo1(casm or compiledClassHash are required) - classHash? - the class hash of the compiled contract. Precalculate for faster execution. - compiledClassHash?: class hash of the cairo assembly. Cairo1(casm or compiledClassHash are required) |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | blockIdentifier? - nonce? = 0 - skipValidate? - default true - tip? - prioritize order of transactions in the mempool. - accountDeploymentData? - deploy an account contract (substitution for deploy account transaction) - paymasterData? - entity other than the transaction sender to pay the transaction fees(EIP-4337) - nonceDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - feeDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - version? - specify ETransactionVersion - V3 Transactions fee is in fri, oldV transactions fee is in wei |
+
+#### Returns
+
+`Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+response from estimate_fee
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[estimateDeclareFee](AccountInterface.md#estimatedeclarefee)
+
+#### Defined in
+
+[src/account/default.ts:193](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L193)
+
+---
+
+### estimateAccountDeployFee
+
+▸ **estimateAccountDeployFee**(`«destructured»`, `details?`): `Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+Estimate Fee for executing a DEPLOY_ACCOUNT transaction on starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------------- | :------------------------------------------------------------------------------------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `«destructured»` | [`DeployAccountContractPayload`](../namespaces/types.md#deployaccountcontractpayload) | classHash - the class hash of the compiled contract. - constructorCalldata? - constructor data; - contractAddress? - future account contract address. Precalculate for faster execution. - addressSalt? - salt used for calculation of the contractAddress. Required if contractAddress is provided. |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | blockIdentifier? - nonce? = 0 - skipValidate? - default true - tip? - prioritize order of transactions in the mempool. - paymasterData? - entity other than the transaction sender to pay the transaction fees(EIP-4337) - nonceDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - feeDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - version? - specify ETransactionVersion - V3 Transactions fee is in fri, oldV transactions fee is in wei |
+
+#### Returns
+
+`Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+response from estimate_fee
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[estimateAccountDeployFee](AccountInterface.md#estimateaccountdeployfee)
+
+#### Defined in
+
+[src/account/default.ts:231](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L231)
+
+---
+
+### estimateDeployFee
+
+▸ **estimateDeployFee**(`payload`, `details?`): `Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+Estimate Fee for executing a UDC DEPLOY transaction on starknet
+This is different from the normal DEPLOY transaction as it goes through the Universal Deployer Contract (UDC)
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `payload` | [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload) \| [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload)[] | array or singular - classHash: computed class hash of compiled contract - salt: address salt - unique: bool if true ensure unique salt - constructorCalldata: constructor calldata |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | blockIdentifier? - nonce? - skipValidate? - default true - tip? - prioritize order of transactions in the mempool. - accountDeploymentData? - deploy an account contract (substitution for deploy account transaction) - paymasterData? - entity other than the transaction sender to pay the transaction fees(EIP-4337) - nonceDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - feeDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - version? - specify ETransactionVersion - V3 Transactions fee is in fri, oldV transactions fee is in wei |
+
+#### Returns
+
+`Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[estimateDeployFee](AccountInterface.md#estimatedeployfee)
+
+#### Defined in
+
+[src/account/default.ts:270](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L270)
+
+---
+
+### estimateFeeBulk
+
+▸ **estimateFeeBulk**(`invocations`, `details?`): `Promise`<[`EstimateFeeBulk`](../namespaces/types.md#estimatefeebulk)\>
+
+Estimate Fee for executing a list of transactions on starknet
+Contract must be deployed for fee estimation to be possible
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :------------------------------------------------------------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `invocations` | [`Invocations`](../namespaces/types.md#invocations) | array of transaction object containing : - type - the type of transaction : 'DECLARE' \| (multi)'DEPLOY' \| (multi)'INVOKE_FUNCTION' \| 'DEPLOY_ACCOUNT' - payload - the payload of the transaction |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | blockIdentifier? - nonce? - skipValidate? - default true - tip? - prioritize order of transactions in the mempool. - accountDeploymentData? - deploy an account contract (substitution for deploy account transaction) - paymasterData? - entity other than the transaction sender to pay the transaction fees(EIP-4337) - nonceDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - feeDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - version? - specify ETransactionVersion - V3 Transactions fee is in fri, oldV transactions fee is in wei |
+
+#### Returns
+
+`Promise`<[`EstimateFeeBulk`](../namespaces/types.md#estimatefeebulk)\>
+
+response from estimate_fee
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[estimateFeeBulk](AccountInterface.md#estimatefeebulk)
+
+#### Defined in
+
+[src/account/default.ts:278](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L278)
+
+---
+
+### simulateTransaction
+
+▸ **simulateTransaction**(`invocations`, `details?`): `Promise`<[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)\>
+
+Simulates an array of transaction and returns an array of transaction trace and estimated fee.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :-------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------- |
+| `invocations` | [`Invocations`](../namespaces/types.md#invocations) | Invocations containing: - type - transaction type: DECLARE, (multi)DEPLOY, DEPLOY_ACCOUNT, (multi)INVOKE_FUNCTION |
+| `details` | [`SimulateTransactionDetails`](../namespaces/types.md#simulatetransactiondetails) | SimulateTransactionDetails |
+
+#### Returns
+
+`Promise`<[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)\>
+
+response from simulate_transaction
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[simulateTransaction](AccountInterface.md#simulatetransaction)
+
+#### Defined in
+
+[src/account/default.ts:304](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L304)
+
+---
+
+### execute
+
+▸ **execute**(`transactions`, `transactionsDetail?`): `Promise`<\{ `transaction_hash`: `string` }\>
+
+Invoke execute function in account contract
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------------------- | :---------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `transactions` | [`AllowArray`](../namespaces/types.md#allowarray)<[`Call`](../namespaces/types.md#call)\> | the invocation object or an array of them, containing: - contractAddress - the address of the contract - entrypoint - the entrypoint of the contract - calldata - (defaults to []) the calldata - signature - (defaults to []) the signature |
+| `transactionsDetail?` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | Additional optional parameters for the transaction |
+
+#### Returns
+
+`Promise`<\{ `transaction_hash`: `string` }\>
+
+response from addTransaction
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[execute](AccountInterface.md#execute)
+
+#### Defined in
+
+[src/account/default.ts:331](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L331)
+
+▸ **execute**(`transactions`, `abis?`, `transactionsDetail?`): `Promise`<\{ `transaction_hash`: `string` }\>
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------------------- | :---------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `transactions` | [`AllowArray`](../namespaces/types.md#allowarray)<[`Call`](../namespaces/types.md#call)\> | the invocation object or an array of them, containing: - contractAddress - the address of the contract - entrypoint - the entrypoint of the contract - calldata - (defaults to []) the calldata - signature - (defaults to []) the signature |
+| `abis?` | [`Abi`](../namespaces/types.md#abi)[] | (optional) the abi of the contract for better displaying |
+| `transactionsDetail?` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | Additional optional parameters for the transaction \* |
+
+#### Returns
+
+`Promise`<\{ `transaction_hash`: `string` }\>
+
+response from addTransaction
+
+**`Deprecated`**
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[execute](AccountInterface.md#execute)
+
+#### Defined in
+
+[src/account/default.ts:335](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L335)
+
+---
+
+### declareIfNot
+
+▸ **declareIfNot**(`payload`, `transactionsDetail?`): `Promise`<\{ `class_hash`: `string` ; `transaction_hash`: `string` }\>
+
+First check if contract is already declared, if not declare it
+If contract already declared returned transaction_hash is ''.
+Method will pass even if contract is already declared
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------- | :------------------------------------------------------------------------ | :---------- |
+| `payload` | [`DeclareContractPayload`](../namespaces/types.md#declarecontractpayload) | - |
+| `transactionsDetail` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | (optional) |
+
+#### Returns
+
+`Promise`<\{ `class_hash`: `string` ; `transaction_hash`: `string` }\>
+
+#### Defined in
+
+[src/account/default.ts:397](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L397)
+
+---
+
+### declare
+
+▸ **declare**(`payload`, `details?`): `Promise`<\{ `class_hash`: `string` ; `transaction_hash`: `string` }\>
+
+Declares a given compiled contract (json) to starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------------------------------------------------------------------------ | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `payload` | [`DeclareContractPayload`](../namespaces/types.md#declarecontractpayload) | transaction payload to be deployed containing: - contract: compiled contract code - (optional) classHash: computed class hash of compiled contract. Pre-compute it for faster execution. - (required for Cairo1 without compiledClassHash) casm: CompiledContract \| string; - (optional for Cairo1 with casm) compiledClassHash: compiled class hash from casm. Pre-compute it for faster execution. |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | InvocationsDetails |
+
+#### Returns
+
+`Promise`<\{ `class_hash`: `string` ; `transaction_hash`: `string` }\>
+
+a confirmation of sending a transaction on the starknet contract
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[declare](AccountInterface.md#declare)
+
+#### Defined in
+
+[src/account/default.ts:413](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L413)
+
+---
+
+### deploy
+
+▸ **deploy**(`payload`, `details?`): `Promise`<[`MultiDeployContractResponse`](../namespaces/types.md#multideploycontractresponse)\>
+
+Deploys a declared contract to starknet - using Universal Deployer Contract (UDC)
+support multicall
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `payload` | [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload) \| [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload)[] | classHash: computed class hash of compiled contract - [constructorCalldata] contract constructor calldata - [salt=pseudorandom] deploy address salt - [unique=true] ensure unique salt |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | InvocationsDetails |
+
+#### Returns
+
+`Promise`<[`MultiDeployContractResponse`](../namespaces/types.md#multideploycontractresponse)\>
+
+- contract_address[]
+- transaction_hash
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[deploy](AccountInterface.md#deploy)
+
+#### Defined in
+
+[src/account/default.ts:457](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L457)
+
+---
+
+### deployContract
+
+▸ **deployContract**(`payload`, `details?`): `Promise`<[`DeployContractUDCResponse`](../namespaces/types.md#deploycontractudcresponse)\>
+
+Simplify deploy simulating old DeployContract with same response + UDC specific response
+Internal wait for L2 transaction, support multicall
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `payload` | [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload) \| [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload)[] | classHash: computed class hash of compiled contract - [constructorCalldata] contract constructor calldata - [salt=pseudorandom] deploy address salt - [unique=true] ensure unique salt |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | InvocationsDetails |
+
+#### Returns
+
+`Promise`<[`DeployContractUDCResponse`](../namespaces/types.md#deploycontractudcresponse)\>
+
+- contract_address
+- transaction_hash
+- address
+- deployer
+- unique
+- classHash
+- calldata_len
+- calldata
+- salt
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[deployContract](AccountInterface.md#deploycontract)
+
+#### Defined in
+
+[src/account/default.ts:470](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L470)
+
+---
+
+### declareAndDeploy
+
+▸ **declareAndDeploy**(`payload`, `details?`): `Promise`<[`DeclareDeployUDCResponse`](../namespaces/types.md#declaredeployudcresponse)\>
+
+Declares and Deploy a given compiled contract (json) to starknet using UDC
+Internal wait for L2 transaction, do not support multicall
+Method will pass even if contract is already declared (internal using DeclareIfNot)
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------------------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `payload` | [`DeclareAndDeployContractPayload`](../namespaces/types.md#declareanddeploycontractpayload) | contract: compiled contract code - [casm=cairo1]: CairoAssembly \| undefined; - [compiledClassHash]: string \| undefined; - [classHash]: computed class hash of compiled contract - [constructorCalldata] contract constructor calldata - [salt=pseudorandom] deploy address salt - [unique=true] ensure unique salt |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | InvocationsDetails |
+
+#### Returns
+
+`Promise`<[`DeclareDeployUDCResponse`](../namespaces/types.md#declaredeployudcresponse)\>
+
+- declare
+ - transaction_hash
+- deploy
+ - contract_address
+ - transaction_hash
+ - address
+ - deployer
+ - unique
+ - classHash
+ - calldata_len
+ - calldata
+ - salt
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[declareAndDeploy](AccountInterface.md#declareanddeploy)
+
+#### Defined in
+
+[src/account/default.ts:479](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L479)
+
+---
+
+### deployAccount
+
+▸ **deployAccount**(`«destructured»`, `details?`): `Promise`<[`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)\>
+
+Deploy the account on Starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------------- | :------------------------------------------------------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `«destructured»` | [`DeployAccountContractPayload`](../namespaces/types.md#deployaccountcontractpayload) | transaction payload to be deployed containing: - classHash: computed class hash of compiled contract - optional constructor calldata - optional address salt - optional contractAddress |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | InvocationsDetails |
+
+#### Returns
+
+`Promise`<[`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)\>
+
+a confirmation of sending a transaction on the starknet contract
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[deployAccount](AccountInterface.md#deployaccount)
+
+#### Defined in
+
+[src/account/default.ts:498](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L498)
+
+---
+
+### signMessage
+
+▸ **signMessage**(`typedData`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Signs a TypedData object for off-chain usage with the Starknet private key and returns the signature
+This adds a message prefix so it can't be interchanged with transactions
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------- | :----------------------------------------------------------------------- | :---------------------------- |
+| `typedData` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) | TypedData object to be signed |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+the signature of the TypedData object
+
+**`Throws`**
+
+if typedData is not a valid TypedData
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[signMessage](AccountInterface.md#signmessage)
+
+#### Defined in
+
+[src/account/default.ts:558](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L558)
+
+---
+
+### hashMessage
+
+▸ **hashMessage**(`typedData`): `Promise`<`string`\>
+
+Hash a TypedData object with Pedersen hash and return the hash
+This adds a message prefix so it can't be interchanged with transactions
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------- | :----------------------------------------------------------------------- | :---------------------------- |
+| `typedData` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) | TypedData object to be hashed |
+
+#### Returns
+
+`Promise`<`string`\>
+
+the hash of the TypedData object
+
+**`Throws`**
+
+if typedData is not a valid TypedData
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[hashMessage](AccountInterface.md#hashmessage)
+
+#### Defined in
+
+[src/account/default.ts:562](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L562)
+
+---
+
+### verifyMessageHash
+
+▸ **verifyMessageHash**(`hash`, `signature`, `signatureVerificationFunctionName?`, `signatureVerificationResponse?`): `Promise`<`boolean`\>
+
+#### Parameters
+
+| Name | Type |
+| :------------------------------------------ | :---------------------------------------------------- |
+| `hash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `signature` | [`Signature`](../namespaces/types.md#signature) |
+| `signatureVerificationFunctionName?` | `string` |
+| `signatureVerificationResponse?` | `Object` |
+| `signatureVerificationResponse.okResponse` | `string`[] |
+| `signatureVerificationResponse.nokResponse` | `string`[] |
+| `signatureVerificationResponse.error` | `string`[] |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+**`Deprecated`**
+
+To replace by `myRpcProvider.verifyMessageInStarknet()`
+
+#### Defined in
+
+[src/account/default.ts:569](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L569)
+
+---
+
+### verifyMessage
+
+▸ **verifyMessage**(`typedData`, `signature`, `signatureVerificationFunctionName?`, `signatureVerificationResponse?`): `Promise`<`boolean`\>
+
+#### Parameters
+
+| Name | Type |
+| :------------------------------------------ | :----------------------------------------------------------------------- |
+| `typedData` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) |
+| `signature` | [`Signature`](../namespaces/types.md#signature) |
+| `signatureVerificationFunctionName?` | `string` |
+| `signatureVerificationResponse?` | `Object` |
+| `signatureVerificationResponse.okResponse` | `string`[] |
+| `signatureVerificationResponse.nokResponse` | `string`[] |
+| `signatureVerificationResponse.error` | `string`[] |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+**`Deprecated`**
+
+To replace by `myRpcProvider.verifyMessageInStarknet()`
+
+#### Defined in
+
+[src/account/default.ts:587](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L587)
+
+---
+
+### getSnip9Version
+
+▸ **getSnip9Version**(): `Promise`<[`OutsideExecutionVersion`](../enums/types.OutsideExecutionVersion.md)\>
+
+Verify if an account is compatible with SNIP-9 outside execution, and with which version of this standard.
+
+#### Returns
+
+`Promise`<[`OutsideExecutionVersion`](../enums/types.OutsideExecutionVersion.md)\>
+
+Not compatible, V1, V2.
+
+**`Example`**
+
+```typescript
+const result = myAccount.getSnip9Version();
+// result = "V1"
+```
+
+#### Defined in
+
+[src/account/default.ts:611](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L611)
+
+---
+
+### isValidSnip9Nonce
+
+▸ **isValidSnip9Nonce**(`nonce`): `Promise`<`boolean`\>
+
+Verify if a SNIP-9 nonce has not yet been used by the account.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :---------------------------------------------------- | :-------------------- |
+| `nonce` | [`BigNumberish`](../namespaces/types.md#bignumberish) | SNIP-9 nonce to test. |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+true if SNIP-9 nonce not yet used.
+
+**`Example`**
+
+```typescript
+const result = myAccount.isValidSnip9Nonce(1234);
+// result = true
+```
+
+#### Defined in
+
+[src/account/default.ts:632](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L632)
+
+---
+
+### getSnip9Nonce
+
+▸ **getSnip9Nonce**(): `Promise`<`string`\>
+
+Outside transaction needs a specific SNIP-9 nonce, that we get in this function.
+A SNIP-9 nonce can be any number not yet used ; no ordering is needed.
+
+#### Returns
+
+`Promise`<`string`\>
+
+an Hex string of a SNIP-9 nonce.
+
+**`Example`**
+
+```typescript
+const result = myAccount.getSnip9Nonce();
+// result = "0x28a612590dbc36927933c8ee0f357eee639c8b22b3d3aa86949eed3ada4ac55"
+```
+
+#### Defined in
+
+[src/account/default.ts:656](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L656)
+
+---
+
+### getOutsideTransaction
+
+▸ **getOutsideTransaction**(`options`, `calls`, `version?`, `nonce?`): `Promise`<[`OutsideTransaction`](../interfaces/types.OutsideTransaction.md)\>
+
+Creates an object containing transaction(s) that can be executed by an other account with` Account.executeFromOutside()`, called Outside Transaction.
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :---------------------------------------------------------------------------------------- | :------------------------------------------------------------------ |
+| `options` | [`OutsideExecutionOptions`](../interfaces/types.OutsideExecutionOptions.md) | Parameters of the transaction(s). |
+| `calls` | [`AllowArray`](../namespaces/types.md#allowarray)<[`Call`](../namespaces/types.md#call)\> | Transaction(s) to execute. |
+| `version?` | [`OutsideExecutionVersion`](../enums/types.OutsideExecutionVersion.md) | SNIP-9 version of the Account that creates the outside transaction. |
+| `nonce?` | [`BigNumberish`](../namespaces/types.md#bignumberish) | Outside Nonce. |
+
+#### Returns
+
+`Promise`<[`OutsideTransaction`](../interfaces/types.OutsideTransaction.md)\>
+
+and object that can be used in `Account.executeFromOutside()`
+
+**`Example`**
+
+```typescript
+const now_seconds = Math.floor(Date.now() / 1000);
+const callOptions: OutsideExecutionOptions = {
+ caller: executorAccount.address,
+ execute_after: now_seconds - 3600,
+ execute_before: now_seconds + 3600,
+};
+const call1: Call = {
+ contractAddress: ethAddress,
+ entrypoint: 'transfer',
+ calldata: {
+ recipient: recipientAccount.address,
+ amount: cairo.uint256(100),
+ },
+};
+const outsideTransaction1: OutsideTransaction = await signerAccount.getOutsideTransaction(
+ callOptions,
+ call3
+);
+// result = {
+// outsideExecution: {
+// caller: '0x64b48806902a367c8598f4f95c305e8c1a1acba5f082d294a43793113115691',
+// nonce: '0x28a612590dbc36927933c8ee0f357eee639c8b22b3d3aa86949eed3ada4ac55',
+// execute_after: 1723650229, execute_before: 1723704229, calls: [[Object]] },
+// signature: Signature {
+// r: 67518627037915514985321278857825384106482999609634873287406612756843916814n,
+// s: 737198738569840639192844101690009498983611654458636624293579534560862067709n, recovery: 0 },
+// signerAddress: '0x655f8fd7c4013c07cf12a92184aa6c314d181443913e21f7e209a18f0c78492',
+// version: '2'
+// }
+```
+
+#### Defined in
+
+[src/account/default.ts:693](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L693)
+
+---
+
+### executeFromOutside
+
+▸ **executeFromOutside**(`outsideTransaction`, `opts?`): `Promise`<\{ `transaction_hash`: `string` }\>
+
+An account B executes a transaction that has been signed by an account A.
+Fees are paid by B.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------- | :-------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------- |
+| `outsideTransaction` | [`AllowArray`](../namespaces/types.md#allowarray)<[`OutsideTransaction`](../interfaces/types.OutsideTransaction.md)\> | the signed transaction generated by `Account.getOutsideTransaction()`. |
+| `opts?` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | same options than `Account.execute()`. |
+
+#### Returns
+
+`Promise`<\{ `transaction_hash`: `string` }\>
+
+same response than `Account.execute()`.
+
+**`Example`**
+
+```typescript
+const outsideTransaction1: OutsideTransaction = await signerAccount.getOutsideTransaction(
+ callOptions,
+ call1
+);
+const outsideTransaction2: OutsideTransaction = await signerAccount.getOutsideTransaction(
+ callOptions4,
+ call4
+);
+const result = await myAccount.executeFromOutside([outsideTransaction1, outsideTransaction2]);
+// result = { transaction_hash: '0x11233...`}
+```
+
+#### Defined in
+
+[src/account/default.ts:753](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L753)
+
+---
+
+### getUniversalSuggestedFee
+
+▸ **getUniversalSuggestedFee**(`version`, `«destructured»`, `details`): `Promise`<[`UniversalSuggestedFee`](../namespaces/types.md#universalsuggestedfee)\>
+
+#### Parameters
+
+| Name | Type |
+| :--------------- | :-------------------------------------------------------------------------------------- |
+| `version` | [`ETransactionVersion`](../namespaces/types.RPC.RPCSPEC07.API.md#etransactionversion-1) |
+| `«destructured»` | [`EstimateFeeAction`](../namespaces/types.md#estimatefeeaction) |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) |
+
+#### Returns
+
+`Promise`<[`UniversalSuggestedFee`](../namespaces/types.md#universalsuggestedfee)\>
+
+#### Defined in
+
+[src/account/default.ts:765](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L765)
+
+---
+
+### getSuggestedFee
+
+▸ **getSuggestedFee**(`«destructured»`, `details`): `Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+Gets Suggested Max Fee based on the transaction type
+
+#### Parameters
+
+| Name | Type |
+| :--------------- | :-------------------------------------------------------------- |
+| `«destructured»` | [`EstimateFeeAction`](../namespaces/types.md#estimatefeeaction) |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) |
+
+#### Returns
+
+`Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+EstimateFee (...response, resourceBounds, suggestedMaxFee)
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getSuggestedFee](AccountInterface.md#getsuggestedfee)
+
+#### Defined in
+
+[src/account/default.ts:789](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L789)
+
+---
+
+### buildInvocation
+
+▸ **buildInvocation**(`call`, `details`): `Promise`<[`Invocation`](../namespaces/types.md#invocation)\>
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :---------------------------------------------------------------------------- |
+| `call` | [`Call`](../namespaces/types.md#call)[] |
+| `details` | [`InvocationsSignerDetails`](../namespaces/types.md#invocationssignerdetails) |
+
+#### Returns
+
+`Promise`<[`Invocation`](../namespaces/types.md#invocation)\>
+
+#### Defined in
+
+[src/account/default.ts:820](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L820)
+
+---
+
+### buildDeclarePayload
+
+▸ **buildDeclarePayload**(`payload`, `details`): `Promise`<[`DeclareContractTransaction`](../namespaces/types.md#declarecontracttransaction)\>
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :---------------------------------------------------------------------------- |
+| `payload` | [`DeclareContractPayload`](../namespaces/types.md#declarecontractpayload) |
+| `details` | [`InvocationsSignerDetails`](../namespaces/types.md#invocationssignerdetails) |
+
+#### Returns
+
+`Promise`<[`DeclareContractTransaction`](../namespaces/types.md#declarecontracttransaction)\>
+
+#### Defined in
+
+[src/account/default.ts:835](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L835)
+
+---
+
+### buildAccountDeployPayload
+
+▸ **buildAccountDeployPayload**(`«destructured»`, `details`): `Promise`<[`DeployAccountContractTransaction`](../namespaces/types.md#deployaccountcontracttransaction)\>
+
+#### Parameters
+
+| Name | Type |
+| :--------------- | :------------------------------------------------------------------------------------ |
+| `«destructured»` | [`DeployAccountContractPayload`](../namespaces/types.md#deployaccountcontractpayload) |
+| `details` | [`InvocationsSignerDetails`](../namespaces/types.md#invocationssignerdetails) |
+
+#### Returns
+
+`Promise`<[`DeployAccountContractTransaction`](../namespaces/types.md#deployaccountcontracttransaction)\>
+
+#### Defined in
+
+[src/account/default.ts:867](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L867)
+
+---
+
+### buildUDCContractPayload
+
+▸ **buildUDCContractPayload**(`payload`): [`Call`](../namespaces/types.md#call)[]
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `payload` | [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload) \| [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload)[] |
+
+#### Returns
+
+[`Call`](../namespaces/types.md#call)[]
+
+#### Defined in
+
+[src/account/default.ts:901](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L901)
+
+---
+
+### accountInvocationsFactory
+
+▸ **accountInvocationsFactory**(`invocations`, `details`): `Promise`<[`AccountInvocations`](../namespaces/types.md#accountinvocations)\>
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :-------------------------------------------------------------------------------------------- |
+| `invocations` | [`Invocations`](../namespaces/types.md#invocations) |
+| `details` | [`AccountInvocationsFactoryDetails`](../namespaces/types.md#accountinvocationsfactorydetails) |
+
+#### Returns
+
+`Promise`<[`AccountInvocations`](../namespaces/types.md#accountinvocations)\>
+
+#### Defined in
+
+[src/account/default.ts:928](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L928)
+
+---
+
+### getStarkName
+
+▸ **getStarkName**(`address?`, `StarknetIdContract?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :-------------------- | :---------------------------------------------------- |
+| `address` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `StarknetIdContract?` | `string` |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Overrides
+
+[Provider](Provider.md).[getStarkName](Provider.md#getstarkname-1)
+
+#### Defined in
+
+[src/account/default.ts:1026](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L1026)
+
+---
+
+### fetch
+
+▸ **fetch**(`method`, `params?`, `id?`): `Promise`<`Response`\>
+
+#### Parameters
+
+| Name | Type | Default value |
+| :-------- | :------------------- | :------------ |
+| `method` | `string` | `undefined` |
+| `params?` | `object` | `undefined` |
+| `id` | `string` \| `number` | `0` |
+
+#### Returns
+
+`Promise`<`Response`\>
+
+#### Inherited from
+
+[Provider](Provider.md).[fetch](Provider.md#fetch)
+
+#### Defined in
+
+[src/provider/rpc.ts:68](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L68)
+
+---
+
+### getChainId
+
+▸ **getChainId**(): `Promise`<[`StarknetChainId`](../enums/constants.StarknetChainId.md)\>
+
+Gets the Starknet chain Id
+
+#### Returns
+
+`Promise`<[`StarknetChainId`](../enums/constants.StarknetChainId.md)\>
+
+the chain Id
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getChainId](AccountInterface.md#getchainid)
+
+#### Inherited from
+
+[Provider](Provider.md).[getChainId](Provider.md#getchainid)
+
+#### Defined in
+
+[src/provider/rpc.ts:72](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L72)
+
+---
+
+### getSpecVersion
+
+▸ **getSpecVersion**(): `Promise`<`string`\>
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getSpecVersion](Provider.md#getspecversion)
+
+#### Defined in
+
+[src/provider/rpc.ts:76](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L76)
+
+---
+
+### getNonceForAddress
+
+▸ **getNonceForAddress**(`contractAddress`, `blockIdentifier?`): `Promise`<`string`\>
+
+Returns the nonce associated with the given address in the given block
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) | contract address |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | - |
+
+#### Returns
+
+`Promise`<`string`\>
+
+the hex nonce
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getNonceForAddress](AccountInterface.md#getnonceforaddress)
+
+#### Inherited from
+
+[Provider](Provider.md).[getNonceForAddress](Provider.md#getnonceforaddress)
+
+#### Defined in
+
+[src/provider/rpc.ts:80](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L80)
+
+---
+
+### getBlock
+
+▸ **getBlock**(): `Promise`<[`PendingBlock`](../namespaces/types.md#pendingblock)\>
+
+Gets the block information
+
+#### Returns
+
+`Promise`<[`PendingBlock`](../namespaces/types.md#pendingblock)\>
+
+the block object
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getBlock](AccountInterface.md#getblock)
+
+#### Inherited from
+
+[Provider](Provider.md).[getBlock](Provider.md#getblock)
+
+#### Defined in
+
+[src/provider/rpc.ts:87](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L87)
+
+▸ **getBlock**(`blockIdentifier`): `Promise`<[`PendingBlock`](../namespaces/types.md#pendingblock)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------- |
+| `blockIdentifier` | `"pending"` |
+
+#### Returns
+
+`Promise`<[`PendingBlock`](../namespaces/types.md#pendingblock)\>
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getBlock](AccountInterface.md#getblock)
+
+#### Inherited from
+
+[Provider](Provider.md).[getBlock](Provider.md#getblock)
+
+#### Defined in
+
+[src/provider/rpc.ts:88](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L88)
+
+▸ **getBlock**(`blockIdentifier`): `Promise`<[`Block`](../namespaces/types.md#block)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :--------- |
+| `blockIdentifier` | `"latest"` |
+
+#### Returns
+
+`Promise`<[`Block`](../namespaces/types.md#block)\>
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getBlock](AccountInterface.md#getblock)
+
+#### Inherited from
+
+[Provider](Provider.md).[getBlock](Provider.md#getblock)
+
+#### Defined in
+
+[src/provider/rpc.ts:89](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L89)
+
+▸ **getBlock**(`blockIdentifier?`): `Promise`<[`GetBlockResponse`](../namespaces/types.md#getblockresponse)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`GetBlockResponse`](../namespaces/types.md#getblockresponse)\>
+
+#### Implementation of
+
+AccountInterface.getBlock
+
+#### Inherited from
+
+[Provider](Provider.md).[getBlock](Provider.md#getblock)
+
+#### Defined in
+
+[src/provider/rpc.ts:90](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L90)
+
+---
+
+### getBlockLatestAccepted
+
+▸ **getBlockLatestAccepted**(): `Promise`<[`BlockHashAndNumber`](../namespaces/types.RPC.RPCSPEC06.md#blockhashandnumber)\>
+
+Get the most recent accepted block hash and number
+
+#### Returns
+
+`Promise`<[`BlockHashAndNumber`](../namespaces/types.RPC.RPCSPEC06.md#blockhashandnumber)\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getBlockLatestAccepted](Provider.md#getblocklatestaccepted)
+
+#### Defined in
+
+[src/provider/rpc.ts:100](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L100)
+
+---
+
+### getBlockNumber
+
+▸ **getBlockNumber**(): `Promise`<`number`\>
+
+Get the most recent accepted block number
+redundant use getBlockLatestAccepted();
+
+#### Returns
+
+`Promise`<`number`\>
+
+Number of the latest block
+
+#### Inherited from
+
+[Provider](Provider.md).[getBlockNumber](Provider.md#getblocknumber)
+
+#### Defined in
+
+[src/provider/rpc.ts:109](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L109)
+
+---
+
+### getBlockWithTxHashes
+
+▸ **getBlockWithTxHashes**(`blockIdentifier?`): `Promise`<[`BlockWithTxHashes`](../namespaces/types.RPC.RPCSPEC06.md#blockwithtxhashes)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockWithTxHashes`](../namespaces/types.RPC.RPCSPEC06.md#blockwithtxhashes)\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getBlockWithTxHashes](Provider.md#getblockwithtxhashes)
+
+#### Defined in
+
+[src/provider/rpc.ts:113](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L113)
+
+---
+
+### getBlockWithTxs
+
+▸ **getBlockWithTxs**(`blockIdentifier?`): `Promise`<[`BlockWithTxs`](../namespaces/types.RPC.RPCSPEC06.md#blockwithtxs)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockWithTxs`](../namespaces/types.RPC.RPCSPEC06.md#blockwithtxs)\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getBlockWithTxs](Provider.md#getblockwithtxs)
+
+#### Defined in
+
+[src/provider/rpc.ts:117](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L117)
+
+---
+
+### waitForBlock
+
+▸ **waitForBlock**(`blockIdentifier?`, `retryInterval?`): `Promise`<`void`\>
+
+Pause the execution of the script until a specified block is created.
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :---------------- | :---------------------------------------------------------- | :------------ | :------------------------------------------------------------------------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | `'pending'` | bloc number (BigNumberish) or 'pending' or 'latest'. Use of 'latest" or of a block already created will generate no pause. |
+| `retryInterval?` | `number` | `5000` | number of milliseconds between 2 requests to the node |
+
+#### Returns
+
+`Promise`<`void`\>
+
+**`Example`**
+
+```typescript
+await myProvider.waitForBlock();
+// wait the creation of the pending block
+```
+
+#### Inherited from
+
+[Provider](Provider.md).[waitForBlock](Provider.md#waitforblock)
+
+#### Defined in
+
+[src/provider/rpc.ts:132](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L132)
+
+---
+
+### getL1GasPrice
+
+▸ **getL1GasPrice**(`blockIdentifier?`): `Promise`<`string`\>
+
+Gets the price of l1 gas in the block
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<`string`\>
+
+gas price of the block
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getL1GasPrice](AccountInterface.md#getl1gasprice)
+
+#### Inherited from
+
+[Provider](Provider.md).[getL1GasPrice](Provider.md#getl1gasprice)
+
+#### Defined in
+
+[src/provider/rpc.ts:162](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L162)
+
+---
+
+### getL1MessageHash
+
+▸ **getL1MessageHash**(`l2TxHash`): `Promise`<`string`\>
+
+Get L1 message hash from L2 transaction hash
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :---------------------------------------------------- | :------------------ |
+| `l2TxHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) | L2 transaction hash |
+
+#### Returns
+
+`Promise`<`string`\>
+
+Hex string of L1 message hash
+
+**`Example`**
+
+In Sepolia Testnet :
+
+```typescript
+const result = provider.getL1MessageHash(
+ '0x28dfc05eb4f261b37ddad451ff22f1d08d4e3c24dc646af0ec69fa20e096819'
+);
+// result = '0x55b3f8b6e607fffd9b4d843dfe8f9b5c05822cd94fcad8797deb01d77805532a'
+```
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getL1MessageHash](AccountInterface.md#getl1messagehash)
+
+#### Inherited from
+
+[Provider](Provider.md).[getL1MessageHash](Provider.md#getl1messagehash)
+
+#### Defined in
+
+[src/provider/rpc.ts:168](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L168)
+
+---
+
+### getBlockWithReceipts
+
+▸ **getBlockWithReceipts**(`blockIdentifier?`): `Promise`<[`BlockWithTxReceipts`](../namespaces/types.RPC.RPCSPEC07.API.md#blockwithtxreceipts)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockWithTxReceipts`](../namespaces/types.RPC.RPCSPEC07.API.md#blockwithtxreceipts)\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getBlockWithReceipts](Provider.md#getblockwithreceipts)
+
+#### Defined in
+
+[src/provider/rpc.ts:184](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L184)
+
+---
+
+### getBlockStateUpdate
+
+▸ **getBlockStateUpdate**(): `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Returns
+
+`Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getBlockStateUpdate](Provider.md#getblockstateupdate)
+
+#### Defined in
+
+[src/provider/rpc.ts:193](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L193)
+
+▸ **getBlockStateUpdate**(`blockIdentifier`): `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------- |
+| `blockIdentifier` | `"pending"` |
+
+#### Returns
+
+`Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getBlockStateUpdate](Provider.md#getblockstateupdate)
+
+#### Defined in
+
+[src/provider/rpc.ts:194](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L194)
+
+▸ **getBlockStateUpdate**(`blockIdentifier`): `Promise`<\{ `block_hash`: `string` ; `old_root`: `string` ; `new_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :--------- |
+| `blockIdentifier` | `"latest"` |
+
+#### Returns
+
+`Promise`<\{ `block_hash`: `string` ; `old_root`: `string` ; `new_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getBlockStateUpdate](Provider.md#getblockstateupdate)
+
+#### Defined in
+
+[src/provider/rpc.ts:195](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L195)
+
+▸ **getBlockStateUpdate**(`blockIdentifier?`): `Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getBlockStateUpdate](Provider.md#getblockstateupdate)
+
+#### Defined in
+
+[src/provider/rpc.ts:196](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L196)
+
+---
+
+### getBlockTransactionsTraces
+
+▸ **getBlockTransactionsTraces**(`blockIdentifier?`): `Promise`<[`BlockTransactionsTraces`](../namespaces/types.RPC.RPCSPEC06.md#blocktransactionstraces)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockTransactionsTraces`](../namespaces/types.RPC.RPCSPEC06.md#blocktransactionstraces)\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getBlockTransactionsTraces](Provider.md#getblocktransactionstraces)
+
+#### Defined in
+
+[src/provider/rpc.ts:201](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L201)
+
+---
+
+### getBlockTransactionCount
+
+▸ **getBlockTransactionCount**(`blockIdentifier?`): `Promise`<`number`\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`number`\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getBlockTransactionCount](Provider.md#getblocktransactioncount)
+
+#### Defined in
+
+[src/provider/rpc.ts:205](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L205)
+
+---
+
+### getPendingTransactions
+
+▸ **getPendingTransactions**(): `Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)[]\>
+
+Return transactions from pending block
+
+#### Returns
+
+`Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)[]\>
+
+**`Deprecated`**
+
+Instead use getBlock(BlockTag.PENDING); (will be removed in next minor version)
+Utility method, same result can be achieved using getBlockWithTxHashes(BlockTag.pending);
+
+#### Inherited from
+
+[Provider](Provider.md).[getPendingTransactions](Provider.md#getpendingtransactions)
+
+#### Defined in
+
+[src/provider/rpc.ts:214](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L214)
+
+---
+
+### getTransaction
+
+▸ **getTransaction**(`txHash`): `Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+Gets the transaction information from a tx id.
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+the transaction object { transaction_id, status, transaction, block_number?, block_number?, transaction_index?, transaction_failure_reason? }
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getTransaction](AccountInterface.md#gettransaction)
+
+#### Inherited from
+
+[Provider](Provider.md).[getTransaction](Provider.md#gettransaction)
+
+#### Defined in
+
+[src/provider/rpc.ts:221](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L221)
+
+---
+
+### getTransactionByHash
+
+▸ **getTransactionByHash**(`txHash`): `Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getTransactionByHash](Provider.md#gettransactionbyhash)
+
+#### Defined in
+
+[src/provider/rpc.ts:225](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L225)
+
+---
+
+### getTransactionByBlockIdAndIndex
+
+▸ **getTransactionByBlockIdAndIndex**(`blockIdentifier`, `index`): `Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+| `index` | `number` |
+
+#### Returns
+
+`Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getTransactionByBlockIdAndIndex](Provider.md#gettransactionbyblockidandindex)
+
+#### Defined in
+
+[src/provider/rpc.ts:229](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L229)
+
+---
+
+### getTransactionReceipt
+
+▸ **getTransactionReceipt**(`txHash`): `Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+Gets the transaction receipt from a tx hash.
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+the transaction receipt object
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getTransactionReceipt](AccountInterface.md#gettransactionreceipt)
+
+#### Inherited from
+
+[Provider](Provider.md).[getTransactionReceipt](Provider.md#gettransactionreceipt)
+
+#### Defined in
+
+[src/provider/rpc.ts:233](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L233)
+
+---
+
+### getTransactionTrace
+
+▸ **getTransactionTrace**(`txHash`): `Promise`<[`TRANSACTION_TRACE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#transaction_trace)\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TRANSACTION_TRACE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#transaction_trace)\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getTransactionTrace](Provider.md#gettransactiontrace)
+
+#### Defined in
+
+[src/provider/rpc.ts:240](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L240)
+
+---
+
+### getTransactionStatus
+
+▸ **getTransactionStatus**(`transactionHash`): `Promise`<[`TransactionStatus`](../namespaces/types.RPC.RPCSPEC06.md#transactionstatus)\>
+
+Get the status of a transaction
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------- |
+| `transactionHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TransactionStatus`](../namespaces/types.RPC.RPCSPEC06.md#transactionstatus)\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getTransactionStatus](Provider.md#gettransactionstatus)
+
+#### Defined in
+
+[src/provider/rpc.ts:247](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L247)
+
+---
+
+### getSimulateTransaction
+
+▸ **getSimulateTransaction**(`invocations`, `options?`): `Promise`<[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)\>
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :-------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `invocations` | [`AccountInvocations`](../namespaces/types.md#accountinvocations) | AccountInvocations |
+| `options?` | [`getSimulateTransactionOptions`](../namespaces/types.md#getsimulatetransactionoptions) | blockIdentifier and flags to skip validation and fee charge
- blockIdentifier
- skipValidate (default false)
- skipFeeCharge (default true)
|
+
+#### Returns
+
+`Promise`<[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)\>
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getSimulateTransaction](AccountInterface.md#getsimulatetransaction)
+
+#### Inherited from
+
+[Provider](Provider.md).[getSimulateTransaction](Provider.md#getsimulatetransaction)
+
+#### Defined in
+
+[src/provider/rpc.ts:258](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L258)
+
+---
+
+### waitForTransaction
+
+▸ **waitForTransaction**(`txHash`, `options?`): `Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+Wait for the transaction to be accepted
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :------------------------------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) | transaction hash |
+| `options?` | [`waitForTransactionOptions`](../namespaces/types.md#waitfortransactionoptions) | waitForTransactionOptions - (optional) retryInterval: number \| undefined; - (optional) successStates: TransactionStatus[] \| undefined; |
+
+#### Returns
+
+`Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+GetTransactionReceiptResponse
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[waitForTransaction](AccountInterface.md#waitfortransaction)
+
+#### Inherited from
+
+[Provider](Provider.md).[waitForTransaction](Provider.md#waitfortransaction)
+
+#### Defined in
+
+[src/provider/rpc.ts:268](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L268)
+
+---
+
+### getStorageAt
+
+▸ **getStorageAt**(`contractAddress`, `key`, `blockIdentifier?`): `Promise`<`string`\>
+
+Get the value of the storage (contract's variable) at the given address and key
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) | |
+| `key` | [`BigNumberish`](../namespaces/types.md#bignumberish) | from getStorageVarAddress('') (WIP) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<`string`\>
+
+the value of the storage variable
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getStorageAt](AccountInterface.md#getstorageat)
+
+#### Inherited from
+
+[Provider](Provider.md).[getStorageAt](Provider.md#getstorageat)
+
+#### Defined in
+
+[src/provider/rpc.ts:280](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L280)
+
+---
+
+### getClassHashAt
+
+▸ **getClassHashAt**(`contractAddress`, `blockIdentifier?`): `Promise`<`string`\>
+
+Returns the contract class hash in the given block for the contract deployed at the given address
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) | contract address |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<`string`\>
+
+Class hash
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getClassHashAt](AccountInterface.md#getclasshashat)
+
+#### Inherited from
+
+[Provider](Provider.md).[getClassHashAt](Provider.md#getclasshashat)
+
+#### Defined in
+
+[src/provider/rpc.ts:288](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L288)
+
+---
+
+### getClassByHash
+
+▸ **getClassByHash**(`classHash`): `Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+Returns the contract class deployed under the given class hash.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------- | :---------------------------------------------------- | :---------- |
+| `classHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) | class hash |
+
+#### Returns
+
+`Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+Contract class of compiled contract
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getClassByHash](AccountInterface.md#getclassbyhash)
+
+#### Inherited from
+
+[Provider](Provider.md).[getClassByHash](Provider.md#getclassbyhash)
+
+#### Defined in
+
+[src/provider/rpc.ts:292](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L292)
+
+---
+
+### getClass
+
+▸ **getClass**(`classHash`, `blockIdentifier?`): `Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `classHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getClass](Provider.md#getclass)
+
+#### Defined in
+
+[src/provider/rpc.ts:296](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L296)
+
+---
+
+### getClassAt
+
+▸ **getClassAt**(`contractAddress`, `blockIdentifier?`): `Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+Gets the contract class of the deployed contract.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) | contract address |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+Contract class of compiled contract
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getClassAt](AccountInterface.md#getclassat)
+
+#### Inherited from
+
+[Provider](Provider.md).[getClassAt](Provider.md#getclassat)
+
+#### Defined in
+
+[src/provider/rpc.ts:302](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L302)
+
+---
+
+### getContractVersion
+
+▸ **getContractVersion**(`contractAddress`, `classHash?`, `options?`): `Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+Gets the contract version from the provided address
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------------- | :------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) | string |
+| `classHash?` | `undefined` | undefined |
+| `options?` | [`getContractVersionOptions`](../namespaces/types.md#getcontractversionoptions) | getContractVersionOptions - (optional) compiler - (default true) extract compiler version using type tactic from abi - (optional) blockIdentifier - block identifier |
+
+#### Returns
+
+`Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getContractVersion](AccountInterface.md#getcontractversion)
+
+#### Inherited from
+
+[Provider](Provider.md).[getContractVersion](Provider.md#getcontractversion)
+
+#### Defined in
+
+[src/provider/rpc.ts:308](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L308)
+
+▸ **getContractVersion**(`contractAddress`, `classHash`, `options?`): `Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+Gets the contract version from the provided address
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------------- | :------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `contractAddress` | `undefined` | undefined |
+| `classHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) | |
+| `options?` | [`getContractVersionOptions`](../namespaces/types.md#getcontractversionoptions) | getContractVersionOptions - (optional) compiler - (default true) extract compiler version using type tactic from abi - (optional) blockIdentifier - block identifier |
+
+#### Returns
+
+`Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getContractVersion](AccountInterface.md#getcontractversion)
+
+#### Inherited from
+
+[Provider](Provider.md).[getContractVersion](Provider.md#getcontractversion)
+
+#### Defined in
+
+[src/provider/rpc.ts:313](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L313)
+
+---
+
+### getEstimateFee
+
+▸ **getEstimateFee**(`invocation`, `invocationDetails`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+#### Parameters
+
+| Name | Type |
+| :------------------ | :---------------------------------------------------------------------------------- |
+| `invocation` | [`Invocation`](../namespaces/types.md#invocation) |
+| `invocationDetails` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+| `skipValidate?` | `boolean` |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+**`Deprecated`**
+
+use get*type*EstimateFee (will be refactored based on type after sequencer deprecation)
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getEstimateFee](AccountInterface.md#getestimatefee)
+
+#### Inherited from
+
+[Provider](Provider.md).[getEstimateFee](Provider.md#getestimatefee)
+
+#### Defined in
+
+[src/provider/rpc.ts:349](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L349)
+
+---
+
+### getInvokeEstimateFee
+
+▸ **getInvokeEstimateFee**(`invocation`, `invocationDetails`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimates the fee for a given INVOKE transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------ | :---------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `invocation` | [`Invocation`](../namespaces/types.md#invocation) | the invocation object containing: - contractAddress - the address of the contract - entrypoint - the entrypoint of the contract - calldata - (defaults to []) the calldata - signature - (defaults to []) the signature |
+| `invocationDetails` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - optional nonce - version - optional version |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | (optional) block identifier |
+| `skipValidate?` | `boolean` | (optional) skip cairo **validate** method |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+the estimated fee
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getInvokeEstimateFee](AccountInterface.md#getinvokeestimatefee)
+
+#### Inherited from
+
+[Provider](Provider.md).[getInvokeEstimateFee](Provider.md#getinvokeestimatefee)
+
+#### Defined in
+
+[src/provider/rpc.ts:358](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L358)
+
+---
+
+### getDeclareEstimateFee
+
+▸ **getDeclareEstimateFee**(`invocation`, `details`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimates the fee for a given DECLARE transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ |
+| `invocation` | [`DeclareContractTransaction`](../namespaces/types.md#declarecontracttransaction) | transaction payload to be declared containing: - compiled contract code - sender address - signature - (defaults to []) the signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - version - optional version - optional maxFee |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | (optional) block identifier |
+| `skipValidate?` | `boolean` | (optional) skip cairo **validate** method |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+the estimated fee
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getDeclareEstimateFee](AccountInterface.md#getdeclareestimatefee)
+
+#### Inherited from
+
+[Provider](Provider.md).[getDeclareEstimateFee](Provider.md#getdeclareestimatefee)
+
+#### Defined in
+
+[src/provider/rpc.ts:378](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L378)
+
+---
+
+### getDeployAccountEstimateFee
+
+▸ **getDeployAccountEstimateFee**(`invocation`, `details`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimates the fee for a given DEPLOY_ACCOUNT transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :-------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------ |
+| `invocation` | [`DeployAccountContractTransaction`](../namespaces/types.md#deployaccountcontracttransaction) | transaction payload to be deployed containing: - classHash - constructorCalldata - addressSalt - signature - (defaults to []) the signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - version - optional version - optional maxFee |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | (optional) block identifier |
+| `skipValidate?` | `boolean` | (optional) skip cairo **validate** method |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+the estimated fee
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getDeployAccountEstimateFee](AccountInterface.md#getdeployaccountestimatefee)
+
+#### Inherited from
+
+[Provider](Provider.md).[getDeployAccountEstimateFee](Provider.md#getdeployaccountestimatefee)
+
+#### Defined in
+
+[src/provider/rpc.ts:398](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L398)
+
+---
+
+### getEstimateFeeBulk
+
+▸ **getEstimateFeeBulk**(`invocations`, `options`): `Promise`<[`EstimateFeeResponseBulk`](../namespaces/types.md#estimatefeeresponsebulk)\>
+
+Estimates the fee for a list of INVOKE transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :------------------------------------------------------------------------------ | :----------------------------------------------------------------------- |
+| `invocations` | [`AccountInvocations`](../namespaces/types.md#accountinvocations) | AccountInvocations - Complete invocations array with account details |
+| `options` | [`getEstimateFeeBulkOptions`](../namespaces/types.md#getestimatefeebulkoptions) | getEstimateFeeBulkOptions - (optional) blockIdentifier - BlockIdentifier |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponseBulk`](../namespaces/types.md#estimatefeeresponsebulk)\>
+
+the estimated fee
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getEstimateFeeBulk](AccountInterface.md#getestimatefeebulk)
+
+#### Inherited from
+
+[Provider](Provider.md).[getEstimateFeeBulk](Provider.md#getestimatefeebulk)
+
+#### Defined in
+
+[src/provider/rpc.ts:418](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L418)
+
+---
+
+### invokeFunction
+
+▸ **invokeFunction**(`functionInvocation`, `details`): `Promise`<[`InvokedTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#invokedtransaction)\>
+
+Invokes a function on starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------- | :---------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `functionInvocation` | [`Invocation`](../namespaces/types.md#invocation) | the invocation object containing: - contractAddress - the address of the contract - entrypoint - the entrypoint of the contract - calldata - (defaults to []) the calldata - signature - (defaults to []) the signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - optional nonce - version - optional version - maxFee - optional maxFee |
+
+#### Returns
+
+`Promise`<[`InvokedTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#invokedtransaction)\>
+
+response from addTransaction
+
+**`Deprecated`**
+
+This method won't be supported as soon as fees are mandatory. Should not be used outside of Account class
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[invokeFunction](AccountInterface.md#invokefunction)
+
+#### Inherited from
+
+[Provider](Provider.md).[invokeFunction](Provider.md#invokefunction)
+
+#### Defined in
+
+[src/provider/rpc.ts:427](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L427)
+
+---
+
+### declareContract
+
+▸ **declareContract**(`transaction`, `details`): `Promise`<[`DeclaredTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#declaredtransaction)\>
+
+Declares a given compiled contract (json) to starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :---------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------- |
+| `transaction` | [`DeclareContractTransaction`](../namespaces/types.md#declarecontracttransaction) | transaction payload to be deployed containing: - compiled contract code - sender address - signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | Invocation Details containing: - nonce - optional version - optional maxFee |
+
+#### Returns
+
+`Promise`<[`DeclaredTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#declaredtransaction)\>
+
+a confirmation of sending a transaction on the starknet contract
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[declareContract](AccountInterface.md#declarecontract)
+
+#### Inherited from
+
+[Provider](Provider.md).[declareContract](Provider.md#declarecontract)
+
+#### Defined in
+
+[src/provider/rpc.ts:434](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L434)
+
+---
+
+### deployAccountContract
+
+▸ **deployAccountContract**(`transaction`, `details`): `Promise`<[`DeployedAccountTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#deployedaccounttransaction)\>
+
+Deploys a given compiled Account contract (json) to starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :-------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------ |
+| `transaction` | [`DeployAccountContractTransaction`](../namespaces/types.md#deployaccountcontracttransaction) | payload to be deployed containing: - compiled contract code - constructor calldata - address salt |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | - |
+
+#### Returns
+
+`Promise`<[`DeployedAccountTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#deployedaccounttransaction)\>
+
+a confirmation of sending a transaction on the starknet contract
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[deployAccountContract](AccountInterface.md#deployaccountcontract)
+
+#### Inherited from
+
+[Provider](Provider.md).[deployAccountContract](Provider.md#deployaccountcontract)
+
+#### Defined in
+
+[src/provider/rpc.ts:441](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L441)
+
+---
+
+### callContract
+
+▸ **callContract**(`call`, `blockIdentifier?`): `Promise`<`string`[]\>
+
+Calls a function on the Starknet contract.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :----------------------- |
+| `call` | [`Call`](../namespaces/types.md#call) | transaction to be called |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<`string`[]\>
+
+the result of the function on the smart contract.
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[callContract](AccountInterface.md#callcontract)
+
+#### Inherited from
+
+[Provider](Provider.md).[callContract](Provider.md#callcontract)
+
+#### Defined in
+
+[src/provider/rpc.ts:451](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L451)
+
+---
+
+### estimateMessageFee
+
+▸ **estimateMessageFee**(`message`, `blockIdentifier?`): `Promise`<[`FEE_ESTIMATE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#fee_estimate)\>
+
+NEW: Estimate the fee for a message from L1
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :------------------------------------------------------------------------- | :-------------- |
+| `message` | [`MSG_FROM_L1`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#msg_from_l1) | Message From L1 |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | - |
+
+#### Returns
+
+`Promise`<[`FEE_ESTIMATE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#fee_estimate)\>
+
+#### Inherited from
+
+[Provider](Provider.md).[estimateMessageFee](Provider.md#estimatemessagefee)
+
+#### Defined in
+
+[src/provider/rpc.ts:459](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L459)
+
+---
+
+### getSyncingStats
+
+▸ **getSyncingStats**(): `Promise`<[`Syncing`](../namespaces/types.RPC.RPCSPEC06.md#syncing)\>
+
+Returns an object about the sync status, or false if the node is not synching
+
+#### Returns
+
+`Promise`<[`Syncing`](../namespaces/types.RPC.RPCSPEC06.md#syncing)\>
+
+Object with the stats data
+
+#### Inherited from
+
+[Provider](Provider.md).[getSyncingStats](Provider.md#getsyncingstats)
+
+#### Defined in
+
+[src/provider/rpc.ts:467](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L467)
+
+---
+
+### getEvents
+
+▸ **getEvents**(`eventFilter`): `Promise`<[`EVENTS_CHUNK`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#events_chunk)\>
+
+Returns all events matching the given filter
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :-------------------------------------------------------------------- |
+| `eventFilter` | [`EventFilter`](../namespaces/types.RPC.RPCSPEC07.API.md#eventfilter) |
+
+#### Returns
+
+`Promise`<[`EVENTS_CHUNK`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#events_chunk)\>
+
+events and the pagination of the events
+
+#### Inherited from
+
+[Provider](Provider.md).[getEvents](Provider.md#getevents)
+
+#### Defined in
+
+[src/provider/rpc.ts:475](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L475)
+
+---
+
+### verifyMessageInStarknet
+
+▸ **verifyMessageInStarknet**(`message`, `signature`, `accountAddress`, `signatureVerificationFunctionName?`, `signatureVerificationResponse?`): `Promise`<`boolean`\>
+
+Verify in Starknet a signature of a TypedData object or of a given hash.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------ |
+| `message` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) \| [`BigNumberish`](../namespaces/types.md#bignumberish) | TypedData object to be verified, or message hash to be verified. |
+| `signature` | [`Signature`](../namespaces/types.md#signature) | signature of the message. |
+| `accountAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) | address of the account that has signed the message. |
+| `signatureVerificationFunctionName?` | `string` | if account contract with non standard account verification function name. |
+| `signatureVerificationResponse?` | `Object` | if account contract with non standard response of verification function. |
+| `signatureVerificationResponse.okResponse` | `string`[] | - |
+| `signatureVerificationResponse.nokResponse` | `string`[] | - |
+| `signatureVerificationResponse.error` | `string`[] | - |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+```typescript
+const myTypedMessage: TypedMessage = .... ;
+const messageHash = typedData.getMessageHash(myTypedMessage,accountAddress);
+const sign: WeierstrassSignatureType = ec.starkCurve.sign(messageHash, privateKey);
+const accountAddress = "0x43b7240d227aa2fb8434350b3321c40ac1b88c7067982549e7609870621b535";
+const result1 = myRpcProvider.verifyMessageInStarknet(myTypedMessage, sign, accountAddress);
+const result2 = myRpcProvider.verifyMessageInStarknet(messageHash, sign, accountAddress);
+// result1 = result2 = true
+```
+
+#### Inherited from
+
+[Provider](Provider.md).[verifyMessageInStarknet](Provider.md#verifymessageinstarknet)
+
+#### Defined in
+
+[src/provider/rpc.ts:497](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L497)
+
+---
+
+### isClassDeclared
+
+▸ **isClassDeclared**(`contractClassIdentifier`, `blockIdentifier?`): `Promise`<`boolean`\>
+
+Test if class is already declared from ContractClassIdentifier
+Helper method using getClass
+
+#### Parameters
+
+| Name | Type |
+| :------------------------ | :-------------------------------------------------------------------------- |
+| `contractClassIdentifier` | [`ContractClassIdentifier`](../namespaces/types.md#contractclassidentifier) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+#### Inherited from
+
+[Provider](Provider.md).[isClassDeclared](Provider.md#isclassdeclared)
+
+#### Defined in
+
+[src/provider/rpc.ts:583](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L583)
+
+---
+
+### prepareInvocations
+
+▸ **prepareInvocations**(`invocations`): `Promise`<[`Invocations`](../namespaces/types.md#invocations)\>
+
+Build bulk invocations with auto-detect declared class
+
+1. Test if class is declared if not declare it preventing already declared class error and not declared class errors
+2. Order declarations first
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :-------------------------------------------------- |
+| `invocations` | [`Invocations`](../namespaces/types.md#invocations) |
+
+#### Returns
+
+`Promise`<[`Invocations`](../namespaces/types.md#invocations)\>
+
+#### Inherited from
+
+[Provider](Provider.md).[prepareInvocations](Provider.md#prepareinvocations)
+
+#### Defined in
+
+[src/provider/rpc.ts:614](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L614)
+
+---
+
+### getAddressFromStarkName
+
+▸ **getAddressFromStarkName**(`name`, `StarknetIdContract?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :-------------------- | :------- |
+| `name` | `string` |
+| `StarknetIdContract?` | `string` |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getAddressFromStarkName](Provider.md#getaddressfromstarkname-1)
+
+#### Defined in
+
+[src/provider/extensions/starknetId.ts:31](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/extensions/starknetId.ts#L31)
+
+---
+
+### getStarkProfile
+
+▸ **getStarkProfile**(`address`, `StarknetIdContract?`, `StarknetIdIdentityContract?`, `StarknetIdVerifierContract?`, `StarknetIdPfpContract?`, `StarknetIdPopContract?`, `StarknetIdMulticallContract?`): `Promise`<[`StarkProfile`](../namespaces/types.md#starkprofile)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------------------- | :---------------------------------------------------- |
+| `address` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `StarknetIdContract?` | `string` |
+| `StarknetIdIdentityContract?` | `string` |
+| `StarknetIdVerifierContract?` | `string` |
+| `StarknetIdPfpContract?` | `string` |
+| `StarknetIdPopContract?` | `string` |
+| `StarknetIdMulticallContract?` | `string` |
+
+#### Returns
+
+`Promise`<[`StarkProfile`](../namespaces/types.md#starkprofile)\>
+
+#### Inherited from
+
+[Provider](Provider.md).[getStarkProfile](Provider.md#getstarkprofile-1)
+
+#### Defined in
+
+[src/provider/extensions/starknetId.ts:40](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/extensions/starknetId.ts#L40)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/AccountInterface.md b/www/versioned_docs/version-6.24.1/API/classes/AccountInterface.md
new file mode 100644
index 000000000..940599dd7
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/AccountInterface.md
@@ -0,0 +1,1302 @@
+---
+id: 'AccountInterface'
+title: 'Class: AccountInterface'
+sidebar_label: 'AccountInterface'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Hierarchy
+
+- [`ProviderInterface`](ProviderInterface.md)
+
+ ↳ **`AccountInterface`**
+
+## Implemented by
+
+- [`Account`](Account.md)
+- [`WalletAccount`](WalletAccount.md)
+
+## Constructors
+
+### constructor
+
+• **new AccountInterface**(): [`AccountInterface`](AccountInterface.md)
+
+#### Returns
+
+[`AccountInterface`](AccountInterface.md)
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[constructor](ProviderInterface.md#constructor)
+
+## Properties
+
+### address
+
+• `Abstract` **address**: `string`
+
+#### Defined in
+
+[src/account/interface.ts:34](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L34)
+
+---
+
+### signer
+
+• `Abstract` **signer**: [`SignerInterface`](SignerInterface.md)
+
+#### Defined in
+
+[src/account/interface.ts:36](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L36)
+
+---
+
+### cairoVersion
+
+• `Abstract` **cairoVersion**: [`CairoVersion`](../namespaces/types.md#cairoversion)
+
+#### Defined in
+
+[src/account/interface.ts:38](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L38)
+
+---
+
+### channel
+
+• `Abstract` **channel**: [`RpcChannel`](RPC06.RpcChannel.md) \| [`RpcChannel`](RPC07.RpcChannel.md)
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[channel](ProviderInterface.md#channel)
+
+#### Defined in
+
+[src/provider/interface.ts:37](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L37)
+
+## Methods
+
+### estimateInvokeFee
+
+▸ **estimateInvokeFee**(`calls`, `estimateFeeDetails?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimate Fee for executing an INVOKE transaction on starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------------------- | :---------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `calls` | [`AllowArray`](../namespaces/types.md#allowarray)<[`Call`](../namespaces/types.md#call)\> | the invocation object containing: - contractAddress - the address of the contract - entrypoint - the entrypoint of the contract - calldata? - (defaults to []) the calldata |
+| `estimateFeeDetails?` | [`EstimateFeeDetails`](../interfaces/types.EstimateFeeDetails.md) | blockIdentifier? - nonce? = 0 - skipValidate? - default true - tip? - prioritize order of transactions in the mempool. - accountDeploymentData? - deploy an account contract (substitution for deploy account transaction) - paymasterData? - entity other than the transaction sender to pay the transaction fees(EIP-4337) - nonceDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - feeDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - version? - specify ETransactionVersion - V3 Transactions fee is in fri, oldV transactions fee is in wei |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+response from estimate_fee
+
+#### Defined in
+
+[src/account/interface.ts:61](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L61)
+
+---
+
+### estimateDeclareFee
+
+▸ **estimateDeclareFee**(`contractPayload`, `estimateFeeDetails?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimate Fee for executing a DECLARE transaction on starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------------------- | :------------------------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `contractPayload` | [`DeclareContractPayload`](../namespaces/types.md#declarecontractpayload) | the payload object containing: - contract - the compiled contract to be declared - casm? - compiled cairo assembly. Cairo1(casm or compiledClassHash are required) - classHash? - the class hash of the compiled contract. Precalculate for faster execution. - compiledClassHash?: class hash of the cairo assembly. Cairo1(casm or compiledClassHash are required) |
+| `estimateFeeDetails?` | [`EstimateFeeDetails`](../interfaces/types.EstimateFeeDetails.md) | blockIdentifier? - nonce? = 0 - skipValidate? - default true - tip? - prioritize order of transactions in the mempool. - accountDeploymentData? - deploy an account contract (substitution for deploy account transaction) - paymasterData? - entity other than the transaction sender to pay the transaction fees(EIP-4337) - nonceDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - feeDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - version? - specify ETransactionVersion - V3 Transactions fee is in fri, oldV transactions fee is in wei |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+response from estimate_fee
+
+#### Defined in
+
+[src/account/interface.ts:88](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L88)
+
+---
+
+### estimateAccountDeployFee
+
+▸ **estimateAccountDeployFee**(`contractPayload`, `estimateFeeDetails?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimate Fee for executing a DEPLOY_ACCOUNT transaction on starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------------------- | :------------------------------------------------------------------------------------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `contractPayload` | [`DeployAccountContractPayload`](../namespaces/types.md#deployaccountcontractpayload) | classHash - the class hash of the compiled contract. - constructorCalldata? - constructor data; - contractAddress? - future account contract address. Precalculate for faster execution. - addressSalt? - salt used for calculation of the contractAddress. Required if contractAddress is provided. |
+| `estimateFeeDetails?` | [`EstimateFeeDetails`](../interfaces/types.EstimateFeeDetails.md) | blockIdentifier? - nonce? = 0 - skipValidate? - default true - tip? - prioritize order of transactions in the mempool. - paymasterData? - entity other than the transaction sender to pay the transaction fees(EIP-4337) - nonceDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - feeDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - version? - specify ETransactionVersion - V3 Transactions fee is in fri, oldV transactions fee is in wei |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+response from estimate_fee
+
+#### Defined in
+
+[src/account/interface.ts:114](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L114)
+
+---
+
+### estimateDeployFee
+
+▸ **estimateDeployFee**(`deployContractPayload`, `estimateFeeDetails?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimate Fee for executing a UDC DEPLOY transaction on starknet
+This is different from the normal DEPLOY transaction as it goes through the Universal Deployer Contract (UDC)
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `deployContractPayload` | [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload) \| [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload)[] | array or singular - classHash: computed class hash of compiled contract - salt: address salt - unique: bool if true ensure unique salt - constructorCalldata: constructor calldata |
+| `estimateFeeDetails?` | [`EstimateFeeDetails`](../interfaces/types.EstimateFeeDetails.md) | blockIdentifier? - nonce? - skipValidate? - default true - tip? - prioritize order of transactions in the mempool. - accountDeploymentData? - deploy an account contract (substitution for deploy account transaction) - paymasterData? - entity other than the transaction sender to pay the transaction fees(EIP-4337) - nonceDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - feeDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - version? - specify ETransactionVersion - V3 Transactions fee is in fri, oldV transactions fee is in wei |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+#### Defined in
+
+[src/account/interface.ts:140](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L140)
+
+---
+
+### estimateFeeBulk
+
+▸ **estimateFeeBulk**(`invocations`, `details?`): `Promise`<[`EstimateFeeResponseBulk`](../namespaces/types.md#estimatefeeresponsebulk)\>
+
+Estimate Fee for executing a list of transactions on starknet
+Contract must be deployed for fee estimation to be possible
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :---------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `invocations` | [`Invocations`](../namespaces/types.md#invocations) | array of transaction object containing : - type - the type of transaction : 'DECLARE' \| (multi)'DEPLOY' \| (multi)'INVOKE_FUNCTION' \| 'DEPLOY_ACCOUNT' - payload - the payload of the transaction |
+| `details?` | [`EstimateFeeDetails`](../interfaces/types.EstimateFeeDetails.md) | blockIdentifier? - nonce? - skipValidate? - default true - tip? - prioritize order of transactions in the mempool. - accountDeploymentData? - deploy an account contract (substitution for deploy account transaction) - paymasterData? - entity other than the transaction sender to pay the transaction fees(EIP-4337) - nonceDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - feeDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - version? - specify ETransactionVersion - V3 Transactions fee is in fri, oldV transactions fee is in wei |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponseBulk`](../namespaces/types.md#estimatefeeresponsebulk)\>
+
+response from estimate_fee
+
+#### Defined in
+
+[src/account/interface.ts:166](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L166)
+
+---
+
+### getSuggestedFee
+
+▸ **getSuggestedFee**(`estimateFeeAction`, `details`): `Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+Gets Suggested Max Fee based on the transaction type
+
+#### Parameters
+
+| Name | Type |
+| :------------------ | :---------------------------------------------------------------- |
+| `estimateFeeAction` | [`EstimateFeeAction`](../namespaces/types.md#estimatefeeaction) |
+| `details` | [`EstimateFeeDetails`](../interfaces/types.EstimateFeeDetails.md) |
+
+#### Returns
+
+`Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+EstimateFee (...response, resourceBounds, suggestedMaxFee)
+
+#### Defined in
+
+[src/account/interface.ts:178](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L178)
+
+---
+
+### simulateTransaction
+
+▸ **simulateTransaction**(`invocations`, `details?`): `Promise`<[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)\>
+
+Simulates an array of transaction and returns an array of transaction trace and estimated fee.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :-------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------- |
+| `invocations` | [`Invocations`](../namespaces/types.md#invocations) | Invocations containing: - type - transaction type: DECLARE, (multi)DEPLOY, DEPLOY_ACCOUNT, (multi)INVOKE_FUNCTION |
+| `details?` | [`SimulateTransactionDetails`](../namespaces/types.md#simulatetransactiondetails) | SimulateTransactionDetails |
+
+#### Returns
+
+`Promise`<[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)\>
+
+response from simulate_transaction
+
+#### Defined in
+
+[src/account/interface.ts:192](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L192)
+
+---
+
+### execute
+
+▸ **execute**(`transactions`, `transactionsDetail?`): `Promise`<\{ `transaction_hash`: `string` }\>
+
+Invoke execute function in account contract
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------------------- | :---------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `transactions` | [`AllowArray`](../namespaces/types.md#allowarray)<[`Call`](../namespaces/types.md#call)\> | the invocation object or an array of them, containing: - contractAddress - the address of the contract - entrypoint - the entrypoint of the contract - calldata - (defaults to []) the calldata - signature - (defaults to []) the signature |
+| `transactionsDetail?` | [`InvocationsDetails`](../namespaces/types.md#invocationsdetails) | Additional optional parameters for the transaction |
+
+#### Returns
+
+`Promise`<\{ `transaction_hash`: `string` }\>
+
+response from addTransaction
+
+#### Defined in
+
+[src/account/interface.ts:209](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L209)
+
+▸ **execute**(`transactions`, `abis?`, `transactionsDetail?`): `Promise`<\{ `transaction_hash`: `string` }\>
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------------------- | :---------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `transactions` | [`AllowArray`](../namespaces/types.md#allowarray)<[`Call`](../namespaces/types.md#call)\> | the invocation object or an array of them, containing: - contractAddress - the address of the contract - entrypoint - the entrypoint of the contract - calldata - (defaults to []) the calldata - signature - (defaults to []) the signature |
+| `abis?` | [`Abi`](../namespaces/types.md#abi)[] | (optional) the abi of the contract for better displaying |
+| `transactionsDetail?` | [`InvocationsDetails`](../namespaces/types.md#invocationsdetails) | Additional optional parameters for the transaction \* |
+
+#### Returns
+
+`Promise`<\{ `transaction_hash`: `string` }\>
+
+response from addTransaction
+
+**`Deprecated`**
+
+#### Defined in
+
+[src/account/interface.ts:224](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L224)
+
+---
+
+### declare
+
+▸ **declare**(`contractPayload`, `transactionsDetail?`): `Promise`<\{ `class_hash`: `string` ; `transaction_hash`: `string` }\>
+
+Declares a given compiled contract (json) to starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------------------- | :------------------------------------------------------------------------ | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `contractPayload` | [`DeclareContractPayload`](../namespaces/types.md#declarecontractpayload) | transaction payload to be deployed containing: - contract: compiled contract code - (optional) classHash: computed class hash of compiled contract. Pre-compute it for faster execution. - (required for Cairo1 without compiledClassHash) casm: CompiledContract \| string; - (optional for Cairo1 with casm) compiledClassHash: compiled class hash from casm. Pre-compute it for faster execution. |
+| `transactionsDetail?` | [`InvocationsDetails`](../namespaces/types.md#invocationsdetails) | InvocationsDetails |
+
+#### Returns
+
+`Promise`<\{ `class_hash`: `string` ; `transaction_hash`: `string` }\>
+
+a confirmation of sending a transaction on the starknet contract
+
+#### Defined in
+
+[src/account/interface.ts:242](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L242)
+
+---
+
+### deploy
+
+▸ **deploy**(`payload`, `details?`): `Promise`<[`MultiDeployContractResponse`](../namespaces/types.md#multideploycontractresponse)\>
+
+Deploys a declared contract to starknet - using Universal Deployer Contract (UDC)
+support multicall
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `payload` | [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload) \| [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload)[] | classHash: computed class hash of compiled contract - [constructorCalldata] contract constructor calldata - [salt=pseudorandom] deploy address salt - [unique=true] ensure unique salt |
+| `details?` | [`InvocationsDetails`](../namespaces/types.md#invocationsdetails) | InvocationsDetails |
+
+#### Returns
+
+`Promise`<[`MultiDeployContractResponse`](../namespaces/types.md#multideploycontractresponse)\>
+
+- contract_address[]
+- transaction_hash
+
+#### Defined in
+
+[src/account/interface.ts:262](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L262)
+
+---
+
+### deployContract
+
+▸ **deployContract**(`payload`, `details?`): `Promise`<[`DeployContractUDCResponse`](../namespaces/types.md#deploycontractudcresponse)\>
+
+Simplify deploy simulating old DeployContract with same response + UDC specific response
+Internal wait for L2 transaction, support multicall
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `payload` | [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload) \| [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload)[] | classHash: computed class hash of compiled contract - [constructorCalldata] contract constructor calldata - [salt=pseudorandom] deploy address salt - [unique=true] ensure unique salt |
+| `details?` | [`InvocationsDetails`](../namespaces/types.md#invocationsdetails) | InvocationsDetails |
+
+#### Returns
+
+`Promise`<[`DeployContractUDCResponse`](../namespaces/types.md#deploycontractudcresponse)\>
+
+- contract_address
+- transaction_hash
+- address
+- deployer
+- unique
+- classHash
+- calldata_len
+- calldata
+- salt
+
+#### Defined in
+
+[src/account/interface.ts:289](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L289)
+
+---
+
+### declareAndDeploy
+
+▸ **declareAndDeploy**(`payload`, `details?`): `Promise`<[`DeclareDeployUDCResponse`](../namespaces/types.md#declaredeployudcresponse)\>
+
+Declares and Deploy a given compiled contract (json) to starknet using UDC
+Internal wait for L2 transaction, do not support multicall
+Method will pass even if contract is already declared (internal using DeclareIfNot)
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :------------------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `payload` | [`DeclareAndDeployContractPayload`](../namespaces/types.md#declareanddeploycontractpayload) | contract: compiled contract code - [casm=cairo1]: CairoAssembly \| undefined; - [compiledClassHash]: string \| undefined; - [classHash]: computed class hash of compiled contract - [constructorCalldata] contract constructor calldata - [salt=pseudorandom] deploy address salt - [unique=true] ensure unique salt |
+| `details?` | [`InvocationsDetails`](../namespaces/types.md#invocationsdetails) | InvocationsDetails |
+
+#### Returns
+
+`Promise`<[`DeclareDeployUDCResponse`](../namespaces/types.md#declaredeployudcresponse)\>
+
+- declare
+ - transaction_hash
+- deploy
+ - contract_address
+ - transaction_hash
+ - address
+ - deployer
+ - unique
+ - classHash
+ - calldata_len
+ - calldata
+ - salt
+
+#### Defined in
+
+[src/account/interface.ts:323](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L323)
+
+---
+
+### deployAccount
+
+▸ **deployAccount**(`contractPayload`, `transactionsDetail?`): `Promise`<[`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)\>
+
+Deploy the account on Starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------------------- | :------------------------------------------------------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `contractPayload` | [`DeployAccountContractPayload`](../namespaces/types.md#deployaccountcontractpayload) | transaction payload to be deployed containing: - classHash: computed class hash of compiled contract - optional constructor calldata - optional address salt - optional contractAddress |
+| `transactionsDetail?` | [`InvocationsDetails`](../namespaces/types.md#invocationsdetails) | InvocationsDetails |
+
+#### Returns
+
+`Promise`<[`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)\>
+
+a confirmation of sending a transaction on the starknet contract
+
+#### Defined in
+
+[src/account/interface.ts:340](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L340)
+
+---
+
+### signMessage
+
+▸ **signMessage**(`typedData`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Signs a TypedData object for off-chain usage with the Starknet private key and returns the signature
+This adds a message prefix so it can't be interchanged with transactions
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------- | :----------------------------------------------------------------------- | :---------------------------- |
+| `typedData` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) | TypedData object to be signed |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+the signature of the TypedData object
+
+**`Throws`**
+
+if typedData is not a valid TypedData
+
+#### Defined in
+
+[src/account/interface.ts:353](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L353)
+
+---
+
+### hashMessage
+
+▸ **hashMessage**(`typedData`): `Promise`<`string`\>
+
+Hash a TypedData object with Pedersen hash and return the hash
+This adds a message prefix so it can't be interchanged with transactions
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------- | :----------------------------------------------------------------------- | :---------------------------- |
+| `typedData` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) | TypedData object to be hashed |
+
+#### Returns
+
+`Promise`<`string`\>
+
+the hash of the TypedData object
+
+**`Throws`**
+
+if typedData is not a valid TypedData
+
+#### Defined in
+
+[src/account/interface.ts:363](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L363)
+
+---
+
+### getNonce
+
+▸ **getNonce**(`blockIdentifier?`): `Promise`<`string`\>
+
+Gets the nonce of the account with respect to a specific block
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :---------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | optional blockIdentifier. Defaults to 'pending' |
+
+#### Returns
+
+`Promise`<`string`\>
+
+nonce of the account
+
+#### Defined in
+
+[src/account/interface.ts:371](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/interface.ts#L371)
+
+---
+
+### getChainId
+
+▸ **getChainId**(): `Promise`<[`StarknetChainId`](../enums/constants.StarknetChainId.md)\>
+
+Gets the Starknet chain Id
+
+#### Returns
+
+`Promise`<[`StarknetChainId`](../enums/constants.StarknetChainId.md)\>
+
+the chain Id
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getChainId](ProviderInterface.md#getchainid)
+
+#### Defined in
+
+[src/provider/interface.ts:44](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L44)
+
+---
+
+### callContract
+
+▸ **callContract**(`call`, `blockIdentifier?`): `Promise`<[`CallContractResponse`](../namespaces/types.md#callcontractresponse)\>
+
+Calls a function on the Starknet contract.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :----------------------- |
+| `call` | [`Call`](../namespaces/types.md#call) | transaction to be called |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<[`CallContractResponse`](../namespaces/types.md#callcontractresponse)\>
+
+the result of the function on the smart contract.
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[callContract](ProviderInterface.md#callcontract)
+
+#### Defined in
+
+[src/provider/interface.ts:53](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L53)
+
+---
+
+### getBlock
+
+▸ **getBlock**(`blockIdentifier?`): `Promise`<[`PendingBlock`](../namespaces/types.md#pendingblock)\>
+
+Gets the block information
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------- | :--------------- |
+| `blockIdentifier?` | `"pending"` | block identifier |
+
+#### Returns
+
+`Promise`<[`PendingBlock`](../namespaces/types.md#pendingblock)\>
+
+the block object
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getBlock](ProviderInterface.md#getblock)
+
+#### Defined in
+
+[src/provider/interface.ts:64](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L64)
+
+▸ **getBlock**(`blockIdentifier`): `Promise`<[`Block`](../namespaces/types.md#block)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :--------- |
+| `blockIdentifier` | `"latest"` |
+
+#### Returns
+
+`Promise`<[`Block`](../namespaces/types.md#block)\>
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getBlock](ProviderInterface.md#getblock)
+
+#### Defined in
+
+[src/provider/interface.ts:65](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L65)
+
+▸ **getBlock**(`blockIdentifier`): `Promise`<[`GetBlockResponse`](../namespaces/types.md#getblockresponse)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`GetBlockResponse`](../namespaces/types.md#getblockresponse)\>
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getBlock](ProviderInterface.md#getblock)
+
+#### Defined in
+
+[src/provider/interface.ts:66](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L66)
+
+---
+
+### getClassAt
+
+▸ **getClassAt**(`contractAddress`, `blockIdentifier?`): `Promise`<[`ContractClassResponse`](../namespaces/types.md#contractclassresponse)\>
+
+Gets the contract class of the deployed contract.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------- |
+| `contractAddress` | `string` | contract address |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<[`ContractClassResponse`](../namespaces/types.md#contractclassresponse)\>
+
+Contract class of compiled contract
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getClassAt](ProviderInterface.md#getclassat)
+
+#### Defined in
+
+[src/provider/interface.ts:75](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L75)
+
+---
+
+### getL1GasPrice
+
+▸ **getL1GasPrice**(`blockIdentifier`): `Promise`<`string`\>
+
+Gets the price of l1 gas in the block
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------------- | :---------------------------------------------------------- | :--------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<`string`\>
+
+gas price of the block
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getL1GasPrice](ProviderInterface.md#getl1gasprice)
+
+#### Defined in
+
+[src/provider/interface.ts:86](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L86)
+
+---
+
+### getL1MessageHash
+
+▸ **getL1MessageHash**(`l2TxHash`): `Promise`<`string`\>
+
+Get L1 message hash from L2 transaction hash
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :---------------------------------------------------- | :------------------ |
+| `l2TxHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) | L2 transaction hash |
+
+#### Returns
+
+`Promise`<`string`\>
+
+Hex string of L1 message hash
+
+**`Example`**
+
+In Sepolia Testnet :
+
+```typescript
+const result = provider.getL1MessageHash(
+ '0x28dfc05eb4f261b37ddad451ff22f1d08d4e3c24dc646af0ec69fa20e096819'
+);
+// result = '0x55b3f8b6e607fffd9b4d843dfe8f9b5c05822cd94fcad8797deb01d77805532a'
+```
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getL1MessageHash](ProviderInterface.md#getl1messagehash)
+
+#### Defined in
+
+[src/provider/interface.ts:99](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L99)
+
+---
+
+### getClassHashAt
+
+▸ **getClassHashAt**(`contractAddress`, `blockIdentifier?`): `Promise`<`string`\>
+
+Returns the contract class hash in the given block for the contract deployed at the given address
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------- |
+| `contractAddress` | `string` | contract address |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<`string`\>
+
+Class hash
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getClassHashAt](ProviderInterface.md#getclasshashat)
+
+#### Defined in
+
+[src/provider/interface.ts:108](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L108)
+
+---
+
+### getClassByHash
+
+▸ **getClassByHash**(`classHash`): `Promise`<[`ContractClassResponse`](../namespaces/types.md#contractclassresponse)\>
+
+Returns the contract class deployed under the given class hash.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------- | :------- | :---------- |
+| `classHash` | `string` | class hash |
+
+#### Returns
+
+`Promise`<[`ContractClassResponse`](../namespaces/types.md#contractclassresponse)\>
+
+Contract class of compiled contract
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getClassByHash](ProviderInterface.md#getclassbyhash)
+
+#### Defined in
+
+[src/provider/interface.ts:119](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L119)
+
+---
+
+### getNonceForAddress
+
+▸ **getNonceForAddress**(`contractAddress`, `blockIdentifier?`): `Promise`<`string`\>
+
+Returns the nonce associated with the given address in the given block
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------- |
+| `contractAddress` | `string` | contract address |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | - |
+
+#### Returns
+
+`Promise`<`string`\>
+
+the hex nonce
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getNonceForAddress](ProviderInterface.md#getnonceforaddress)
+
+#### Defined in
+
+[src/provider/interface.ts:127](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L127)
+
+---
+
+### getStorageAt
+
+▸ **getStorageAt**(`contractAddress`, `key`, `blockIdentifier?`): `Promise`<`string`\>
+
+Get the value of the storage (contract's variable) at the given address and key
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------------------------------------------------- |
+| `contractAddress` | `string` | |
+| `key` | [`BigNumberish`](../namespaces/types.md#bignumberish) | from getStorageVarAddress('') (WIP) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<`string`\>
+
+the value of the storage variable
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getStorageAt](ProviderInterface.md#getstorageat)
+
+#### Defined in
+
+[src/provider/interface.ts:140](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L140)
+
+---
+
+### getTransaction
+
+▸ **getTransaction**(`transactionHash`): `Promise`<`TransactionWithHash`\>
+
+Gets the transaction information from a tx id.
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------- |
+| `transactionHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<`TransactionWithHash`\>
+
+the transaction object { transaction_id, status, transaction, block_number?, block_number?, transaction_index?, transaction_failure_reason? }
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getTransaction](ProviderInterface.md#gettransaction)
+
+#### Defined in
+
+[src/provider/interface.ts:152](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L152)
+
+---
+
+### getTransactionReceipt
+
+▸ **getTransactionReceipt**(`transactionHash`): `Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+Gets the transaction receipt from a tx hash.
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------- |
+| `transactionHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+the transaction receipt object
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getTransactionReceipt](ProviderInterface.md#gettransactionreceipt)
+
+#### Defined in
+
+[src/provider/interface.ts:160](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L160)
+
+---
+
+### deployAccountContract
+
+▸ **deployAccountContract**(`payload`, `details`): `Promise`<[`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)\>
+
+Deploys a given compiled Account contract (json) to starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------ |
+| `payload` | [`DeployAccountContractPayload`](../namespaces/types.md#deployaccountcontractpayload) | payload to be deployed containing: - compiled contract code - constructor calldata - address salt |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | - |
+
+#### Returns
+
+`Promise`<[`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)\>
+
+a confirmation of sending a transaction on the starknet contract
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[deployAccountContract](ProviderInterface.md#deployaccountcontract)
+
+#### Defined in
+
+[src/provider/interface.ts:173](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L173)
+
+---
+
+### invokeFunction
+
+▸ **invokeFunction**(`invocation`, `details`): `Promise`<\{ `transaction_hash`: `string` }\>
+
+Invokes a function on starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------- | :---------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `invocation` | [`Invocation`](../namespaces/types.md#invocation) | the invocation object containing: - contractAddress - the address of the contract - entrypoint - the entrypoint of the contract - calldata - (defaults to []) the calldata - signature - (defaults to []) the signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - optional nonce - version - optional version - maxFee - optional maxFee |
+
+#### Returns
+
+`Promise`<\{ `transaction_hash`: `string` }\>
+
+response from addTransaction
+
+**`Deprecated`**
+
+This method won't be supported as soon as fees are mandatory. Should not be used outside of Account class
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[invokeFunction](ProviderInterface.md#invokefunction)
+
+#### Defined in
+
+[src/provider/interface.ts:193](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L193)
+
+---
+
+### declareContract
+
+▸ **declareContract**(`transaction`, `details`): `Promise`<\{ `class_hash`: `string` ; `transaction_hash`: `string` }\>
+
+Declares a given compiled contract (json) to starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :---------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------- |
+| `transaction` | [`DeclareContractTransaction`](../namespaces/types.md#declarecontracttransaction) | transaction payload to be deployed containing: - compiled contract code - sender address - signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | Invocation Details containing: - nonce - optional version - optional maxFee |
+
+#### Returns
+
+`Promise`<\{ `class_hash`: `string` ; `transaction_hash`: `string` }\>
+
+a confirmation of sending a transaction on the starknet contract
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[declareContract](ProviderInterface.md#declarecontract)
+
+#### Defined in
+
+[src/provider/interface.ts:210](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L210)
+
+---
+
+### getEstimateFee
+
+▸ **getEstimateFee**(`invocation`, `details`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimates the fee for a given INVOKE transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `invocation` | [`Invocation`](../namespaces/types.md#invocation) | the invocation object containing: - contractAddress - the address of the contract - entrypoint - the entrypoint of the contract - calldata - (defaults to []) the calldata - signature - (defaults to []) the signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - optional nonce - version - optional version |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | (optional) block identifier |
+| `skipValidate?` | `boolean` | (optional) skip cairo **validate** method |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+the estimated fee
+
+**`Deprecated`**
+
+Please use getInvokeEstimateFee or getDeclareEstimateFee instead. Should not be used outside of Account class
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getEstimateFee](ProviderInterface.md#getestimatefee)
+
+#### Defined in
+
+[src/provider/interface.ts:231](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L231)
+
+---
+
+### getInvokeEstimateFee
+
+▸ **getInvokeEstimateFee**(`invocation`, `details`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimates the fee for a given INVOKE transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `invocation` | [`Invocation`](../namespaces/types.md#invocation) | the invocation object containing: - contractAddress - the address of the contract - entrypoint - the entrypoint of the contract - calldata - (defaults to []) the calldata - signature - (defaults to []) the signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - optional nonce - version - optional version |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | (optional) block identifier |
+| `skipValidate?` | `boolean` | (optional) skip cairo **validate** method |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+the estimated fee
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getInvokeEstimateFee](ProviderInterface.md#getinvokeestimatefee)
+
+#### Defined in
+
+[src/provider/interface.ts:253](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L253)
+
+---
+
+### getDeclareEstimateFee
+
+▸ **getDeclareEstimateFee**(`transaction`, `details`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimates the fee for a given DECLARE transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ |
+| `transaction` | [`DeclareContractTransaction`](../namespaces/types.md#declarecontracttransaction) | transaction payload to be declared containing: - compiled contract code - sender address - signature - (defaults to []) the signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - version - optional version - optional maxFee |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | (optional) block identifier |
+| `skipValidate?` | `boolean` | (optional) skip cairo **validate** method |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+the estimated fee
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getDeclareEstimateFee](ProviderInterface.md#getdeclareestimatefee)
+
+#### Defined in
+
+[src/provider/interface.ts:275](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L275)
+
+---
+
+### getDeployAccountEstimateFee
+
+▸ **getDeployAccountEstimateFee**(`transaction`, `details`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimates the fee for a given DEPLOY_ACCOUNT transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :-------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------ |
+| `transaction` | [`DeployAccountContractTransaction`](../namespaces/types.md#deployaccountcontracttransaction) | transaction payload to be deployed containing: - classHash - constructorCalldata - addressSalt - signature - (defaults to []) the signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - version - optional version - optional maxFee |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | (optional) block identifier |
+| `skipValidate?` | `boolean` | (optional) skip cairo **validate** method |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+the estimated fee
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getDeployAccountEstimateFee](ProviderInterface.md#getdeployaccountestimatefee)
+
+#### Defined in
+
+[src/provider/interface.ts:298](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L298)
+
+---
+
+### getEstimateFeeBulk
+
+▸ **getEstimateFeeBulk**(`invocations`, `options?`): `Promise`<[`EstimateFeeResponseBulk`](../namespaces/types.md#estimatefeeresponsebulk)\>
+
+Estimates the fee for a list of INVOKE transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :------------------------------------------------------------------------------ | :----------------------------------------------------------------------- |
+| `invocations` | [`AccountInvocations`](../namespaces/types.md#accountinvocations) | AccountInvocations - Complete invocations array with account details |
+| `options?` | [`getEstimateFeeBulkOptions`](../namespaces/types.md#getestimatefeebulkoptions) | getEstimateFeeBulkOptions - (optional) blockIdentifier - BlockIdentifier |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponseBulk`](../namespaces/types.md#estimatefeeresponsebulk)\>
+
+the estimated fee
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getEstimateFeeBulk](ProviderInterface.md#getestimatefeebulk)
+
+#### Defined in
+
+[src/provider/interface.ts:313](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L313)
+
+---
+
+### waitForTransaction
+
+▸ **waitForTransaction**(`txHash`, `options?`): `Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+Wait for the transaction to be accepted
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :------------------------------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) | transaction hash |
+| `options?` | [`waitForTransactionOptions`](../namespaces/types.md#waitfortransactionoptions) | waitForTransactionOptions - (optional) retryInterval: number \| undefined; - (optional) successStates: TransactionStatus[] \| undefined; |
+
+#### Returns
+
+`Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+GetTransactionReceiptResponse
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[waitForTransaction](ProviderInterface.md#waitfortransaction)
+
+#### Defined in
+
+[src/provider/interface.ts:326](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L326)
+
+---
+
+### getSimulateTransaction
+
+▸ **getSimulateTransaction**(`invocations`, `options?`): `Promise`<[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)\>
+
+Simulates the transaction and returns the transaction trace and estimated fee.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :-------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| `invocations` | [`AccountInvocations`](../namespaces/types.md#accountinvocations) | AccountInvocations - Complete invocations array with account details |
+| `options?` | [`getSimulateTransactionOptions`](../namespaces/types.md#getsimulatetransactionoptions) | getSimulateTransactionOptions - (optional) blockIdentifier - block identifier - (optional) skipValidate - skip cairo **validate** method - (optional) skipExecute - skip cairo **execute** method |
+
+#### Returns
+
+`Promise`<[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)\>
+
+an array of transaction trace and estimated fee
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getSimulateTransaction](ProviderInterface.md#getsimulatetransaction)
+
+#### Defined in
+
+[src/provider/interface.ts:341](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L341)
+
+---
+
+### getStateUpdate
+
+▸ **getStateUpdate**(`blockIdentifier?`): `Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+Gets the state changes in a specific block (result of executing the requested block)
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+StateUpdateResponse
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getStateUpdate](ProviderInterface.md#getstateupdate)
+
+#### Defined in
+
+[src/provider/interface.ts:352](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L352)
+
+---
+
+### getContractVersion
+
+▸ **getContractVersion**(`contractAddress`, `classHash?`, `options?`): `Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+Gets the contract version from the provided address
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------------- | :------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `contractAddress` | `string` | string |
+| `classHash?` | `undefined` | undefined |
+| `options?` | [`getContractVersionOptions`](../namespaces/types.md#getcontractversionoptions) | getContractVersionOptions - (optional) compiler - (default true) extract compiler version using type tactic from abi - (optional) blockIdentifier - block identifier |
+
+#### Returns
+
+`Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getContractVersion](ProviderInterface.md#getcontractversion)
+
+#### Defined in
+
+[src/provider/interface.ts:362](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L362)
+
+▸ **getContractVersion**(`contractAddress`, `classHash`, `options?`): `Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+Gets the contract version from the provided address
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------------- | :------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `contractAddress` | `undefined` | undefined |
+| `classHash` | `string` | |
+| `options?` | [`getContractVersionOptions`](../namespaces/types.md#getcontractversionoptions) | getContractVersionOptions - (optional) compiler - (default true) extract compiler version using type tactic from abi - (optional) blockIdentifier - block identifier |
+
+#### Returns
+
+`Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+#### Inherited from
+
+[ProviderInterface](ProviderInterface.md).[getContractVersion](ProviderInterface.md#getcontractversion)
+
+#### Defined in
+
+[src/provider/interface.ts:376](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L376)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/BatchClient.md b/www/versioned_docs/version-6.24.1/API/classes/BatchClient.md
new file mode 100644
index 000000000..ce0b8f2db
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/BatchClient.md
@@ -0,0 +1,245 @@
+---
+id: 'BatchClient'
+title: 'Class: BatchClient'
+sidebar_label: 'BatchClient'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Constructors
+
+### constructor
+
+• **new BatchClient**(`options`): [`BatchClient`](BatchClient.md)
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :------------------------------------------------------- |
+| `options` | [`BatchClientOptions`](../modules.md#batchclientoptions) |
+
+#### Returns
+
+[`BatchClient`](BatchClient.md)
+
+#### Defined in
+
+[src/utils/batch/index.ts:33](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/batch/index.ts#L33)
+
+## Properties
+
+### nodeUrl
+
+• **nodeUrl**: `string`
+
+#### Defined in
+
+[src/utils/batch/index.ts:13](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/batch/index.ts#L13)
+
+---
+
+### headers
+
+• **headers**: `object`
+
+#### Defined in
+
+[src/utils/batch/index.ts:15](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/batch/index.ts#L15)
+
+---
+
+### interval
+
+• **interval**: `number`
+
+#### Defined in
+
+[src/utils/batch/index.ts:17](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/batch/index.ts#L17)
+
+---
+
+### requestId
+
+• **requestId**: `number` = `0`
+
+#### Defined in
+
+[src/utils/batch/index.ts:19](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/batch/index.ts#L19)
+
+---
+
+### pendingRequests
+
+• `Private` **pendingRequests**: `Record`<`string` \| `number`, [`RequestBody`](../namespaces/types.RPC.JRPC.md#requestbody)\> = `{}`
+
+#### Defined in
+
+[src/utils/batch/index.ts:21](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/batch/index.ts#L21)
+
+---
+
+### batchPromises
+
+• `Private` **batchPromises**: `Record`<`string` \| `number`, `Promise`<[`ResponseBody`](../namespaces/types.RPC.JRPC.md#responsebody)[]\>\> = `{}`
+
+#### Defined in
+
+[src/utils/batch/index.ts:23](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/batch/index.ts#L23)
+
+---
+
+### delayTimer
+
+• `Private` `Optional` **delayTimer**: `Timeout`
+
+#### Defined in
+
+[src/utils/batch/index.ts:25](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/batch/index.ts#L25)
+
+---
+
+### delayPromise
+
+• `Private` `Optional` **delayPromise**: `Promise`<`void`\>
+
+#### Defined in
+
+[src/utils/batch/index.ts:27](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/batch/index.ts#L27)
+
+---
+
+### delayPromiseResolve
+
+• `Private` `Optional` **delayPromiseResolve**: () => `void`
+
+#### Type declaration
+
+▸ (): `void`
+
+##### Returns
+
+`void`
+
+#### Defined in
+
+[src/utils/batch/index.ts:29](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/batch/index.ts#L29)
+
+---
+
+### baseFetch
+
+• `Private` **baseFetch**: (`input`: `RequestInfo` \| `URL`, `init?`: `RequestInit`) => `Promise`<`Response`\>
+
+#### Type declaration
+
+▸ (`input`, `init?`): `Promise`<`Response`\>
+
+##### Parameters
+
+| Name | Type |
+| :------ | :--------------------- |
+| `input` | `RequestInfo` \| `URL` |
+| `init?` | `RequestInit` |
+
+##### Returns
+
+`Promise`<`Response`\>
+
+#### Defined in
+
+[src/utils/batch/index.ts:31](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/batch/index.ts#L31)
+
+## Methods
+
+### wait
+
+▸ **wait**(): `Promise`<`void`\>
+
+#### Returns
+
+`Promise`<`void`\>
+
+#### Defined in
+
+[src/utils/batch/index.ts:40](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/batch/index.ts#L40)
+
+---
+
+### addPendingRequest
+
+▸ **addPendingRequest**<`T`\>(`method`, `params?`, `id?`): `string` \| `number`
+
+#### Type parameters
+
+| Name | Type |
+| :--- | :-------------------------------------------------------------------------- |
+| `T` | extends keyof `ReadMethods` \| keyof `WriteMethods` \| keyof `TraceMethods` |
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :------------------------------------------------------------------------------- |
+| `method` | `T` |
+| `params?` | [`Methods`](../namespaces/types.RPC.RPCSPEC07.API.md#methods)[`T`][``"params"``] |
+| `id?` | `string` \| `number` |
+
+#### Returns
+
+`string` \| `number`
+
+#### Defined in
+
+[src/utils/batch/index.ts:66](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/batch/index.ts#L66)
+
+---
+
+### sendBatch
+
+▸ **sendBatch**(`requests`): `Promise`<`any`\>
+
+#### Parameters
+
+| Name | Type |
+| :--------- | :------------------------------------------------------------- |
+| `requests` | [`RequestBody`](../namespaces/types.RPC.JRPC.md#requestbody)[] |
+
+#### Returns
+
+`Promise`<`any`\>
+
+#### Defined in
+
+[src/utils/batch/index.ts:83](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/batch/index.ts#L83)
+
+---
+
+### fetch
+
+▸ **fetch**<`T`, `TResponse`\>(`method`, `params?`, `id?`): `Promise`<`TResponse`\>
+
+Automatically batches and fetches JSON-RPC calls in a single request.
+
+#### Type parameters
+
+| Name | Type |
+| :---------- | :-------------------------------------------------------------------------- |
+| `T` | extends keyof `ReadMethods` \| keyof `WriteMethods` \| keyof `TraceMethods` |
+| `TResponse` | extends `Object` |
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------------------------------------------------------------------------------- | :------------------ |
+| `method` | `T` | Method to call |
+| `params?` | [`Methods`](../namespaces/types.RPC.RPCSPEC07.API.md#methods)[`T`][``"params"``] | Method parameters |
+| `id?` | `string` \| `number` | JSON-RPC Request ID |
+
+#### Returns
+
+`Promise`<`TResponse`\>
+
+JSON-RPC Response
+
+#### Defined in
+
+[src/utils/batch/index.ts:100](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/batch/index.ts#L100)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/CairoCustomEnum.md b/www/versioned_docs/version-6.24.1/API/classes/CairoCustomEnum.md
new file mode 100644
index 000000000..6024c8f3a
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/CairoCustomEnum.md
@@ -0,0 +1,95 @@
+---
+id: 'CairoCustomEnum'
+title: 'Class: CairoCustomEnum'
+sidebar_label: 'CairoCustomEnum'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+Class to handle Cairo custom Enum
+
+**`Param`**
+
+object containing the variants and its content. Example :
+{Success: 234, Warning: undefined, Error: undefined}.
+Only one variant with a value, object, array.
+
+**`Example`**
+
+```typescript
+const myCairoEnum = new CairoCustomEnum({
+ Success: undefined,
+ Warning: '0x7f32ea',
+ Error: undefined,
+});
+```
+
+## Constructors
+
+### constructor
+
+• **new CairoCustomEnum**(`enumContent`): [`CairoCustomEnum`](CairoCustomEnum.md)
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :------------------------------------------- | :----------------------------------------------------------------------------------------------- |
+| `enumContent` | [`CairoEnumRaw`](../modules.md#cairoenumraw) | an object with the variants as keys and the content as value. Only one content shall be defined. |
+
+#### Returns
+
+[`CairoCustomEnum`](CairoCustomEnum.md)
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoCustomEnum.ts:29](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoCustomEnum.ts#L29)
+
+## Properties
+
+### variant
+
+• `Readonly` **variant**: [`CairoEnumRaw`](../modules.md#cairoenumraw)
+
+direct readonly access to variants of the Cairo Custom Enum.
+
+**`Example`**
+
+```typescript
+const successValue = myCairoEnum.variant.Success;
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoCustomEnum.ts:24](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoCustomEnum.ts#L24)
+
+## Methods
+
+### unwrap
+
+▸ **unwrap**(): `any`
+
+#### Returns
+
+`any`
+
+the content of the valid variant of a Cairo custom Enum.
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoCustomEnum.ts:45](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoCustomEnum.ts#L45)
+
+___
+
+### activeVariant
+
+▸ **activeVariant**(): `string`
+
+#### Returns
+
+`string`
+
+the name of the valid variant of a Cairo custom Enum.
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoCustomEnum.ts:54](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoCustomEnum.ts#L54)
+```
diff --git a/www/versioned_docs/version-6.24.1/API/classes/CairoFixedArray.md b/www/versioned_docs/version-6.24.1/API/classes/CairoFixedArray.md
new file mode 100644
index 000000000..f1d1f3def
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/CairoFixedArray.md
@@ -0,0 +1,256 @@
+---
+id: 'CairoFixedArray'
+title: 'Class: CairoFixedArray'
+sidebar_label: 'CairoFixedArray'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Constructors
+
+### constructor
+
+• **new CairoFixedArray**(`content`, `arrayType`): [`CairoFixedArray`](CairoFixedArray.md)
+
+Create an instance representing a Cairo fixed Array.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------- | :------- | :----------------------------------------- |
+| `content` | `any`[] | JS array representing a Cairo fixed array. |
+| `arrayType` | `string` | Cairo fixed array type. |
+
+#### Returns
+
+[`CairoFixedArray`](CairoFixedArray.md)
+
+#### Defined in
+
+[src/utils/cairoDataTypes/fixedArray.ts:19](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/fixedArray.ts#L19)
+
+## Properties
+
+### content
+
+• `Readonly` **content**: `any`[]
+
+JS array representing a Cairo fixed array.
+
+#### Defined in
+
+[src/utils/cairoDataTypes/fixedArray.ts:7](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/fixedArray.ts#L7)
+
+---
+
+### arrayType
+
+• `Readonly` **arrayType**: `string`
+
+Cairo fixed array type.
+
+#### Defined in
+
+[src/utils/cairoDataTypes/fixedArray.ts:12](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/fixedArray.ts#L12)
+
+## Methods
+
+### getFixedArraySize
+
+▸ **getFixedArraySize**(`type`): `number`
+
+Retrieves the array size from the given type string representing a Cairo fixed array.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :-------------------------- |
+| `type` | `string` | The Cairo fixed array type. |
+
+#### Returns
+
+`number`
+
+The array size.
+
+**`Example`**
+
+```typescript
+const result = CairoFixedArray.getFixedArraySize('[core::integer::u32; 8]');
+// result = 8
+```
+
+#### Defined in
+
+[src/utils/cairoDataTypes/fixedArray.ts:56](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/fixedArray.ts#L56)
+
+---
+
+### getFixedArrayType
+
+▸ **getFixedArrayType**(`type`): `string`
+
+Retrieve the Cairo content type from a Cairo fixed array type.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :--------------- |
+| `type` | `string` | The type string. |
+
+#### Returns
+
+`string`
+
+The fixed-array type.
+
+**`Example`**
+
+```typescript
+const result = CairoFixedArray.getFixedArrayType('[core::integer::u32; 8]');
+// result = "core::integer::u32"
+```
+
+#### Defined in
+
+[src/utils/cairoDataTypes/fixedArray.ts:87](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/fixedArray.ts#L87)
+
+---
+
+### compile
+
+▸ **compile**(`input`): `Object`
+
+Create an object from a Cairo fixed array.
+Be sure to have an array length conform to the ABI.
+To be used with CallData.compile().
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :------ | :----------------------------------------- |
+| `input` | `any`[] | JS array representing a Cairo fixed array. |
+
+#### Returns
+
+`Object`
+
+a specific struct representing a fixed Array.
+
+**`Example`**
+
+```typescript
+const result = CairoFixedArray.compile([10, 20, 30]);
+// result = { '0': 10, '1': 20, '2': 30 }
+```
+
+#### Defined in
+
+[src/utils/cairoDataTypes/fixedArray.ts:120](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/fixedArray.ts#L120)
+
+---
+
+### isTypeFixedArray
+
+▸ **isTypeFixedArray**(`type`): `boolean`
+
+Checks if the given Cairo type is a fixed-array type.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :----------------- |
+| `type` | `string` | The type to check. |
+
+#### Returns
+
+`boolean`
+
+- `true` if the type is a fixed array type, `false` otherwise.
+
+````typescript
+const result = CairoFixedArray.isTypeFixedArray("[core::integer::u32; 8]");
+// result = true
+
+#### Defined in
+
+[src/utils/cairoDataTypes/fixedArray.ts:151](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/fixedArray.ts#L151)
+
+___
+
+### getFixedArraySize
+
+▸ **getFixedArraySize**(): `number`
+
+Retrieves the Cairo fixed array size from the CairoFixedArray instance.
+
+#### Returns
+
+`number`
+
+The fixed array size.
+
+**`Example`**
+
+```typescript
+const fArray = new CairoFixedArray([10,20,30], "[core::integer::u32; 3]");
+const result = fArray.getFixedArraySize();
+// result = 3
+````
+
+#### Defined in
+
+[src/utils/cairoDataTypes/fixedArray.ts:73](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/fixedArray.ts#L73)
+
+---
+
+### getFixedArrayType
+
+▸ **getFixedArrayType**(): `string`
+
+Retrieve the Cairo content type of the Cairo fixed array.
+
+#### Returns
+
+`string`
+
+The fixed-array content type.
+
+**`Example`**
+
+```typescript
+const fArray = new CairoFixedArray([10, 20, 30], '[core::integer::u32; 3]');
+const result = fArray.getFixedArrayType();
+// result = "core::integer::u32"
+```
+
+#### Defined in
+
+[src/utils/cairoDataTypes/fixedArray.ts:104](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/fixedArray.ts#L104)
+
+---
+
+### compile
+
+▸ **compile**(): `Object`
+
+Generate an object from the Cairo fixed array instance.
+To be used with CallData.compile().
+
+#### Returns
+
+`Object`
+
+a specific struct representing a fixed array.
+
+**`Example`**
+
+```typescript
+const fArray = new CairoFixedArray([10, 20, 30], '[core::integer::u32; 3]');
+const result = fArray.compile();
+// result = { '0': 10, '1': 20, '2': 30 }
+```
+
+#### Defined in
+
+[src/utils/cairoDataTypes/fixedArray.ts:138](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/fixedArray.ts#L138)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/CairoOption.md b/www/versioned_docs/version-6.24.1/API/classes/CairoOption.md
new file mode 100644
index 000000000..5024712e6
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/CairoOption.md
@@ -0,0 +1,125 @@
+---
+id: 'CairoOption'
+title: 'Class: CairoOption'
+sidebar_label: 'CairoOption'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+Class to handle Cairo Option
+
+**`Param`**
+
+CairoOptionVariant.Some or CairoOptionVariant.None
+
+**`Param`**
+
+value of type T.
+
+**`Example`**
+
+```typescript
+const myOption = new CairoOption(CairoOptionVariant.Some, '0x54dda8');
+```
+
+## Type parameters
+
+| Name |
+| :--- |
+| `T` |
+
+## Constructors
+
+### constructor
+
+• **new CairoOption**<`T`\>(`variant`, `content?`): [`CairoOption`](CairoOption.md)<`T`\>
+
+#### Type parameters
+
+| Name |
+| :--- |
+| `T` |
+
+#### Parameters
+
+| Name | Type |
+| :--------- | :------- |
+| `variant` | `number` |
+| `content?` | `T` |
+
+#### Returns
+
+[`CairoOption`](CairoOption.md)<`T`\>
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoOption.ts:26](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoOption.ts#L26)
+
+## Properties
+
+### Some
+
+• `Optional` `Readonly` **Some**: `T`
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoOption.ts:22](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoOption.ts#L22)
+
+---
+
+### None
+
+• `Optional` `Readonly` **None**: `boolean`
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoOption.ts:24](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoOption.ts#L24)
+
+## Methods
+
+### unwrap
+
+▸ **unwrap**(): `undefined` \| `T`
+
+#### Returns
+
+`undefined` \| `T`
+
+the content of the valid variant of a Cairo custom Enum.
+If None, returns 'undefined'.
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoOption.ts:49](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoOption.ts#L49)
+
+---
+
+### isSome
+
+▸ **isSome**(): `boolean`
+
+#### Returns
+
+`boolean`
+
+true if the valid variant is 'isSome'.
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoOption.ts:57](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoOption.ts#L57)
+
+---
+
+### isNone
+
+▸ **isNone**(): `boolean`
+
+#### Returns
+
+`boolean`
+
+true if the valid variant is 'isNone'.
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoOption.ts:65](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoOption.ts#L65)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/CairoResult.md b/www/versioned_docs/version-6.24.1/API/classes/CairoResult.md
new file mode 100644
index 000000000..e4234d043
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/CairoResult.md
@@ -0,0 +1,126 @@
+---
+id: 'CairoResult'
+title: 'Class: CairoResult'
+sidebar_label: 'CairoResult'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+Class to handle Cairo Result
+
+**`Param`**
+
+CairoResultVariant.Ok or CairoResultVariant.Err
+
+**`Param`**
+
+value of type T or U.
+
+**`Example`**
+
+```typescript
+const myOption = new CairoResult(CairoResultVariant.Ok, '0x54dda8');
+```
+
+## Type parameters
+
+| Name |
+| :--- |
+| `T` |
+| `U` |
+
+## Constructors
+
+### constructor
+
+• **new CairoResult**<`T`, `U`\>(`variant`, `resultContent`): [`CairoResult`](CairoResult.md)<`T`, `U`\>
+
+#### Type parameters
+
+| Name |
+| :--- |
+| `T` |
+| `U` |
+
+#### Parameters
+
+| Name | Type |
+| :-------------- | :--------- |
+| `variant` | `number` |
+| `resultContent` | `T` \| `U` |
+
+#### Returns
+
+[`CairoResult`](CairoResult.md)<`T`, `U`\>
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoResult.ts:26](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoResult.ts#L26)
+
+## Properties
+
+### Ok
+
+• `Optional` `Readonly` **Ok**: `T`
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoResult.ts:22](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoResult.ts#L22)
+
+---
+
+### Err
+
+• `Optional` `Readonly` **Err**: `U`
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoResult.ts:24](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoResult.ts#L24)
+
+## Methods
+
+### unwrap
+
+▸ **unwrap**(): `T` \| `U`
+
+#### Returns
+
+`T` \| `U`
+
+the content of the valid variant of a Cairo Result.
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoResult.ts:43](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoResult.ts#L43)
+
+---
+
+### isOk
+
+▸ **isOk**(): `boolean`
+
+#### Returns
+
+`boolean`
+
+true if the valid variant is 'Ok'.
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoResult.ts:57](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoResult.ts#L57)
+
+---
+
+### isErr
+
+▸ **isErr**(): `boolean`
+
+#### Returns
+
+`boolean`
+
+true if the valid variant is 'isErr'.
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoResult.ts:65](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoResult.ts#L65)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/CairoUint256.md b/www/versioned_docs/version-6.24.1/API/classes/CairoUint256.md
new file mode 100644
index 000000000..0ab0007a8
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/CairoUint256.md
@@ -0,0 +1,266 @@
+---
+id: 'CairoUint256'
+title: 'Class: CairoUint256'
+sidebar_label: 'CairoUint256'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Constructors
+
+### constructor
+
+• **new CairoUint256**(`bigNumberish`): [`CairoUint256`](CairoUint256.md)
+
+Default constructor (Lib usage)
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------- | :---------------------------------------------------- | :------------------------------------- |
+| `bigNumberish` | [`BigNumberish`](../namespaces/types.md#bignumberish) | BigNumberish value representing uin256 |
+
+#### Returns
+
+[`CairoUint256`](CairoUint256.md)
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:29](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L29)
+
+• **new CairoUint256**(`low`, `high`): [`CairoUint256`](CairoUint256.md)
+
+Direct props initialization (Api response)
+
+#### Parameters
+
+| Name | Type |
+| :----- | :---------------------------------------------------- |
+| `low` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `high` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+[`CairoUint256`](CairoUint256.md)
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:33](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L33)
+
+• **new CairoUint256**(`uint256`): [`CairoUint256`](CairoUint256.md)
+
+Initialization from Uint256 object
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :------------------------------------------ |
+| `uint256` | [`Uint256`](../interfaces/types.Uint256.md) |
+
+#### Returns
+
+[`CairoUint256`](CairoUint256.md)
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:37](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L37)
+
+## Properties
+
+### abiSelector
+
+▪ `Static` **abiSelector**: `string` = `'core::integer::u256'`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:23](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L23)
+
+---
+
+### low
+
+• **low**: `bigint`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:19](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L19)
+
+---
+
+### high
+
+• **high**: `bigint`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:21](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L21)
+
+## Methods
+
+### validate
+
+▸ **validate**(`bigNumberish`): `bigint`
+
+Validate if BigNumberish can be represented as Unit256
+
+#### Parameters
+
+| Name | Type |
+| :------------- | :---------------------------------------------------- |
+| `bigNumberish` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`bigint`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:60](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L60)
+
+---
+
+### validateProps
+
+▸ **validateProps**(`low`, `high`): `Object`
+
+Validate if low and high can be represented as Unit256
+
+#### Parameters
+
+| Name | Type |
+| :----- | :---------------------------------------------------- |
+| `low` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `high` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Object`
+
+| Name | Type |
+| :----- | :------- |
+| `low` | `bigint` |
+| `high` | `bigint` |
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:70](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L70)
+
+---
+
+### is
+
+▸ **is**(`bigNumberish`): `boolean`
+
+Check if BigNumberish can be represented as Unit256
+
+#### Parameters
+
+| Name | Type |
+| :------------- | :---------------------------------------------------- |
+| `bigNumberish` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`boolean`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:85](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L85)
+
+---
+
+### isAbiType
+
+▸ **isAbiType**(`abiType`): `boolean`
+
+Check if provided abi type is this data type
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :------- |
+| `abiType` | `string` |
+
+#### Returns
+
+`boolean`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:97](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L97)
+
+---
+
+### toBigInt
+
+▸ **toBigInt**(): `bigint`
+
+Return bigint representation
+
+#### Returns
+
+`bigint`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:104](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L104)
+
+---
+
+### toUint256HexString
+
+▸ **toUint256HexString**(): `Object`
+
+Return Uint256 structure with HexString props
+{low: HexString, high: HexString}
+
+#### Returns
+
+`Object`
+
+| Name | Type |
+| :----- | :------- |
+| `low` | `string` |
+| `high` | `string` |
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:112](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L112)
+
+---
+
+### toUint256DecimalString
+
+▸ **toUint256DecimalString**(): `Object`
+
+Return Uint256 structure with DecimalString props
+{low: DecString, high: DecString}
+
+#### Returns
+
+`Object`
+
+| Name | Type |
+| :----- | :------- |
+| `low` | `string` |
+| `high` | `string` |
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:123](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L123)
+
+---
+
+### toApiRequest
+
+▸ **toApiRequest**(): `string`[]
+
+Return api requests representation witch is felt array
+
+#### Returns
+
+`string`[]
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:133](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L133)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/CairoUint512.md b/www/versioned_docs/version-6.24.1/API/classes/CairoUint512.md
new file mode 100644
index 000000000..a598952f4
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/CairoUint512.md
@@ -0,0 +1,296 @@
+---
+id: 'CairoUint512'
+title: 'Class: CairoUint512'
+sidebar_label: 'CairoUint512'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Constructors
+
+### constructor
+
+• **new CairoUint512**(`bigNumberish`): [`CairoUint512`](CairoUint512.md)
+
+Default constructor (Lib usage)
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------- | :---------------------------------------------------- | :----------------------------------- |
+| `bigNumberish` | [`BigNumberish`](../namespaces/types.md#bignumberish) | BigNumberish value representing u512 |
+
+#### Returns
+
+[`CairoUint512`](CairoUint512.md)
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:30](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L30)
+
+• **new CairoUint512**(`limb0`, `limb1`, `limb2`, `limb3`): [`CairoUint512`](CairoUint512.md)
+
+Direct props initialization (Api response)
+
+#### Parameters
+
+| Name | Type |
+| :------ | :---------------------------------------------------- |
+| `limb0` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `limb1` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `limb2` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `limb3` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+[`CairoUint512`](CairoUint512.md)
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:34](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L34)
+
+• **new CairoUint512**(`uint512`): [`CairoUint512`](CairoUint512.md)
+
+Initialization from Uint512 object
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :------------------------------------------ |
+| `uint512` | [`Uint512`](../interfaces/types.Uint512.md) |
+
+#### Returns
+
+[`CairoUint512`](CairoUint512.md)
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:43](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L43)
+
+## Properties
+
+### abiSelector
+
+▪ `Static` **abiSelector**: `string` = `'core::integer::u512'`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:24](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L24)
+
+---
+
+### limb0
+
+• **limb0**: `bigint`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:16](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L16)
+
+---
+
+### limb1
+
+• **limb1**: `bigint`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:18](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L18)
+
+---
+
+### limb2
+
+• **limb2**: `bigint`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:20](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L20)
+
+---
+
+### limb3
+
+• **limb3**: `bigint`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:22](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L22)
+
+## Methods
+
+### validate
+
+▸ **validate**(`bigNumberish`): `bigint`
+
+Validate if BigNumberish can be represented as Uint512
+
+#### Parameters
+
+| Name | Type |
+| :------------- | :---------------------------------------------------- |
+| `bigNumberish` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`bigint`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:84](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L84)
+
+---
+
+### validateProps
+
+▸ **validateProps**(`limb0`, `limb1`, `limb2`, `limb3`): `Object`
+
+Validate if limbs can be represented as Uint512
+
+#### Parameters
+
+| Name | Type |
+| :------ | :---------------------------------------------------- |
+| `limb0` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `limb1` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `limb2` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `limb3` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Object`
+
+| Name | Type |
+| :------ | :------- |
+| `limb0` | `bigint` |
+| `limb1` | `bigint` |
+| `limb2` | `bigint` |
+| `limb3` | `bigint` |
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:94](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L94)
+
+---
+
+### is
+
+▸ **is**(`bigNumberish`): `boolean`
+
+Check if BigNumberish can be represented as Uint512
+
+#### Parameters
+
+| Name | Type |
+| :------------- | :---------------------------------------------------- |
+| `bigNumberish` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`boolean`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:115](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L115)
+
+---
+
+### isAbiType
+
+▸ **isAbiType**(`abiType`): `boolean`
+
+Check if provided abi type is this data type
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :------- |
+| `abiType` | `string` |
+
+#### Returns
+
+`boolean`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:127](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L127)
+
+---
+
+### toBigInt
+
+▸ **toBigInt**(): `bigint`
+
+Return bigint representation
+
+#### Returns
+
+`bigint`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:134](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L134)
+
+---
+
+### toUint512HexString
+
+▸ **toUint512HexString**(): `Object`
+
+Return Uint512 structure with HexString props
+limbx: HexString
+
+#### Returns
+
+`Object`
+
+| Name | Type |
+| :------ | :------- |
+| `limb0` | `string` |
+| `limb1` | `string` |
+| `limb2` | `string` |
+| `limb3` | `string` |
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:142](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L142)
+
+---
+
+### toUint512DecimalString
+
+▸ **toUint512DecimalString**(): `Object`
+
+Return Uint512 structure with DecimalString props
+limbx DecString
+
+#### Returns
+
+`Object`
+
+| Name | Type |
+| :------ | :------- |
+| `limb0` | `string` |
+| `limb1` | `string` |
+| `limb2` | `string` |
+| `limb3` | `string` |
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:155](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L155)
+
+---
+
+### toApiRequest
+
+▸ **toApiRequest**(): `string`[]
+
+Return api requests representation witch is felt array
+
+#### Returns
+
+`string`[]
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:167](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L167)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/CallData.md b/www/versioned_docs/version-6.24.1/API/classes/CallData.md
new file mode 100644
index 000000000..1b8c39443
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/CallData.md
@@ -0,0 +1,331 @@
+---
+id: 'CallData'
+title: 'Class: CallData'
+sidebar_label: 'CallData'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Constructors
+
+### constructor
+
+• **new CallData**(`abi`): [`CallData`](CallData.md)
+
+#### Parameters
+
+| Name | Type |
+| :---- | :---------------------------------- |
+| `abi` | [`Abi`](../namespaces/types.md#abi) |
+
+#### Returns
+
+[`CallData`](CallData.md)
+
+#### Defined in
+
+[src/utils/calldata/index.ts:52](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/index.ts#L52)
+
+## Properties
+
+### abi
+
+• **abi**: [`Abi`](../namespaces/types.md#abi)
+
+#### Defined in
+
+[src/utils/calldata/index.ts:44](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/index.ts#L44)
+
+---
+
+### parser
+
+• **parser**: `AbiParserInterface`
+
+#### Defined in
+
+[src/utils/calldata/index.ts:46](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/index.ts#L46)
+
+---
+
+### structs
+
+• `Protected` `Readonly` **structs**: [`AbiStructs`](../namespaces/types.md#abistructs)
+
+#### Defined in
+
+[src/utils/calldata/index.ts:48](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/index.ts#L48)
+
+---
+
+### enums
+
+• `Protected` `Readonly` **enums**: [`AbiEnums`](../namespaces/types.md#abienums)
+
+#### Defined in
+
+[src/utils/calldata/index.ts:50](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/index.ts#L50)
+
+## Methods
+
+### compile
+
+▸ **compile**(`rawArgs`): [`Calldata`](../namespaces/types.md#calldata)
+
+Compile contract callData without abi
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------------------------------------------ | :--------------------------------------------------------------------------- |
+| `rawArgs` | [`RawArgs`](../namespaces/types.md#rawargs) | RawArgs representing cairo method arguments or string array of compiled data |
+
+#### Returns
+
+[`Calldata`](../namespaces/types.md#calldata)
+
+Calldata
+
+#### Defined in
+
+[src/utils/calldata/index.ts:165](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/index.ts#L165)
+
+---
+
+### getAbiStruct
+
+▸ **getAbiStruct**(`abi`): [`AbiStructs`](../namespaces/types.md#abistructs)
+
+Helper to extract structs from abi
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :---------------------------------- | :---------- |
+| `abi` | [`Abi`](../namespaces/types.md#abi) | Abi |
+
+#### Returns
+
+[`AbiStructs`](../namespaces/types.md#abistructs)
+
+AbiStructs - structs from abi
+
+#### Defined in
+
+[src/utils/calldata/index.ts:283](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/index.ts#L283)
+
+---
+
+### getAbiEnum
+
+▸ **getAbiEnum**(`abi`): [`AbiEnums`](../namespaces/types.md#abienums)
+
+Helper to extract enums from abi
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :---------------------------------- | :---------- |
+| `abi` | [`Abi`](../namespaces/types.md#abi) | Abi |
+
+#### Returns
+
+[`AbiEnums`](../namespaces/types.md#abienums)
+
+AbiEnums - enums from abi
+
+#### Defined in
+
+[src/utils/calldata/index.ts:300](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/index.ts#L300)
+
+---
+
+### toCalldata
+
+▸ **toCalldata**(`rawCalldata?`): [`Calldata`](../namespaces/types.md#calldata)
+
+Helper: Compile HexCalldata | RawCalldata | RawArgs
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :------------ | :------------------------------------------ | :------------ | :------------------------------------ |
+| `rawCalldata` | [`RawArgs`](../namespaces/types.md#rawargs) | `[]` | HexCalldata \| RawCalldata \| RawArgs |
+
+#### Returns
+
+[`Calldata`](../namespaces/types.md#calldata)
+
+Calldata
+
+#### Defined in
+
+[src/utils/calldata/index.ts:319](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/index.ts#L319)
+
+---
+
+### toHex
+
+▸ **toHex**(`raw?`): [`HexCalldata`](../namespaces/types.md#hexcalldata)
+
+Helper: Convert raw to HexCalldata
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :---- | :------------------------------------------ | :------------ | :------------------------------------ |
+| `raw` | [`RawArgs`](../namespaces/types.md#rawargs) | `[]` | HexCalldata \| RawCalldata \| RawArgs |
+
+#### Returns
+
+[`HexCalldata`](../namespaces/types.md#hexcalldata)
+
+HexCalldata
+
+#### Defined in
+
+[src/utils/calldata/index.ts:328](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/index.ts#L328)
+
+---
+
+### validate
+
+▸ **validate**(`type`, `method`, `args?`): `void`
+
+Validate arguments passed to the method as corresponding to the ones in the abi
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :------- | :-------------------------------------------------------- | :------------ | :------------------------------------------------------- |
+| `type` | `"CALL"` \| `"DEPLOY"` \| `"INVOKE"` | `undefined` | ValidateType - type of the method |
+| `method` | `string` | `undefined` | string - name of the method |
+| `args` | [`ArgsOrCalldata`](../namespaces/types.md#argsorcalldata) | `[]` | ArgsOrCalldata - arguments that are passed to the method |
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+[src/utils/calldata/index.ts:65](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/index.ts#L65)
+
+---
+
+### compile
+
+▸ **compile**(`method`, `argsCalldata`): [`Calldata`](../namespaces/types.md#calldata)
+
+Compile contract callData with abi
+Parse the calldata by using input fields from the abi for that method
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------- | :------------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `method` | `string` | string - method name |
+| `argsCalldata` | [`RawArgs`](../namespaces/types.md#rawargs) | RawArgs - arguments passed to the method. Can be an array of arguments (in the order of abi definition), or an object constructed in conformity with abi (in this case, the parameter can be in a wrong order). |
+
+#### Returns
+
+[`Calldata`](../namespaces/types.md#calldata)
+
+Calldata - parsed arguments in format that contract is expecting
+
+**`Example`**
+
+```typescript
+const calldata = myCallData.compile('constructor', ['0x34a', [1, 3n]]);
+```
+
+```typescript
+const calldata2 = myCallData.compile('constructor', { list: [1, 3n], balance: '0x34' }); // wrong order is valid
+```
+
+#### Defined in
+
+[src/utils/calldata/index.ts:118](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/index.ts#L118)
+
+---
+
+### parse
+
+▸ **parse**(`method`, `response`): [`Result`](../namespaces/types.md#result)
+
+Parse elements of the response array and structuring them into response object
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :--------- | :---------------------------------- |
+| `method` | `string` | string - method name |
+| `response` | `string`[] | string[] - response from the method |
+
+#### Returns
+
+[`Result`](../namespaces/types.md#result)
+
+Result - parsed response corresponding to the abi
+
+#### Defined in
+
+[src/utils/calldata/index.ts:249](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/index.ts#L249)
+
+---
+
+### format
+
+▸ **format**(`method`, `response`, `format`): [`Result`](../namespaces/types.md#result)
+
+Format cairo method response data to native js values based on provided format schema
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :--------- | :------------------------------- |
+| `method` | `string` | string - cairo method name |
+| `response` | `string`[] | string[] - cairo method response |
+| `format` | `object` | object - formatter object schema |
+
+#### Returns
+
+[`Result`](../namespaces/types.md#result)
+
+Result - parsed and formatted response object
+
+#### Defined in
+
+[src/utils/calldata/index.ts:273](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/index.ts#L273)
+
+---
+
+### decodeParameters
+
+▸ **decodeParameters**(`typeCairo`, `response`): [`AllowArray`](../namespaces/types.md#allowarray)<[`Result`](../namespaces/types.md#result)\>
+
+Parse the elements of a contract response and structure them into one or several Result.
+In Cairo 0, arrays are not supported.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------- | :----------------------------------------------------------- | :------------------------------------------------------------------ |
+| `typeCairo` | [`AllowArray`](../namespaces/types.md#allowarray)<`string`\> | string or string[] - Cairo type name, ex : "hello::hello::UserData" |
+| `response` | `string`[] | string[] - serialized data corresponding to typeCairo. |
+
+#### Returns
+
+[`AllowArray`](../namespaces/types.md#allowarray)<[`Result`](../namespaces/types.md#result)\>
+
+Result or Result[] - parsed response corresponding to typeData.
+
+**`Example`**
+
+```ts
+const res2 = helloCallData.decodeParameters('hello::hello::UserData', ['0x123456', '0x1']);
+result = { address: 1193046n, is_claimed: true };
+```
+
+#### Defined in
+
+[src/utils/calldata/index.ts:343](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/index.ts#L343)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/Contract.md b/www/versioned_docs/version-6.24.1/API/classes/Contract.md
new file mode 100644
index 000000000..46e1bad1c
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/Contract.md
@@ -0,0 +1,505 @@
+---
+id: 'Contract'
+title: 'Class: Contract'
+sidebar_label: 'Contract'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Implements
+
+- [`ContractInterface`](ContractInterface.md)
+
+## Indexable
+
+▪ [key: `string`]: [`AsyncContractFunction`](../namespaces/types.md#asynccontractfunction) \| `any`
+
+## Constructors
+
+### constructor
+
+• **new Contract**(`abi`, `address`, `providerOrAccount?`): [`Contract`](Contract.md)
+
+Contract class to handle contract methods
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :------------------ | :--------------------------------------------------------------------------------------- | :---------------- | :-------------------------------------------- |
+| `abi` | [`Abi`](../namespaces/types.md#abi) | `undefined` | Abi of the contract object |
+| `address` | `string` | `undefined` | (optional) - address to connect to |
+| `providerOrAccount` | [`ProviderInterface`](ProviderInterface.md) \| [`AccountInterface`](AccountInterface.md) | `defaultProvider` | (optional) - Provider or Account to attach to |
+
+#### Returns
+
+[`Contract`](Contract.md)
+
+#### Defined in
+
+[src/contract/default.ts:153](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L153)
+
+## Properties
+
+### abi
+
+• **abi**: [`Abi`](../namespaces/types.md#abi)
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[abi](ContractInterface.md#abi)
+
+#### Defined in
+
+[src/contract/default.ts:122](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L122)
+
+---
+
+### address
+
+• **address**: `string`
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[address](ContractInterface.md#address)
+
+#### Defined in
+
+[src/contract/default.ts:124](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L124)
+
+---
+
+### providerOrAccount
+
+• **providerOrAccount**: [`ProviderInterface`](ProviderInterface.md) \| [`AccountInterface`](AccountInterface.md)
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[providerOrAccount](ContractInterface.md#provideroraccount)
+
+#### Defined in
+
+[src/contract/default.ts:126](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L126)
+
+---
+
+### deployTransactionHash
+
+• `Optional` **deployTransactionHash**: `string`
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[deployTransactionHash](ContractInterface.md#deploytransactionhash)
+
+#### Defined in
+
+[src/contract/default.ts:128](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L128)
+
+---
+
+### structs
+
+• `Protected` `Readonly` **structs**: `Object`
+
+#### Index signature
+
+▪ [name: `string`]: [`AbiStruct`](../namespaces/types.md#abistruct)
+
+#### Defined in
+
+[src/contract/default.ts:130](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L130)
+
+---
+
+### events
+
+• `Protected` `Readonly` **events**: [`AbiEvents`](../namespaces/types.md#abievents)
+
+#### Defined in
+
+[src/contract/default.ts:132](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L132)
+
+---
+
+### functions
+
+• `Readonly` **functions**: `Object`
+
+#### Index signature
+
+▪ [name: `string`]: [`AsyncContractFunction`](../namespaces/types.md#asynccontractfunction)
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[functions](ContractInterface.md#functions)
+
+#### Defined in
+
+[src/contract/default.ts:134](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L134)
+
+---
+
+### callStatic
+
+• `Readonly` **callStatic**: `Object`
+
+#### Index signature
+
+▪ [name: `string`]: [`AsyncContractFunction`](../namespaces/types.md#asynccontractfunction)
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[callStatic](ContractInterface.md#callstatic)
+
+#### Defined in
+
+[src/contract/default.ts:136](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L136)
+
+---
+
+### populateTransaction
+
+• `Readonly` **populateTransaction**: `Object`
+
+#### Index signature
+
+▪ [name: `string`]: [`ContractFunction`](../namespaces/types.md#contractfunction)
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[populateTransaction](ContractInterface.md#populatetransaction)
+
+#### Defined in
+
+[src/contract/default.ts:138](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L138)
+
+---
+
+### estimateFee
+
+• `Readonly` **estimateFee**: `Object`
+
+#### Index signature
+
+▪ [name: `string`]: [`ContractFunction`](../namespaces/types.md#contractfunction)
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[estimateFee](ContractInterface.md#estimatefee)
+
+#### Defined in
+
+[src/contract/default.ts:140](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L140)
+
+---
+
+### callData
+
+• `Private` **callData**: [`CallData`](CallData.md)
+
+#### Defined in
+
+[src/contract/default.ts:144](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L144)
+
+## Methods
+
+### attach
+
+▸ **attach**(`address`): `void`
+
+Saves the address of the contract deployed on network that will be used for interaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------- | :---------------------- |
+| `address` | `string` | address of the contract |
+
+#### Returns
+
+`void`
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[attach](ContractInterface.md#attach)
+
+#### Defined in
+
+[src/contract/default.ts:209](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L209)
+
+---
+
+### connect
+
+▸ **connect**(`providerOrAccount`): `void`
+
+Attaches to new Provider or Account
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------ | :--------------------------------------------------------------------------------------- | :----------------------------------- |
+| `providerOrAccount` | [`ProviderInterface`](ProviderInterface.md) \| [`AccountInterface`](AccountInterface.md) | new Provider or Account to attach to |
+
+#### Returns
+
+`void`
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[connect](ContractInterface.md#connect)
+
+#### Defined in
+
+[src/contract/default.ts:213](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L213)
+
+---
+
+### deployed
+
+▸ **deployed**(): `Promise`<[`Contract`](Contract.md)\>
+
+Resolves when contract is deployed on the network or when no deployment transaction is found
+
+#### Returns
+
+`Promise`<[`Contract`](Contract.md)\>
+
+Promise that resolves when contract is deployed on the network or when no deployment transaction is found
+
+**`Throws`**
+
+When deployment fails
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[deployed](ContractInterface.md#deployed)
+
+#### Defined in
+
+[src/contract/default.ts:217](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L217)
+
+---
+
+### call
+
+▸ **call**(`method`, `args?`, `«destructured»?`): `Promise`<[`Result`](../namespaces/types.md#result)\>
+
+Calls a method on a contract
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :--------------- | :-------------------------------------------------------- | :------------ | :---------------------------------- |
+| `method` | `string` | `undefined` | name of the method |
+| `args` | [`ArgsOrCalldata`](../namespaces/types.md#argsorcalldata) | `[]` | Array of the arguments for the call |
+| `«destructured»` | [`CallOptions`](../namespaces/types.md#calloptions) | `{}` | optional blockIdentifier |
+
+#### Returns
+
+`Promise`<[`Result`](../namespaces/types.md#result)\>
+
+Result of the call as an array with key value pars
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[call](ContractInterface.md#call)
+
+#### Defined in
+
+[src/contract/default.ts:225](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L225)
+
+---
+
+### invoke
+
+▸ **invoke**(`method`, `args?`, `«destructured»?`): `Promise`<\{ `transaction_hash`: `string` }\>
+
+Invokes a method on a contract
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :--------------- | :-------------------------------------------------------- | :------------ | :------------------------------------------------ |
+| `method` | `string` | `undefined` | name of the method |
+| `args` | [`ArgsOrCalldata`](../namespaces/types.md#argsorcalldata) | `[]` | Array of the arguments for the invoke or Calldata |
+| `«destructured»` | [`InvokeOptions`](../namespaces/types.md#invokeoptions) | `{}` | |
+
+#### Returns
+
+`Promise`<\{ `transaction_hash`: `string` }\>
+
+Add Transaction Response
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[invoke](ContractInterface.md#invoke)
+
+#### Defined in
+
+[src/contract/default.ts:266](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L266)
+
+---
+
+### estimate
+
+▸ **estimate**(`method`, `args?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimates a method on a contract
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :------- | :-------------------------------------------------------- | :------------ | :---------------------------------------------- |
+| `method` | `string` | `undefined` | name of the method |
+| `args` | [`ArgsOrCalldata`](../namespaces/types.md#argsorcalldata) | `[]` | Array of the arguments for the call or Calldata |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[estimate](ContractInterface.md#estimate)
+
+#### Defined in
+
+[src/contract/default.ts:308](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L308)
+
+---
+
+### populate
+
+▸ **populate**(`method`, `args?`): [`Call`](../namespaces/types.md#call)
+
+Calls a method on a contract
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :------- | :------------------------------------------ | :------------ | :---------------------------------------------- |
+| `method` | `string` | `undefined` | name of the method |
+| `args` | [`RawArgs`](../namespaces/types.md#rawargs) | `[]` | Array of the arguments for the call or Calldata |
+
+#### Returns
+
+[`Call`](../namespaces/types.md#call)
+
+Invocation object
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[populate](ContractInterface.md#populate)
+
+#### Defined in
+
+[src/contract/default.ts:322](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L322)
+
+---
+
+### parseEvents
+
+▸ **parseEvents**(`receipt`): [`ParsedEvents`](../namespaces/types.md#parsedevents)
+
+Parse contract events of a GetTransactionReceiptResponse received from waitForTransaction. Based on contract's abi
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :----------------------------------------------------------------------------- | :------------------ |
+| `receipt` | [`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse) | transaction receipt |
+
+#### Returns
+
+[`ParsedEvents`](../namespaces/types.md#parsedevents)
+
+Events parsed
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[parseEvents](ContractInterface.md#parseevents)
+
+#### Defined in
+
+[src/contract/default.ts:331](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L331)
+
+---
+
+### isCairo1
+
+▸ **isCairo1**(): `boolean`
+
+tells if the contract comes from a Cairo 1 contract
+
+#### Returns
+
+`boolean`
+
+TRUE if the contract comes from a Cairo1 contract
+
+**`Example`**
+
+```typescript
+const isCairo1: boolean = myContract.isCairo1();
+```
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[isCairo1](ContractInterface.md#iscairo1)
+
+#### Defined in
+
+[src/contract/default.ts:360](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L360)
+
+---
+
+### getVersion
+
+▸ **getVersion**(): `Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+Retrieves the version of the contract (cairo version & compiler version)
+
+#### Returns
+
+`Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[getVersion](ContractInterface.md#getversion)
+
+#### Defined in
+
+[src/contract/default.ts:364](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L364)
+
+---
+
+### typedv2
+
+▸ **typedv2**<`TAbi`\>(`tAbi`): [`TypedContractV2`](../modules.md#typedcontractv2)<`TAbi`\>
+
+Returns a typed instance of ContractV2 based on the supplied ABI.
+
+#### Type parameters
+
+| Name | Type |
+| :----- | :------------------------------------------------------------------------------------------------------------------------------ |
+| `TAbi` | extends readonly (`AbiImpl` \| `AbiFunction` \| `AbiInterface` \| `AbiConstructor` \| `AbiEvent` \| `AbiStruct` \| `AbiEnum`)[] |
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :----- | :----------------------------------------------------- |
+| `tAbi` | `TAbi` | The ABI (Abstract Binary Interface) of the ContractV2. |
+
+#### Returns
+
+[`TypedContractV2`](../modules.md#typedcontractv2)<`TAbi`\>
+
+- A typed instance of ContractV2.
+
+#### Implementation of
+
+[ContractInterface](ContractInterface.md).[typedv2](ContractInterface.md#typedv2)
+
+#### Defined in
+
+[src/contract/default.ts:368](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L368)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/ContractFactory.md b/www/versioned_docs/version-6.24.1/API/classes/ContractFactory.md
new file mode 100644
index 000000000..d127a9a2e
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/ContractFactory.md
@@ -0,0 +1,165 @@
+---
+id: 'ContractFactory'
+title: 'Class: ContractFactory'
+sidebar_label: 'ContractFactory'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Constructors
+
+### constructor
+
+• **new ContractFactory**(`params`): [`ContractFactory`](ContractFactory.md)
+
+#### Parameters
+
+| Name | Type | Description |
+| :------- | :------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `params` | [`ContractFactoryParams`](../modules.md#contractfactoryparams) | CFParams - compiledContract: CompiledContract; - account: AccountInterface; - casm?: CairoAssembly; - classHash?: string; - compiledClassHash?: string; - abi?: Abi; |
+
+#### Returns
+
+[`ContractFactory`](ContractFactory.md)
+
+#### Defined in
+
+[src/contract/contractFactory.ts:47](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/contractFactory.ts#L47)
+
+## Properties
+
+### compiledContract
+
+• **compiledContract**: [`CompiledContract`](../namespaces/types.md#compiledcontract)
+
+#### Defined in
+
+[src/contract/contractFactory.ts:24](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/contractFactory.ts#L24)
+
+---
+
+### account
+
+• **account**: [`AccountInterface`](AccountInterface.md)
+
+#### Defined in
+
+[src/contract/contractFactory.ts:26](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/contractFactory.ts#L26)
+
+---
+
+### abi
+
+• **abi**: [`Abi`](../namespaces/types.md#abi)
+
+#### Defined in
+
+[src/contract/contractFactory.ts:28](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/contractFactory.ts#L28)
+
+---
+
+### classHash
+
+• `Optional` **classHash**: `string`
+
+#### Defined in
+
+[src/contract/contractFactory.ts:30](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/contractFactory.ts#L30)
+
+---
+
+### casm
+
+• `Optional` **casm**: [`CairoAssembly`](../namespaces/types.md#cairoassembly)
+
+#### Defined in
+
+[src/contract/contractFactory.ts:32](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/contractFactory.ts#L32)
+
+---
+
+### compiledClassHash
+
+• `Optional` **compiledClassHash**: `string`
+
+#### Defined in
+
+[src/contract/contractFactory.ts:34](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/contractFactory.ts#L34)
+
+---
+
+### CallData
+
+• `Private` **CallData**: [`CallData`](CallData.md)
+
+#### Defined in
+
+[src/contract/contractFactory.ts:36](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/contractFactory.ts#L36)
+
+## Methods
+
+### deploy
+
+▸ **deploy**(`...args`): `Promise`<[`Contract`](Contract.md)\>
+
+Deploys contract and returns new instance of the Contract
+
+If contract is not declared it will first declare it, and then deploy
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :------------------------------------------------------------------------------ |
+| `...args` | [`ArgsOrCalldataWithOptions`](../namespaces/types.md#argsorcalldatawithoptions) |
+
+#### Returns
+
+`Promise`<[`Contract`](Contract.md)\>
+
+#### Defined in
+
+[src/contract/contractFactory.ts:62](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/contractFactory.ts#L62)
+
+---
+
+### connect
+
+▸ **connect**(`account`): [`ContractFactory`](ContractFactory.md)
+
+Attaches to new Account
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :---------------------------------------- | :----------------------- |
+| `account` | [`AccountInterface`](AccountInterface.md) | new Account to attach to |
+
+#### Returns
+
+[`ContractFactory`](ContractFactory.md)
+
+#### Defined in
+
+[src/contract/contractFactory.ts:101](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/contractFactory.ts#L101)
+
+---
+
+### attach
+
+▸ **attach**(`address`): [`Contract`](Contract.md)
+
+Attaches current abi and account to the new address
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :------- |
+| `address` | `string` |
+
+#### Returns
+
+[`Contract`](Contract.md)
+
+#### Defined in
+
+[src/contract/contractFactory.ts:109](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/contractFactory.ts#L109)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/ContractInterface.md b/www/versioned_docs/version-6.24.1/API/classes/ContractInterface.md
new file mode 100644
index 000000000..5fe22737a
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/ContractInterface.md
@@ -0,0 +1,383 @@
+---
+id: 'ContractInterface'
+title: 'Class: ContractInterface'
+sidebar_label: 'ContractInterface'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Implemented by
+
+- [`Contract`](Contract.md)
+
+## Indexable
+
+▪ [key: `string`]: [`AsyncContractFunction`](../namespaces/types.md#asynccontractfunction) \| `any`
+
+## Constructors
+
+### constructor
+
+• **new ContractInterface**(): [`ContractInterface`](ContractInterface.md)
+
+#### Returns
+
+[`ContractInterface`](ContractInterface.md)
+
+## Properties
+
+### abi
+
+• `Abstract` **abi**: [`Abi`](../namespaces/types.md#abi)
+
+#### Defined in
+
+[src/contract/interface.ts:49](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L49)
+
+---
+
+### address
+
+• `Abstract` **address**: `string`
+
+#### Defined in
+
+[src/contract/interface.ts:51](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L51)
+
+---
+
+### providerOrAccount
+
+• `Abstract` **providerOrAccount**: [`ProviderInterface`](ProviderInterface.md) \| [`AccountInterface`](AccountInterface.md)
+
+#### Defined in
+
+[src/contract/interface.ts:53](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L53)
+
+---
+
+### deployTransactionHash
+
+• `Optional` `Abstract` **deployTransactionHash**: `string`
+
+#### Defined in
+
+[src/contract/interface.ts:55](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L55)
+
+---
+
+### functions
+
+• `Readonly` **functions**: `Object`
+
+#### Index signature
+
+▪ [name: `string`]: [`AsyncContractFunction`](../namespaces/types.md#asynccontractfunction)
+
+#### Defined in
+
+[src/contract/interface.ts:57](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L57)
+
+---
+
+### callStatic
+
+• `Readonly` **callStatic**: `Object`
+
+#### Index signature
+
+▪ [name: `string`]: [`AsyncContractFunction`](../namespaces/types.md#asynccontractfunction)
+
+#### Defined in
+
+[src/contract/interface.ts:59](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L59)
+
+---
+
+### populateTransaction
+
+• `Readonly` **populateTransaction**: `Object`
+
+#### Index signature
+
+▪ [name: `string`]: [`ContractFunction`](../namespaces/types.md#contractfunction)
+
+#### Defined in
+
+[src/contract/interface.ts:61](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L61)
+
+---
+
+### estimateFee
+
+• `Readonly` **estimateFee**: `Object`
+
+#### Index signature
+
+▪ [name: `string`]: [`ContractFunction`](../namespaces/types.md#contractfunction)
+
+#### Defined in
+
+[src/contract/interface.ts:63](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L63)
+
+## Methods
+
+### attach
+
+▸ **attach**(`address`): `void`
+
+Saves the address of the contract deployed on network that will be used for interaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------- | :---------------------- |
+| `address` | `string` | address of the contract |
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+[src/contract/interface.ts:72](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L72)
+
+---
+
+### connect
+
+▸ **connect**(`providerOrAccount`): `void`
+
+Attaches to new Provider or Account
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------ | :--------------------------------------------------------------------------------------- | :----------------------------------- |
+| `providerOrAccount` | [`ProviderInterface`](ProviderInterface.md) \| [`AccountInterface`](AccountInterface.md) | new Provider or Account to attach to |
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+[src/contract/interface.ts:79](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L79)
+
+---
+
+### deployed
+
+▸ **deployed**(): `Promise`<[`ContractInterface`](ContractInterface.md)\>
+
+Resolves when contract is deployed on the network or when no deployment transaction is found
+
+#### Returns
+
+`Promise`<[`ContractInterface`](ContractInterface.md)\>
+
+Promise that resolves when contract is deployed on the network or when no deployment transaction is found
+
+**`Throws`**
+
+When deployment fails
+
+#### Defined in
+
+[src/contract/interface.ts:87](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L87)
+
+---
+
+### call
+
+▸ **call**(`method`, `args?`, `options?`): `Promise`<[`Result`](../namespaces/types.md#result)\>
+
+Calls a method on a contract
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :-------------------------------------------------------- | :---------------------------------- |
+| `method` | `string` | name of the method |
+| `args?` | [`ArgsOrCalldata`](../namespaces/types.md#argsorcalldata) | Array of the arguments for the call |
+| `options?` | [`CallOptions`](../namespaces/types.md#calloptions) | optional blockIdentifier |
+
+#### Returns
+
+`Promise`<[`Result`](../namespaces/types.md#result)\>
+
+Result of the call as an array with key value pars
+
+#### Defined in
+
+[src/contract/interface.ts:97](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L97)
+
+---
+
+### invoke
+
+▸ **invoke**(`method`, `args?`, `options?`): `Promise`<\{ `transaction_hash`: `string` }\>
+
+Invokes a method on a contract
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :-------------------------------------------------------- | :------------------------------------------------ |
+| `method` | `string` | name of the method |
+| `args?` | [`ArgsOrCalldata`](../namespaces/types.md#argsorcalldata) | Array of the arguments for the invoke or Calldata |
+| `options?` | [`InvokeOptions`](../namespaces/types.md#invokeoptions) | |
+
+#### Returns
+
+`Promise`<\{ `transaction_hash`: `string` }\>
+
+Add Transaction Response
+
+#### Defined in
+
+[src/contract/interface.ts:111](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L111)
+
+---
+
+### estimate
+
+▸ **estimate**(`method`, `args?`, `options?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimates a method on a contract
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------------- | :---------------------------------------------------------- | :---------------------------------------------- |
+| `method` | `string` | name of the method |
+| `args?` | [`ArgsOrCalldata`](../namespaces/types.md#argsorcalldata) | Array of the arguments for the call or Calldata |
+| `options?` | `Object` | optional blockIdentifier |
+| `options.blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | - |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+#### Defined in
+
+[src/contract/interface.ts:124](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L124)
+
+---
+
+### populate
+
+▸ **populate**(`method`, `args?`): [`Invocation`](../namespaces/types.md#invocation)
+
+Calls a method on a contract
+
+#### Parameters
+
+| Name | Type | Description |
+| :------- | :-------------------------------------------------------- | :---------------------------------------------- |
+| `method` | `string` | name of the method |
+| `args?` | [`ArgsOrCalldata`](../namespaces/types.md#argsorcalldata) | Array of the arguments for the call or Calldata |
+
+#### Returns
+
+[`Invocation`](../namespaces/types.md#invocation)
+
+Invocation object
+
+#### Defined in
+
+[src/contract/interface.ts:139](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L139)
+
+---
+
+### parseEvents
+
+▸ **parseEvents**(`receipt`): [`ParsedEvents`](../namespaces/types.md#parsedevents)
+
+Parse contract events of a GetTransactionReceiptResponse received from waitForTransaction. Based on contract's abi
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :----------------------------------------------------------------------------- | :------------------ |
+| `receipt` | [`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse) | transaction receipt |
+
+#### Returns
+
+[`ParsedEvents`](../namespaces/types.md#parsedevents)
+
+Events parsed
+
+#### Defined in
+
+[src/contract/interface.ts:147](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L147)
+
+---
+
+### isCairo1
+
+▸ **isCairo1**(): `boolean`
+
+tells if the contract comes from a Cairo 1 contract
+
+#### Returns
+
+`boolean`
+
+TRUE if the contract comes from a Cairo1 contract
+
+**`Example`**
+
+```typescript
+const isCairo1: boolean = myContract.isCairo1();
+```
+
+#### Defined in
+
+[src/contract/interface.ts:158](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L158)
+
+---
+
+### getVersion
+
+▸ **getVersion**(): `Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+Retrieves the version of the contract (cairo version & compiler version)
+
+#### Returns
+
+`Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+#### Defined in
+
+[src/contract/interface.ts:163](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L163)
+
+---
+
+### typedv2
+
+▸ **typedv2**<`TAbi`\>(`tAbi`): `TypedContractV2`<`TAbi`\>
+
+Returns a typed instance of ContractV2 based on the supplied ABI.
+
+#### Type parameters
+
+| Name | Type |
+| :----- | :------------------------------------------------------------------------------------------------------------------------------ |
+| `TAbi` | extends readonly (`AbiImpl` \| `AbiFunction` \| `AbiInterface` \| `AbiConstructor` \| `AbiEvent` \| `AbiStruct` \| `AbiEnum`)[] |
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :----- | :----------------------------------------------------- |
+| `tAbi` | `TAbi` | The ABI (Abstract Binary Interface) of the ContractV2. |
+
+#### Returns
+
+`TypedContractV2`<`TAbi`\>
+
+- A typed instance of ContractV2.
+
+#### Defined in
+
+[src/contract/interface.ts:171](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/interface.ts#L171)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/CustomError.md b/www/versioned_docs/version-6.24.1/API/classes/CustomError.md
new file mode 100644
index 000000000..d209f3ddb
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/CustomError.md
@@ -0,0 +1,171 @@
+---
+id: 'CustomError'
+title: 'Class: CustomError'
+sidebar_label: 'CustomError'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Hierarchy
+
+- `Error`
+
+ ↳ **`CustomError`**
+
+ ↳↳ [`LibraryError`](LibraryError.md)
+
+## Constructors
+
+### constructor
+
+• **new CustomError**(`message?`): [`CustomError`](CustomError.md)
+
+#### Parameters
+
+| Name | Type |
+| :--------- | :------- |
+| `message?` | `string` |
+
+#### Returns
+
+[`CustomError`](CustomError.md)
+
+#### Overrides
+
+Error.constructor
+
+#### Defined in
+
+[src/utils/errors/index.ts:23](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/errors/index.ts#L23)
+
+## Properties
+
+### prepareStackTrace
+
+▪ `Static` `Optional` **prepareStackTrace**: (`err`: `Error`, `stackTraces`: `CallSite`[]) => `any`
+
+#### Type declaration
+
+▸ (`err`, `stackTraces`): `any`
+
+Optional override for formatting stack traces
+
+##### Parameters
+
+| Name | Type |
+| :------------ | :----------- |
+| `err` | `Error` |
+| `stackTraces` | `CallSite`[] |
+
+##### Returns
+
+`any`
+
+**`See`**
+
+https://v8.dev/docs/stack-trace-api#customizing-stack-traces
+
+#### Inherited from
+
+Error.prepareStackTrace
+
+#### Defined in
+
+node_modules/@types/node/globals.d.ts:143
+
+---
+
+### stackTraceLimit
+
+▪ `Static` **stackTraceLimit**: `number`
+
+#### Inherited from
+
+Error.stackTraceLimit
+
+#### Defined in
+
+node_modules/@types/node/globals.d.ts:145
+
+---
+
+### name
+
+• **name**: `string`
+
+#### Overrides
+
+Error.name
+
+#### Defined in
+
+[src/utils/errors/index.ts:21](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/errors/index.ts#L21)
+
+---
+
+### message
+
+• **message**: `string`
+
+#### Inherited from
+
+Error.message
+
+#### Defined in
+
+www/node_modules/typescript/lib/lib.es5.d.ts:1055
+
+---
+
+### stack
+
+• `Optional` **stack**: `string`
+
+#### Inherited from
+
+Error.stack
+
+#### Defined in
+
+www/node_modules/typescript/lib/lib.es5.d.ts:1056
+
+---
+
+### cause
+
+• `Optional` **cause**: `unknown`
+
+#### Inherited from
+
+Error.cause
+
+#### Defined in
+
+www/node_modules/typescript/lib/lib.es2022.error.d.ts:24
+
+## Methods
+
+### captureStackTrace
+
+▸ **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
+
+Create .stack property on a target object
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :--------- |
+| `targetObject` | `object` |
+| `constructorOpt?` | `Function` |
+
+#### Returns
+
+`void`
+
+#### Inherited from
+
+Error.captureStackTrace
+
+#### Defined in
+
+node_modules/@types/node/globals.d.ts:136
diff --git a/www/versioned_docs/version-6.24.1/API/classes/EthSigner.md b/www/versioned_docs/version-6.24.1/API/classes/EthSigner.md
new file mode 100644
index 000000000..69050be1d
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/EthSigner.md
@@ -0,0 +1,301 @@
+---
+id: 'EthSigner'
+title: 'Class: EthSigner'
+sidebar_label: 'EthSigner'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+Signer for accounts using Ethereum signature
+
+## Implements
+
+- [`SignerInterface`](SignerInterface.md)
+
+## Constructors
+
+### constructor
+
+• **new EthSigner**(`pk?`): [`EthSigner`](EthSigner.md)
+
+#### Parameters
+
+| Name | Type |
+| :--- | :----------------------- |
+| `pk` | `string` \| `Uint8Array` |
+
+#### Returns
+
+[`EthSigner`](EthSigner.md)
+
+#### Defined in
+
+[src/signer/ethSigner.ts:42](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ethSigner.ts#L42)
+
+## Properties
+
+### pk
+
+• `Protected` **pk**: `string`
+
+#### Defined in
+
+[src/signer/ethSigner.ts:40](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ethSigner.ts#L40)
+
+## Methods
+
+### getPubKey
+
+▸ **getPubKey**(): `Promise`<`string`\>
+
+provides the Ethereum full public key (without parity prefix)
+
+#### Returns
+
+`Promise`<`string`\>
+
+an hex string : 64 first characters are Point X coordinate. 64 last characters are Point Y coordinate.
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[getPubKey](SignerInterface.md#getpubkey)
+
+#### Defined in
+
+[src/signer/ethSigner.ts:53](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ethSigner.ts#L53)
+
+---
+
+### signMessage
+
+▸ **signMessage**(`typedData`, `accountAddress`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Signs a JSON object for off-chain usage with the private key and returns the signature.
+This adds a message prefix so it can't be interchanged with transactions
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------------- | :----------------------------------------------------------------------- | :---------------------------------- |
+| `typedData` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) | JSON object to be signed |
+| `accountAddress` | `string` | Hex string of the account's address |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+the signature of the message
+
+**`Example`**
+
+```typescript
+const mySigner = new Signer('0x123');
+const myTypedData: TypedData = {
+ domain: { name: 'Example DApp', chainId: constants.StarknetChainId.SN_SEPOLIA, version: '0.0.3' },
+ types: {
+ StarkNetDomain: [
+ { name: 'name', type: 'string' },
+ { name: 'chainId', type: 'felt' },
+ { name: 'version', type: 'string' },
+ ],
+ Message: [{ name: 'message', type: 'felt' }],
+ },
+ primaryType: 'Message',
+ message: { message: '1234' },
+};
+const result = await mySigner.signMessage(
+ myTypedData,
+ '0x5d08a4e9188429da4e993c9bf25aafe5cd491ee2b501505d4d059f0c938f82d'
+);
+// result = Signature {r: 684915484701699003335398790608214855489903651271362390249153620883122231253n,
+// s: 1399150959912500412309102776989465580949387575375484933432871778355496929189n, recovery: 1}
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[signMessage](SignerInterface.md#signmessage)
+
+#### Defined in
+
+[src/signer/ethSigner.ts:59](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ethSigner.ts#L59)
+
+---
+
+### signTransaction
+
+▸ **signTransaction**(`transactions`, `details`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Signs transactions with the private key and returns the signature
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------- | :---------------------------------------------------------------------------- | :------------------------------ |
+| `transactions` | [`Call`](../namespaces/types.md#call)[] | array of Call objects |
+| `details` | [`InvocationsSignerDetails`](../namespaces/types.md#invocationssignerdetails) | InvocationsSignerDetails object |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+the signature of the transaction
+
+**`Example`**
+
+```typescript
+const mySigner = new Signer('0x123');
+const calls: Call[] = [
+ {
+ contractAddress: '0x1234567890123456789012345678901234567890',
+ entrypoint: 'functionName',
+ calldata: [1, 2, 3],
+ },
+];
+const transactionsDetail: InvocationsSignerDetails = {
+ walletAddress: '0x742d35Cc6634C0532925a3b844Bc454e4438f44e',
+ chainId: constants.StarknetChainId.SN_MAIN,
+ cairoVersion: '1',
+ maxFee: '0x1234567890abcdef',
+ version: '0x0',
+ nonce: 1,
+};
+const result = await mySigner.signTransaction(calls, transactionsDetail);
+// result = Signature {r: 304910226421970384958146916800275294114105560641204815169249090836676768876n,
+// s: 1072798866000813654190523783606274062837012608648308896325315895472901074693n, recovery: 0}
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[signTransaction](SignerInterface.md#signtransaction)
+
+#### Defined in
+
+[src/signer/ethSigner.ts:68](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ethSigner.ts#L68)
+
+---
+
+### signDeployAccountTransaction
+
+▸ **signDeployAccountTransaction**(`details`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Signs a DEPLOY_ACCOUNT transaction with the private key and returns the signature
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :-------------------------------------------------------------------------------- | :---------------------------- |
+| `details` | [`DeployAccountSignerDetails`](../namespaces/types.md#deployaccountsignerdetails) | to deploy an account contract |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+the signature of the transaction to deploy an account
+
+**`Example`**
+
+```typescript
+const mySigner = new Signer('0x123');
+const myDeployAcc: DeployAccountSignerDetails = {
+ contractAddress: '0x65a822fbee1ae79e898688b5a4282dc79e0042cbed12f6169937fddb4c26641',
+ version: '0x2',
+ chainId: constants.StarknetChainId.SN_SEPOLIA,
+ classHash: '0x5f3614e8671257aff9ac38e929c74d65b02d460ae966cd826c9f04a7fa8e0d4',
+ constructorCalldata: [1, 2],
+ addressSalt: 1234,
+ nonce: 45,
+ maxFee: 10 ** 15,
+ tip: 0,
+ paymasterData: [],
+ accountDeploymentData: [],
+ nonceDataAvailabilityMode: RPC.EDataAvailabilityMode.L1,
+ feeDataAvailabilityMode: RPC.EDataAvailabilityMode.L1,
+ resourceBounds: stark.estimateFeeToBounds(constants.ZERO),
+};
+const result = await mySigner.signDeployAccountTransaction(myDeployAcc);
+// result = Signature {r: 2871311234341436528393212130310036951068553852419934781736214693308640202748n,
+// s: 1746271646048888422437132495446973163454853863041370993384284773665861377605n, recovery: 1}
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[signDeployAccountTransaction](SignerInterface.md#signdeployaccounttransaction)
+
+#### Defined in
+
+[src/signer/ethSigner.ts:104](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ethSigner.ts#L104)
+
+---
+
+### signDeclareTransaction
+
+▸ **signDeclareTransaction**(`details`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Signs a DECLARE transaction with the private key and returns the signature
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :-------------------------------------------------------------------- | :----------------- |
+| `details` | [`DeclareSignerDetails`](../namespaces/types.md#declaresignerdetails) | to declare a class |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+the signature of the transaction to declare a class
+
+**`Example`**
+
+```typescript
+const mySigner = new Signer('0x123');
+const myDeclare: DeclareSignerDetails = {
+ version: '0x2',
+ chainId: constants.StarknetChainId.SN_SEPOLIA,
+ senderAddress: '0x65a822fbee1ae79e898688b5a4282dc79e0042cbed12f6169937fddb4c26641',
+ classHash: '0x5f3614e8671257aff9ac38e929c74d65b02d460ae966cd826c9f04a7fa8e0d4',
+ nonce: 45,
+ maxFee: 10 ** 15,
+ tip: 0,
+ paymasterData: [],
+ accountDeploymentData: [],
+ nonceDataAvailabilityMode: RPC.EDataAvailabilityMode.L1,
+ feeDataAvailabilityMode: RPC.EDataAvailabilityMode.L1,
+ resourceBounds: stark.estimateFeeToBounds(constants.ZERO),
+};
+const result = await mySigner.signDeclareTransaction(myDeclare);
+// result = Signature {r: 2432056944313955951711774394836075930010416436707488863728289188289211995670n,
+// s: 3407649393310177489888603098175002856596469926897298636282244411990343146307n, recovery: 1}
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[signDeclareTransaction](SignerInterface.md#signdeclaretransaction)
+
+#### Defined in
+
+[src/signer/ethSigner.ts:139](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ethSigner.ts#L139)
+
+---
+
+### formatEthSignature
+
+▸ **formatEthSignature**(`ethSignature`): [`ArraySignatureType`](../namespaces/types.md#arraysignaturetype)
+
+Serialize the signature in conformity with starknet::eth_signature::Signature
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------- | :--------------------------------------------------------------------------------- | :-------------------------------------------- |
+| `ethSignature` | [`RecoveredSignatureType`](../namespaces/ec.weierstrass.md#recoveredsignaturetype) | secp256k1 signature from Noble curves library |
+
+#### Returns
+
+[`ArraySignatureType`](../namespaces/types.md#arraysignaturetype)
+
+an array of felts, representing a Cairo Eth Signature.
+
+#### Defined in
+
+[src/signer/ethSigner.ts:175](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ethSigner.ts#L175)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/LedgerSigner111.md b/www/versioned_docs/version-6.24.1/API/classes/LedgerSigner111.md
new file mode 100644
index 000000000..0b6169cf6
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/LedgerSigner111.md
@@ -0,0 +1,436 @@
+---
+id: 'LedgerSigner111'
+title: 'Class: LedgerSigner111'
+sidebar_label: 'LedgerSigner111'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+Signer for accounts using a Ledger Nano S+/X signature (Starknet Ledger APP version 1.1.1)
+
+The Ledger has to be connected, unlocked and the Starknet APP has to be selected prior of use of this class.
+
+## Type parameters
+
+| Name | Type |
+| :---------- | :-------------------------------------- |
+| `Transport` | extends `Record`<`any`, `any`\> = `any` |
+
+## Hierarchy
+
+- **`LedgerSigner111`**
+
+ ↳ [`LedgerSigner221`](LedgerSigner221.md)
+
+## Implements
+
+- [`SignerInterface`](SignerInterface.md)
+
+## Constructors
+
+### constructor
+
+• **new LedgerSigner111**<`Transport`\>(`transport`, `accountID`, `eip2645application?`, `pathFunction?`): [`LedgerSigner111`](LedgerSigner111.md)<`Transport`\>
+
+constructor of the LedgerSigner class.
+
+#### Type parameters
+
+| Name | Type |
+| :---------- | :-------------------------------------- |
+| `Transport` | extends `Record`<`any`, `any`\> = `any` |
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :-------------------- | :---------------------------------------------------------------------- | :----------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------ |
+| `transport` | `Transport` | `undefined` | 5 transports are available to handle USB, bluetooth, Node, Web, Mobile. See Guides for more details. |
+| `accountID` | `number` | `undefined` | ID of Ledger Nano (can handle 2\*\*31 accounts). |
+| `eip2645application?` | `string` | `'LedgerW'` | A wallet is defined by an ERC2645 derivation path (6 items), and one item is the `application` and can be customized. Default value is `LedgerW`. |
+| `pathFunction?` | [`LedgerPathCalculation`](../namespaces/types.md#ledgerpathcalculation) | `getLedgerPathBuffer111` | defines the function that will calculate the path. By default `getLedgerPathBuffer111` is selected. |
+
+#### Returns
+
+[`LedgerSigner111`](LedgerSigner111.md)<`Transport`\>
+
+**`Example`**
+
+```typescript
+import TransportNodeHid from '@ledgerhq/hw-transport-node-hid';
+const myNodeTransport = await TransportNodeHid.create();
+const myLedgerSigner = new LedgerSigner111(myNodeTransport, 0);
+```
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:81](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L81)
+
+## Properties
+
+### transporter
+
+• `Readonly` **transporter**: `Transport`
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:47](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L47)
+
+---
+
+### \_transporter
+
+• `Protected` **\_transporter**: `any`
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:50](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L50)
+
+---
+
+### accountID
+
+• `Readonly` **accountID**: `number`
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:52](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L52)
+
+---
+
+### eip2645applicationName
+
+• `Readonly` **eip2645applicationName**: `string`
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:54](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L54)
+
+---
+
+### pathBuffer
+
+• `Readonly` **pathBuffer**: `Uint8Array`
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:56](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L56)
+
+---
+
+### appVersion
+
+• `Protected` **appVersion**: `string`
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:58](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L58)
+
+---
+
+### pubKey
+
+• `Protected` **pubKey**: `string`
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:60](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L60)
+
+---
+
+### fullPubKey
+
+• `Protected` **fullPubKey**: `string`
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:62](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L62)
+
+## Methods
+
+### getPubKey
+
+▸ **getPubKey**(): `Promise`<`string`\>
+
+provides the Starknet public key
+
+#### Returns
+
+`Promise`<`string`\>
+
+an hex string : 64 characters are Point X coordinate.
+
+**`Example`**
+
+```typescript
+const result = await myLedgerSigner.getPubKey();
+// result= "0x03681417ba3e1f050dd3ccdceb8d22b5e44fa70ee7844d472c6a768bded5174e"
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[getPubKey](SignerInterface.md#getpubkey)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:109](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L109)
+
+---
+
+### getFullPubKey
+
+▸ **getFullPubKey**(): `Promise`<`string`\>
+
+provides the full public key (with parity prefix)
+
+#### Returns
+
+`Promise`<`string`\>
+
+an hex string : 2 first characters are the parity, the 64 following characters are Point X coordinate. 64 last characters are Point Y coordinate.
+
+**`Example`**
+
+```typescript
+const result = await myLedgerSigner.getFullPubKey();
+// result= "0x0403681417ba3e1f050dd3ccdceb8d22b5e44fa70ee7844d472c6a768bded5174e03cbc86f805dcfcb0c1922dd4daf181afa289d86223a18bc856276615bcc7787"
+```
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:123](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L123)
+
+---
+
+### getAppVersion
+
+▸ **getAppVersion**(): `Promise`<`string`\>
+
+Returns the version of the Starknet APP implemented in the Ledger.
+
+#### Returns
+
+`Promise`<`string`\>
+
+version.
+
+**`Example`**
+
+```typescript
+const result = await myLedgerSigner.getAppVersion();
+// result= "1.1.1"
+```
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:137](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L137)
+
+---
+
+### signMessage
+
+▸ **signMessage**(`typedDataToHash`, `accountAddress`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Sign a TypedData message (SNIP-12) in a Ledger.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------------- | :----------------------------------------------------------------------- | :------------------------------------------- |
+| `typedDataToHash` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) | A TypedData message compatible with SNIP-12. |
+| `accountAddress` | `string` | Signer account address (Hex or num string) |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+The signed message.
+
+**`Example`**
+
+```typescript
+const result = myLedgerSigner.signMessage(snip12Message, account0.address);
+// result = Signature { r: 611475243393396148729326917410546146405234155928298353899191529090923298688n,
+// s: 798839819213540985856952481651392652149797817551686626114697493101433761982n,
+// recovery: 0}
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[signMessage](SignerInterface.md#signmessage)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:158](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L158)
+
+---
+
+### signTransaction
+
+▸ **signTransaction**(`transactions`, `transactionsDetail`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Sign in a Ledger a V1 or a V3 transaction. This is a blind sign on the Ledger screen.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------- | :---------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `transactions` | [`Call`](../namespaces/types.md#call)[] | An array of `Call` transactions (generated for example by `myContract.populate()`). |
+| `transactionsDetail` | [`InvocationsSignerDetails`](../namespaces/types.md#invocationssignerdetails) | An object that includes all the necessary inputs to hash the transaction. Can be `V2InvocationsSignerDetails` or `V3InvocationsSignerDetails` type. |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+The signed transaction.
+
+**`Example`**
+
+```typescript
+const txDetailsV3: V3InvocationsSignerDetails = {
+ chainId: constants.StarknetChainId.SN_MAIN,
+ nonce: '28',
+ accountDeploymentData: [],
+ paymasterData: [],
+ cairoVersion: '1',
+ feeDataAvailabilityMode: 'L1',
+ nonceDataAvailabilityMode: 'L1',
+ resourceBounds: {
+ l1_gas: {
+ max_amount: '0x2a00',
+ max_price_per_unit: '0x5c00000',
+ },
+ l2_gas: {
+ max_amount: '0x00',
+ max_price_per_unit: '0x00',
+ },
+ },
+ tip: 0,
+ version: '0x3',
+ walletAddress: account0.address,
+};
+const result = myLedgerSigner.signTransaction([call0, call1], txDetailsV3);
+// result = Signature { r: 611475243393396148729326917410546146405234155928298353899191529090923298688n,
+// s: 798839819213540985856952481651392652149797817551686626114697493101433761982n,
+// recovery: 0}
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[signTransaction](SignerInterface.md#signtransaction)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:198](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L198)
+
+---
+
+### signDeployAccountTransaction
+
+▸ **signDeployAccountTransaction**(`details`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Sign in a Ledger the deployment of a new account. This is a blind sign on the Ledger screen.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :-------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `details` | [`DeployAccountSignerDetails`](../namespaces/types.md#deployaccountsignerdetails) | An object that includes all necessary data to calculate the Hash. It can be `V2DeployAccountSignerDetails` or `V3DeployAccountSignerDetails` types. |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+The deploy account signature.
+
+**`Example`**
+
+```typescript
+const result = myLedgerSigner.signDeployAccountTransaction(details);
+// result = Signature { r: 611475243393396148729326917410546146405234155928298353899191529090923298688n,
+// s: 798839819213540985856952481651392652149797817551686626114697493101433761982n,
+// recovery: 0}
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[signDeployAccountTransaction](SignerInterface.md#signdeployaccounttransaction)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:243](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L243)
+
+---
+
+### signDeclareTransaction
+
+▸ **signDeclareTransaction**(`details`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Sign in a Ledger the declaration of a new class. This is a blind sign on the Ledger screen.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :-------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------- |
+| `details` | [`DeclareSignerDetails`](../namespaces/types.md#declaresignerdetails) | An object that includes all necessary data to calculate the Hash. It can be `V3DeclareSignerDetails` or `V2DeclareSignerDetails` types. |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+The declare Signature.
+
+**`Example`**
+
+```typescript
+const result = myLedgerSigner.signDeclareTransaction(details);
+// result = Signature { r: 611475243393396148729326917410546146405234155928298353899191529090923298688n,
+// s: 798839819213540985856952481651392652149797817551686626114697493101433761982n,
+// recovery: 0}
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[signDeclareTransaction](SignerInterface.md#signdeclaretransaction)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:287](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L287)
+
+---
+
+### signRaw
+
+▸ **signRaw**(`msgHash`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Internal function to sign a hash in a Ledger Nano.
+This is a blind sign in the Ledger ; no display of what you are signing.
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :------- |
+| `msgHash` | `string` |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:316](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L316)
+
+---
+
+### getPublicKeys
+
+▸ **getPublicKeys**(): `Promise`<`void`\>
+
+internal function to get both the Starknet public key and the full public key
+
+#### Returns
+
+`Promise`<`void`\>
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:335](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L335)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/LedgerSigner221.md b/www/versioned_docs/version-6.24.1/API/classes/LedgerSigner221.md
new file mode 100644
index 000000000..64ac9cb9e
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/LedgerSigner221.md
@@ -0,0 +1,807 @@
+---
+id: 'LedgerSigner221'
+title: 'Class: LedgerSigner221'
+sidebar_label: 'LedgerSigner221'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+Signer for accounts using a Ledger Nano S+/X signature (Starknet Ledger APP version 2.2.1).
+
+The Ledger has to be connected, unlocked and the Starknet APP has to be selected prior of use of this class.
+
+## Type parameters
+
+| Name | Type |
+| :---------- | :-------------------------------------- |
+| `Transport` | extends `Record`<`any`, `any`\> = `any` |
+
+## Hierarchy
+
+- [`LedgerSigner111`](LedgerSigner111.md)
+
+ ↳ **`LedgerSigner221`**
+
+## Implements
+
+- [`SignerInterface`](SignerInterface.md)
+
+## Constructors
+
+### constructor
+
+• **new LedgerSigner221**<`Transport`\>(`transport`, `accountID`, `eip2645application?`, `pathFunction?`): [`LedgerSigner221`](LedgerSigner221.md)<`Transport`\>
+
+constructor of the LedgerSigner class.
+
+#### Type parameters
+
+| Name | Type |
+| :---------- | :-------------------------------------- |
+| `Transport` | extends `Record`<`any`, `any`\> = `any` |
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :-------------------- | :---------------------------------------------------------------------- | :----------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `transport` | `Transport` | `undefined` | 5 transports are available to handle USB, bluetooth, Node, Web, Mobile. See Guides for more details. |
+| `accountID` | `number` | `undefined` | ID of Ledger Nano (can handle 2\*\*31 accounts). |
+| `eip2645application?` | `string` | `'LedgerW'` | A wallet is defined by an ERC2645 derivation path (6 items). One item is called `application` and can be customized. Default value is `LedgerW`. |
+| `pathFunction?` | [`LedgerPathCalculation`](../namespaces/types.md#ledgerpathcalculation) | `getLedgerPathBuffer221` | defines the function that will calculate the path. By default `getLedgerPathBuffer221` is selected. If you are using APP v2.2.1 with an account created with the v1.1.1, you need to use : `typescript const myLedgerSigner = new LedgerSigner211(myNodeTransport, 0, undefined, getLedgerPathBuffer111); ` |
+
+#### Returns
+
+[`LedgerSigner221`](LedgerSigner221.md)<`Transport`\>
+
+**`Example`**
+
+```typescript
+import TransportNodeHid from '@ledgerhq/hw-transport-node-hid';
+const myNodeTransport = await TransportNodeHid.create();
+const myLedgerSigner = new LedgerSigner211(myNodeTransport, 0);
+```
+
+#### Overrides
+
+[LedgerSigner111](LedgerSigner111.md).[constructor](LedgerSigner111.md#constructor)
+
+#### Defined in
+
+[src/signer/ledgerSigner221.ts:72](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner221.ts#L72)
+
+## Properties
+
+### transporter
+
+• `Readonly` **transporter**: `any`
+
+#### Inherited from
+
+[LedgerSigner111](LedgerSigner111.md).[transporter](LedgerSigner111.md#transporter)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:47](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L47)
+
+---
+
+### \_transporter
+
+• `Protected` **\_transporter**: `any`
+
+#### Inherited from
+
+[LedgerSigner111](LedgerSigner111.md).[\_transporter](LedgerSigner111.md#_transporter)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:50](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L50)
+
+---
+
+### accountID
+
+• `Readonly` **accountID**: `number`
+
+#### Inherited from
+
+[LedgerSigner111](LedgerSigner111.md).[accountID](LedgerSigner111.md#accountid)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:52](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L52)
+
+---
+
+### eip2645applicationName
+
+• `Readonly` **eip2645applicationName**: `string`
+
+#### Inherited from
+
+[LedgerSigner111](LedgerSigner111.md).[eip2645applicationName](LedgerSigner111.md#eip2645applicationname)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:54](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L54)
+
+---
+
+### pathBuffer
+
+• `Readonly` **pathBuffer**: `Uint8Array`
+
+#### Inherited from
+
+[LedgerSigner111](LedgerSigner111.md).[pathBuffer](LedgerSigner111.md#pathbuffer)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:56](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L56)
+
+---
+
+### appVersion
+
+• `Protected` **appVersion**: `string`
+
+#### Inherited from
+
+[LedgerSigner111](LedgerSigner111.md).[appVersion](LedgerSigner111.md#appversion)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:58](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L58)
+
+---
+
+### pubKey
+
+• `Protected` **pubKey**: `string`
+
+#### Inherited from
+
+[LedgerSigner111](LedgerSigner111.md).[pubKey](LedgerSigner111.md#pubkey)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:60](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L60)
+
+---
+
+### fullPubKey
+
+• `Protected` **fullPubKey**: `string`
+
+#### Inherited from
+
+[LedgerSigner111](LedgerSigner111.md).[fullPubKey](LedgerSigner111.md#fullpubkey)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:62](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L62)
+
+## Methods
+
+### signTransaction
+
+▸ **signTransaction**(`transactions`, `transactionsDetail`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Sign in a Ledger a V1 or a V3 transaction. The details are displayed on the Ledger screen.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------- | :---------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `transactions` | [`Call`](../namespaces/types.md#call)[] | An array of `Call` transactions (generated for example by `myContract.populate()`). |
+| `transactionsDetail` | [`InvocationsSignerDetails`](../namespaces/types.md#invocationssignerdetails) | An object that includes all the necessary inputs to hash the transaction. Can be `V2InvocationsSignerDetails` or `V3InvocationsSignerDetails` type. |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+The signed transaction.
+
+**`Example`**
+
+```typescript
+const txDetailsV3: V3InvocationsSignerDetails = {
+ chainId: constants.StarknetChainId.SN_MAIN,
+ nonce: '28',
+ accountDeploymentData: [],
+ paymasterData: [],
+ cairoVersion: '1',
+ feeDataAvailabilityMode: 'L1',
+ nonceDataAvailabilityMode: 'L1',
+ resourceBounds: {
+ l1_gas: {
+ max_amount: '0x2a00',
+ max_price_per_unit: '0x5c00000',
+ },
+ l2_gas: {
+ max_amount: '0x00',
+ max_price_per_unit: '0x00',
+ },
+ },
+ tip: 0,
+ version: '0x3',
+ walletAddress: account0.address,
+};
+const result = myLedgerSigner.signTransaction([call0, call1], txDetailsV3);
+// result = Signature { r: 611475243393396148729326917410546146405234155928298353899191529090923298688n,
+// s: 798839819213540985856952481651392652149797817551686626114697493101433761982n,
+// recovery: 0}
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[signTransaction](SignerInterface.md#signtransaction)
+
+#### Overrides
+
+[LedgerSigner111](LedgerSigner111.md).[signTransaction](LedgerSigner111.md#signtransaction)
+
+#### Defined in
+
+[src/signer/ledgerSigner221.ts:116](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner221.ts#L116)
+
+---
+
+### signDeployAccountTransaction
+
+▸ **signDeployAccountTransaction**(`details`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Sign in a Ledger the deployment of a new account. The details are displayed on the Ledger screen.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :-------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `details` | [`DeployAccountSignerDetails`](../namespaces/types.md#deployaccountsignerdetails) | An object that includes all necessary data to calculate the Hash. It can be `V2DeployAccountSignerDetails` or `V3DeployAccountSignerDetails` types. |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+The deploy account signature.
+
+**`Example`**
+
+```typescript
+const result = myLedgerSigner.signDeployAccountTransaction(details);
+// result = Signature { r: 611475243393396148729326917410546146405234155928298353899191529090923298688n,
+// s: 798839819213540985856952481651392652149797817551686626114697493101433761982n,
+// recovery: 0}
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[signDeployAccountTransaction](SignerInterface.md#signdeployaccounttransaction)
+
+#### Overrides
+
+[LedgerSigner111](LedgerSigner111.md).[signDeployAccountTransaction](LedgerSigner111.md#signdeployaccounttransaction)
+
+#### Defined in
+
+[src/signer/ledgerSigner221.ts:169](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner221.ts#L169)
+
+---
+
+### convertBnToLedger
+
+▸ **convertBnToLedger**(`input`): `Uint8Array`
+
+Internal function to convert a bigNumberish to an Uint8array of 256 bits
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :---------------------------------------------------- | :---------- |
+| `input` | [`BigNumberish`](../namespaces/types.md#bignumberish) | input value |
+
+#### Returns
+
+`Uint8Array`
+
+a Uint8Array containing 32 bytes.
+
+#### Defined in
+
+[src/signer/ledgerSigner221.ts:215](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner221.ts#L215)
+
+---
+
+### decodeSignatureLedger
+
+▸ **decodeSignatureLedger**(`respSign`): `Object`
+
+Internal function to decode the response of the Ledger signature
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :----------- | :-------------------------------- |
+| `respSign` | `Uint8Array` | the Buffer response of the Ledger |
+
+#### Returns
+
+`Object`
+
+transaction hash & signature
+
+| Name | Type |
+| :---------- | :---------------------------------------------- |
+| `hash` | `bigint` |
+| `signature` | [`Signature`](../namespaces/types.md#signature) |
+
+#### Defined in
+
+[src/signer/ledgerSigner221.ts:224](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner221.ts#L224)
+
+---
+
+### encodeCall
+
+▸ **encodeCall**(`call`): `Uint8Array`[]
+
+Internal function to convert a Call to an array of Uint8Array.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------------------------------------ | :----------------- |
+| `call` | [`Call`](../namespaces/types.md#call) | A Call to convert. |
+
+#### Returns
+
+`Uint8Array`[]
+
+Call encoded in an array of Uint8Array (each containing 7 u256).
+
+#### Defined in
+
+[src/signer/ledgerSigner221.ts:238](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner221.ts#L238)
+
+---
+
+### signTxV1
+
+▸ **signTxV1**(`txDetails`, `calls`): `Promise`<\{ `hash`: `bigint` ; `signature`: [`Signature`](../namespaces/types.md#signature) }\>
+
+Ask the Ledger Nano to display and sign a Starknet V1 transaction.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------- | :-------------------------------------------------------------------------------- | :--------------------------------- |
+| `txDetails` | [`V2InvocationsSignerDetails`](../namespaces/types.md#v2invocationssignerdetails) | All the details needed for a txV1. |
+| `calls` | [`Call`](../namespaces/types.md#call)[] | array of Starknet invocations |
+
+#### Returns
+
+`Promise`<\{ `hash`: `bigint` ; `signature`: [`Signature`](../namespaces/types.md#signature) }\>
+
+an object including the transaction Hash and the signature
+
+**`Example`**
+
+```typescript
+const calls: Call[] = [
+ {
+ contractAddress: '0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7',
+ entrypoint: 'transfer',
+ calldata: [
+ '0x11f5fc2a92ac03434a7937fe982f5e5293b65ad438a989c5b78fb8f04a12016',
+ '0x9184e72a000',
+ '0x0',
+ ],
+ },
+];
+const txDet: V2InvocationsSignerDetails = {
+ walletAddress: txDetails.accountAddress,
+ chainId: constants.StarknetChainId.SN_MAIN,
+ cairoVersion: '1',
+ maxFee: txDetails.max_fee,
+ nonce: txDetails.nonce,
+ version: '0x1',
+};
+const res = await myLedgerSigner.signTxV1(txDet, calls);
+// res = {hash:
+// signature:
+// }
+```
+
+#### Defined in
+
+[src/signer/ledgerSigner221.ts:284](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner221.ts#L284)
+
+---
+
+### signTxV3
+
+▸ **signTxV3**(`txDetails`, `calls`): `Promise`<\{ `hash`: `bigint` ; `signature`: [`Signature`](../namespaces/types.md#signature) }\>
+
+Ask to the Ledger Nano to display and sign a Starknet V3 transaction.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------- | :-------------------------------------------------------------------------------- | :--------------------------------- |
+| `txDetails` | [`V3InvocationsSignerDetails`](../namespaces/types.md#v3invocationssignerdetails) | All the details needed for a txV3. |
+| `calls` | [`Call`](../namespaces/types.md#call)[] | array of Starknet invocations |
+
+#### Returns
+
+`Promise`<\{ `hash`: `bigint` ; `signature`: [`Signature`](../namespaces/types.md#signature) }\>
+
+an object including the transaction Hash and the signature
+
+**`Example`**
+
+```typescript
+const calls: Call[] = [
+ {
+ contractAddress: '0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7',
+ entrypoint: 'transfer',
+ calldata: [
+ '0x11f5fc2a92ac03434a7937fe982f5e5293b65ad438a989c5b78fb8f04a12016',
+ '0x9184e72a000',
+ '0x0',
+ ],
+ },
+];
+const txDetailsV3: V3InvocationsSignerDetails = {
+ chainId: constants.StarknetChainId.SN_MAIN,
+ nonce: '28',
+ accountDeploymentData: [],
+ paymasterData: [],
+ cairoVersion: '1',
+ feeDataAvailabilityMode: 'L1',
+ nonceDataAvailabilityMode: 'L1',
+ resourceBounds: {
+ l1_gas: { max_amount: '0x2a00', max_price_per_unit: '0x5c00000' },
+ l2_gas: { max_amount: '0x00', max_price_per_unit: '0x00' },
+ },
+ tip: 0,
+ version: '0x3',
+ walletAddress: account0.address,
+};
+const res = await myLedgerSigner.signTxV3(txDetailsV3, calls);
+// res = {hash:
+// signature:
+// }
+```
+
+#### Defined in
+
+[src/signer/ledgerSigner221.ts:354](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner221.ts#L354)
+
+---
+
+### signDeployAccountV1
+
+▸ **signDeployAccountV1**(`deployAccountDetail`): `Promise`<\{ `hash`: `bigint` ; `signature`: [`Signature`](../namespaces/types.md#signature) }\>
+
+Ask the Ledger Nano to display and sign a Starknet V1 account deployment.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------------------- | :------------------------------------------------------------------------------------ | :---------------------------------------------- |
+| `deployAccountDetail` | [`V2DeployAccountSignerDetails`](../namespaces/types.md#v2deployaccountsignerdetails) | All the details needed for a V1 deploy account. |
+
+#### Returns
+
+`Promise`<\{ `hash`: `bigint` ; `signature`: [`Signature`](../namespaces/types.md#signature) }\>
+
+an object including the transaction Hash and the signature
+
+**`Example`**
+
+```typescript
+const deployData: V2DeployAccountSignerDetails = {
+ tip: 0,
+ paymasterData: [],
+ accountDeploymentData: [],
+ nonceDataAvailabilityMode: 'L1',
+ feeDataAvailabilityMode: 'L1',
+ resourceBounds: {
+ l2_gas: { max_amount: '0x0', max_price_per_unit: '0x0' },
+ l1_gas: { max_amount: '0x0', max_price_per_unit: '0x0' },
+ },
+ classHash: '0x540d7f5ec7ecf317e68d48564934cb99259781b1ee3cedbbc37ec5337f8e688',
+ constructorCalldata: [
+ '89832696000889662999767022750851886674077821293893187900664573372145410755',
+ ],
+ contractAddress: '0x32c60fba64eb96831d064bbb2319375b7b7381543abe66da872e4344bcd72a0',
+ addressSalt: '0x0032d7efe2a9232f9b463e7206c68fdea4aeb13fec0cb308c6ba1d197d5922c3',
+ chainId: '0x534e5f5345504f4c4941',
+ maxFee: 55050000000000n,
+ version: '0x1',
+ nonce: 0n,
+};
+const res = await myLedgerSigner.signDeployAccountV1(deployData);
+// res = {hash:
+// signature:
+// }
+```
+
+#### Defined in
+
+[src/signer/ledgerSigner221.ts:460](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner221.ts#L460)
+
+---
+
+### signDeployAccountV3
+
+▸ **signDeployAccountV3**(`deployAccountDetail`): `Promise`<\{ `hash`: `bigint` ; `signature`: [`Signature`](../namespaces/types.md#signature) }\>
+
+Ask the Ledger Nano to display and sign a Starknet V3 account deployment.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------------------- | :------------------------------------------------------------------------------------ | :---------------------------------------------- |
+| `deployAccountDetail` | [`V3DeployAccountSignerDetails`](../namespaces/types.md#v3deployaccountsignerdetails) | All the details needed for a V3 deploy account. |
+
+#### Returns
+
+`Promise`<\{ `hash`: `bigint` ; `signature`: [`Signature`](../namespaces/types.md#signature) }\>
+
+an object including the transaction Hash and the signature
+
+**`Example`**
+
+```typescript
+const deployData: V3DeployAccountSignerDetails = {
+ tip: 0,
+ paymasterData: [],
+ accountDeploymentData: [],
+ nonceDataAvailabilityMode: 'L1',
+ feeDataAvailabilityMode: 'L1',
+ resourceBounds: {
+ l2_gas: { max_amount: '0x0', max_price_per_unit: '0x0' },
+ l1_gas: { max_amount: '0x226', max_price_per_unit: '0x22ecb25c00' },
+ },
+ classHash: '0x540d7f5ec7ecf317e68d48564934cb99259781b1ee3cedbbc37ec5337f8e688',
+ constructorCalldata: [
+ '3571125127744830445572285574469842579401255431821644822726857471463672199621',
+ ],
+ contractAddress: '0x4ca062add1cf12a107be1107af17981cf6e544a24d987693230ea481d3d5e34',
+ addressSalt: '0x07e52f68e3160e1ef698211cdf6d3792368fe347e7e2d4a8ace14d9b248f39c5',
+ chainId: '0x534e5f5345504f4c4941',
+ maxFee: 0,
+ version: '0x3',
+ nonce: 0n,
+};
+const res = await myLedgerSigner.signDeployAccountV3(deployData);
+// res = {hash:
+// signature:
+// }
+```
+
+#### Defined in
+
+[src/signer/ledgerSigner221.ts:542](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner221.ts#L542)
+
+---
+
+### getPubKey
+
+▸ **getPubKey**(): `Promise`<`string`\>
+
+provides the Starknet public key
+
+#### Returns
+
+`Promise`<`string`\>
+
+an hex string : 64 characters are Point X coordinate.
+
+**`Example`**
+
+```typescript
+const result = await myLedgerSigner.getPubKey();
+// result= "0x03681417ba3e1f050dd3ccdceb8d22b5e44fa70ee7844d472c6a768bded5174e"
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[getPubKey](SignerInterface.md#getpubkey)
+
+#### Inherited from
+
+[LedgerSigner111](LedgerSigner111.md).[getPubKey](LedgerSigner111.md#getpubkey)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:109](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L109)
+
+---
+
+### getFullPubKey
+
+▸ **getFullPubKey**(): `Promise`<`string`\>
+
+provides the full public key (with parity prefix)
+
+#### Returns
+
+`Promise`<`string`\>
+
+an hex string : 2 first characters are the parity, the 64 following characters are Point X coordinate. 64 last characters are Point Y coordinate.
+
+**`Example`**
+
+```typescript
+const result = await myLedgerSigner.getFullPubKey();
+// result= "0x0403681417ba3e1f050dd3ccdceb8d22b5e44fa70ee7844d472c6a768bded5174e03cbc86f805dcfcb0c1922dd4daf181afa289d86223a18bc856276615bcc7787"
+```
+
+#### Inherited from
+
+[LedgerSigner111](LedgerSigner111.md).[getFullPubKey](LedgerSigner111.md#getfullpubkey)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:123](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L123)
+
+---
+
+### getAppVersion
+
+▸ **getAppVersion**(): `Promise`<`string`\>
+
+Returns the version of the Starknet APP implemented in the Ledger.
+
+#### Returns
+
+`Promise`<`string`\>
+
+version.
+
+**`Example`**
+
+```typescript
+const result = await myLedgerSigner.getAppVersion();
+// result= "1.1.1"
+```
+
+#### Inherited from
+
+[LedgerSigner111](LedgerSigner111.md).[getAppVersion](LedgerSigner111.md#getappversion)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:137](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L137)
+
+---
+
+### signMessage
+
+▸ **signMessage**(`typedDataToHash`, `accountAddress`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Sign a TypedData message (SNIP-12) in a Ledger.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------------- | :----------------------------------------------------------------------- | :------------------------------------------- |
+| `typedDataToHash` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) | A TypedData message compatible with SNIP-12. |
+| `accountAddress` | `string` | Signer account address (Hex or num string) |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+The signed message.
+
+**`Example`**
+
+```typescript
+const result = myLedgerSigner.signMessage(snip12Message, account0.address);
+// result = Signature { r: 611475243393396148729326917410546146405234155928298353899191529090923298688n,
+// s: 798839819213540985856952481651392652149797817551686626114697493101433761982n,
+// recovery: 0}
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[signMessage](SignerInterface.md#signmessage)
+
+#### Inherited from
+
+[LedgerSigner111](LedgerSigner111.md).[signMessage](LedgerSigner111.md#signmessage)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:158](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L158)
+
+---
+
+### signDeclareTransaction
+
+▸ **signDeclareTransaction**(`details`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Sign in a Ledger the declaration of a new class. This is a blind sign on the Ledger screen.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :-------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------- |
+| `details` | [`DeclareSignerDetails`](../namespaces/types.md#declaresignerdetails) | An object that includes all necessary data to calculate the Hash. It can be `V3DeclareSignerDetails` or `V2DeclareSignerDetails` types. |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+The declare Signature.
+
+**`Example`**
+
+```typescript
+const result = myLedgerSigner.signDeclareTransaction(details);
+// result = Signature { r: 611475243393396148729326917410546146405234155928298353899191529090923298688n,
+// s: 798839819213540985856952481651392652149797817551686626114697493101433761982n,
+// recovery: 0}
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[signDeclareTransaction](SignerInterface.md#signdeclaretransaction)
+
+#### Inherited from
+
+[LedgerSigner111](LedgerSigner111.md).[signDeclareTransaction](LedgerSigner111.md#signdeclaretransaction)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:287](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L287)
+
+---
+
+### signRaw
+
+▸ **signRaw**(`msgHash`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Internal function to sign a hash in a Ledger Nano.
+This is a blind sign in the Ledger ; no display of what you are signing.
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :------- |
+| `msgHash` | `string` |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+#### Inherited from
+
+[LedgerSigner111](LedgerSigner111.md).[signRaw](LedgerSigner111.md#signraw)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:316](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L316)
+
+---
+
+### getPublicKeys
+
+▸ **getPublicKeys**(): `Promise`<`void`\>
+
+internal function to get both the Starknet public key and the full public key
+
+#### Returns
+
+`Promise`<`void`\>
+
+#### Inherited from
+
+[LedgerSigner111](LedgerSigner111.md).[getPublicKeys](LedgerSigner111.md#getpublickeys)
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:335](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L335)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/LibraryError.md b/www/versioned_docs/version-6.24.1/API/classes/LibraryError.md
new file mode 100644
index 000000000..f4fea7edb
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/LibraryError.md
@@ -0,0 +1,171 @@
+---
+id: 'LibraryError'
+title: 'Class: LibraryError'
+sidebar_label: 'LibraryError'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Hierarchy
+
+- [`CustomError`](CustomError.md)
+
+ ↳ **`LibraryError`**
+
+ ↳↳ [`RpcError`](RpcError.md)
+
+## Constructors
+
+### constructor
+
+• **new LibraryError**(`message?`): [`LibraryError`](LibraryError.md)
+
+#### Parameters
+
+| Name | Type |
+| :--------- | :------- |
+| `message?` | `string` |
+
+#### Returns
+
+[`LibraryError`](LibraryError.md)
+
+#### Inherited from
+
+[CustomError](CustomError.md).[constructor](CustomError.md#constructor)
+
+#### Defined in
+
+[src/utils/errors/index.ts:23](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/errors/index.ts#L23)
+
+## Properties
+
+### prepareStackTrace
+
+▪ `Static` `Optional` **prepareStackTrace**: (`err`: `Error`, `stackTraces`: `CallSite`[]) => `any`
+
+#### Type declaration
+
+▸ (`err`, `stackTraces`): `any`
+
+Optional override for formatting stack traces
+
+##### Parameters
+
+| Name | Type |
+| :------------ | :----------- |
+| `err` | `Error` |
+| `stackTraces` | `CallSite`[] |
+
+##### Returns
+
+`any`
+
+**`See`**
+
+https://v8.dev/docs/stack-trace-api#customizing-stack-traces
+
+#### Inherited from
+
+[CustomError](CustomError.md).[prepareStackTrace](CustomError.md#preparestacktrace)
+
+#### Defined in
+
+node_modules/@types/node/globals.d.ts:143
+
+---
+
+### stackTraceLimit
+
+▪ `Static` **stackTraceLimit**: `number`
+
+#### Inherited from
+
+[CustomError](CustomError.md).[stackTraceLimit](CustomError.md#stacktracelimit)
+
+#### Defined in
+
+node_modules/@types/node/globals.d.ts:145
+
+---
+
+### name
+
+• **name**: `string`
+
+#### Inherited from
+
+[CustomError](CustomError.md).[name](CustomError.md#name)
+
+#### Defined in
+
+[src/utils/errors/index.ts:21](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/errors/index.ts#L21)
+
+---
+
+### message
+
+• **message**: `string`
+
+#### Inherited from
+
+[CustomError](CustomError.md).[message](CustomError.md#message)
+
+#### Defined in
+
+www/node_modules/typescript/lib/lib.es5.d.ts:1055
+
+---
+
+### stack
+
+• `Optional` **stack**: `string`
+
+#### Inherited from
+
+[CustomError](CustomError.md).[stack](CustomError.md#stack)
+
+#### Defined in
+
+www/node_modules/typescript/lib/lib.es5.d.ts:1056
+
+---
+
+### cause
+
+• `Optional` **cause**: `unknown`
+
+#### Inherited from
+
+[CustomError](CustomError.md).[cause](CustomError.md#cause)
+
+#### Defined in
+
+www/node_modules/typescript/lib/lib.es2022.error.d.ts:24
+
+## Methods
+
+### captureStackTrace
+
+▸ **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
+
+Create .stack property on a target object
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :--------- |
+| `targetObject` | `object` |
+| `constructorOpt?` | `Function` |
+
+#### Returns
+
+`void`
+
+#### Inherited from
+
+[CustomError](CustomError.md).[captureStackTrace](CustomError.md#capturestacktrace)
+
+#### Defined in
+
+node_modules/@types/node/globals.d.ts:136
diff --git a/www/versioned_docs/version-6.24.1/API/classes/Provider.md b/www/versioned_docs/version-6.24.1/API/classes/Provider.md
new file mode 100644
index 000000000..4735e3438
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/Provider.md
@@ -0,0 +1,1595 @@
+---
+id: 'Provider'
+title: 'Class: Provider'
+sidebar_label: 'Provider'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Hierarchy
+
+- `RpcProvider`<`this`\> & `StarknetId`<`this`\>
+
+ ↳ **`Provider`**
+
+ ↳↳ [`Account`](Account.md)
+
+## Constructors
+
+### constructor
+
+• **new Provider**(`optionsOrProvider?`): [`Provider`](Provider.md)
+
+#### Parameters
+
+| Name | Type |
+| :------------------- | :-------------------------------------------------------------------------------------------------------------------------------- |
+| `optionsOrProvider?` | [`RpcProviderOptions`](../namespaces/types.md#rpcprovideroptions) \| [`ProviderInterface`](ProviderInterface.md) \| `RpcProvider` |
+
+#### Returns
+
+[`Provider`](Provider.md)
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).constructor
+
+#### Defined in
+
+[src/provider/rpc.ts:55](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L55)
+
+• **new Provider**(): [`Provider`](Provider.md)
+
+#### Returns
+
+[`Provider`](Provider.md)
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).constructor
+
+## Properties
+
+### responseParser
+
+• **responseParser**: [`RPCResponseParser`](RPCResponseParser.md)
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).responseParser
+
+#### Defined in
+
+[src/provider/rpc.ts:51](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L51)
+
+---
+
+### channel
+
+• **channel**: [`RpcChannel`](RPC06.RpcChannel.md) \| [`RpcChannel`](RPC07.RpcChannel.md)
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).channel
+
+#### Defined in
+
+[src/provider/rpc.ts:53](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L53)
+
+---
+
+### getStateUpdate
+
+• **getStateUpdate**: () => `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>(`blockIdentifier`: `"pending"`) => `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>(`blockIdentifier`: `"latest"`) => `Promise`<\{ `block_hash`: `string` ; `old_root`: `string` ; `new_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>(`blockIdentifier?`: [`BlockIdentifier`](../namespaces/types.md#blockidentifier)) => `Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+#### Type declaration
+
+▸ (): `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+##### Returns
+
+`Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+▸ (`blockIdentifier`): `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+##### Parameters
+
+| Name | Type |
+| :---------------- | :---------- |
+| `blockIdentifier` | `"pending"` |
+
+##### Returns
+
+`Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+▸ (`blockIdentifier`): `Promise`<\{ `block_hash`: `string` ; `old_root`: `string` ; `new_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+##### Parameters
+
+| Name | Type |
+| :---------------- | :--------- |
+| `blockIdentifier` | `"latest"` |
+
+##### Returns
+
+`Promise`<\{ `block_hash`: `string` ; `old_root`: `string` ; `new_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+▸ (`blockIdentifier?`): `Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+##### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+##### Returns
+
+`Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getStateUpdate
+
+#### Defined in
+
+[src/provider/rpc.ts:191](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L191)
+
+## Methods
+
+### getStarkName
+
+▸ **getStarkName**(`provider`, `address`, `StarknetIdContract?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :-------------------- | :---------------------------------------------------- |
+| `provider` | [`ProviderInterface`](ProviderInterface.md) |
+| `address` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `StarknetIdContract?` | `string` |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getStarkName
+
+#### Defined in
+
+[src/provider/extensions/starknetId.ts:62](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/extensions/starknetId.ts#L62)
+
+---
+
+### getAddressFromStarkName
+
+▸ **getAddressFromStarkName**(`provider`, `name`, `StarknetIdContract?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :-------------------- | :------------------------------------------ |
+| `provider` | [`ProviderInterface`](ProviderInterface.md) |
+| `name` | `string` |
+| `StarknetIdContract?` | `string` |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getAddressFromStarkName
+
+#### Defined in
+
+[src/provider/extensions/starknetId.ts:96](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/extensions/starknetId.ts#L96)
+
+---
+
+### getStarkProfile
+
+▸ **getStarkProfile**(`provider`, `address`, `StarknetIdContract?`, `StarknetIdIdentityContract?`, `StarknetIdVerifierContract?`, `StarknetIdPfpContract?`, `StarknetIdPopContract?`, `StarknetIdMulticallContract?`): `Promise`<[`StarkProfile`](../namespaces/types.md#starkprofile)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------------------- | :---------------------------------------------------- |
+| `provider` | [`ProviderInterface`](ProviderInterface.md) |
+| `address` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `StarknetIdContract?` | `string` |
+| `StarknetIdIdentityContract?` | `string` |
+| `StarknetIdVerifierContract?` | `string` |
+| `StarknetIdPfpContract?` | `string` |
+| `StarknetIdPopContract?` | `string` |
+| `StarknetIdMulticallContract?` | `string` |
+
+#### Returns
+
+`Promise`<[`StarkProfile`](../namespaces/types.md#starkprofile)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getStarkProfile
+
+#### Defined in
+
+[src/provider/extensions/starknetId.ts:128](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/extensions/starknetId.ts#L128)
+
+---
+
+### fetch
+
+▸ **fetch**(`method`, `params?`, `id?`): `Promise`<`Response`\>
+
+#### Parameters
+
+| Name | Type | Default value |
+| :-------- | :------------------- | :------------ |
+| `method` | `string` | `undefined` |
+| `params?` | `object` | `undefined` |
+| `id` | `string` \| `number` | `0` |
+
+#### Returns
+
+`Promise`<`Response`\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).fetch
+
+#### Defined in
+
+[src/provider/rpc.ts:68](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L68)
+
+---
+
+### getChainId
+
+▸ **getChainId**(): `Promise`<[`StarknetChainId`](../enums/constants.StarknetChainId.md)\>
+
+#### Returns
+
+`Promise`<[`StarknetChainId`](../enums/constants.StarknetChainId.md)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getChainId
+
+#### Defined in
+
+[src/provider/rpc.ts:72](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L72)
+
+---
+
+### getSpecVersion
+
+▸ **getSpecVersion**(): `Promise`<`string`\>
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getSpecVersion
+
+#### Defined in
+
+[src/provider/rpc.ts:76](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L76)
+
+---
+
+### getNonceForAddress
+
+▸ **getNonceForAddress**(`contractAddress`, `blockIdentifier?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getNonceForAddress
+
+#### Defined in
+
+[src/provider/rpc.ts:80](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L80)
+
+---
+
+### getBlock
+
+▸ **getBlock**(): `Promise`<[`PendingBlock`](../namespaces/types.md#pendingblock)\>
+
+#### Returns
+
+`Promise`<[`PendingBlock`](../namespaces/types.md#pendingblock)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getBlock
+
+#### Defined in
+
+[src/provider/rpc.ts:87](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L87)
+
+▸ **getBlock**(`blockIdentifier`): `Promise`<[`PendingBlock`](../namespaces/types.md#pendingblock)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------- |
+| `blockIdentifier` | `"pending"` |
+
+#### Returns
+
+`Promise`<[`PendingBlock`](../namespaces/types.md#pendingblock)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getBlock
+
+#### Defined in
+
+[src/provider/rpc.ts:88](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L88)
+
+▸ **getBlock**(`blockIdentifier`): `Promise`<[`Block`](../namespaces/types.md#block)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :--------- |
+| `blockIdentifier` | `"latest"` |
+
+#### Returns
+
+`Promise`<[`Block`](../namespaces/types.md#block)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getBlock
+
+#### Defined in
+
+[src/provider/rpc.ts:89](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L89)
+
+▸ **getBlock**(`blockIdentifier?`): `Promise`<[`GetBlockResponse`](../namespaces/types.md#getblockresponse)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`GetBlockResponse`](../namespaces/types.md#getblockresponse)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getBlock
+
+#### Defined in
+
+[src/provider/rpc.ts:90](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L90)
+
+---
+
+### getBlockLatestAccepted
+
+▸ **getBlockLatestAccepted**(): `Promise`<[`BlockHashAndNumber`](../namespaces/types.RPC.RPCSPEC06.md#blockhashandnumber)\>
+
+Get the most recent accepted block hash and number
+
+#### Returns
+
+`Promise`<[`BlockHashAndNumber`](../namespaces/types.RPC.RPCSPEC06.md#blockhashandnumber)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getBlockLatestAccepted
+
+#### Defined in
+
+[src/provider/rpc.ts:100](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L100)
+
+---
+
+### getBlockNumber
+
+▸ **getBlockNumber**(): `Promise`<`number`\>
+
+Get the most recent accepted block number
+redundant use getBlockLatestAccepted();
+
+#### Returns
+
+`Promise`<`number`\>
+
+Number of the latest block
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getBlockNumber
+
+#### Defined in
+
+[src/provider/rpc.ts:109](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L109)
+
+---
+
+### getBlockWithTxHashes
+
+▸ **getBlockWithTxHashes**(`blockIdentifier?`): `Promise`<[`BlockWithTxHashes`](../namespaces/types.RPC.RPCSPEC06.md#blockwithtxhashes)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockWithTxHashes`](../namespaces/types.RPC.RPCSPEC06.md#blockwithtxhashes)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getBlockWithTxHashes
+
+#### Defined in
+
+[src/provider/rpc.ts:113](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L113)
+
+---
+
+### getBlockWithTxs
+
+▸ **getBlockWithTxs**(`blockIdentifier?`): `Promise`<[`BlockWithTxs`](../namespaces/types.RPC.RPCSPEC06.md#blockwithtxs)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockWithTxs`](../namespaces/types.RPC.RPCSPEC06.md#blockwithtxs)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getBlockWithTxs
+
+#### Defined in
+
+[src/provider/rpc.ts:117](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L117)
+
+---
+
+### waitForBlock
+
+▸ **waitForBlock**(`blockIdentifier?`, `retryInterval?`): `Promise`<`void`\>
+
+Pause the execution of the script until a specified block is created.
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :---------------- | :---------------------------------------------------------- | :------------ | :------------------------------------------------------------------------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | `'pending'` | bloc number (BigNumberish) or 'pending' or 'latest'. Use of 'latest" or of a block already created will generate no pause. |
+| `retryInterval?` | `number` | `5000` | number of milliseconds between 2 requests to the node |
+
+#### Returns
+
+`Promise`<`void`\>
+
+**`Example`**
+
+```typescript
+await myProvider.waitForBlock();
+// wait the creation of the pending block
+```
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).waitForBlock
+
+#### Defined in
+
+[src/provider/rpc.ts:132](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L132)
+
+---
+
+### getL1GasPrice
+
+▸ **getL1GasPrice**(`blockIdentifier?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getL1GasPrice
+
+#### Defined in
+
+[src/provider/rpc.ts:162](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L162)
+
+---
+
+### getL1MessageHash
+
+▸ **getL1MessageHash**(`l2TxHash`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :--------- | :---------------------------------------------------- |
+| `l2TxHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getL1MessageHash
+
+#### Defined in
+
+[src/provider/rpc.ts:168](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L168)
+
+---
+
+### getBlockWithReceipts
+
+▸ **getBlockWithReceipts**(`blockIdentifier?`): `Promise`<[`BlockWithTxReceipts`](../namespaces/types.RPC.RPCSPEC07.API.md#blockwithtxreceipts)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockWithTxReceipts`](../namespaces/types.RPC.RPCSPEC07.API.md#blockwithtxreceipts)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getBlockWithReceipts
+
+#### Defined in
+
+[src/provider/rpc.ts:184](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L184)
+
+---
+
+### getBlockStateUpdate
+
+▸ **getBlockStateUpdate**(): `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Returns
+
+`Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getBlockStateUpdate
+
+#### Defined in
+
+[src/provider/rpc.ts:193](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L193)
+
+▸ **getBlockStateUpdate**(`blockIdentifier`): `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------- |
+| `blockIdentifier` | `"pending"` |
+
+#### Returns
+
+`Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getBlockStateUpdate
+
+#### Defined in
+
+[src/provider/rpc.ts:194](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L194)
+
+▸ **getBlockStateUpdate**(`blockIdentifier`): `Promise`<\{ `block_hash`: `string` ; `old_root`: `string` ; `new_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :--------- |
+| `blockIdentifier` | `"latest"` |
+
+#### Returns
+
+`Promise`<\{ `block_hash`: `string` ; `old_root`: `string` ; `new_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getBlockStateUpdate
+
+#### Defined in
+
+[src/provider/rpc.ts:195](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L195)
+
+▸ **getBlockStateUpdate**(`blockIdentifier?`): `Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getBlockStateUpdate
+
+#### Defined in
+
+[src/provider/rpc.ts:196](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L196)
+
+---
+
+### getBlockTransactionsTraces
+
+▸ **getBlockTransactionsTraces**(`blockIdentifier?`): `Promise`<[`BlockTransactionsTraces`](../namespaces/types.RPC.RPCSPEC06.md#blocktransactionstraces)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockTransactionsTraces`](../namespaces/types.RPC.RPCSPEC06.md#blocktransactionstraces)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getBlockTransactionsTraces
+
+#### Defined in
+
+[src/provider/rpc.ts:201](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L201)
+
+---
+
+### getBlockTransactionCount
+
+▸ **getBlockTransactionCount**(`blockIdentifier?`): `Promise`<`number`\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`number`\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getBlockTransactionCount
+
+#### Defined in
+
+[src/provider/rpc.ts:205](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L205)
+
+---
+
+### getPendingTransactions
+
+▸ **getPendingTransactions**(): `Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)[]\>
+
+Return transactions from pending block
+
+#### Returns
+
+`Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)[]\>
+
+**`Deprecated`**
+
+Instead use getBlock(BlockTag.PENDING); (will be removed in next minor version)
+Utility method, same result can be achieved using getBlockWithTxHashes(BlockTag.pending);
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getPendingTransactions
+
+#### Defined in
+
+[src/provider/rpc.ts:214](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L214)
+
+---
+
+### getTransaction
+
+▸ **getTransaction**(`txHash`): `Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getTransaction
+
+#### Defined in
+
+[src/provider/rpc.ts:221](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L221)
+
+---
+
+### getTransactionByHash
+
+▸ **getTransactionByHash**(`txHash`): `Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getTransactionByHash
+
+#### Defined in
+
+[src/provider/rpc.ts:225](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L225)
+
+---
+
+### getTransactionByBlockIdAndIndex
+
+▸ **getTransactionByBlockIdAndIndex**(`blockIdentifier`, `index`): `Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+| `index` | `number` |
+
+#### Returns
+
+`Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getTransactionByBlockIdAndIndex
+
+#### Defined in
+
+[src/provider/rpc.ts:229](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L229)
+
+---
+
+### getTransactionReceipt
+
+▸ **getTransactionReceipt**(`txHash`): `Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getTransactionReceipt
+
+#### Defined in
+
+[src/provider/rpc.ts:233](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L233)
+
+---
+
+### getTransactionTrace
+
+▸ **getTransactionTrace**(`txHash`): `Promise`<[`TRANSACTION_TRACE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#transaction_trace)\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TRANSACTION_TRACE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#transaction_trace)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getTransactionTrace
+
+#### Defined in
+
+[src/provider/rpc.ts:240](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L240)
+
+---
+
+### getTransactionStatus
+
+▸ **getTransactionStatus**(`transactionHash`): `Promise`<[`TransactionStatus`](../namespaces/types.RPC.RPCSPEC06.md#transactionstatus)\>
+
+Get the status of a transaction
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------- |
+| `transactionHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TransactionStatus`](../namespaces/types.RPC.RPCSPEC06.md#transactionstatus)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getTransactionStatus
+
+#### Defined in
+
+[src/provider/rpc.ts:247](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L247)
+
+---
+
+### getSimulateTransaction
+
+▸ **getSimulateTransaction**(`invocations`, `options?`): `Promise`<[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)\>
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :-------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `invocations` | [`AccountInvocations`](../namespaces/types.md#accountinvocations) | AccountInvocations |
+| `options?` | [`getSimulateTransactionOptions`](../namespaces/types.md#getsimulatetransactionoptions) | blockIdentifier and flags to skip validation and fee charge
- blockIdentifier
- skipValidate (default false)
- skipFeeCharge (default true)
|
+
+#### Returns
+
+`Promise`<[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getSimulateTransaction
+
+#### Defined in
+
+[src/provider/rpc.ts:258](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L258)
+
+---
+
+### waitForTransaction
+
+▸ **waitForTransaction**(`txHash`, `options?`): `Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+#### Parameters
+
+| Name | Type |
+| :--------- | :------------------------------------------------------------------------------ |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `options?` | [`waitForTransactionOptions`](../namespaces/types.md#waitfortransactionoptions) |
+
+#### Returns
+
+`Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).waitForTransaction
+
+#### Defined in
+
+[src/provider/rpc.ts:268](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L268)
+
+---
+
+### getStorageAt
+
+▸ **getStorageAt**(`contractAddress`, `key`, `blockIdentifier?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `key` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getStorageAt
+
+#### Defined in
+
+[src/provider/rpc.ts:280](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L280)
+
+---
+
+### getClassHashAt
+
+▸ **getClassHashAt**(`contractAddress`, `blockIdentifier?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getClassHashAt
+
+#### Defined in
+
+[src/provider/rpc.ts:288](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L288)
+
+---
+
+### getClassByHash
+
+▸ **getClassByHash**(`classHash`): `Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+#### Parameters
+
+| Name | Type |
+| :---------- | :---------------------------------------------------- |
+| `classHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getClassByHash
+
+#### Defined in
+
+[src/provider/rpc.ts:292](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L292)
+
+---
+
+### getClass
+
+▸ **getClass**(`classHash`, `blockIdentifier?`): `Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `classHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getClass
+
+#### Defined in
+
+[src/provider/rpc.ts:296](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L296)
+
+---
+
+### getClassAt
+
+▸ **getClassAt**(`contractAddress`, `blockIdentifier?`): `Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getClassAt
+
+#### Defined in
+
+[src/provider/rpc.ts:302](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L302)
+
+---
+
+### getContractVersion
+
+▸ **getContractVersion**(`contractAddress`, `classHash?`, `options?`): `Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :------------------------------------------------------------------------------ |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `classHash?` | `undefined` |
+| `options?` | [`getContractVersionOptions`](../namespaces/types.md#getcontractversionoptions) |
+
+#### Returns
+
+`Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getContractVersion
+
+#### Defined in
+
+[src/provider/rpc.ts:308](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L308)
+
+▸ **getContractVersion**(`contractAddress`, `classHash`, `options?`): `Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :------------------------------------------------------------------------------ |
+| `contractAddress` | `undefined` |
+| `classHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `options?` | [`getContractVersionOptions`](../namespaces/types.md#getcontractversionoptions) |
+
+#### Returns
+
+`Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getContractVersion
+
+#### Defined in
+
+[src/provider/rpc.ts:313](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L313)
+
+---
+
+### getEstimateFee
+
+▸ **getEstimateFee**(`invocation`, `invocationDetails`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+#### Parameters
+
+| Name | Type |
+| :------------------ | :---------------------------------------------------------------------------------- |
+| `invocation` | [`Invocation`](../namespaces/types.md#invocation) |
+| `invocationDetails` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+| `skipValidate?` | `boolean` |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+**`Deprecated`**
+
+use get*type*EstimateFee (will be refactored based on type after sequencer deprecation)
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getEstimateFee
+
+#### Defined in
+
+[src/provider/rpc.ts:349](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L349)
+
+---
+
+### getInvokeEstimateFee
+
+▸ **getInvokeEstimateFee**(`invocation`, `invocationDetails`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+#### Parameters
+
+| Name | Type |
+| :------------------ | :---------------------------------------------------------------------------------- |
+| `invocation` | [`Invocation`](../namespaces/types.md#invocation) |
+| `invocationDetails` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+| `skipValidate?` | `boolean` |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getInvokeEstimateFee
+
+#### Defined in
+
+[src/provider/rpc.ts:358](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L358)
+
+---
+
+### getDeclareEstimateFee
+
+▸ **getDeclareEstimateFee**(`invocation`, `details`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------------------------------- |
+| `invocation` | [`DeclareContractTransaction`](../namespaces/types.md#declarecontracttransaction) |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+| `skipValidate?` | `boolean` |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getDeclareEstimateFee
+
+#### Defined in
+
+[src/provider/rpc.ts:378](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L378)
+
+---
+
+### getDeployAccountEstimateFee
+
+▸ **getDeployAccountEstimateFee**(`invocation`, `details`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :-------------------------------------------------------------------------------------------- |
+| `invocation` | [`DeployAccountContractTransaction`](../namespaces/types.md#deployaccountcontracttransaction) |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+| `skipValidate?` | `boolean` |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getDeployAccountEstimateFee
+
+#### Defined in
+
+[src/provider/rpc.ts:398](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L398)
+
+---
+
+### getEstimateFeeBulk
+
+▸ **getEstimateFeeBulk**(`invocations`, `options`): `Promise`<[`EstimateFeeResponseBulk`](../namespaces/types.md#estimatefeeresponsebulk)\>
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :------------------------------------------------------------------------------ |
+| `invocations` | [`AccountInvocations`](../namespaces/types.md#accountinvocations) |
+| `options` | [`getEstimateFeeBulkOptions`](../namespaces/types.md#getestimatefeebulkoptions) |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponseBulk`](../namespaces/types.md#estimatefeeresponsebulk)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getEstimateFeeBulk
+
+#### Defined in
+
+[src/provider/rpc.ts:418](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L418)
+
+---
+
+### invokeFunction
+
+▸ **invokeFunction**(`functionInvocation`, `details`): `Promise`<[`InvokedTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#invokedtransaction)\>
+
+#### Parameters
+
+| Name | Type |
+| :------------------- | :---------------------------------------------------------------------------------- |
+| `functionInvocation` | [`Invocation`](../namespaces/types.md#invocation) |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) |
+
+#### Returns
+
+`Promise`<[`InvokedTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#invokedtransaction)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).invokeFunction
+
+#### Defined in
+
+[src/provider/rpc.ts:427](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L427)
+
+---
+
+### declareContract
+
+▸ **declareContract**(`transaction`, `details`): `Promise`<[`DeclaredTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#declaredtransaction)\>
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :---------------------------------------------------------------------------------- |
+| `transaction` | [`DeclareContractTransaction`](../namespaces/types.md#declarecontracttransaction) |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) |
+
+#### Returns
+
+`Promise`<[`DeclaredTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#declaredtransaction)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).declareContract
+
+#### Defined in
+
+[src/provider/rpc.ts:434](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L434)
+
+---
+
+### deployAccountContract
+
+▸ **deployAccountContract**(`transaction`, `details`): `Promise`<[`DeployedAccountTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#deployedaccounttransaction)\>
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :-------------------------------------------------------------------------------------------- |
+| `transaction` | [`DeployAccountContractTransaction`](../namespaces/types.md#deployaccountcontracttransaction) |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) |
+
+#### Returns
+
+`Promise`<[`DeployedAccountTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#deployedaccounttransaction)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).deployAccountContract
+
+#### Defined in
+
+[src/provider/rpc.ts:441](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L441)
+
+---
+
+### callContract
+
+▸ **callContract**(`call`, `blockIdentifier?`): `Promise`<`string`[]\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `call` | [`Call`](../namespaces/types.md#call) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`string`[]\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).callContract
+
+#### Defined in
+
+[src/provider/rpc.ts:451](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L451)
+
+---
+
+### estimateMessageFee
+
+▸ **estimateMessageFee**(`message`, `blockIdentifier?`): `Promise`<[`FEE_ESTIMATE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#fee_estimate)\>
+
+NEW: Estimate the fee for a message from L1
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :------------------------------------------------------------------------- | :-------------- |
+| `message` | [`MSG_FROM_L1`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#msg_from_l1) | Message From L1 |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | - |
+
+#### Returns
+
+`Promise`<[`FEE_ESTIMATE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#fee_estimate)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).estimateMessageFee
+
+#### Defined in
+
+[src/provider/rpc.ts:459](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L459)
+
+---
+
+### getSyncingStats
+
+▸ **getSyncingStats**(): `Promise`<[`Syncing`](../namespaces/types.RPC.RPCSPEC06.md#syncing)\>
+
+Returns an object about the sync status, or false if the node is not synching
+
+#### Returns
+
+`Promise`<[`Syncing`](../namespaces/types.RPC.RPCSPEC06.md#syncing)\>
+
+Object with the stats data
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getSyncingStats
+
+#### Defined in
+
+[src/provider/rpc.ts:467](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L467)
+
+---
+
+### getEvents
+
+▸ **getEvents**(`eventFilter`): `Promise`<[`EVENTS_CHUNK`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#events_chunk)\>
+
+Returns all events matching the given filter
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :-------------------------------------------------------------------- |
+| `eventFilter` | [`EventFilter`](../namespaces/types.RPC.RPCSPEC07.API.md#eventfilter) |
+
+#### Returns
+
+`Promise`<[`EVENTS_CHUNK`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#events_chunk)\>
+
+events and the pagination of the events
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getEvents
+
+#### Defined in
+
+[src/provider/rpc.ts:475](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L475)
+
+---
+
+### verifyMessageInStarknet
+
+▸ **verifyMessageInStarknet**(`message`, `signature`, `accountAddress`, `signatureVerificationFunctionName?`, `signatureVerificationResponse?`): `Promise`<`boolean`\>
+
+Verify in Starknet a signature of a TypedData object or of a given hash.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------ |
+| `message` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) \| [`BigNumberish`](../namespaces/types.md#bignumberish) | TypedData object to be verified, or message hash to be verified. |
+| `signature` | [`Signature`](../namespaces/types.md#signature) | signature of the message. |
+| `accountAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) | address of the account that has signed the message. |
+| `signatureVerificationFunctionName?` | `string` | if account contract with non standard account verification function name. |
+| `signatureVerificationResponse?` | `Object` | if account contract with non standard response of verification function. |
+| `signatureVerificationResponse.okResponse` | `string`[] | - |
+| `signatureVerificationResponse.nokResponse` | `string`[] | - |
+| `signatureVerificationResponse.error` | `string`[] | - |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+```typescript
+const myTypedMessage: TypedMessage = .... ;
+const messageHash = typedData.getMessageHash(myTypedMessage,accountAddress);
+const sign: WeierstrassSignatureType = ec.starkCurve.sign(messageHash, privateKey);
+const accountAddress = "0x43b7240d227aa2fb8434350b3321c40ac1b88c7067982549e7609870621b535";
+const result1 = myRpcProvider.verifyMessageInStarknet(myTypedMessage, sign, accountAddress);
+const result2 = myRpcProvider.verifyMessageInStarknet(messageHash, sign, accountAddress);
+// result1 = result2 = true
+```
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).verifyMessageInStarknet
+
+#### Defined in
+
+[src/provider/rpc.ts:497](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L497)
+
+---
+
+### isClassDeclared
+
+▸ **isClassDeclared**(`contractClassIdentifier`, `blockIdentifier?`): `Promise`<`boolean`\>
+
+Test if class is already declared from ContractClassIdentifier
+Helper method using getClass
+
+#### Parameters
+
+| Name | Type |
+| :------------------------ | :-------------------------------------------------------------------------- |
+| `contractClassIdentifier` | [`ContractClassIdentifier`](../namespaces/types.md#contractclassidentifier) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).isClassDeclared
+
+#### Defined in
+
+[src/provider/rpc.ts:583](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L583)
+
+---
+
+### prepareInvocations
+
+▸ **prepareInvocations**(`invocations`): `Promise`<[`Invocations`](../namespaces/types.md#invocations)\>
+
+Build bulk invocations with auto-detect declared class
+
+1. Test if class is declared if not declare it preventing already declared class error and not declared class errors
+2. Order declarations first
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :-------------------------------------------------- |
+| `invocations` | [`Invocations`](../namespaces/types.md#invocations) |
+
+#### Returns
+
+`Promise`<[`Invocations`](../namespaces/types.md#invocations)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).prepareInvocations
+
+#### Defined in
+
+[src/provider/rpc.ts:614](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L614)
+
+---
+
+### getStarkName
+
+▸ **getStarkName**(`address`, `StarknetIdContract?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :-------------------- | :---------------------------------------------------- |
+| `address` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `StarknetIdContract?` | `string` |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getStarkName
+
+#### Defined in
+
+[src/provider/extensions/starknetId.ts:22](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/extensions/starknetId.ts#L22)
+
+---
+
+### getAddressFromStarkName
+
+▸ **getAddressFromStarkName**(`name`, `StarknetIdContract?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :-------------------- | :------- |
+| `name` | `string` |
+| `StarknetIdContract?` | `string` |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getAddressFromStarkName
+
+#### Defined in
+
+[src/provider/extensions/starknetId.ts:31](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/extensions/starknetId.ts#L31)
+
+---
+
+### getStarkProfile
+
+▸ **getStarkProfile**(`address`, `StarknetIdContract?`, `StarknetIdIdentityContract?`, `StarknetIdVerifierContract?`, `StarknetIdPfpContract?`, `StarknetIdPopContract?`, `StarknetIdMulticallContract?`): `Promise`<[`StarkProfile`](../namespaces/types.md#starkprofile)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------------------- | :---------------------------------------------------- |
+| `address` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `StarknetIdContract?` | `string` |
+| `StarknetIdIdentityContract?` | `string` |
+| `StarknetIdVerifierContract?` | `string` |
+| `StarknetIdPfpContract?` | `string` |
+| `StarknetIdPopContract?` | `string` |
+| `StarknetIdMulticallContract?` | `string` |
+
+#### Returns
+
+`Promise`<[`StarkProfile`](../namespaces/types.md#starkprofile)\>
+
+#### Inherited from
+
+Mixin(BaseRpcProvider, StarknetId).getStarkProfile
+
+#### Defined in
+
+[src/provider/extensions/starknetId.ts:40](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/extensions/starknetId.ts#L40)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/ProviderInterface.md b/www/versioned_docs/version-6.24.1/API/classes/ProviderInterface.md
new file mode 100644
index 000000000..14e6f0633
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/ProviderInterface.md
@@ -0,0 +1,698 @@
+---
+id: 'ProviderInterface'
+title: 'Class: ProviderInterface'
+sidebar_label: 'ProviderInterface'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Hierarchy
+
+- **`ProviderInterface`**
+
+ ↳ [`AccountInterface`](AccountInterface.md)
+
+## Constructors
+
+### constructor
+
+• **new ProviderInterface**(): [`ProviderInterface`](ProviderInterface.md)
+
+#### Returns
+
+[`ProviderInterface`](ProviderInterface.md)
+
+## Properties
+
+### channel
+
+• `Abstract` **channel**: [`RpcChannel`](RPC06.RpcChannel.md) \| [`RpcChannel`](RPC07.RpcChannel.md)
+
+#### Defined in
+
+[src/provider/interface.ts:37](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L37)
+
+## Methods
+
+### getChainId
+
+▸ **getChainId**(): `Promise`<[`StarknetChainId`](../enums/constants.StarknetChainId.md)\>
+
+Gets the Starknet chain Id
+
+#### Returns
+
+`Promise`<[`StarknetChainId`](../enums/constants.StarknetChainId.md)\>
+
+the chain Id
+
+#### Defined in
+
+[src/provider/interface.ts:44](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L44)
+
+---
+
+### callContract
+
+▸ **callContract**(`call`, `blockIdentifier?`): `Promise`<[`CallContractResponse`](../namespaces/types.md#callcontractresponse)\>
+
+Calls a function on the Starknet contract.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :----------------------- |
+| `call` | [`Call`](../namespaces/types.md#call) | transaction to be called |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<[`CallContractResponse`](../namespaces/types.md#callcontractresponse)\>
+
+the result of the function on the smart contract.
+
+#### Defined in
+
+[src/provider/interface.ts:53](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L53)
+
+---
+
+### getBlock
+
+▸ **getBlock**(`blockIdentifier?`): `Promise`<[`PendingBlock`](../namespaces/types.md#pendingblock)\>
+
+Gets the block information
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------- | :--------------- |
+| `blockIdentifier?` | `"pending"` | block identifier |
+
+#### Returns
+
+`Promise`<[`PendingBlock`](../namespaces/types.md#pendingblock)\>
+
+the block object
+
+#### Defined in
+
+[src/provider/interface.ts:64](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L64)
+
+▸ **getBlock**(`blockIdentifier`): `Promise`<[`Block`](../namespaces/types.md#block)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :--------- |
+| `blockIdentifier` | `"latest"` |
+
+#### Returns
+
+`Promise`<[`Block`](../namespaces/types.md#block)\>
+
+#### Defined in
+
+[src/provider/interface.ts:65](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L65)
+
+▸ **getBlock**(`blockIdentifier`): `Promise`<[`GetBlockResponse`](../namespaces/types.md#getblockresponse)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`GetBlockResponse`](../namespaces/types.md#getblockresponse)\>
+
+#### Defined in
+
+[src/provider/interface.ts:66](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L66)
+
+---
+
+### getClassAt
+
+▸ **getClassAt**(`contractAddress`, `blockIdentifier?`): `Promise`<[`ContractClassResponse`](../namespaces/types.md#contractclassresponse)\>
+
+Gets the contract class of the deployed contract.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------- |
+| `contractAddress` | `string` | contract address |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<[`ContractClassResponse`](../namespaces/types.md#contractclassresponse)\>
+
+Contract class of compiled contract
+
+#### Defined in
+
+[src/provider/interface.ts:75](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L75)
+
+---
+
+### getL1GasPrice
+
+▸ **getL1GasPrice**(`blockIdentifier`): `Promise`<`string`\>
+
+Gets the price of l1 gas in the block
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------------- | :---------------------------------------------------------- | :--------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<`string`\>
+
+gas price of the block
+
+#### Defined in
+
+[src/provider/interface.ts:86](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L86)
+
+---
+
+### getL1MessageHash
+
+▸ **getL1MessageHash**(`l2TxHash`): `Promise`<`string`\>
+
+Get L1 message hash from L2 transaction hash
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :---------------------------------------------------- | :------------------ |
+| `l2TxHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) | L2 transaction hash |
+
+#### Returns
+
+`Promise`<`string`\>
+
+Hex string of L1 message hash
+
+**`Example`**
+
+In Sepolia Testnet :
+
+```typescript
+const result = provider.getL1MessageHash(
+ '0x28dfc05eb4f261b37ddad451ff22f1d08d4e3c24dc646af0ec69fa20e096819'
+);
+// result = '0x55b3f8b6e607fffd9b4d843dfe8f9b5c05822cd94fcad8797deb01d77805532a'
+```
+
+#### Defined in
+
+[src/provider/interface.ts:99](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L99)
+
+---
+
+### getClassHashAt
+
+▸ **getClassHashAt**(`contractAddress`, `blockIdentifier?`): `Promise`<`string`\>
+
+Returns the contract class hash in the given block for the contract deployed at the given address
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------- |
+| `contractAddress` | `string` | contract address |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<`string`\>
+
+Class hash
+
+#### Defined in
+
+[src/provider/interface.ts:108](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L108)
+
+---
+
+### getClassByHash
+
+▸ **getClassByHash**(`classHash`): `Promise`<[`ContractClassResponse`](../namespaces/types.md#contractclassresponse)\>
+
+Returns the contract class deployed under the given class hash.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------- | :------- | :---------- |
+| `classHash` | `string` | class hash |
+
+#### Returns
+
+`Promise`<[`ContractClassResponse`](../namespaces/types.md#contractclassresponse)\>
+
+Contract class of compiled contract
+
+#### Defined in
+
+[src/provider/interface.ts:119](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L119)
+
+---
+
+### getNonceForAddress
+
+▸ **getNonceForAddress**(`contractAddress`, `blockIdentifier?`): `Promise`<`string`\>
+
+Returns the nonce associated with the given address in the given block
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------- |
+| `contractAddress` | `string` | contract address |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | - |
+
+#### Returns
+
+`Promise`<`string`\>
+
+the hex nonce
+
+#### Defined in
+
+[src/provider/interface.ts:127](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L127)
+
+---
+
+### getStorageAt
+
+▸ **getStorageAt**(`contractAddress`, `key`, `blockIdentifier?`): `Promise`<`string`\>
+
+Get the value of the storage (contract's variable) at the given address and key
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------------------------------------------------- |
+| `contractAddress` | `string` | |
+| `key` | [`BigNumberish`](../namespaces/types.md#bignumberish) | from getStorageVarAddress('') (WIP) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<`string`\>
+
+the value of the storage variable
+
+#### Defined in
+
+[src/provider/interface.ts:140](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L140)
+
+---
+
+### getTransaction
+
+▸ **getTransaction**(`transactionHash`): `Promise`<`TransactionWithHash`\>
+
+Gets the transaction information from a tx id.
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------- |
+| `transactionHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<`TransactionWithHash`\>
+
+the transaction object { transaction_id, status, transaction, block_number?, block_number?, transaction_index?, transaction_failure_reason? }
+
+#### Defined in
+
+[src/provider/interface.ts:152](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L152)
+
+---
+
+### getTransactionReceipt
+
+▸ **getTransactionReceipt**(`transactionHash`): `Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+Gets the transaction receipt from a tx hash.
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------- |
+| `transactionHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+the transaction receipt object
+
+#### Defined in
+
+[src/provider/interface.ts:160](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L160)
+
+---
+
+### deployAccountContract
+
+▸ **deployAccountContract**(`payload`, `details`): `Promise`<[`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)\>
+
+Deploys a given compiled Account contract (json) to starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------ |
+| `payload` | [`DeployAccountContractPayload`](../namespaces/types.md#deployaccountcontractpayload) | payload to be deployed containing: - compiled contract code - constructor calldata - address salt |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | - |
+
+#### Returns
+
+`Promise`<[`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)\>
+
+a confirmation of sending a transaction on the starknet contract
+
+#### Defined in
+
+[src/provider/interface.ts:173](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L173)
+
+---
+
+### invokeFunction
+
+▸ **invokeFunction**(`invocation`, `details`): `Promise`<\{ `transaction_hash`: `string` }\>
+
+Invokes a function on starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------- | :---------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `invocation` | [`Invocation`](../namespaces/types.md#invocation) | the invocation object containing: - contractAddress - the address of the contract - entrypoint - the entrypoint of the contract - calldata - (defaults to []) the calldata - signature - (defaults to []) the signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - optional nonce - version - optional version - maxFee - optional maxFee |
+
+#### Returns
+
+`Promise`<\{ `transaction_hash`: `string` }\>
+
+response from addTransaction
+
+**`Deprecated`**
+
+This method won't be supported as soon as fees are mandatory. Should not be used outside of Account class
+
+#### Defined in
+
+[src/provider/interface.ts:193](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L193)
+
+---
+
+### declareContract
+
+▸ **declareContract**(`transaction`, `details`): `Promise`<\{ `class_hash`: `string` ; `transaction_hash`: `string` }\>
+
+Declares a given compiled contract (json) to starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :---------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------- |
+| `transaction` | [`DeclareContractTransaction`](../namespaces/types.md#declarecontracttransaction) | transaction payload to be deployed containing: - compiled contract code - sender address - signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | Invocation Details containing: - nonce - optional version - optional maxFee |
+
+#### Returns
+
+`Promise`<\{ `class_hash`: `string` ; `transaction_hash`: `string` }\>
+
+a confirmation of sending a transaction on the starknet contract
+
+#### Defined in
+
+[src/provider/interface.ts:210](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L210)
+
+---
+
+### getEstimateFee
+
+▸ **getEstimateFee**(`invocation`, `details`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimates the fee for a given INVOKE transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `invocation` | [`Invocation`](../namespaces/types.md#invocation) | the invocation object containing: - contractAddress - the address of the contract - entrypoint - the entrypoint of the contract - calldata - (defaults to []) the calldata - signature - (defaults to []) the signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - optional nonce - version - optional version |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | (optional) block identifier |
+| `skipValidate?` | `boolean` | (optional) skip cairo **validate** method |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+the estimated fee
+
+**`Deprecated`**
+
+Please use getInvokeEstimateFee or getDeclareEstimateFee instead. Should not be used outside of Account class
+
+#### Defined in
+
+[src/provider/interface.ts:231](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L231)
+
+---
+
+### getInvokeEstimateFee
+
+▸ **getInvokeEstimateFee**(`invocation`, `details`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimates the fee for a given INVOKE transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `invocation` | [`Invocation`](../namespaces/types.md#invocation) | the invocation object containing: - contractAddress - the address of the contract - entrypoint - the entrypoint of the contract - calldata - (defaults to []) the calldata - signature - (defaults to []) the signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - optional nonce - version - optional version |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | (optional) block identifier |
+| `skipValidate?` | `boolean` | (optional) skip cairo **validate** method |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+the estimated fee
+
+#### Defined in
+
+[src/provider/interface.ts:253](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L253)
+
+---
+
+### getDeclareEstimateFee
+
+▸ **getDeclareEstimateFee**(`transaction`, `details`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimates the fee for a given DECLARE transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ |
+| `transaction` | [`DeclareContractTransaction`](../namespaces/types.md#declarecontracttransaction) | transaction payload to be declared containing: - compiled contract code - sender address - signature - (defaults to []) the signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - version - optional version - optional maxFee |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | (optional) block identifier |
+| `skipValidate?` | `boolean` | (optional) skip cairo **validate** method |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+the estimated fee
+
+#### Defined in
+
+[src/provider/interface.ts:275](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L275)
+
+---
+
+### getDeployAccountEstimateFee
+
+▸ **getDeployAccountEstimateFee**(`transaction`, `details`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimates the fee for a given DEPLOY_ACCOUNT transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :-------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------ |
+| `transaction` | [`DeployAccountContractTransaction`](../namespaces/types.md#deployaccountcontracttransaction) | transaction payload to be deployed containing: - classHash - constructorCalldata - addressSalt - signature - (defaults to []) the signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - version - optional version - optional maxFee |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | (optional) block identifier |
+| `skipValidate?` | `boolean` | (optional) skip cairo **validate** method |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+the estimated fee
+
+#### Defined in
+
+[src/provider/interface.ts:298](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L298)
+
+---
+
+### getEstimateFeeBulk
+
+▸ **getEstimateFeeBulk**(`invocations`, `options?`): `Promise`<[`EstimateFeeResponseBulk`](../namespaces/types.md#estimatefeeresponsebulk)\>
+
+Estimates the fee for a list of INVOKE transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :------------------------------------------------------------------------------ | :----------------------------------------------------------------------- |
+| `invocations` | [`AccountInvocations`](../namespaces/types.md#accountinvocations) | AccountInvocations - Complete invocations array with account details |
+| `options?` | [`getEstimateFeeBulkOptions`](../namespaces/types.md#getestimatefeebulkoptions) | getEstimateFeeBulkOptions - (optional) blockIdentifier - BlockIdentifier |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponseBulk`](../namespaces/types.md#estimatefeeresponsebulk)\>
+
+the estimated fee
+
+#### Defined in
+
+[src/provider/interface.ts:313](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L313)
+
+---
+
+### waitForTransaction
+
+▸ **waitForTransaction**(`txHash`, `options?`): `Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+Wait for the transaction to be accepted
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :------------------------------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) | transaction hash |
+| `options?` | [`waitForTransactionOptions`](../namespaces/types.md#waitfortransactionoptions) | waitForTransactionOptions - (optional) retryInterval: number \| undefined; - (optional) successStates: TransactionStatus[] \| undefined; |
+
+#### Returns
+
+`Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+GetTransactionReceiptResponse
+
+#### Defined in
+
+[src/provider/interface.ts:326](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L326)
+
+---
+
+### getSimulateTransaction
+
+▸ **getSimulateTransaction**(`invocations`, `options?`): `Promise`<[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)\>
+
+Simulates the transaction and returns the transaction trace and estimated fee.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :-------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| `invocations` | [`AccountInvocations`](../namespaces/types.md#accountinvocations) | AccountInvocations - Complete invocations array with account details |
+| `options?` | [`getSimulateTransactionOptions`](../namespaces/types.md#getsimulatetransactionoptions) | getSimulateTransactionOptions - (optional) blockIdentifier - block identifier - (optional) skipValidate - skip cairo **validate** method - (optional) skipExecute - skip cairo **execute** method |
+
+#### Returns
+
+`Promise`<[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)\>
+
+an array of transaction trace and estimated fee
+
+#### Defined in
+
+[src/provider/interface.ts:341](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L341)
+
+---
+
+### getStateUpdate
+
+▸ **getStateUpdate**(`blockIdentifier?`): `Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+Gets the state changes in a specific block (result of executing the requested block)
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+StateUpdateResponse
+
+#### Defined in
+
+[src/provider/interface.ts:352](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L352)
+
+---
+
+### getContractVersion
+
+▸ **getContractVersion**(`contractAddress`, `classHash?`, `options?`): `Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+Gets the contract version from the provided address
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------------- | :------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `contractAddress` | `string` | string |
+| `classHash?` | `undefined` | undefined |
+| `options?` | [`getContractVersionOptions`](../namespaces/types.md#getcontractversionoptions) | getContractVersionOptions - (optional) compiler - (default true) extract compiler version using type tactic from abi - (optional) blockIdentifier - block identifier |
+
+#### Returns
+
+`Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+#### Defined in
+
+[src/provider/interface.ts:362](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L362)
+
+▸ **getContractVersion**(`contractAddress`, `classHash`, `options?`): `Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+Gets the contract version from the provided address
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------------- | :------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `contractAddress` | `undefined` | undefined |
+| `classHash` | `string` | |
+| `options?` | [`getContractVersionOptions`](../namespaces/types.md#getcontractversionoptions) | getContractVersionOptions - (optional) compiler - (default true) extract compiler version using type tactic from abi - (optional) blockIdentifier - block identifier |
+
+#### Returns
+
+`Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+#### Defined in
+
+[src/provider/interface.ts:376](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/interface.ts#L376)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/RPC06.RpcChannel.md b/www/versioned_docs/version-6.24.1/API/classes/RPC06.RpcChannel.md
new file mode 100644
index 000000000..385ebcd7a
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/RPC06.RpcChannel.md
@@ -0,0 +1,864 @@
+---
+id: 'RPC06.RpcChannel'
+title: 'Class: RpcChannel'
+sidebar_label: 'RpcChannel'
+custom_edit_url: null
+---
+
+[RPC06](../namespaces/RPC06.md).RpcChannel
+
+## Constructors
+
+### constructor
+
+• **new RpcChannel**(`optionsOrProvider?`): [`RpcChannel`](RPC06.RpcChannel.md)
+
+#### Parameters
+
+| Name | Type |
+| :------------------- | :---------------------------------------------------------------- |
+| `optionsOrProvider?` | [`RpcProviderOptions`](../namespaces/types.md#rpcprovideroptions) |
+
+#### Returns
+
+[`RpcChannel`](RPC06.RpcChannel.md)
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:64](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L64)
+
+## Properties
+
+### nodeUrl
+
+• **nodeUrl**: `string`
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:42](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L42)
+
+---
+
+### headers
+
+• **headers**: `object`
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:44](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L44)
+
+---
+
+### requestId
+
+• **requestId**: `number`
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:46](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L46)
+
+---
+
+### blockIdentifier
+
+• `Readonly` **blockIdentifier**: [`BlockIdentifier`](../namespaces/types.md#blockidentifier)
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:48](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L48)
+
+---
+
+### retries
+
+• `Readonly` **retries**: `number`
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:50](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L50)
+
+---
+
+### waitMode
+
+• `Readonly` **waitMode**: `boolean`
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:52](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L52)
+
+---
+
+### chainId
+
+• `Private` `Optional` **chainId**: [`StarknetChainId`](../enums/constants.StarknetChainId.md)
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:54](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L54)
+
+---
+
+### specVersion
+
+• `Private` `Optional` **specVersion**: `string`
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:56](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L56)
+
+---
+
+### transactionRetryIntervalFallback
+
+• `Private` `Optional` **transactionRetryIntervalFallback**: `number`
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:58](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L58)
+
+---
+
+### batchClient
+
+• `Private` `Optional` **batchClient**: [`BatchClient`](BatchClient.md)
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:60](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L60)
+
+---
+
+### baseFetch
+
+• `Private` **baseFetch**: (`input`: `RequestInfo` \| `URL`, `init?`: `RequestInit`) => `Promise`<`Response`\>
+
+#### Type declaration
+
+▸ (`input`, `init?`): `Promise`<`Response`\>
+
+##### Parameters
+
+| Name | Type |
+| :------ | :--------------------- |
+| `input` | `RequestInfo` \| `URL` |
+| `init?` | `RequestInit` |
+
+##### Returns
+
+`Promise`<`Response`\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:62](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L62)
+
+## Accessors
+
+### transactionRetryIntervalDefault
+
+• `get` **transactionRetryIntervalDefault**(): `number`
+
+#### Returns
+
+`number`
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:105](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L105)
+
+## Methods
+
+### setChainId
+
+▸ **setChainId**(`chainId`): `void`
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :--------------------------------------------------------- |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) |
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:109](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L109)
+
+---
+
+### fetch
+
+▸ **fetch**(`method`, `params?`, `id?`): `Promise`<`Response`\>
+
+#### Parameters
+
+| Name | Type | Default value |
+| :-------- | :------------------- | :------------ |
+| `method` | `string` | `undefined` |
+| `params?` | `object` | `undefined` |
+| `id` | `string` \| `number` | `0` |
+
+#### Returns
+
+`Promise`<`Response`\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:113](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L113)
+
+---
+
+### errorHandler
+
+▸ **errorHandler**(`method`, `params`, `rpcError?`, `otherError?`): `void`
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :----------------------------------------------- |
+| `method` | `string` |
+| `params` | `any` |
+| `rpcError?` | [`Error`](../namespaces/types.RPC.JRPC.md#error) |
+| `otherError?` | `any` |
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:127](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L127)
+
+---
+
+### fetchEndpoint
+
+▸ **fetchEndpoint**<`T`\>(`method`, `params?`): `Promise`<[`Methods`](../namespaces/types.RPC.RPCSPEC06.md#methods)[`T`][``"result"``]\>
+
+#### Type parameters
+
+| Name | Type |
+| :--- | :-------------------------------------------------------------------------- |
+| `T` | extends keyof `ReadMethods` \| keyof `WriteMethods` \| keyof `TraceMethods` |
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :--------------------------------------------------------------------------- |
+| `method` | `T` |
+| `params?` | [`Methods`](../namespaces/types.RPC.RPCSPEC06.md#methods)[`T`][``"params"``] |
+
+#### Returns
+
+`Promise`<[`Methods`](../namespaces/types.RPC.RPCSPEC06.md#methods)[`T`][``"result"``]\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:139](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L139)
+
+---
+
+### getChainId
+
+▸ **getChainId**(): `Promise`<[`StarknetChainId`](../enums/constants.StarknetChainId.md)\>
+
+#### Returns
+
+`Promise`<[`StarknetChainId`](../enums/constants.StarknetChainId.md)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:164](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L164)
+
+---
+
+### getSpecVersion
+
+▸ **getSpecVersion**(): `Promise`<`string`\>
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:169](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L169)
+
+---
+
+### getNonceForAddress
+
+▸ **getNonceForAddress**(`contractAddress`, `blockIdentifier?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:174](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L174)
+
+---
+
+### getBlockLatestAccepted
+
+▸ **getBlockLatestAccepted**(): `Promise`<[`BlockHashAndNumber`](../namespaces/types.RPC.RPCSPEC06.md#blockhashandnumber)\>
+
+Get the most recent accepted block hash and number
+
+#### Returns
+
+`Promise`<[`BlockHashAndNumber`](../namespaces/types.RPC.RPCSPEC06.md#blockhashandnumber)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:189](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L189)
+
+---
+
+### getBlockNumber
+
+▸ **getBlockNumber**(): `Promise`<`number`\>
+
+Get the most recent accepted block number
+redundant use getBlockLatestAccepted();
+
+#### Returns
+
+`Promise`<`number`\>
+
+Number of the latest block
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:198](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L198)
+
+---
+
+### getBlockWithTxHashes
+
+▸ **getBlockWithTxHashes**(`blockIdentifier?`): `Promise`<[`BlockWithTxHashes`](../namespaces/types.RPC.RPCSPEC06.md#blockwithtxhashes)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockWithTxHashes`](../namespaces/types.RPC.RPCSPEC06.md#blockwithtxhashes)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:202](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L202)
+
+---
+
+### getBlockWithTxs
+
+▸ **getBlockWithTxs**(`blockIdentifier?`): `Promise`<[`BlockWithTxs`](../namespaces/types.RPC.RPCSPEC06.md#blockwithtxs)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockWithTxs`](../namespaces/types.RPC.RPCSPEC06.md#blockwithtxs)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:207](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L207)
+
+---
+
+### getBlockStateUpdate
+
+▸ **getBlockStateUpdate**(`blockIdentifier?`): `Promise`<[`StateUpdate`](../namespaces/types.RPC.RPCSPEC06.md#stateupdate)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`StateUpdate`](../namespaces/types.RPC.RPCSPEC06.md#stateupdate)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:212](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L212)
+
+---
+
+### getBlockTransactionsTraces
+
+▸ **getBlockTransactionsTraces**(`blockIdentifier?`): `Promise`<[`BlockTransactionsTraces`](../namespaces/types.RPC.RPCSPEC06.md#blocktransactionstraces)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockTransactionsTraces`](../namespaces/types.RPC.RPCSPEC06.md#blocktransactionstraces)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:217](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L217)
+
+---
+
+### getBlockTransactionCount
+
+▸ **getBlockTransactionCount**(`blockIdentifier?`): `Promise`<`number`\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`number`\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:222](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L222)
+
+---
+
+### getTransactionByHash
+
+▸ **getTransactionByHash**(`txHash`): `Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:227](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L227)
+
+---
+
+### getTransactionByBlockIdAndIndex
+
+▸ **getTransactionByBlockIdAndIndex**(`blockIdentifier`, `index`): `Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+| `index` | `number` |
+
+#### Returns
+
+`Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:234](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L234)
+
+---
+
+### getTransactionReceipt
+
+▸ **getTransactionReceipt**(`txHash`): `Promise`<[`TransactionReceipt`](../namespaces/types.RPC.RPCSPEC06.md#transactionreceipt)\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TransactionReceipt`](../namespaces/types.RPC.RPCSPEC06.md#transactionreceipt)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:239](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L239)
+
+---
+
+### getTransactionTrace
+
+▸ **getTransactionTrace**(`txHash`): `Promise`<[`TRANSACTION_TRACE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#transaction_trace)\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TRANSACTION_TRACE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#transaction_trace)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:244](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L244)
+
+---
+
+### getTransactionStatus
+
+▸ **getTransactionStatus**(`transactionHash`): `Promise`<[`TransactionStatus`](../namespaces/types.RPC.RPCSPEC06.md#transactionstatus)\>
+
+Get the status of a transaction
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------- |
+| `transactionHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TransactionStatus`](../namespaces/types.RPC.RPCSPEC06.md#transactionstatus)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:252](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L252)
+
+---
+
+### simulateTransaction
+
+▸ **simulateTransaction**(`invocations`, `simulateTransactionOptions?`): `Promise`<[`SimulateTransactionResponse`](../namespaces/types.RPC.RPCSPEC06.md#simulatetransactionresponse)\>
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------------------------- | :-------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `invocations` | [`AccountInvocations`](../namespaces/types.md#accountinvocations) | AccountInvocations |
+| `simulateTransactionOptions` | [`getSimulateTransactionOptions`](../namespaces/types.md#getsimulatetransactionoptions) | blockIdentifier and flags to skip validation and fee charge
- blockIdentifier
- skipValidate (default false)
- skipFeeCharge (default true)
|
+
+#### Returns
+
+`Promise`<[`SimulateTransactionResponse`](../namespaces/types.RPC.RPCSPEC06.md#simulatetransactionresponse)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:264](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L264)
+
+---
+
+### waitForTransaction
+
+▸ **waitForTransaction**(`txHash`, `options?`): `Promise`<[`TXN_RECEIPT`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#txn_receipt)\>
+
+#### Parameters
+
+| Name | Type |
+| :--------- | :------------------------------------------------------------------------------ |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `options?` | [`waitForTransactionOptions`](../namespaces/types.md#waitfortransactionoptions) |
+
+#### Returns
+
+`Promise`<[`TXN_RECEIPT`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#txn_receipt)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:285](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L285)
+
+---
+
+### getStorageAt
+
+▸ **getStorageAt**(`contractAddress`, `key`, `blockIdentifier?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `key` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:367](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L367)
+
+---
+
+### getClassHashAt
+
+▸ **getClassHashAt**(`contractAddress`, `blockIdentifier?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:382](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L382)
+
+---
+
+### getClass
+
+▸ **getClass**(`classHash`, `blockIdentifier?`): `Promise`<[`ContractClass`](../namespaces/types.RPC.RPCSPEC06.md#contractclass)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `classHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`ContractClass`](../namespaces/types.RPC.RPCSPEC06.md#contractclass)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:394](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L394)
+
+---
+
+### getClassAt
+
+▸ **getClassAt**(`contractAddress`, `blockIdentifier?`): `Promise`<[`ContractClass`](../namespaces/types.RPC.RPCSPEC06.md#contractclass)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`ContractClass`](../namespaces/types.RPC.RPCSPEC06.md#contractclass)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:406](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L406)
+
+---
+
+### getEstimateFee
+
+▸ **getEstimateFee**(`invocations`, `«destructured»`): `Promise`<[`FEE_ESTIMATE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#fee_estimate)[]\>
+
+#### Parameters
+
+| Name | Type |
+| :--------------- | :------------------------------------------------------------------------------ |
+| `invocations` | [`AccountInvocations`](../namespaces/types.md#accountinvocations) |
+| `«destructured»` | [`getEstimateFeeBulkOptions`](../namespaces/types.md#getestimatefeebulkoptions) |
+
+#### Returns
+
+`Promise`<[`FEE_ESTIMATE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#fee_estimate)[]\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:418](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L418)
+
+---
+
+### invoke
+
+▸ **invoke**(`functionInvocation`, `details`): `Promise`<[`InvokedTransaction`](../namespaces/types.RPC.RPCSPEC06.md#invokedtransaction)\>
+
+#### Parameters
+
+| Name | Type |
+| :------------------- | :---------------------------------------------------------------------------------- |
+| `functionInvocation` | [`Invocation`](../namespaces/types.md#invocation) |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) |
+
+#### Returns
+
+`Promise`<[`InvokedTransaction`](../namespaces/types.RPC.RPCSPEC06.md#invokedtransaction)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:437](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L437)
+
+---
+
+### declare
+
+▸ **declare**(`«destructured»`, `details`): `Promise`<[`TXN_RECEIPT`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#txn_receipt) \| [`DeclaredTransaction`](../namespaces/types.RPC.RPCSPEC06.md#declaredtransaction)\>
+
+#### Parameters
+
+| Name | Type |
+| :--------------- | :---------------------------------------------------------------------------------- |
+| `«destructured»` | [`DeclareContractTransaction`](../namespaces/types.md#declarecontracttransaction) |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) |
+
+#### Returns
+
+`Promise`<[`TXN_RECEIPT`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#txn_receipt) \| [`DeclaredTransaction`](../namespaces/types.RPC.RPCSPEC06.md#declaredtransaction)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:480](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L480)
+
+---
+
+### deployAccount
+
+▸ **deployAccount**(`«destructured»`, `details`): `Promise`<[`TXN_RECEIPT`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#txn_receipt) \| [`DeployedAccountTransaction`](../namespaces/types.RPC.RPCSPEC06.md#deployedaccounttransaction)\>
+
+#### Parameters
+
+| Name | Type |
+| :--------------- | :-------------------------------------------------------------------------------------------- |
+| `«destructured»` | [`DeployAccountContractTransaction`](../namespaces/types.md#deployaccountcontracttransaction) |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) |
+
+#### Returns
+
+`Promise`<[`TXN_RECEIPT`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#txn_receipt) \| [`DeployedAccountTransaction`](../namespaces/types.RPC.RPCSPEC06.md#deployedaccounttransaction)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:562](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L562)
+
+---
+
+### callContract
+
+▸ **callContract**(`call`, `blockIdentifier?`): `Promise`<`string`[]\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `call` | [`Call`](../namespaces/types.md#call) |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`string`[]\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:609](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L609)
+
+---
+
+### estimateMessageFee
+
+▸ **estimateMessageFee**(`message`, `blockIdentifier?`): `Promise`<[`FEE_ESTIMATE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#fee_estimate)\>
+
+NEW: Estimate the fee for a message from L1
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------------- | :--------------------------------------------------------------------- | :-------------- |
+| `message` | [`MSG_FROM_L1`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#msg_from_l1) | Message From L1 |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | - |
+
+#### Returns
+
+`Promise`<[`FEE_ESTIMATE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#fee_estimate)\>
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:625](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L625)
+
+---
+
+### getSyncingStats
+
+▸ **getSyncingStats**(): `Promise`<[`Syncing`](../namespaces/types.RPC.RPCSPEC06.md#syncing)\>
+
+Returns an object about the sync status, or false if the node is not synching
+
+#### Returns
+
+`Promise`<[`Syncing`](../namespaces/types.RPC.RPCSPEC06.md#syncing)\>
+
+Object with the stats data
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:648](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L648)
+
+---
+
+### getEvents
+
+▸ **getEvents**(`eventFilter`): `Promise`<[`EVENTS_CHUNK`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#events_chunk)\>
+
+Returns all events matching the given filter
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :---------------------------------------------------------------- |
+| `eventFilter` | [`EventFilter`](../namespaces/types.RPC.RPCSPEC06.md#eventfilter) |
+
+#### Returns
+
+`Promise`<[`EVENTS_CHUNK`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#events_chunk)\>
+
+events and the pagination of the events
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:656](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L656)
+
+---
+
+### buildTransaction
+
+▸ **buildTransaction**(`invocation`, `versionType?`): [`BROADCASTED_TXN`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#broadcasted_txn)
+
+#### Parameters
+
+| Name | Type |
+| :------------- | :---------------------------------------------------------------------- |
+| `invocation` | [`AccountInvocationItem`](../namespaces/types.md#accountinvocationitem) |
+| `versionType?` | `"fee"` \| `"transaction"` |
+
+#### Returns
+
+[`BROADCASTED_TXN`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#broadcasted_txn)
+
+#### Defined in
+
+[src/channel/rpc_0_6.ts:660](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_6.ts#L660)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/RPC07.RpcChannel.md b/www/versioned_docs/version-6.24.1/API/classes/RPC07.RpcChannel.md
new file mode 100644
index 000000000..aa6c24094
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/RPC07.RpcChannel.md
@@ -0,0 +1,884 @@
+---
+id: 'RPC07.RpcChannel'
+title: 'Class: RpcChannel'
+sidebar_label: 'RpcChannel'
+custom_edit_url: null
+---
+
+[RPC07](../namespaces/RPC07.md).RpcChannel
+
+## Constructors
+
+### constructor
+
+• **new RpcChannel**(`optionsOrProvider?`): [`RpcChannel`](RPC07.RpcChannel.md)
+
+#### Parameters
+
+| Name | Type |
+| :------------------- | :---------------------------------------------------------------- |
+| `optionsOrProvider?` | [`RpcProviderOptions`](../namespaces/types.md#rpcprovideroptions) |
+
+#### Returns
+
+[`RpcChannel`](RPC07.RpcChannel.md)
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:64](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L64)
+
+## Properties
+
+### nodeUrl
+
+• **nodeUrl**: `string`
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:42](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L42)
+
+---
+
+### headers
+
+• **headers**: `object`
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:44](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L44)
+
+---
+
+### requestId
+
+• **requestId**: `number`
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:46](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L46)
+
+---
+
+### blockIdentifier
+
+• `Readonly` **blockIdentifier**: [`BlockIdentifier`](../namespaces/types.md#blockidentifier)
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:48](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L48)
+
+---
+
+### retries
+
+• `Readonly` **retries**: `number`
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:50](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L50)
+
+---
+
+### waitMode
+
+• `Readonly` **waitMode**: `boolean`
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:52](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L52)
+
+---
+
+### chainId
+
+• `Private` `Optional` **chainId**: [`StarknetChainId`](../enums/constants.StarknetChainId.md)
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:54](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L54)
+
+---
+
+### specVersion
+
+• `Private` `Optional` **specVersion**: `string`
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:56](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L56)
+
+---
+
+### transactionRetryIntervalFallback
+
+• `Private` `Optional` **transactionRetryIntervalFallback**: `number`
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:58](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L58)
+
+---
+
+### batchClient
+
+• `Private` `Optional` **batchClient**: [`BatchClient`](BatchClient.md)
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:60](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L60)
+
+---
+
+### baseFetch
+
+• `Private` **baseFetch**: (`input`: `RequestInfo` \| `URL`, `init?`: `RequestInit`) => `Promise`<`Response`\>
+
+#### Type declaration
+
+▸ (`input`, `init?`): `Promise`<`Response`\>
+
+##### Parameters
+
+| Name | Type |
+| :------ | :--------------------- |
+| `input` | `RequestInfo` \| `URL` |
+| `init?` | `RequestInit` |
+
+##### Returns
+
+`Promise`<`Response`\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:62](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L62)
+
+## Accessors
+
+### transactionRetryIntervalDefault
+
+• `get` **transactionRetryIntervalDefault**(): `number`
+
+#### Returns
+
+`number`
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:105](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L105)
+
+## Methods
+
+### setChainId
+
+▸ **setChainId**(`chainId`): `void`
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :--------------------------------------------------------- |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) |
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:109](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L109)
+
+---
+
+### fetch
+
+▸ **fetch**(`method`, `params?`, `id?`): `Promise`<`Response`\>
+
+#### Parameters
+
+| Name | Type | Default value |
+| :-------- | :------------------- | :------------ |
+| `method` | `string` | `undefined` |
+| `params?` | `object` | `undefined` |
+| `id` | `string` \| `number` | `0` |
+
+#### Returns
+
+`Promise`<`Response`\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:113](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L113)
+
+---
+
+### errorHandler
+
+▸ **errorHandler**(`method`, `params`, `rpcError?`, `otherError?`): `void`
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :----------------------------------------------- |
+| `method` | `string` |
+| `params` | `any` |
+| `rpcError?` | [`Error`](../namespaces/types.RPC.JRPC.md#error) |
+| `otherError?` | `any` |
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:127](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L127)
+
+---
+
+### fetchEndpoint
+
+▸ **fetchEndpoint**<`T`\>(`method`, `params?`): `Promise`<[`Methods`](../namespaces/types.RPC.RPCSPEC07.API.md#methods)[`T`][``"result"``]\>
+
+#### Type parameters
+
+| Name | Type |
+| :--- | :-------------------------------------------------------------------------- |
+| `T` | extends keyof `ReadMethods` \| keyof `WriteMethods` \| keyof `TraceMethods` |
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :------------------------------------------------------------------------------- |
+| `method` | `T` |
+| `params?` | [`Methods`](../namespaces/types.RPC.RPCSPEC07.API.md#methods)[`T`][``"params"``] |
+
+#### Returns
+
+`Promise`<[`Methods`](../namespaces/types.RPC.RPCSPEC07.API.md#methods)[`T`][``"result"``]\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:139](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L139)
+
+---
+
+### getChainId
+
+▸ **getChainId**(): `Promise`<[`StarknetChainId`](../enums/constants.StarknetChainId.md)\>
+
+#### Returns
+
+`Promise`<[`StarknetChainId`](../enums/constants.StarknetChainId.md)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:164](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L164)
+
+---
+
+### getSpecVersion
+
+▸ **getSpecVersion**(): `Promise`<`string`\>
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:169](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L169)
+
+---
+
+### getNonceForAddress
+
+▸ **getNonceForAddress**(`contractAddress`, `blockIdentifier?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:174](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L174)
+
+---
+
+### getBlockLatestAccepted
+
+▸ **getBlockLatestAccepted**(): `Promise`<[`BlockHashAndNumber`](../namespaces/types.RPC.RPCSPEC07.API.md#blockhashandnumber)\>
+
+Get the most recent accepted block hash and number
+
+#### Returns
+
+`Promise`<[`BlockHashAndNumber`](../namespaces/types.RPC.RPCSPEC07.API.md#blockhashandnumber)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:189](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L189)
+
+---
+
+### getBlockNumber
+
+▸ **getBlockNumber**(): `Promise`<`number`\>
+
+Get the most recent accepted block number
+redundant use getBlockLatestAccepted();
+
+#### Returns
+
+`Promise`<`number`\>
+
+Number of the latest block
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:198](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L198)
+
+---
+
+### getBlockWithTxHashes
+
+▸ **getBlockWithTxHashes**(`blockIdentifier?`): `Promise`<[`BlockWithTxHashes`](../namespaces/types.RPC.RPCSPEC07.API.md#blockwithtxhashes)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockWithTxHashes`](../namespaces/types.RPC.RPCSPEC07.API.md#blockwithtxhashes)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:202](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L202)
+
+---
+
+### getBlockWithTxs
+
+▸ **getBlockWithTxs**(`blockIdentifier?`): `Promise`<[`BlockWithTxs`](../namespaces/types.RPC.RPCSPEC07.API.md#blockwithtxs)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockWithTxs`](../namespaces/types.RPC.RPCSPEC07.API.md#blockwithtxs)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:207](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L207)
+
+---
+
+### getBlockWithReceipts
+
+▸ **getBlockWithReceipts**(`blockIdentifier?`): `Promise`<[`BlockWithTxReceipts`](../namespaces/types.RPC.RPCSPEC07.API.md#blockwithtxreceipts)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockWithTxReceipts`](../namespaces/types.RPC.RPCSPEC07.API.md#blockwithtxreceipts)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:212](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L212)
+
+---
+
+### getBlockStateUpdate
+
+▸ **getBlockStateUpdate**(`blockIdentifier?`): `Promise`<[`StateUpdate`](../namespaces/types.RPC.RPCSPEC07.API.md#stateupdate)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`StateUpdate`](../namespaces/types.RPC.RPCSPEC07.API.md#stateupdate)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:217](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L217)
+
+---
+
+### getBlockTransactionsTraces
+
+▸ **getBlockTransactionsTraces**(`blockIdentifier?`): `Promise`<[`BlockTransactionsTraces`](../namespaces/types.RPC.RPCSPEC07.API.md#blocktransactionstraces)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockTransactionsTraces`](../namespaces/types.RPC.RPCSPEC07.API.md#blocktransactionstraces)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:222](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L222)
+
+---
+
+### getBlockTransactionCount
+
+▸ **getBlockTransactionCount**(`blockIdentifier?`): `Promise`<`number`\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`number`\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:227](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L227)
+
+---
+
+### getTransactionByHash
+
+▸ **getTransactionByHash**(`txHash`): `Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC07.API.md#transactionwithhash)\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC07.API.md#transactionwithhash)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:232](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L232)
+
+---
+
+### getTransactionByBlockIdAndIndex
+
+▸ **getTransactionByBlockIdAndIndex**(`blockIdentifier`, `index`): `Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC07.API.md#transactionwithhash)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+| `index` | `number` |
+
+#### Returns
+
+`Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC07.API.md#transactionwithhash)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:239](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L239)
+
+---
+
+### getTransactionReceipt
+
+▸ **getTransactionReceipt**(`txHash`): `Promise`<[`TXN_RECEIPT_WITH_BLOCK_INFO`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#txn_receipt_with_block_info)\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TXN_RECEIPT_WITH_BLOCK_INFO`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#txn_receipt_with_block_info)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:244](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L244)
+
+---
+
+### getTransactionTrace
+
+▸ **getTransactionTrace**(`txHash`): `Promise`<[`TRANSACTION_TRACE`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#transaction_trace)\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TRANSACTION_TRACE`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#transaction_trace)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:249](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L249)
+
+---
+
+### getTransactionStatus
+
+▸ **getTransactionStatus**(`transactionHash`): `Promise`<[`TransactionStatus`](../namespaces/types.RPC.RPCSPEC07.API.md#transactionstatus)\>
+
+Get the status of a transaction
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------- |
+| `transactionHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TransactionStatus`](../namespaces/types.RPC.RPCSPEC07.API.md#transactionstatus)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:257](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L257)
+
+---
+
+### simulateTransaction
+
+▸ **simulateTransaction**(`invocations`, `simulateTransactionOptions?`): `Promise`<[`SimulateTransactionResponse`](../namespaces/types.RPC.RPCSPEC07.API.md#simulatetransactionresponse)\>
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------------------------- | :-------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `invocations` | [`AccountInvocations`](../namespaces/types.md#accountinvocations) | AccountInvocations |
+| `simulateTransactionOptions` | [`getSimulateTransactionOptions`](../namespaces/types.md#getsimulatetransactionoptions) | blockIdentifier and flags to skip validation and fee charge
- blockIdentifier
- skipValidate (default false)
- skipFeeCharge (default true)
|
+
+#### Returns
+
+`Promise`<[`SimulateTransactionResponse`](../namespaces/types.RPC.RPCSPEC07.API.md#simulatetransactionresponse)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:269](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L269)
+
+---
+
+### waitForTransaction
+
+▸ **waitForTransaction**(`txHash`, `options?`): `Promise`<[`TXN_RECEIPT`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#txn_receipt)\>
+
+#### Parameters
+
+| Name | Type |
+| :--------- | :------------------------------------------------------------------------------ |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `options?` | [`waitForTransactionOptions`](../namespaces/types.md#waitfortransactionoptions) |
+
+#### Returns
+
+`Promise`<[`TXN_RECEIPT`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#txn_receipt)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:290](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L290)
+
+---
+
+### getStorageAt
+
+▸ **getStorageAt**(`contractAddress`, `key`, `blockIdentifier?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `key` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:372](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L372)
+
+---
+
+### getClassHashAt
+
+▸ **getClassHashAt**(`contractAddress`, `blockIdentifier?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:387](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L387)
+
+---
+
+### getClass
+
+▸ **getClass**(`classHash`, `blockIdentifier?`): `Promise`<[`ContractClass`](../namespaces/types.RPC.RPCSPEC07.API.md#contractclass)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `classHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`ContractClass`](../namespaces/types.RPC.RPCSPEC07.API.md#contractclass)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:399](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L399)
+
+---
+
+### getClassAt
+
+▸ **getClassAt**(`contractAddress`, `blockIdentifier?`): `Promise`<[`ContractClass`](../namespaces/types.RPC.RPCSPEC07.API.md#contractclass)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`ContractClass`](../namespaces/types.RPC.RPCSPEC07.API.md#contractclass)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:411](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L411)
+
+---
+
+### getEstimateFee
+
+▸ **getEstimateFee**(`invocations`, `«destructured»`): `Promise`<[`FEE_ESTIMATE`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#fee_estimate)[]\>
+
+#### Parameters
+
+| Name | Type |
+| :--------------- | :------------------------------------------------------------------------------ |
+| `invocations` | [`AccountInvocations`](../namespaces/types.md#accountinvocations) |
+| `«destructured»` | [`getEstimateFeeBulkOptions`](../namespaces/types.md#getestimatefeebulkoptions) |
+
+#### Returns
+
+`Promise`<[`FEE_ESTIMATE`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#fee_estimate)[]\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:423](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L423)
+
+---
+
+### invoke
+
+▸ **invoke**(`functionInvocation`, `details`): `Promise`<[`InvokedTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#invokedtransaction)\>
+
+#### Parameters
+
+| Name | Type |
+| :------------------- | :---------------------------------------------------------------------------------- |
+| `functionInvocation` | [`Invocation`](../namespaces/types.md#invocation) |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) |
+
+#### Returns
+
+`Promise`<[`InvokedTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#invokedtransaction)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:442](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L442)
+
+---
+
+### declare
+
+▸ **declare**(`«destructured»`, `details`): `Promise`<[`TXN_RECEIPT`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#txn_receipt) \| [`DeclaredTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#declaredtransaction)\>
+
+#### Parameters
+
+| Name | Type |
+| :--------------- | :---------------------------------------------------------------------------------- |
+| `«destructured»` | [`DeclareContractTransaction`](../namespaces/types.md#declarecontracttransaction) |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) |
+
+#### Returns
+
+`Promise`<[`TXN_RECEIPT`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#txn_receipt) \| [`DeclaredTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#declaredtransaction)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:485](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L485)
+
+---
+
+### deployAccount
+
+▸ **deployAccount**(`«destructured»`, `details`): `Promise`<[`TXN_RECEIPT`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#txn_receipt) \| [`DeployedAccountTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#deployedaccounttransaction)\>
+
+#### Parameters
+
+| Name | Type |
+| :--------------- | :-------------------------------------------------------------------------------------------- |
+| `«destructured»` | [`DeployAccountContractTransaction`](../namespaces/types.md#deployaccountcontracttransaction) |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) |
+
+#### Returns
+
+`Promise`<[`TXN_RECEIPT`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#txn_receipt) \| [`DeployedAccountTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#deployedaccounttransaction)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:567](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L567)
+
+---
+
+### callContract
+
+▸ **callContract**(`call`, `blockIdentifier?`): `Promise`<`string`[]\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `call` | [`Call`](../namespaces/types.md#call) |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`string`[]\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:614](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L614)
+
+---
+
+### estimateMessageFee
+
+▸ **estimateMessageFee**(`message`, `blockIdentifier?`): `Promise`<[`FEE_ESTIMATE`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#fee_estimate)\>
+
+NEW: Estimate the fee for a message from L1
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------------- | :------------------------------------------------------------------------- | :-------------- |
+| `message` | [`MSG_FROM_L1`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#msg_from_l1) | Message From L1 |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | - |
+
+#### Returns
+
+`Promise`<[`FEE_ESTIMATE`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#fee_estimate)\>
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:630](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L630)
+
+---
+
+### getSyncingStats
+
+▸ **getSyncingStats**(): `Promise`<[`Syncing`](../namespaces/types.RPC.RPCSPEC07.API.md#syncing)\>
+
+Returns an object about the sync status, or false if the node is not synching
+
+#### Returns
+
+`Promise`<[`Syncing`](../namespaces/types.RPC.RPCSPEC07.API.md#syncing)\>
+
+Object with the stats data
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:653](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L653)
+
+---
+
+### getEvents
+
+▸ **getEvents**(`eventFilter`): `Promise`<[`EVENTS_CHUNK`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#events_chunk)\>
+
+Returns all events matching the given filter
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :-------------------------------------------------------------------- |
+| `eventFilter` | [`EventFilter`](../namespaces/types.RPC.RPCSPEC07.API.md#eventfilter) |
+
+#### Returns
+
+`Promise`<[`EVENTS_CHUNK`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#events_chunk)\>
+
+events and the pagination of the events
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:661](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L661)
+
+---
+
+### buildTransaction
+
+▸ **buildTransaction**(`invocation`, `versionType?`): [`BROADCASTED_TXN`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#broadcasted_txn)
+
+#### Parameters
+
+| Name | Type |
+| :------------- | :---------------------------------------------------------------------- |
+| `invocation` | [`AccountInvocationItem`](../namespaces/types.md#accountinvocationitem) |
+| `versionType?` | `"fee"` \| `"transaction"` |
+
+#### Returns
+
+[`BROADCASTED_TXN`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#broadcasted_txn)
+
+#### Defined in
+
+[src/channel/rpc_0_7.ts:665](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/channel/rpc_0_7.ts#L665)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/RPCResponseParser.md b/www/versioned_docs/version-6.24.1/API/classes/RPCResponseParser.md
new file mode 100644
index 000000000..f610c3ad7
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/RPCResponseParser.md
@@ -0,0 +1,236 @@
+---
+id: 'RPCResponseParser'
+title: 'Class: RPCResponseParser'
+sidebar_label: 'RPCResponseParser'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Implements
+
+- `Omit`<[`ResponseParser`](ResponseParser.md), `"parseDeclareContractResponse"` \| `"parseDeployContractResponse"` \| `"parseInvokeFunctionResponse"` \| `"parseGetTransactionReceiptResponse"` \| `"parseGetTransactionResponse"` \| `"parseCallContractResponse"`\>
+
+## Constructors
+
+### constructor
+
+• **new RPCResponseParser**(`margin?`): [`RPCResponseParser`](RPCResponseParser.md)
+
+#### Parameters
+
+| Name | Type |
+| :------------------------------ | :------- |
+| `margin?` | `Object` |
+| `margin.l1BoundMaxAmount` | `number` |
+| `margin.l1BoundMaxPricePerUnit` | `number` |
+| `margin.maxFee` | `number` |
+
+#### Returns
+
+[`RPCResponseParser`](RPCResponseParser.md)
+
+#### Defined in
+
+[src/utils/responseParser/rpc.ts:38](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/rpc.ts#L38)
+
+## Properties
+
+### margin
+
+• `Private` **margin**: `undefined` \| \{ `l1BoundMaxAmount`: `number` ; `l1BoundMaxPricePerUnit`: `number` ; `maxFee`: `number` }
+
+#### Defined in
+
+[src/utils/responseParser/rpc.ts:36](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/rpc.ts#L36)
+
+## Methods
+
+### estimatedFeeToMaxFee
+
+▸ **estimatedFeeToMaxFee**(`estimatedFee`): `bigint`
+
+#### Parameters
+
+| Name | Type |
+| :------------- | :---------------------------------------------------- |
+| `estimatedFee` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`bigint`
+
+#### Defined in
+
+[src/utils/responseParser/rpc.ts:42](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/rpc.ts#L42)
+
+---
+
+### estimateFeeToBounds
+
+▸ **estimateFeeToBounds**(`estimate`): [`RESOURCE_BOUNDS_MAPPING`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds_mapping)
+
+#### Parameters
+
+| Name | Type |
+| :--------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `estimate` | `0n` \| \{ `unit`: `"WEI"` \| `"FRI"` ; `gas_consumed`: `string` ; `gas_price`: `string` ; `overall_fee`: `string` ; `data_gas_consumed`: `undefined` \| `string` ; `data_gas_price`: `undefined` \| `string` } |
+
+#### Returns
+
+[`RESOURCE_BOUNDS_MAPPING`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds_mapping)
+
+#### Defined in
+
+[src/utils/responseParser/rpc.ts:46](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/rpc.ts#L46)
+
+---
+
+### parseGetBlockResponse
+
+▸ **parseGetBlockResponse**(`res`): [`GetBlockResponse`](../namespaces/types.md#getblockresponse)
+
+#### Parameters
+
+| Name | Type |
+| :---- | :-------------------------------------------------------------- |
+| `res` | [`BlockWithTxHashes`](../namespaces/types.md#blockwithtxhashes) |
+
+#### Returns
+
+[`GetBlockResponse`](../namespaces/types.md#getblockresponse)
+
+#### Implementation of
+
+Omit.parseGetBlockResponse
+
+#### Defined in
+
+[src/utils/responseParser/rpc.ts:54](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/rpc.ts#L54)
+
+---
+
+### parseTransactionReceipt
+
+▸ **parseTransactionReceipt**(`res`): [`GetTxReceiptResponseWithoutHelper`](../namespaces/types.md#gettxreceiptresponsewithouthelper)
+
+#### Parameters
+
+| Name | Type |
+| :---- | :---------------------------------------------------------------- |
+| `res` | [`TransactionReceipt`](../namespaces/types.md#transactionreceipt) |
+
+#### Returns
+
+[`GetTxReceiptResponseWithoutHelper`](../namespaces/types.md#gettxreceiptresponsewithouthelper)
+
+#### Defined in
+
+[src/utils/responseParser/rpc.ts:58](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/rpc.ts#L58)
+
+---
+
+### parseFeeEstimateResponse
+
+▸ **parseFeeEstimateResponse**(`res`): [`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)
+
+#### Parameters
+
+| Name | Type |
+| :---- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `res` | \{ `unit`: `"WEI"` \| `"FRI"` ; `gas_consumed`: `string` ; `gas_price`: `string` ; `overall_fee`: `string` ; `data_gas_consumed`: `undefined` \| `string` ; `data_gas_price`: `undefined` \| `string` }[] |
+
+#### Returns
+
+[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)
+
+#### Implementation of
+
+Omit.parseFeeEstimateResponse
+
+#### Defined in
+
+[src/utils/responseParser/rpc.ts:74](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/rpc.ts#L74)
+
+---
+
+### parseFeeEstimateBulkResponse
+
+▸ **parseFeeEstimateBulkResponse**(`res`): [`EstimateFeeResponseBulk`](../namespaces/types.md#estimatefeeresponsebulk)
+
+#### Parameters
+
+| Name | Type |
+| :---- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `res` | \{ `unit`: `"WEI"` \| `"FRI"` ; `gas_consumed`: `string` ; `gas_price`: `string` ; `overall_fee`: `string` ; `data_gas_consumed`: `undefined` \| `string` ; `data_gas_price`: `undefined` \| `string` }[] |
+
+#### Returns
+
+[`EstimateFeeResponseBulk`](../namespaces/types.md#estimatefeeresponsebulk)
+
+#### Defined in
+
+[src/utils/responseParser/rpc.ts:88](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/rpc.ts#L88)
+
+---
+
+### parseSimulateTransactionResponse
+
+▸ **parseSimulateTransactionResponse**(`res`): [`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)
+
+#### Parameters
+
+| Name | Type |
+| :---- | :---- |
+| `res` | `any` |
+
+#### Returns
+
+[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)
+
+#### Implementation of
+
+Omit.parseSimulateTransactionResponse
+
+#### Defined in
+
+[src/utils/responseParser/rpc.ts:101](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/rpc.ts#L101)
+
+---
+
+### parseContractClassResponse
+
+▸ **parseContractClassResponse**(`res`): [`ContractClassResponse`](../namespaces/types.md#contractclassresponse)
+
+#### Parameters
+
+| Name | Type |
+| :---- | :-------------------------------------------------------------------- |
+| `res` | [`ContractClassPayload`](../namespaces/types.md#contractclasspayload) |
+
+#### Returns
+
+[`ContractClassResponse`](../namespaces/types.md#contractclassresponse)
+
+#### Defined in
+
+[src/utils/responseParser/rpc.ts:118](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/rpc.ts#L118)
+
+---
+
+### parseL1GasPriceResponse
+
+▸ **parseL1GasPriceResponse**(`res`): `string`
+
+#### Parameters
+
+| Name | Type |
+| :---- | :-------------------------------------------------------------- |
+| `res` | [`BlockWithTxHashes`](../namespaces/types.md#blockwithtxhashes) |
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+[src/utils/responseParser/rpc.ts:125](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/rpc.ts#L125)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/ReceiptTx.md b/www/versioned_docs/version-6.24.1/API/classes/ReceiptTx.md
new file mode 100644
index 000000000..3175d1109
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/ReceiptTx.md
@@ -0,0 +1,233 @@
+---
+id: 'ReceiptTx'
+title: 'Class: ReceiptTx'
+sidebar_label: 'ReceiptTx'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+Utility that analyses transaction receipt response and provides helpers to process it
+
+**`Example`**
+
+```typescript
+const responseTx = new ReceiptTx(receipt);
+responseTx.match({
+ success: (txR: SuccessfulTransactionReceiptResponse) => { },
+ rejected: (txR: RejectedTransactionReceiptResponse) => { },
+ reverted: (txR: RevertedTransactionReceiptResponse) => { },
+ error: (err: Error) => { },
+});
+responseTx.match({
+ success: (txR: SuccessfulTransactionReceiptResponse) => { },
+ _: () => { },
+}
+```
+
+## Implements
+
+- [`TransactionReceiptUtilityInterface`](../namespaces/types.md#transactionreceiptutilityinterface)
+
+## Constructors
+
+### constructor
+
+• **new ReceiptTx**(`receipt`): [`ReceiptTx`](ReceiptTx.md)
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :---------------------------------------------------------------------------------------------- |
+| `receipt` | [`GetTxReceiptResponseWithoutHelper`](../namespaces/types.md#gettxreceiptresponsewithouthelper) |
+
+#### Returns
+
+[`ReceiptTx`](ReceiptTx.md)
+
+#### Defined in
+
+[src/utils/transactionReceipt.ts:39](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transactionReceipt.ts#L39)
+
+## Properties
+
+### statusReceipt
+
+• `Readonly` **statusReceipt**: keyof [`TransactionStatusReceiptSets`](../namespaces/types.md#transactionstatusreceiptsets)
+
+#### Implementation of
+
+TransactionReceiptUtilityInterface.statusReceipt
+
+#### Defined in
+
+[src/utils/transactionReceipt.ts:35](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transactionReceipt.ts#L35)
+
+---
+
+### value
+
+• `Readonly` **value**: [`TransactionReceiptValue`](../namespaces/types.md#transactionreceiptvalue)
+
+#### Implementation of
+
+TransactionReceiptUtilityInterface.value
+
+#### Defined in
+
+[src/utils/transactionReceipt.ts:37](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transactionReceipt.ts#L37)
+
+## Methods
+
+### isSuccess
+
+▸ **isSuccess**(`transactionReceipt`): transactionReceipt is SuccessfulTransactionReceiptResponse
+
+#### Parameters
+
+| Name | Type |
+| :------------------- | :---------------------------------------------------------------------------------------------- |
+| `transactionReceipt` | [`GetTxReceiptResponseWithoutHelper`](../namespaces/types.md#gettxreceiptresponsewithouthelper) |
+
+#### Returns
+
+transactionReceipt is SuccessfulTransactionReceiptResponse
+
+#### Defined in
+
+[src/utils/transactionReceipt.ts:86](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transactionReceipt.ts#L86)
+
+---
+
+### isReverted
+
+▸ **isReverted**(`transactionReceipt`): transactionReceipt is RevertedTransactionReceiptResponse
+
+#### Parameters
+
+| Name | Type |
+| :------------------- | :---------------------------------------------------------------------------------------------- |
+| `transactionReceipt` | [`GetTxReceiptResponseWithoutHelper`](../namespaces/types.md#gettxreceiptresponsewithouthelper) |
+
+#### Returns
+
+transactionReceipt is RevertedTransactionReceiptResponse
+
+#### Defined in
+
+[src/utils/transactionReceipt.ts:95](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transactionReceipt.ts#L95)
+
+---
+
+### isRejected
+
+▸ **isRejected**(`transactionReceipt`): transactionReceipt is RejectedTransactionReceiptResponse
+
+#### Parameters
+
+| Name | Type |
+| :------------------- | :---------------------------------------------------------------------------------------------- |
+| `transactionReceipt` | [`GetTxReceiptResponseWithoutHelper`](../namespaces/types.md#gettxreceiptresponsewithouthelper) |
+
+#### Returns
+
+transactionReceipt is RejectedTransactionReceiptResponse
+
+#### Defined in
+
+[src/utils/transactionReceipt.ts:104](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transactionReceipt.ts#L104)
+
+---
+
+### match
+
+▸ **match**(`callbacks`): `void`
+
+#### Parameters
+
+| Name | Type |
+| :---------- | :---------------------------------------------------------------------------------- |
+| `callbacks` | [`TransactionReceiptCallbacks`](../namespaces/types.md#transactionreceiptcallbacks) |
+
+#### Returns
+
+`void`
+
+#### Implementation of
+
+TransactionReceiptUtilityInterface.match
+
+#### Defined in
+
+[src/utils/transactionReceipt.ts:63](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transactionReceipt.ts#L63)
+
+---
+
+### isSuccess
+
+▸ **isSuccess**(): this is SuccessfulTransactionReceiptResponse
+
+#### Returns
+
+this is SuccessfulTransactionReceiptResponse
+
+#### Implementation of
+
+TransactionReceiptUtilityInterface.isSuccess
+
+#### Defined in
+
+[src/utils/transactionReceipt.ts:70](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transactionReceipt.ts#L70)
+
+---
+
+### isReverted
+
+▸ **isReverted**(): this is RevertedTransactionReceiptResponse
+
+#### Returns
+
+this is RevertedTransactionReceiptResponse
+
+#### Implementation of
+
+TransactionReceiptUtilityInterface.isReverted
+
+#### Defined in
+
+[src/utils/transactionReceipt.ts:74](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transactionReceipt.ts#L74)
+
+---
+
+### isRejected
+
+▸ **isRejected**(): this is RejectedTransactionReceiptResponse
+
+#### Returns
+
+this is RejectedTransactionReceiptResponse
+
+#### Implementation of
+
+TransactionReceiptUtilityInterface.isRejected
+
+#### Defined in
+
+[src/utils/transactionReceipt.ts:78](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transactionReceipt.ts#L78)
+
+---
+
+### isError
+
+▸ **isError**(): `boolean`
+
+#### Returns
+
+`boolean`
+
+#### Implementation of
+
+TransactionReceiptUtilityInterface.isError
+
+#### Defined in
+
+[src/utils/transactionReceipt.ts:82](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transactionReceipt.ts#L82)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/ResponseParser.md b/www/versioned_docs/version-6.24.1/API/classes/ResponseParser.md
new file mode 100644
index 000000000..6ffaa1f3a
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/ResponseParser.md
@@ -0,0 +1,206 @@
+---
+id: 'ResponseParser'
+title: 'Class: ResponseParser'
+sidebar_label: 'ResponseParser'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Constructors
+
+### constructor
+
+• **new ResponseParser**(): [`ResponseParser`](ResponseParser.md)
+
+#### Returns
+
+[`ResponseParser`](ResponseParser.md)
+
+## Methods
+
+### parseGetBlockResponse
+
+▸ **parseGetBlockResponse**(`res`): [`GetBlockResponse`](../namespaces/types.md#getblockresponse)
+
+#### Parameters
+
+| Name | Type |
+| :---- | :-------------------------------------------------------------- |
+| `res` | [`BlockWithTxHashes`](../namespaces/types.md#blockwithtxhashes) |
+
+#### Returns
+
+[`GetBlockResponse`](../namespaces/types.md#getblockresponse)
+
+#### Defined in
+
+[src/utils/responseParser/interface.ts:16](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/interface.ts#L16)
+
+---
+
+### parseGetTransactionResponse
+
+▸ **parseGetTransactionResponse**(`res`): `TransactionWithHash`
+
+#### Parameters
+
+| Name | Type |
+| :---- | :---- |
+| `res` | `any` |
+
+#### Returns
+
+`TransactionWithHash`
+
+#### Defined in
+
+[src/utils/responseParser/interface.ts:18](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/interface.ts#L18)
+
+---
+
+### parseGetTransactionReceiptResponse
+
+▸ **parseGetTransactionReceiptResponse**(`res`): [`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)
+
+#### Parameters
+
+| Name | Type |
+| :---- | :---- |
+| `res` | `any` |
+
+#### Returns
+
+[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)
+
+#### Defined in
+
+[src/utils/responseParser/interface.ts:20](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/interface.ts#L20)
+
+---
+
+### parseFeeEstimateResponse
+
+▸ **parseFeeEstimateResponse**(`res`): [`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)
+
+#### Parameters
+
+| Name | Type |
+| :---- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `res` | \{ `unit`: `"WEI"` \| `"FRI"` ; `gas_consumed`: `string` ; `gas_price`: `string` ; `overall_fee`: `string` ; `data_gas_consumed`: `undefined` \| `string` ; `data_gas_price`: `undefined` \| `string` }[] |
+
+#### Returns
+
+[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)
+
+#### Defined in
+
+[src/utils/responseParser/interface.ts:22](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/interface.ts#L22)
+
+---
+
+### parseCallContractResponse
+
+▸ **parseCallContractResponse**(`res`): [`CallContractResponse`](../namespaces/types.md#callcontractresponse)
+
+#### Parameters
+
+| Name | Type |
+| :---- | :---- |
+| `res` | `any` |
+
+#### Returns
+
+[`CallContractResponse`](../namespaces/types.md#callcontractresponse)
+
+#### Defined in
+
+[src/utils/responseParser/interface.ts:24](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/interface.ts#L24)
+
+---
+
+### parseInvokeFunctionResponse
+
+▸ **parseInvokeFunctionResponse**(`res`): `Object`
+
+#### Parameters
+
+| Name | Type |
+| :---- | :---- |
+| `res` | `any` |
+
+#### Returns
+
+`Object`
+
+| Name | Type |
+| :----------------- | :------- |
+| `transaction_hash` | `string` |
+
+#### Defined in
+
+[src/utils/responseParser/interface.ts:26](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/interface.ts#L26)
+
+---
+
+### parseDeployContractResponse
+
+▸ **parseDeployContractResponse**(`res`): [`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)
+
+#### Parameters
+
+| Name | Type |
+| :---- | :---- |
+| `res` | `any` |
+
+#### Returns
+
+[`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)
+
+#### Defined in
+
+[src/utils/responseParser/interface.ts:28](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/interface.ts#L28)
+
+---
+
+### parseDeclareContractResponse
+
+▸ **parseDeclareContractResponse**(`res`): `Object`
+
+#### Parameters
+
+| Name | Type |
+| :---- | :---- |
+| `res` | `any` |
+
+#### Returns
+
+`Object`
+
+| Name | Type |
+| :----------------- | :------- |
+| `class_hash` | `string` |
+| `transaction_hash` | `string` |
+
+#### Defined in
+
+[src/utils/responseParser/interface.ts:30](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/interface.ts#L30)
+
+---
+
+### parseSimulateTransactionResponse
+
+▸ **parseSimulateTransactionResponse**(`res`): [`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)
+
+#### Parameters
+
+| Name | Type |
+| :---- | :---- |
+| `res` | `any` |
+
+#### Returns
+
+[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)
+
+#### Defined in
+
+[src/utils/responseParser/interface.ts:32](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/responseParser/interface.ts#L32)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/RpcError.md b/www/versioned_docs/version-6.24.1/API/classes/RpcError.md
new file mode 100644
index 000000000..c1a541461
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/RpcError.md
@@ -0,0 +1,259 @@
+---
+id: 'RpcError'
+title: 'Class: RpcError'
+sidebar_label: 'RpcError'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Type parameters
+
+| Name | Type |
+| :----------- | :-------------------------------------------------------------------------------------------------------- |
+| `BaseErrorT` | extends [`RPC_ERROR`](../namespaces/types.md#rpc_error) = [`RPC_ERROR`](../namespaces/types.md#rpc_error) |
+
+## Hierarchy
+
+- [`LibraryError`](LibraryError.md)
+
+ ↳ **`RpcError`**
+
+## Constructors
+
+### constructor
+
+• **new RpcError**<`BaseErrorT`\>(`baseError`, `method`, `params`): [`RpcError`](RpcError.md)<`BaseErrorT`\>
+
+#### Type parameters
+
+| Name | Type |
+| :----------- | :-------------------------------------------------------------------------------------------------------- |
+| `BaseErrorT` | extends [`RPC_ERROR`](../namespaces/types.md#rpc_error) = [`RPC_ERROR`](../namespaces/types.md#rpc_error) |
+
+#### Parameters
+
+| Name | Type |
+| :---------- | :----------- |
+| `baseError` | `BaseErrorT` |
+| `method` | `string` |
+| `params` | `any` |
+
+#### Returns
+
+[`RpcError`](RpcError.md)<`BaseErrorT`\>
+
+#### Overrides
+
+[LibraryError](LibraryError.md).[constructor](LibraryError.md#constructor)
+
+#### Defined in
+
+[src/utils/errors/index.ts:50](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/errors/index.ts#L50)
+
+## Properties
+
+### prepareStackTrace
+
+▪ `Static` `Optional` **prepareStackTrace**: (`err`: `Error`, `stackTraces`: `CallSite`[]) => `any`
+
+#### Type declaration
+
+▸ (`err`, `stackTraces`): `any`
+
+Optional override for formatting stack traces
+
+##### Parameters
+
+| Name | Type |
+| :------------ | :----------- |
+| `err` | `Error` |
+| `stackTraces` | `CallSite`[] |
+
+##### Returns
+
+`any`
+
+**`See`**
+
+https://v8.dev/docs/stack-trace-api#customizing-stack-traces
+
+#### Inherited from
+
+[LibraryError](LibraryError.md).[prepareStackTrace](LibraryError.md#preparestacktrace)
+
+#### Defined in
+
+node_modules/@types/node/globals.d.ts:143
+
+---
+
+### stackTraceLimit
+
+▪ `Static` **stackTraceLimit**: `number`
+
+#### Inherited from
+
+[LibraryError](LibraryError.md).[stackTraceLimit](LibraryError.md#stacktracelimit)
+
+#### Defined in
+
+node_modules/@types/node/globals.d.ts:145
+
+---
+
+### request
+
+• `Readonly` **request**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :------- |
+| `method` | `string` |
+| `params` | `any` |
+
+#### Defined in
+
+[src/utils/errors/index.ts:45](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/errors/index.ts#L45)
+
+---
+
+### baseError
+
+• `Readonly` **baseError**: `BaseErrorT`
+
+#### Defined in
+
+[src/utils/errors/index.ts:51](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/errors/index.ts#L51)
+
+---
+
+### name
+
+• **name**: `string`
+
+#### Inherited from
+
+[LibraryError](LibraryError.md).[name](LibraryError.md#name)
+
+#### Defined in
+
+[src/utils/errors/index.ts:21](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/errors/index.ts#L21)
+
+---
+
+### message
+
+• **message**: `string`
+
+#### Inherited from
+
+[LibraryError](LibraryError.md).[message](LibraryError.md#message)
+
+#### Defined in
+
+www/node_modules/typescript/lib/lib.es5.d.ts:1055
+
+---
+
+### stack
+
+• `Optional` **stack**: `string`
+
+#### Inherited from
+
+[LibraryError](LibraryError.md).[stack](LibraryError.md#stack)
+
+#### Defined in
+
+www/node_modules/typescript/lib/lib.es5.d.ts:1056
+
+---
+
+### cause
+
+• `Optional` **cause**: `unknown`
+
+#### Inherited from
+
+[LibraryError](LibraryError.md).[cause](LibraryError.md#cause)
+
+#### Defined in
+
+www/node_modules/typescript/lib/lib.es2022.error.d.ts:24
+
+## Accessors
+
+### code
+
+• `get` **code**(): `1` \| `32` \| `10` \| `20` \| `24` \| `27` \| `28` \| `29` \| `31` \| `33` \| `34` \| `40` \| `41` \| `51` \| `52` \| `53` \| `54` \| `55` \| `56` \| `57` \| `58` \| `59` \| `60` \| `61` \| `62` \| `63`
+
+#### Returns
+
+`1` \| `32` \| `10` \| `20` \| `24` \| `27` \| `28` \| `29` \| `31` \| `33` \| `34` \| `40` \| `41` \| `51` \| `52` \| `53` \| `54` \| `55` \| `56` \| `57` \| `58` \| `59` \| `60` \| `61` \| `62` \| `63`
+
+#### Defined in
+
+[src/utils/errors/index.ts:62](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/errors/index.ts#L62)
+
+## Methods
+
+### captureStackTrace
+
+▸ **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
+
+Create .stack property on a target object
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :--------- |
+| `targetObject` | `object` |
+| `constructorOpt?` | `Function` |
+
+#### Returns
+
+`void`
+
+#### Inherited from
+
+[LibraryError](LibraryError.md).[captureStackTrace](LibraryError.md#capturestacktrace)
+
+#### Defined in
+
+node_modules/@types/node/globals.d.ts:136
+
+---
+
+### isType
+
+▸ **isType**<`N`, `C`\>(`typeName`): this is RpcError
+
+Verifies the underlying RPC error, also serves as a type guard for the _baseError_ property
+
+#### Type parameters
+
+| Name | Type |
+| :--- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| `N` | extends keyof [`RPC_ERROR_SET`](../namespaces/types.md#rpc_error_set) |
+| `C` | extends `1` \| `32` \| `10` \| `20` \| `24` \| `27` \| `28` \| `29` \| `31` \| `33` \| `34` \| `40` \| `41` \| `51` \| `52` \| `53` \| `54` \| `55` \| `56` \| `57` \| `58` \| `59` \| `60` \| `61` \| `62` \| `63` |
+
+#### Parameters
+
+| Name | Type |
+| :--------- | :--- |
+| `typeName` | `N` |
+
+#### Returns
+
+this is RpcError
+
+**`Example`**
+
+```typescript
+SomeError.isType('UNEXPECTED_ERROR');
+```
+
+#### Defined in
+
+[src/utils/errors/index.ts:73](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/errors/index.ts#L73)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/Signer.md b/www/versioned_docs/version-6.24.1/API/classes/Signer.md
new file mode 100644
index 000000000..ccf014579
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/Signer.md
@@ -0,0 +1,303 @@
+---
+id: 'Signer'
+title: 'Class: Signer'
+sidebar_label: 'Signer'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Implements
+
+- [`SignerInterface`](SignerInterface.md)
+
+## Constructors
+
+### constructor
+
+• **new Signer**(`pk?`): [`Signer`](Signer.md)
+
+#### Parameters
+
+| Name | Type |
+| :--- | :----------------------- |
+| `pk` | `string` \| `Uint8Array` |
+
+#### Returns
+
+[`Signer`](Signer.md)
+
+#### Defined in
+
+[src/signer/default.ts:33](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/default.ts#L33)
+
+## Properties
+
+### pk
+
+• `Protected` **pk**: `string` \| `Uint8Array`
+
+#### Defined in
+
+[src/signer/default.ts:31](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/default.ts#L31)
+
+## Methods
+
+### getPubKey
+
+▸ **getPubKey**(): `Promise`<`string`\>
+
+Method to get the public key of the signer
+
+#### Returns
+
+`Promise`<`string`\>
+
+hex-string
+
+**`Example`**
+
+```typescript
+const mySigner = new Signer('0x123');
+const result = await mySigner.getPubKey();
+// result = "0x566d69d8c99f62bc71118399bab25c1f03719463eab8d6a444cd11ece131616"
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[getPubKey](SignerInterface.md#getpubkey)
+
+#### Defined in
+
+[src/signer/default.ts:37](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/default.ts#L37)
+
+---
+
+### signMessage
+
+▸ **signMessage**(`typedData`, `accountAddress`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Signs a JSON object for off-chain usage with the private key and returns the signature.
+This adds a message prefix so it can't be interchanged with transactions
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------------- | :----------------------------------------------------------------------- | :---------------------------------- |
+| `typedData` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) | JSON object to be signed |
+| `accountAddress` | `string` | Hex string of the account's address |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+the signature of the message
+
+**`Example`**
+
+```typescript
+const mySigner = new Signer('0x123');
+const myTypedData: TypedData = {
+ domain: { name: 'Example DApp', chainId: constants.StarknetChainId.SN_SEPOLIA, version: '0.0.3' },
+ types: {
+ StarkNetDomain: [
+ { name: 'name', type: 'string' },
+ { name: 'chainId', type: 'felt' },
+ { name: 'version', type: 'string' },
+ ],
+ Message: [{ name: 'message', type: 'felt' }],
+ },
+ primaryType: 'Message',
+ message: { message: '1234' },
+};
+const result = await mySigner.signMessage(
+ myTypedData,
+ '0x5d08a4e9188429da4e993c9bf25aafe5cd491ee2b501505d4d059f0c938f82d'
+);
+// result = Signature {r: 684915484701699003335398790608214855489903651271362390249153620883122231253n,
+// s: 1399150959912500412309102776989465580949387575375484933432871778355496929189n, recovery: 1}
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[signMessage](SignerInterface.md#signmessage)
+
+#### Defined in
+
+[src/signer/default.ts:41](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/default.ts#L41)
+
+---
+
+### signTransaction
+
+▸ **signTransaction**(`transactions`, `details`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Signs transactions with the private key and returns the signature
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------- | :---------------------------------------------------------------------------- | :------------------------------ |
+| `transactions` | [`Call`](../namespaces/types.md#call)[] | array of Call objects |
+| `details` | [`InvocationsSignerDetails`](../namespaces/types.md#invocationssignerdetails) | InvocationsSignerDetails object |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+the signature of the transaction
+
+**`Example`**
+
+```typescript
+const mySigner = new Signer('0x123');
+const calls: Call[] = [
+ {
+ contractAddress: '0x1234567890123456789012345678901234567890',
+ entrypoint: 'functionName',
+ calldata: [1, 2, 3],
+ },
+];
+const transactionsDetail: InvocationsSignerDetails = {
+ walletAddress: '0x742d35Cc6634C0532925a3b844Bc454e4438f44e',
+ chainId: constants.StarknetChainId.SN_MAIN,
+ cairoVersion: '1',
+ maxFee: '0x1234567890abcdef',
+ version: '0x0',
+ nonce: 1,
+};
+const result = await mySigner.signTransaction(calls, transactionsDetail);
+// result = Signature {r: 304910226421970384958146916800275294114105560641204815169249090836676768876n,
+// s: 1072798866000813654190523783606274062837012608648308896325315895472901074693n, recovery: 0}
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[signTransaction](SignerInterface.md#signtransaction)
+
+#### Defined in
+
+[src/signer/default.ts:46](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/default.ts#L46)
+
+---
+
+### signDeployAccountTransaction
+
+▸ **signDeployAccountTransaction**(`details`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Signs a DEPLOY_ACCOUNT transaction with the private key and returns the signature
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :-------------------------------------------------------------------------------- | :---------------------------- |
+| `details` | [`DeployAccountSignerDetails`](../namespaces/types.md#deployaccountsignerdetails) | to deploy an account contract |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+the signature of the transaction to deploy an account
+
+**`Example`**
+
+```typescript
+const mySigner = new Signer('0x123');
+const myDeployAcc: DeployAccountSignerDetails = {
+ contractAddress: '0x65a822fbee1ae79e898688b5a4282dc79e0042cbed12f6169937fddb4c26641',
+ version: '0x2',
+ chainId: constants.StarknetChainId.SN_SEPOLIA,
+ classHash: '0x5f3614e8671257aff9ac38e929c74d65b02d460ae966cd826c9f04a7fa8e0d4',
+ constructorCalldata: [1, 2],
+ addressSalt: 1234,
+ nonce: 45,
+ maxFee: 10 ** 15,
+ tip: 0,
+ paymasterData: [],
+ accountDeploymentData: [],
+ nonceDataAvailabilityMode: RPC.EDataAvailabilityMode.L1,
+ feeDataAvailabilityMode: RPC.EDataAvailabilityMode.L1,
+ resourceBounds: stark.estimateFeeToBounds(constants.ZERO),
+};
+const result = await mySigner.signDeployAccountTransaction(myDeployAcc);
+// result = Signature {r: 2871311234341436528393212130310036951068553852419934781736214693308640202748n,
+// s: 1746271646048888422437132495446973163454853863041370993384284773665861377605n, recovery: 1}
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[signDeployAccountTransaction](SignerInterface.md#signdeployaccounttransaction)
+
+#### Defined in
+
+[src/signer/default.ts:79](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/default.ts#L79)
+
+---
+
+### signDeclareTransaction
+
+▸ **signDeclareTransaction**(`details`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Signs a DECLARE transaction with the private key and returns the signature
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :-------------------------------------------------------------------- | :----------------- |
+| `details` | [`DeclareSignerDetails`](../namespaces/types.md#declaresignerdetails) | to declare a class |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+the signature of the transaction to declare a class
+
+**`Example`**
+
+```typescript
+const mySigner = new Signer('0x123');
+const myDeclare: DeclareSignerDetails = {
+ version: '0x2',
+ chainId: constants.StarknetChainId.SN_SEPOLIA,
+ senderAddress: '0x65a822fbee1ae79e898688b5a4282dc79e0042cbed12f6169937fddb4c26641',
+ classHash: '0x5f3614e8671257aff9ac38e929c74d65b02d460ae966cd826c9f04a7fa8e0d4',
+ nonce: 45,
+ maxFee: 10 ** 15,
+ tip: 0,
+ paymasterData: [],
+ accountDeploymentData: [],
+ nonceDataAvailabilityMode: RPC.EDataAvailabilityMode.L1,
+ feeDataAvailabilityMode: RPC.EDataAvailabilityMode.L1,
+ resourceBounds: stark.estimateFeeToBounds(constants.ZERO),
+};
+const result = await mySigner.signDeclareTransaction(myDeclare);
+// result = Signature {r: 2432056944313955951711774394836075930010416436707488863728289188289211995670n,
+// s: 3407649393310177489888603098175002856596469926897298636282244411990343146307n, recovery: 1}
+```
+
+#### Implementation of
+
+[SignerInterface](SignerInterface.md).[signDeclareTransaction](SignerInterface.md#signdeclaretransaction)
+
+#### Defined in
+
+[src/signer/default.ts:111](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/default.ts#L111)
+
+---
+
+### signRaw
+
+▸ **signRaw**(`msgHash`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :------- |
+| `msgHash` | `string` |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+#### Defined in
+
+[src/signer/default.ts:138](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/default.ts#L138)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/SignerInterface.md b/www/versioned_docs/version-6.24.1/API/classes/SignerInterface.md
new file mode 100644
index 000000000..c109f4a0a
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/SignerInterface.md
@@ -0,0 +1,246 @@
+---
+id: 'SignerInterface'
+title: 'Class: SignerInterface'
+sidebar_label: 'SignerInterface'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Implemented by
+
+- [`EthSigner`](EthSigner.md)
+- [`LedgerSigner111`](LedgerSigner111.md)
+- [`LedgerSigner221`](LedgerSigner221.md)
+- [`Signer`](Signer.md)
+
+## Constructors
+
+### constructor
+
+• **new SignerInterface**(): [`SignerInterface`](SignerInterface.md)
+
+#### Returns
+
+[`SignerInterface`](SignerInterface.md)
+
+## Methods
+
+### getPubKey
+
+▸ **getPubKey**(): `Promise`<`string`\>
+
+Method to get the public key of the signer
+
+#### Returns
+
+`Promise`<`string`\>
+
+hex-string
+
+**`Example`**
+
+```typescript
+const mySigner = new Signer('0x123');
+const result = await mySigner.getPubKey();
+// result = "0x566d69d8c99f62bc71118399bab25c1f03719463eab8d6a444cd11ece131616"
+```
+
+#### Defined in
+
+[src/signer/interface.ts:22](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/interface.ts#L22)
+
+---
+
+### signMessage
+
+▸ **signMessage**(`typedData`, `accountAddress`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Signs a JSON object for off-chain usage with the private key and returns the signature.
+This adds a message prefix so it can't be interchanged with transactions
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------------- | :----------------------------------------------------------------------- | :---------------------------------- |
+| `typedData` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) | JSON object to be signed |
+| `accountAddress` | `string` | Hex string of the account's address |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+the signature of the message
+
+**`Example`**
+
+```typescript
+const mySigner = new Signer('0x123');
+const myTypedData: TypedData = {
+ domain: { name: 'Example DApp', chainId: constants.StarknetChainId.SN_SEPOLIA, version: '0.0.3' },
+ types: {
+ StarkNetDomain: [
+ { name: 'name', type: 'string' },
+ { name: 'chainId', type: 'felt' },
+ { name: 'version', type: 'string' },
+ ],
+ Message: [{ name: 'message', type: 'felt' }],
+ },
+ primaryType: 'Message',
+ message: { message: '1234' },
+};
+const result = await mySigner.signMessage(
+ myTypedData,
+ '0x5d08a4e9188429da4e993c9bf25aafe5cd491ee2b501505d4d059f0c938f82d'
+);
+// result = Signature {r: 684915484701699003335398790608214855489903651271362390249153620883122231253n,
+// s: 1399150959912500412309102776989465580949387575375484933432871778355496929189n, recovery: 1}
+```
+
+#### Defined in
+
+[src/signer/interface.ts:50](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/interface.ts#L50)
+
+---
+
+### signTransaction
+
+▸ **signTransaction**(`transactions`, `transactionsDetail`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Signs transactions with the private key and returns the signature
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------- | :---------------------------------------------------------------------------- | :------------------------------ |
+| `transactions` | [`Call`](../namespaces/types.md#call)[] | array of Call objects |
+| `transactionsDetail` | [`InvocationsSignerDetails`](../namespaces/types.md#invocationssignerdetails) | InvocationsSignerDetails object |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+the signature of the transaction
+
+**`Example`**
+
+```typescript
+const mySigner = new Signer('0x123');
+const calls: Call[] = [
+ {
+ contractAddress: '0x1234567890123456789012345678901234567890',
+ entrypoint: 'functionName',
+ calldata: [1, 2, 3],
+ },
+];
+const transactionsDetail: InvocationsSignerDetails = {
+ walletAddress: '0x742d35Cc6634C0532925a3b844Bc454e4438f44e',
+ chainId: constants.StarknetChainId.SN_MAIN,
+ cairoVersion: '1',
+ maxFee: '0x1234567890abcdef',
+ version: '0x0',
+ nonce: 1,
+};
+const result = await mySigner.signTransaction(calls, transactionsDetail);
+// result = Signature {r: 304910226421970384958146916800275294114105560641204815169249090836676768876n,
+// s: 1072798866000813654190523783606274062837012608648308896325315895472901074693n, recovery: 0}
+```
+
+#### Defined in
+
+[src/signer/interface.ts:77](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/interface.ts#L77)
+
+---
+
+### signDeployAccountTransaction
+
+▸ **signDeployAccountTransaction**(`transaction`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Signs a DEPLOY_ACCOUNT transaction with the private key and returns the signature
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :-------------------------------------------------------------------------------- | :---------------------------- |
+| `transaction` | [`DeployAccountSignerDetails`](../namespaces/types.md#deployaccountsignerdetails) | to deploy an account contract |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+the signature of the transaction to deploy an account
+
+**`Example`**
+
+```typescript
+const mySigner = new Signer('0x123');
+const myDeployAcc: DeployAccountSignerDetails = {
+ contractAddress: '0x65a822fbee1ae79e898688b5a4282dc79e0042cbed12f6169937fddb4c26641',
+ version: '0x2',
+ chainId: constants.StarknetChainId.SN_SEPOLIA,
+ classHash: '0x5f3614e8671257aff9ac38e929c74d65b02d460ae966cd826c9f04a7fa8e0d4',
+ constructorCalldata: [1, 2],
+ addressSalt: 1234,
+ nonce: 45,
+ maxFee: 10 ** 15,
+ tip: 0,
+ paymasterData: [],
+ accountDeploymentData: [],
+ nonceDataAvailabilityMode: RPC.EDataAvailabilityMode.L1,
+ feeDataAvailabilityMode: RPC.EDataAvailabilityMode.L1,
+ resourceBounds: stark.estimateFeeToBounds(constants.ZERO),
+};
+const result = await mySigner.signDeployAccountTransaction(myDeployAcc);
+// result = Signature {r: 2871311234341436528393212130310036951068553852419934781736214693308640202748n,
+// s: 1746271646048888422437132495446973163454853863041370993384284773665861377605n, recovery: 1}
+```
+
+#### Defined in
+
+[src/signer/interface.ts:105](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/interface.ts#L105)
+
+---
+
+### signDeclareTransaction
+
+▸ **signDeclareTransaction**(`transaction`): `Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+Signs a DECLARE transaction with the private key and returns the signature
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :-------------------------------------------------------------------- | :----------------- |
+| `transaction` | [`DeclareSignerDetails`](../namespaces/types.md#declaresignerdetails) | to declare a class |
+
+#### Returns
+
+`Promise`<[`Signature`](../namespaces/types.md#signature)\>
+
+the signature of the transaction to declare a class
+
+**`Example`**
+
+```typescript
+const mySigner = new Signer('0x123');
+const myDeclare: DeclareSignerDetails = {
+ version: '0x2',
+ chainId: constants.StarknetChainId.SN_SEPOLIA,
+ senderAddress: '0x65a822fbee1ae79e898688b5a4282dc79e0042cbed12f6169937fddb4c26641',
+ classHash: '0x5f3614e8671257aff9ac38e929c74d65b02d460ae966cd826c9f04a7fa8e0d4',
+ nonce: 45,
+ maxFee: 10 ** 15,
+ tip: 0,
+ paymasterData: [],
+ accountDeploymentData: [],
+ nonceDataAvailabilityMode: RPC.EDataAvailabilityMode.L1,
+ feeDataAvailabilityMode: RPC.EDataAvailabilityMode.L1,
+ resourceBounds: stark.estimateFeeToBounds(constants.ZERO),
+};
+const result = await mySigner.signDeclareTransaction(myDeclare);
+// result = Signature {r: 2432056944313955951711774394836075930010416436707488863728289188289211995670n,
+// s: 3407649393310177489888603098175002856596469926897298636282244411990343146307n, recovery: 1}
+```
+
+#### Defined in
+
+[src/signer/interface.ts:131](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/interface.ts#L131)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/WalletAccount.md b/www/versioned_docs/version-6.24.1/API/classes/WalletAccount.md
new file mode 100644
index 000000000..6def6276d
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/WalletAccount.md
@@ -0,0 +1,3226 @@
+---
+id: 'WalletAccount'
+title: 'Class: WalletAccount'
+sidebar_label: 'WalletAccount'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Hierarchy
+
+- [`Account`](Account.md)
+
+ ↳ **`WalletAccount`**
+
+## Implements
+
+- [`AccountInterface`](AccountInterface.md)
+
+## Constructors
+
+### constructor
+
+• **new WalletAccount**(`providerOrOptions`, `walletProvider`, `cairoVersion?`): [`WalletAccount`](WalletAccount.md)
+
+#### Parameters
+
+| Name | Type |
+| :------------------ | :--------------------------------------------------------------------------------------------------------- |
+| `providerOrOptions` | [`ProviderOptions`](../interfaces/types.ProviderOptions.md) \| [`ProviderInterface`](ProviderInterface.md) |
+| `walletProvider` | `StarknetWalletProvider` |
+| `cairoVersion?` | [`CairoVersion`](../namespaces/types.md#cairoversion) |
+
+#### Returns
+
+[`WalletAccount`](WalletAccount.md)
+
+**`Deprecated`**
+
+Use static method WalletAccount.connect or WalletAccount.connectSilent instead. Constructor WalletAccount.(format:2).
+
+#### Overrides
+
+[Account](Account.md).[constructor](Account.md#constructor)
+
+#### Defined in
+
+[src/wallet/account.ts:49](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/account.ts#L49)
+
+• **new WalletAccount**(`providerOrOptions`, `walletProvider`, `cairoVersion?`, `address?`): [`WalletAccount`](WalletAccount.md)
+
+#### Parameters
+
+| Name | Type |
+| :------------------ | :--------------------------------------------------------------------------------------------------------- |
+| `providerOrOptions` | [`ProviderOptions`](../interfaces/types.ProviderOptions.md) \| [`ProviderInterface`](ProviderInterface.md) |
+| `walletProvider` | `StarknetWalletProvider` |
+| `cairoVersion?` | [`CairoVersion`](../namespaces/types.md#cairoversion) |
+| `address?` | `string` |
+
+#### Returns
+
+[`WalletAccount`](WalletAccount.md)
+
+#### Overrides
+
+Account.constructor
+
+#### Defined in
+
+[src/wallet/account.ts:54](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/account.ts#L54)
+
+## Properties
+
+### walletProvider
+
+• **walletProvider**: `StarknetWalletProvider`
+
+#### Defined in
+
+[src/wallet/account.ts:44](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/account.ts#L44)
+
+---
+
+### signer
+
+• **signer**: [`SignerInterface`](SignerInterface.md)
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[signer](AccountInterface.md#signer)
+
+#### Inherited from
+
+[Account](Account.md).[signer](Account.md#signer)
+
+#### Defined in
+
+[src/account/default.ts:82](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L82)
+
+---
+
+### address
+
+• **address**: `string`
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[address](AccountInterface.md#address)
+
+#### Inherited from
+
+[Account](Account.md).[address](Account.md#address)
+
+#### Defined in
+
+[src/account/default.ts:84](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L84)
+
+---
+
+### cairoVersion
+
+• **cairoVersion**: [`CairoVersion`](../namespaces/types.md#cairoversion)
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[cairoVersion](AccountInterface.md#cairoversion)
+
+#### Inherited from
+
+[Account](Account.md).[cairoVersion](Account.md#cairoversion)
+
+#### Defined in
+
+[src/account/default.ts:86](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L86)
+
+---
+
+### transactionVersion
+
+• `Readonly` **transactionVersion**: `"0x2"` \| `"0x3"`
+
+#### Inherited from
+
+[Account](Account.md).[transactionVersion](Account.md#transactionversion)
+
+#### Defined in
+
+[src/account/default.ts:88](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L88)
+
+---
+
+### deploySelf
+
+• **deploySelf**: (`__namedParameters`: [`DeployAccountContractPayload`](../namespaces/types.md#deployaccountcontractpayload), `details`: [`UniversalDetails`](../interfaces/types.UniversalDetails.md)) => `Promise`<[`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)\>
+
+#### Type declaration
+
+▸ (`«destructured»`, `details?`): `Promise`<[`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)\>
+
+##### Parameters
+
+| Name | Type |
+| :--------------- | :------------------------------------------------------------------------------------ |
+| `«destructured»` | [`DeployAccountContractPayload`](../namespaces/types.md#deployaccountcontractpayload) |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) |
+
+##### Returns
+
+`Promise`<[`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)\>
+
+#### Inherited from
+
+[Account](Account.md).[deploySelf](Account.md#deployself)
+
+#### Defined in
+
+[src/account/default.ts:496](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L496)
+
+---
+
+### responseParser
+
+• **responseParser**: [`RPCResponseParser`](RPCResponseParser.md)
+
+#### Inherited from
+
+[Account](Account.md).[responseParser](Account.md#responseparser)
+
+#### Defined in
+
+[src/provider/rpc.ts:51](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L51)
+
+---
+
+### channel
+
+• **channel**: [`RpcChannel`](RPC06.RpcChannel.md) \| [`RpcChannel`](RPC07.RpcChannel.md)
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[channel](AccountInterface.md#channel)
+
+#### Inherited from
+
+[Account](Account.md).[channel](Account.md#channel)
+
+#### Defined in
+
+[src/provider/rpc.ts:53](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L53)
+
+---
+
+### getStateUpdate
+
+• **getStateUpdate**: () => `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>(`blockIdentifier`: `"pending"`) => `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>(`blockIdentifier`: `"latest"`) => `Promise`<\{ `block_hash`: `string` ; `old_root`: `string` ; `new_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>(`blockIdentifier?`: [`BlockIdentifier`](../namespaces/types.md#blockidentifier)) => `Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+#### Type declaration
+
+▸ (): `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+##### Returns
+
+`Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+▸ (`blockIdentifier`): `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+##### Parameters
+
+| Name | Type |
+| :---------------- | :---------- |
+| `blockIdentifier` | `"pending"` |
+
+##### Returns
+
+`Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+▸ (`blockIdentifier`): `Promise`<\{ `block_hash`: `string` ; `old_root`: `string` ; `new_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+##### Parameters
+
+| Name | Type |
+| :---------------- | :--------- |
+| `blockIdentifier` | `"latest"` |
+
+##### Returns
+
+`Promise`<\{ `block_hash`: `string` ; `old_root`: `string` ; `new_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+▸ (`blockIdentifier?`): `Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+##### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+##### Returns
+
+`Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getStateUpdate](AccountInterface.md#getstateupdate)
+
+#### Inherited from
+
+[Account](Account.md).[getStateUpdate](Account.md#getstateupdate)
+
+#### Defined in
+
+[src/provider/rpc.ts:191](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L191)
+
+## Methods
+
+### connect
+
+▸ **connect**(`provider`, `walletProvider`, `cairoVersion?`, `silentMode?`): `Promise`<[`WalletAccount`](WalletAccount.md)\>
+
+#### Parameters
+
+| Name | Type | Default value |
+| :--------------- | :---------------------------------------------------- | :------------ |
+| `provider` | [`ProviderInterface`](ProviderInterface.md) | `undefined` |
+| `walletProvider` | `StarknetWalletProvider` | `undefined` |
+| `cairoVersion?` | [`CairoVersion`](../namespaces/types.md#cairoversion) | `undefined` |
+| `silentMode` | `boolean` | `false` |
+
+#### Returns
+
+`Promise`<[`WalletAccount`](WalletAccount.md)\>
+
+#### Defined in
+
+[src/wallet/account.ts:186](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/account.ts#L186)
+
+---
+
+### connectSilent
+
+▸ **connectSilent**(`provider`, `walletProvider`, `cairoVersion?`): `Promise`<[`WalletAccount`](WalletAccount.md)\>
+
+#### Parameters
+
+| Name | Type |
+| :--------------- | :---------------------------------------------------- |
+| `provider` | [`ProviderInterface`](ProviderInterface.md) |
+| `walletProvider` | `StarknetWalletProvider` |
+| `cairoVersion?` | [`CairoVersion`](../namespaces/types.md#cairoversion) |
+
+#### Returns
+
+`Promise`<[`WalletAccount`](WalletAccount.md)\>
+
+#### Defined in
+
+[src/wallet/account.ts:196](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/account.ts#L196)
+
+---
+
+### getStarkName
+
+▸ **getStarkName**(`provider`, `address`, `StarknetIdContract?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :-------------------- | :---------------------------------------------------- |
+| `provider` | [`ProviderInterface`](ProviderInterface.md) |
+| `address` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `StarknetIdContract?` | `string` |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+[Account](Account.md).[getStarkName](Account.md#getstarkname)
+
+#### Defined in
+
+[src/provider/extensions/starknetId.ts:62](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/extensions/starknetId.ts#L62)
+
+---
+
+### getAddressFromStarkName
+
+▸ **getAddressFromStarkName**(`provider`, `name`, `StarknetIdContract?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :-------------------- | :------------------------------------------ |
+| `provider` | [`ProviderInterface`](ProviderInterface.md) |
+| `name` | `string` |
+| `StarknetIdContract?` | `string` |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+[Account](Account.md).[getAddressFromStarkName](Account.md#getaddressfromstarkname)
+
+#### Defined in
+
+[src/provider/extensions/starknetId.ts:96](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/extensions/starknetId.ts#L96)
+
+---
+
+### getStarkProfile
+
+▸ **getStarkProfile**(`provider`, `address`, `StarknetIdContract?`, `StarknetIdIdentityContract?`, `StarknetIdVerifierContract?`, `StarknetIdPfpContract?`, `StarknetIdPopContract?`, `StarknetIdMulticallContract?`): `Promise`<[`StarkProfile`](../namespaces/types.md#starkprofile)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------------------- | :---------------------------------------------------- |
+| `provider` | [`ProviderInterface`](ProviderInterface.md) |
+| `address` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `StarknetIdContract?` | `string` |
+| `StarknetIdIdentityContract?` | `string` |
+| `StarknetIdVerifierContract?` | `string` |
+| `StarknetIdPfpContract?` | `string` |
+| `StarknetIdPopContract?` | `string` |
+| `StarknetIdMulticallContract?` | `string` |
+
+#### Returns
+
+`Promise`<[`StarkProfile`](../namespaces/types.md#starkprofile)\>
+
+#### Inherited from
+
+[Account](Account.md).[getStarkProfile](Account.md#getstarkprofile)
+
+#### Defined in
+
+[src/provider/extensions/starknetId.ts:128](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/extensions/starknetId.ts#L128)
+
+---
+
+### onAccountChange
+
+▸ **onAccountChange**(`callback`): `void`
+
+WALLET EVENTS
+
+#### Parameters
+
+| Name | Type |
+| :--------- | :------------------------------------------------------------------------------------------------------- |
+| `callback` | [`AccountChangeEventHandler`](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md#accountchangeeventhandler) |
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+[src/wallet/account.ts:96](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/account.ts#L96)
+
+---
+
+### onNetworkChanged
+
+▸ **onNetworkChanged**(`callback`): `void`
+
+#### Parameters
+
+| Name | Type |
+| :--------- | :------------------------------------------------------------------------------------------------------- |
+| `callback` | [`NetworkChangeEventHandler`](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md#networkchangeeventhandler) |
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+[src/wallet/account.ts:100](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/account.ts#L100)
+
+---
+
+### requestAccounts
+
+▸ **requestAccounts**(`silentMode?`): `Promise`<`string`[]\>
+
+WALLET SPECIFIC METHODS
+
+#### Parameters
+
+| Name | Type | Default value |
+| :----------- | :-------- | :------------ |
+| `silentMode` | `boolean` | `false` |
+
+#### Returns
+
+`Promise`<`string`[]\>
+
+#### Defined in
+
+[src/wallet/account.ts:107](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/account.ts#L107)
+
+---
+
+### getPermissions
+
+▸ **getPermissions**(): `Promise`<`"accounts"`[]\>
+
+#### Returns
+
+`Promise`<`"accounts"`[]\>
+
+#### Defined in
+
+[src/wallet/account.ts:111](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/account.ts#L111)
+
+---
+
+### switchStarknetChain
+
+▸ **switchStarknetChain**(`chainId`): `Promise`<`boolean`\>
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :--------------------------------------------------------- |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+#### Defined in
+
+[src/wallet/account.ts:115](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/account.ts#L115)
+
+---
+
+### watchAsset
+
+▸ **watchAsset**(`asset`): `Promise`<`boolean`\>
+
+#### Parameters
+
+| Name | Type |
+| :------ | :--------------------------------------------------------------------------------------------- |
+| `asset` | [`WatchAssetParameters`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.WatchAssetParameters.md) |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+#### Defined in
+
+[src/wallet/account.ts:119](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/account.ts#L119)
+
+---
+
+### addStarknetChain
+
+▸ **addStarknetChain**(`chain`): `Promise`<`boolean`\>
+
+#### Parameters
+
+| Name | Type |
+| :------ | :--------------------------------------------------------------------------------------------------------- |
+| `chain` | [`AddStarknetChainParameters`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddStarknetChainParameters.md) |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+#### Defined in
+
+[src/wallet/account.ts:123](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/account.ts#L123)
+
+---
+
+### execute
+
+▸ **execute**(`calls`): `Promise`<[`AddInvokeTransactionResult`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionResult.md)\>
+
+ACCOUNT METHODS
+
+#### Parameters
+
+| Name | Type |
+| :------ | :---------------------------------------------------------------------------------------- |
+| `calls` | [`AllowArray`](../namespaces/types.md#allowarray)<[`Call`](../namespaces/types.md#call)\> |
+
+#### Returns
+
+`Promise`<[`AddInvokeTransactionResult`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionResult.md)\>
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[execute](AccountInterface.md#execute)
+
+#### Overrides
+
+[Account](Account.md).[execute](Account.md#execute)
+
+#### Defined in
+
+[src/wallet/account.ts:130](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/account.ts#L130)
+
+---
+
+### declare
+
+▸ **declare**(`payload`): `Promise`<[`AddDeclareTransactionResult`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionResult.md)\>
+
+Declares a given compiled contract (json) to starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------------------------------------------------------------------------ | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `payload` | [`DeclareContractPayload`](../namespaces/types.md#declarecontractpayload) | transaction payload to be deployed containing: - contract: compiled contract code - (optional) classHash: computed class hash of compiled contract. Pre-compute it for faster execution. - (required for Cairo1 without compiledClassHash) casm: CompiledContract \| string; - (optional for Cairo1 with casm) compiledClassHash: compiled class hash from casm. Pre-compute it for faster execution. |
+
+#### Returns
+
+`Promise`<[`AddDeclareTransactionResult`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionResult.md)\>
+
+a confirmation of sending a transaction on the starknet contract
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[declare](AccountInterface.md#declare)
+
+#### Overrides
+
+[Account](Account.md).[declare](Account.md#declare)
+
+#### Defined in
+
+[src/wallet/account.ts:147](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/account.ts#L147)
+
+---
+
+### deploy
+
+▸ **deploy**(`payload`): `Promise`<[`MultiDeployContractResponse`](../namespaces/types.md#multideploycontractresponse)\>
+
+Deploys a declared contract to starknet - using Universal Deployer Contract (UDC)
+support multicall
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `payload` | [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload) \| [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload)[] | classHash: computed class hash of compiled contract - [constructorCalldata] contract constructor calldata - [salt=pseudorandom] deploy address salt - [unique=true] ensure unique salt |
+
+#### Returns
+
+`Promise`<[`MultiDeployContractResponse`](../namespaces/types.md#multideploycontractresponse)\>
+
+- contract_address[]
+- transaction_hash
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[deploy](AccountInterface.md#deploy)
+
+#### Overrides
+
+[Account](Account.md).[deploy](Account.md#deploy)
+
+#### Defined in
+
+[src/wallet/account.ts:170](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/account.ts#L170)
+
+---
+
+### signMessage
+
+▸ **signMessage**(`typedData`): `Promise`<[`SIGNATURE`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#signature)\>
+
+Signs a TypedData object for off-chain usage with the Starknet private key and returns the signature
+This adds a message prefix so it can't be interchanged with transactions
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------- | :----------------------------------------------------------------------- | :---------------------------- |
+| `typedData` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) | TypedData object to be signed |
+
+#### Returns
+
+`Promise`<[`SIGNATURE`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#signature)\>
+
+the signature of the TypedData object
+
+**`Throws`**
+
+if typedData is not a valid TypedData
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[signMessage](AccountInterface.md#signmessage)
+
+#### Overrides
+
+[Account](Account.md).[signMessage](Account.md#signmessage)
+
+#### Defined in
+
+[src/wallet/account.ts:182](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/account.ts#L182)
+
+---
+
+### getPreferredVersion
+
+▸ **getPreferredVersion**(`type12`, `type3`): [`ETransactionVersion`](../namespaces/types.RPC.RPCSPEC07.API.md#etransactionversion-1)
+
+#### Parameters
+
+| Name | Type |
+| :------- | :-------------------------------------------------------------------------------------- |
+| `type12` | [`ETransactionVersion`](../namespaces/types.RPC.RPCSPEC07.API.md#etransactionversion-1) |
+| `type3` | [`ETransactionVersion`](../namespaces/types.RPC.RPCSPEC07.API.md#etransactionversion-1) |
+
+#### Returns
+
+[`ETransactionVersion`](../namespaces/types.RPC.RPCSPEC07.API.md#etransactionversion-1)
+
+#### Inherited from
+
+[Account](Account.md).[getPreferredVersion](Account.md#getpreferredversion)
+
+#### Defined in
+
+[src/account/default.ts:113](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L113)
+
+---
+
+### getNonce
+
+▸ **getNonce**(`blockIdentifier?`): `Promise`<`string`\>
+
+Gets the nonce of the account with respect to a specific block
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :---------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | optional blockIdentifier. Defaults to 'pending' |
+
+#### Returns
+
+`Promise`<`string`\>
+
+nonce of the account
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getNonce](AccountInterface.md#getnonce)
+
+#### Inherited from
+
+[Account](Account.md).[getNonce](Account.md#getnonce)
+
+#### Defined in
+
+[src/account/default.ts:120](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L120)
+
+---
+
+### getNonceSafe
+
+▸ **getNonceSafe**(`nonce?`): `Promise`<`bigint`\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `nonce?` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<`bigint`\>
+
+#### Inherited from
+
+[Account](Account.md).[getNonceSafe](Account.md#getnoncesafe)
+
+#### Defined in
+
+[src/account/default.ts:124](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L124)
+
+---
+
+### getCairoVersion
+
+▸ **getCairoVersion**(`classHash?`): `Promise`<[`CairoVersion`](../namespaces/types.md#cairoversion)\>
+
+Retrieves the Cairo version from the network and sets `cairoVersion` if not already set in the constructor.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------- | :------- | :----------------------------------------------------------------------------------- |
+| `classHash?` | `string` | if provided detects Cairo version from classHash, otherwise from the account address |
+
+#### Returns
+
+`Promise`<[`CairoVersion`](../namespaces/types.md#cairoversion)\>
+
+#### Inherited from
+
+[Account](Account.md).[getCairoVersion](Account.md#getcairoversion)
+
+#### Defined in
+
+[src/account/default.ts:137](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L137)
+
+---
+
+### estimateFee
+
+▸ **estimateFee**(`calls`, `estimateFeeDetails?`): `Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+#### Parameters
+
+| Name | Type |
+| :------------------- | :---------------------------------------------------------------------------------------- |
+| `calls` | [`AllowArray`](../namespaces/types.md#allowarray)<[`Call`](../namespaces/types.md#call)\> |
+| `estimateFeeDetails` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) |
+
+#### Returns
+
+`Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+#### Inherited from
+
+[Account](Account.md).[estimateFee](Account.md#estimatefee)
+
+#### Defined in
+
+[src/account/default.ts:147](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L147)
+
+---
+
+### estimateInvokeFee
+
+▸ **estimateInvokeFee**(`calls`, `details?`): `Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+Estimate Fee for executing an INVOKE transaction on starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :---------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `calls` | [`AllowArray`](../namespaces/types.md#allowarray)<[`Call`](../namespaces/types.md#call)\> | the invocation object containing: - contractAddress - the address of the contract - entrypoint - the entrypoint of the contract - calldata? - (defaults to []) the calldata |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | blockIdentifier? - nonce? = 0 - skipValidate? - default true - tip? - prioritize order of transactions in the mempool. - accountDeploymentData? - deploy an account contract (substitution for deploy account transaction) - paymasterData? - entity other than the transaction sender to pay the transaction fees(EIP-4337) - nonceDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - feeDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - version? - specify ETransactionVersion - V3 Transactions fee is in fri, oldV transactions fee is in wei |
+
+#### Returns
+
+`Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+response from estimate_fee
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[estimateInvokeFee](AccountInterface.md#estimateinvokefee)
+
+#### Inherited from
+
+[Account](Account.md).[estimateInvokeFee](Account.md#estimateinvokefee)
+
+#### Defined in
+
+[src/account/default.ts:154](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L154)
+
+---
+
+### estimateDeclareFee
+
+▸ **estimateDeclareFee**(`payload`, `details?`): `Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+Estimate Fee for executing a DECLARE transaction on starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------------------------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `payload` | [`DeclareContractPayload`](../namespaces/types.md#declarecontractpayload) | the payload object containing: - contract - the compiled contract to be declared - casm? - compiled cairo assembly. Cairo1(casm or compiledClassHash are required) - classHash? - the class hash of the compiled contract. Precalculate for faster execution. - compiledClassHash?: class hash of the cairo assembly. Cairo1(casm or compiledClassHash are required) |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | blockIdentifier? - nonce? = 0 - skipValidate? - default true - tip? - prioritize order of transactions in the mempool. - accountDeploymentData? - deploy an account contract (substitution for deploy account transaction) - paymasterData? - entity other than the transaction sender to pay the transaction fees(EIP-4337) - nonceDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - feeDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - version? - specify ETransactionVersion - V3 Transactions fee is in fri, oldV transactions fee is in wei |
+
+#### Returns
+
+`Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+response from estimate_fee
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[estimateDeclareFee](AccountInterface.md#estimatedeclarefee)
+
+#### Inherited from
+
+[Account](Account.md).[estimateDeclareFee](Account.md#estimatedeclarefee)
+
+#### Defined in
+
+[src/account/default.ts:193](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L193)
+
+---
+
+### estimateAccountDeployFee
+
+▸ **estimateAccountDeployFee**(`«destructured»`, `details?`): `Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+Estimate Fee for executing a DEPLOY_ACCOUNT transaction on starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------------- | :------------------------------------------------------------------------------------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `«destructured»` | [`DeployAccountContractPayload`](../namespaces/types.md#deployaccountcontractpayload) | classHash - the class hash of the compiled contract. - constructorCalldata? - constructor data; - contractAddress? - future account contract address. Precalculate for faster execution. - addressSalt? - salt used for calculation of the contractAddress. Required if contractAddress is provided. |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | blockIdentifier? - nonce? = 0 - skipValidate? - default true - tip? - prioritize order of transactions in the mempool. - paymasterData? - entity other than the transaction sender to pay the transaction fees(EIP-4337) - nonceDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - feeDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - version? - specify ETransactionVersion - V3 Transactions fee is in fri, oldV transactions fee is in wei |
+
+#### Returns
+
+`Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+response from estimate_fee
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[estimateAccountDeployFee](AccountInterface.md#estimateaccountdeployfee)
+
+#### Inherited from
+
+[Account](Account.md).[estimateAccountDeployFee](Account.md#estimateaccountdeployfee)
+
+#### Defined in
+
+[src/account/default.ts:231](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L231)
+
+---
+
+### estimateDeployFee
+
+▸ **estimateDeployFee**(`payload`, `details?`): `Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+Estimate Fee for executing a UDC DEPLOY transaction on starknet
+This is different from the normal DEPLOY transaction as it goes through the Universal Deployer Contract (UDC)
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `payload` | [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload) \| [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload)[] | array or singular - classHash: computed class hash of compiled contract - salt: address salt - unique: bool if true ensure unique salt - constructorCalldata: constructor calldata |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | blockIdentifier? - nonce? - skipValidate? - default true - tip? - prioritize order of transactions in the mempool. - accountDeploymentData? - deploy an account contract (substitution for deploy account transaction) - paymasterData? - entity other than the transaction sender to pay the transaction fees(EIP-4337) - nonceDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - feeDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - version? - specify ETransactionVersion - V3 Transactions fee is in fri, oldV transactions fee is in wei |
+
+#### Returns
+
+`Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[estimateDeployFee](AccountInterface.md#estimatedeployfee)
+
+#### Inherited from
+
+[Account](Account.md).[estimateDeployFee](Account.md#estimatedeployfee)
+
+#### Defined in
+
+[src/account/default.ts:270](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L270)
+
+---
+
+### estimateFeeBulk
+
+▸ **estimateFeeBulk**(`invocations`, `details?`): `Promise`<[`EstimateFeeBulk`](../namespaces/types.md#estimatefeebulk)\>
+
+Estimate Fee for executing a list of transactions on starknet
+Contract must be deployed for fee estimation to be possible
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :------------------------------------------------------------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `invocations` | [`Invocations`](../namespaces/types.md#invocations) | array of transaction object containing : - type - the type of transaction : 'DECLARE' \| (multi)'DEPLOY' \| (multi)'INVOKE_FUNCTION' \| 'DEPLOY_ACCOUNT' - payload - the payload of the transaction |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | blockIdentifier? - nonce? - skipValidate? - default true - tip? - prioritize order of transactions in the mempool. - accountDeploymentData? - deploy an account contract (substitution for deploy account transaction) - paymasterData? - entity other than the transaction sender to pay the transaction fees(EIP-4337) - nonceDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - feeDataAvailabilityMode? - allows users to choose their preferred data availability mode (Volition) - version? - specify ETransactionVersion - V3 Transactions fee is in fri, oldV transactions fee is in wei |
+
+#### Returns
+
+`Promise`<[`EstimateFeeBulk`](../namespaces/types.md#estimatefeebulk)\>
+
+response from estimate_fee
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[estimateFeeBulk](AccountInterface.md#estimatefeebulk)
+
+#### Inherited from
+
+[Account](Account.md).[estimateFeeBulk](Account.md#estimatefeebulk)
+
+#### Defined in
+
+[src/account/default.ts:278](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L278)
+
+---
+
+### simulateTransaction
+
+▸ **simulateTransaction**(`invocations`, `details?`): `Promise`<[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)\>
+
+Simulates an array of transaction and returns an array of transaction trace and estimated fee.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :-------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------- |
+| `invocations` | [`Invocations`](../namespaces/types.md#invocations) | Invocations containing: - type - transaction type: DECLARE, (multi)DEPLOY, DEPLOY_ACCOUNT, (multi)INVOKE_FUNCTION |
+| `details` | [`SimulateTransactionDetails`](../namespaces/types.md#simulatetransactiondetails) | SimulateTransactionDetails |
+
+#### Returns
+
+`Promise`<[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)\>
+
+response from simulate_transaction
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[simulateTransaction](AccountInterface.md#simulatetransaction)
+
+#### Inherited from
+
+[Account](Account.md).[simulateTransaction](Account.md#simulatetransaction)
+
+#### Defined in
+
+[src/account/default.ts:304](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L304)
+
+---
+
+### declareIfNot
+
+▸ **declareIfNot**(`payload`, `transactionsDetail?`): `Promise`<\{ `class_hash`: `string` ; `transaction_hash`: `string` }\>
+
+First check if contract is already declared, if not declare it
+If contract already declared returned transaction_hash is ''.
+Method will pass even if contract is already declared
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------- | :------------------------------------------------------------------------ | :---------- |
+| `payload` | [`DeclareContractPayload`](../namespaces/types.md#declarecontractpayload) | - |
+| `transactionsDetail` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | (optional) |
+
+#### Returns
+
+`Promise`<\{ `class_hash`: `string` ; `transaction_hash`: `string` }\>
+
+#### Inherited from
+
+[Account](Account.md).[declareIfNot](Account.md#declareifnot)
+
+#### Defined in
+
+[src/account/default.ts:397](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L397)
+
+---
+
+### deployContract
+
+▸ **deployContract**(`payload`, `details?`): `Promise`<[`DeployContractUDCResponse`](../namespaces/types.md#deploycontractudcresponse)\>
+
+Simplify deploy simulating old DeployContract with same response + UDC specific response
+Internal wait for L2 transaction, support multicall
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `payload` | [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload) \| [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload)[] | classHash: computed class hash of compiled contract - [constructorCalldata] contract constructor calldata - [salt=pseudorandom] deploy address salt - [unique=true] ensure unique salt |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | InvocationsDetails |
+
+#### Returns
+
+`Promise`<[`DeployContractUDCResponse`](../namespaces/types.md#deploycontractudcresponse)\>
+
+- contract_address
+- transaction_hash
+- address
+- deployer
+- unique
+- classHash
+- calldata_len
+- calldata
+- salt
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[deployContract](AccountInterface.md#deploycontract)
+
+#### Inherited from
+
+[Account](Account.md).[deployContract](Account.md#deploycontract)
+
+#### Defined in
+
+[src/account/default.ts:470](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L470)
+
+---
+
+### declareAndDeploy
+
+▸ **declareAndDeploy**(`payload`, `details?`): `Promise`<[`DeclareDeployUDCResponse`](../namespaces/types.md#declaredeployudcresponse)\>
+
+Declares and Deploy a given compiled contract (json) to starknet using UDC
+Internal wait for L2 transaction, do not support multicall
+Method will pass even if contract is already declared (internal using DeclareIfNot)
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------------------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `payload` | [`DeclareAndDeployContractPayload`](../namespaces/types.md#declareanddeploycontractpayload) | contract: compiled contract code - [casm=cairo1]: CairoAssembly \| undefined; - [compiledClassHash]: string \| undefined; - [classHash]: computed class hash of compiled contract - [constructorCalldata] contract constructor calldata - [salt=pseudorandom] deploy address salt - [unique=true] ensure unique salt |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | InvocationsDetails |
+
+#### Returns
+
+`Promise`<[`DeclareDeployUDCResponse`](../namespaces/types.md#declaredeployudcresponse)\>
+
+- declare
+ - transaction_hash
+- deploy
+ - contract_address
+ - transaction_hash
+ - address
+ - deployer
+ - unique
+ - classHash
+ - calldata_len
+ - calldata
+ - salt
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[declareAndDeploy](AccountInterface.md#declareanddeploy)
+
+#### Inherited from
+
+[Account](Account.md).[declareAndDeploy](Account.md#declareanddeploy)
+
+#### Defined in
+
+[src/account/default.ts:479](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L479)
+
+---
+
+### deployAccount
+
+▸ **deployAccount**(`«destructured»`, `details?`): `Promise`<[`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)\>
+
+Deploy the account on Starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------------- | :------------------------------------------------------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `«destructured»` | [`DeployAccountContractPayload`](../namespaces/types.md#deployaccountcontractpayload) | transaction payload to be deployed containing: - classHash: computed class hash of compiled contract - optional constructor calldata - optional address salt - optional contractAddress |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | InvocationsDetails |
+
+#### Returns
+
+`Promise`<[`DeployContractResponse`](../interfaces/types.DeployContractResponse.md)\>
+
+a confirmation of sending a transaction on the starknet contract
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[deployAccount](AccountInterface.md#deployaccount)
+
+#### Inherited from
+
+[Account](Account.md).[deployAccount](Account.md#deployaccount)
+
+#### Defined in
+
+[src/account/default.ts:498](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L498)
+
+---
+
+### hashMessage
+
+▸ **hashMessage**(`typedData`): `Promise`<`string`\>
+
+Hash a TypedData object with Pedersen hash and return the hash
+This adds a message prefix so it can't be interchanged with transactions
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------- | :----------------------------------------------------------------------- | :---------------------------- |
+| `typedData` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) | TypedData object to be hashed |
+
+#### Returns
+
+`Promise`<`string`\>
+
+the hash of the TypedData object
+
+**`Throws`**
+
+if typedData is not a valid TypedData
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[hashMessage](AccountInterface.md#hashmessage)
+
+#### Inherited from
+
+[Account](Account.md).[hashMessage](Account.md#hashmessage)
+
+#### Defined in
+
+[src/account/default.ts:562](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L562)
+
+---
+
+### verifyMessageHash
+
+▸ **verifyMessageHash**(`hash`, `signature`, `signatureVerificationFunctionName?`, `signatureVerificationResponse?`): `Promise`<`boolean`\>
+
+#### Parameters
+
+| Name | Type |
+| :------------------------------------------ | :---------------------------------------------------- |
+| `hash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `signature` | [`Signature`](../namespaces/types.md#signature) |
+| `signatureVerificationFunctionName?` | `string` |
+| `signatureVerificationResponse?` | `Object` |
+| `signatureVerificationResponse.okResponse` | `string`[] |
+| `signatureVerificationResponse.nokResponse` | `string`[] |
+| `signatureVerificationResponse.error` | `string`[] |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+**`Deprecated`**
+
+To replace by `myRpcProvider.verifyMessageInStarknet()`
+
+#### Inherited from
+
+[Account](Account.md).[verifyMessageHash](Account.md#verifymessagehash)
+
+#### Defined in
+
+[src/account/default.ts:569](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L569)
+
+---
+
+### verifyMessage
+
+▸ **verifyMessage**(`typedData`, `signature`, `signatureVerificationFunctionName?`, `signatureVerificationResponse?`): `Promise`<`boolean`\>
+
+#### Parameters
+
+| Name | Type |
+| :------------------------------------------ | :----------------------------------------------------------------------- |
+| `typedData` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) |
+| `signature` | [`Signature`](../namespaces/types.md#signature) |
+| `signatureVerificationFunctionName?` | `string` |
+| `signatureVerificationResponse?` | `Object` |
+| `signatureVerificationResponse.okResponse` | `string`[] |
+| `signatureVerificationResponse.nokResponse` | `string`[] |
+| `signatureVerificationResponse.error` | `string`[] |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+**`Deprecated`**
+
+To replace by `myRpcProvider.verifyMessageInStarknet()`
+
+#### Inherited from
+
+[Account](Account.md).[verifyMessage](Account.md#verifymessage)
+
+#### Defined in
+
+[src/account/default.ts:587](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L587)
+
+---
+
+### getSnip9Version
+
+▸ **getSnip9Version**(): `Promise`<[`OutsideExecutionVersion`](../enums/types.OutsideExecutionVersion.md)\>
+
+Verify if an account is compatible with SNIP-9 outside execution, and with which version of this standard.
+
+#### Returns
+
+`Promise`<[`OutsideExecutionVersion`](../enums/types.OutsideExecutionVersion.md)\>
+
+Not compatible, V1, V2.
+
+**`Example`**
+
+```typescript
+const result = myAccount.getSnip9Version();
+// result = "V1"
+```
+
+#### Inherited from
+
+[Account](Account.md).[getSnip9Version](Account.md#getsnip9version)
+
+#### Defined in
+
+[src/account/default.ts:611](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L611)
+
+---
+
+### isValidSnip9Nonce
+
+▸ **isValidSnip9Nonce**(`nonce`): `Promise`<`boolean`\>
+
+Verify if a SNIP-9 nonce has not yet been used by the account.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :---------------------------------------------------- | :-------------------- |
+| `nonce` | [`BigNumberish`](../namespaces/types.md#bignumberish) | SNIP-9 nonce to test. |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+true if SNIP-9 nonce not yet used.
+
+**`Example`**
+
+```typescript
+const result = myAccount.isValidSnip9Nonce(1234);
+// result = true
+```
+
+#### Inherited from
+
+[Account](Account.md).[isValidSnip9Nonce](Account.md#isvalidsnip9nonce)
+
+#### Defined in
+
+[src/account/default.ts:632](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L632)
+
+---
+
+### getSnip9Nonce
+
+▸ **getSnip9Nonce**(): `Promise`<`string`\>
+
+Outside transaction needs a specific SNIP-9 nonce, that we get in this function.
+A SNIP-9 nonce can be any number not yet used ; no ordering is needed.
+
+#### Returns
+
+`Promise`<`string`\>
+
+an Hex string of a SNIP-9 nonce.
+
+**`Example`**
+
+```typescript
+const result = myAccount.getSnip9Nonce();
+// result = "0x28a612590dbc36927933c8ee0f357eee639c8b22b3d3aa86949eed3ada4ac55"
+```
+
+#### Inherited from
+
+[Account](Account.md).[getSnip9Nonce](Account.md#getsnip9nonce)
+
+#### Defined in
+
+[src/account/default.ts:656](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L656)
+
+---
+
+### getOutsideTransaction
+
+▸ **getOutsideTransaction**(`options`, `calls`, `version?`, `nonce?`): `Promise`<[`OutsideTransaction`](../interfaces/types.OutsideTransaction.md)\>
+
+Creates an object containing transaction(s) that can be executed by an other account with` Account.executeFromOutside()`, called Outside Transaction.
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :---------------------------------------------------------------------------------------- | :------------------------------------------------------------------ |
+| `options` | [`OutsideExecutionOptions`](../interfaces/types.OutsideExecutionOptions.md) | Parameters of the transaction(s). |
+| `calls` | [`AllowArray`](../namespaces/types.md#allowarray)<[`Call`](../namespaces/types.md#call)\> | Transaction(s) to execute. |
+| `version?` | [`OutsideExecutionVersion`](../enums/types.OutsideExecutionVersion.md) | SNIP-9 version of the Account that creates the outside transaction. |
+| `nonce?` | [`BigNumberish`](../namespaces/types.md#bignumberish) | Outside Nonce. |
+
+#### Returns
+
+`Promise`<[`OutsideTransaction`](../interfaces/types.OutsideTransaction.md)\>
+
+and object that can be used in `Account.executeFromOutside()`
+
+**`Example`**
+
+```typescript
+const now_seconds = Math.floor(Date.now() / 1000);
+const callOptions: OutsideExecutionOptions = {
+ caller: executorAccount.address,
+ execute_after: now_seconds - 3600,
+ execute_before: now_seconds + 3600,
+};
+const call1: Call = {
+ contractAddress: ethAddress,
+ entrypoint: 'transfer',
+ calldata: {
+ recipient: recipientAccount.address,
+ amount: cairo.uint256(100),
+ },
+};
+const outsideTransaction1: OutsideTransaction = await signerAccount.getOutsideTransaction(
+ callOptions,
+ call3
+);
+// result = {
+// outsideExecution: {
+// caller: '0x64b48806902a367c8598f4f95c305e8c1a1acba5f082d294a43793113115691',
+// nonce: '0x28a612590dbc36927933c8ee0f357eee639c8b22b3d3aa86949eed3ada4ac55',
+// execute_after: 1723650229, execute_before: 1723704229, calls: [[Object]] },
+// signature: Signature {
+// r: 67518627037915514985321278857825384106482999609634873287406612756843916814n,
+// s: 737198738569840639192844101690009498983611654458636624293579534560862067709n, recovery: 0 },
+// signerAddress: '0x655f8fd7c4013c07cf12a92184aa6c314d181443913e21f7e209a18f0c78492',
+// version: '2'
+// }
+```
+
+#### Inherited from
+
+[Account](Account.md).[getOutsideTransaction](Account.md#getoutsidetransaction)
+
+#### Defined in
+
+[src/account/default.ts:693](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L693)
+
+---
+
+### executeFromOutside
+
+▸ **executeFromOutside**(`outsideTransaction`, `opts?`): `Promise`<\{ `transaction_hash`: `string` }\>
+
+An account B executes a transaction that has been signed by an account A.
+Fees are paid by B.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------- | :-------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------- |
+| `outsideTransaction` | [`AllowArray`](../namespaces/types.md#allowarray)<[`OutsideTransaction`](../interfaces/types.OutsideTransaction.md)\> | the signed transaction generated by `Account.getOutsideTransaction()`. |
+| `opts?` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | same options than `Account.execute()`. |
+
+#### Returns
+
+`Promise`<\{ `transaction_hash`: `string` }\>
+
+same response than `Account.execute()`.
+
+**`Example`**
+
+```typescript
+const outsideTransaction1: OutsideTransaction = await signerAccount.getOutsideTransaction(
+ callOptions,
+ call1
+);
+const outsideTransaction2: OutsideTransaction = await signerAccount.getOutsideTransaction(
+ callOptions4,
+ call4
+);
+const result = await myAccount.executeFromOutside([outsideTransaction1, outsideTransaction2]);
+// result = { transaction_hash: '0x11233...`}
+```
+
+#### Inherited from
+
+[Account](Account.md).[executeFromOutside](Account.md#executefromoutside)
+
+#### Defined in
+
+[src/account/default.ts:753](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L753)
+
+---
+
+### getUniversalSuggestedFee
+
+▸ **getUniversalSuggestedFee**(`version`, `«destructured»`, `details`): `Promise`<[`UniversalSuggestedFee`](../namespaces/types.md#universalsuggestedfee)\>
+
+#### Parameters
+
+| Name | Type |
+| :--------------- | :-------------------------------------------------------------------------------------- |
+| `version` | [`ETransactionVersion`](../namespaces/types.RPC.RPCSPEC07.API.md#etransactionversion-1) |
+| `«destructured»` | [`EstimateFeeAction`](../namespaces/types.md#estimatefeeaction) |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) |
+
+#### Returns
+
+`Promise`<[`UniversalSuggestedFee`](../namespaces/types.md#universalsuggestedfee)\>
+
+#### Inherited from
+
+[Account](Account.md).[getUniversalSuggestedFee](Account.md#getuniversalsuggestedfee)
+
+#### Defined in
+
+[src/account/default.ts:765](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L765)
+
+---
+
+### getSuggestedFee
+
+▸ **getSuggestedFee**(`«destructured»`, `details`): `Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+Gets Suggested Max Fee based on the transaction type
+
+#### Parameters
+
+| Name | Type |
+| :--------------- | :-------------------------------------------------------------- |
+| `«destructured»` | [`EstimateFeeAction`](../namespaces/types.md#estimatefeeaction) |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) |
+
+#### Returns
+
+`Promise`<[`EstimateFee`](../interfaces/types.EstimateFee.md)\>
+
+EstimateFee (...response, resourceBounds, suggestedMaxFee)
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getSuggestedFee](AccountInterface.md#getsuggestedfee)
+
+#### Inherited from
+
+[Account](Account.md).[getSuggestedFee](Account.md#getsuggestedfee)
+
+#### Defined in
+
+[src/account/default.ts:789](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L789)
+
+---
+
+### buildInvocation
+
+▸ **buildInvocation**(`call`, `details`): `Promise`<[`Invocation`](../namespaces/types.md#invocation)\>
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :---------------------------------------------------------------------------- |
+| `call` | [`Call`](../namespaces/types.md#call)[] |
+| `details` | [`InvocationsSignerDetails`](../namespaces/types.md#invocationssignerdetails) |
+
+#### Returns
+
+`Promise`<[`Invocation`](../namespaces/types.md#invocation)\>
+
+#### Inherited from
+
+[Account](Account.md).[buildInvocation](Account.md#buildinvocation)
+
+#### Defined in
+
+[src/account/default.ts:820](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L820)
+
+---
+
+### buildDeclarePayload
+
+▸ **buildDeclarePayload**(`payload`, `details`): `Promise`<[`DeclareContractTransaction`](../namespaces/types.md#declarecontracttransaction)\>
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :---------------------------------------------------------------------------- |
+| `payload` | [`DeclareContractPayload`](../namespaces/types.md#declarecontractpayload) |
+| `details` | [`InvocationsSignerDetails`](../namespaces/types.md#invocationssignerdetails) |
+
+#### Returns
+
+`Promise`<[`DeclareContractTransaction`](../namespaces/types.md#declarecontracttransaction)\>
+
+#### Inherited from
+
+[Account](Account.md).[buildDeclarePayload](Account.md#builddeclarepayload)
+
+#### Defined in
+
+[src/account/default.ts:835](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L835)
+
+---
+
+### buildAccountDeployPayload
+
+▸ **buildAccountDeployPayload**(`«destructured»`, `details`): `Promise`<[`DeployAccountContractTransaction`](../namespaces/types.md#deployaccountcontracttransaction)\>
+
+#### Parameters
+
+| Name | Type |
+| :--------------- | :------------------------------------------------------------------------------------ |
+| `«destructured»` | [`DeployAccountContractPayload`](../namespaces/types.md#deployaccountcontractpayload) |
+| `details` | [`InvocationsSignerDetails`](../namespaces/types.md#invocationssignerdetails) |
+
+#### Returns
+
+`Promise`<[`DeployAccountContractTransaction`](../namespaces/types.md#deployaccountcontracttransaction)\>
+
+#### Inherited from
+
+[Account](Account.md).[buildAccountDeployPayload](Account.md#buildaccountdeploypayload)
+
+#### Defined in
+
+[src/account/default.ts:867](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L867)
+
+---
+
+### buildUDCContractPayload
+
+▸ **buildUDCContractPayload**(`payload`): [`Call`](../namespaces/types.md#call)[]
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `payload` | [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload) \| [`UniversalDeployerContractPayload`](../namespaces/types.md#universaldeployercontractpayload)[] |
+
+#### Returns
+
+[`Call`](../namespaces/types.md#call)[]
+
+#### Inherited from
+
+[Account](Account.md).[buildUDCContractPayload](Account.md#buildudccontractpayload)
+
+#### Defined in
+
+[src/account/default.ts:901](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L901)
+
+---
+
+### accountInvocationsFactory
+
+▸ **accountInvocationsFactory**(`invocations`, `details`): `Promise`<[`AccountInvocations`](../namespaces/types.md#accountinvocations)\>
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :-------------------------------------------------------------------------------------------- |
+| `invocations` | [`Invocations`](../namespaces/types.md#invocations) |
+| `details` | [`AccountInvocationsFactoryDetails`](../namespaces/types.md#accountinvocationsfactorydetails) |
+
+#### Returns
+
+`Promise`<[`AccountInvocations`](../namespaces/types.md#accountinvocations)\>
+
+#### Inherited from
+
+[Account](Account.md).[accountInvocationsFactory](Account.md#accountinvocationsfactory)
+
+#### Defined in
+
+[src/account/default.ts:928](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L928)
+
+---
+
+### getStarkName
+
+▸ **getStarkName**(`address?`, `StarknetIdContract?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :-------------------- | :---------------------------------------------------- |
+| `address` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `StarknetIdContract?` | `string` |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+[Account](Account.md).[getStarkName](Account.md#getstarkname-1)
+
+#### Defined in
+
+[src/account/default.ts:1026](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/account/default.ts#L1026)
+
+---
+
+### fetch
+
+▸ **fetch**(`method`, `params?`, `id?`): `Promise`<`Response`\>
+
+#### Parameters
+
+| Name | Type | Default value |
+| :-------- | :------------------- | :------------ |
+| `method` | `string` | `undefined` |
+| `params?` | `object` | `undefined` |
+| `id` | `string` \| `number` | `0` |
+
+#### Returns
+
+`Promise`<`Response`\>
+
+#### Inherited from
+
+[Account](Account.md).[fetch](Account.md#fetch)
+
+#### Defined in
+
+[src/provider/rpc.ts:68](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L68)
+
+---
+
+### getChainId
+
+▸ **getChainId**(): `Promise`<[`StarknetChainId`](../enums/constants.StarknetChainId.md)\>
+
+Gets the Starknet chain Id
+
+#### Returns
+
+`Promise`<[`StarknetChainId`](../enums/constants.StarknetChainId.md)\>
+
+the chain Id
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getChainId](AccountInterface.md#getchainid)
+
+#### Inherited from
+
+[Account](Account.md).[getChainId](Account.md#getchainid)
+
+#### Defined in
+
+[src/provider/rpc.ts:72](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L72)
+
+---
+
+### getSpecVersion
+
+▸ **getSpecVersion**(): `Promise`<`string`\>
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+[Account](Account.md).[getSpecVersion](Account.md#getspecversion)
+
+#### Defined in
+
+[src/provider/rpc.ts:76](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L76)
+
+---
+
+### getNonceForAddress
+
+▸ **getNonceForAddress**(`contractAddress`, `blockIdentifier?`): `Promise`<`string`\>
+
+Returns the nonce associated with the given address in the given block
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) | contract address |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | - |
+
+#### Returns
+
+`Promise`<`string`\>
+
+the hex nonce
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getNonceForAddress](AccountInterface.md#getnonceforaddress)
+
+#### Inherited from
+
+[Account](Account.md).[getNonceForAddress](Account.md#getnonceforaddress)
+
+#### Defined in
+
+[src/provider/rpc.ts:80](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L80)
+
+---
+
+### getBlock
+
+▸ **getBlock**(): `Promise`<[`PendingBlock`](../namespaces/types.md#pendingblock)\>
+
+Gets the block information
+
+#### Returns
+
+`Promise`<[`PendingBlock`](../namespaces/types.md#pendingblock)\>
+
+the block object
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getBlock](AccountInterface.md#getblock)
+
+#### Inherited from
+
+[Account](Account.md).[getBlock](Account.md#getblock)
+
+#### Defined in
+
+[src/provider/rpc.ts:87](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L87)
+
+▸ **getBlock**(`blockIdentifier`): `Promise`<[`PendingBlock`](../namespaces/types.md#pendingblock)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------- |
+| `blockIdentifier` | `"pending"` |
+
+#### Returns
+
+`Promise`<[`PendingBlock`](../namespaces/types.md#pendingblock)\>
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getBlock](AccountInterface.md#getblock)
+
+#### Inherited from
+
+[Account](Account.md).[getBlock](Account.md#getblock)
+
+#### Defined in
+
+[src/provider/rpc.ts:88](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L88)
+
+▸ **getBlock**(`blockIdentifier`): `Promise`<[`Block`](../namespaces/types.md#block)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :--------- |
+| `blockIdentifier` | `"latest"` |
+
+#### Returns
+
+`Promise`<[`Block`](../namespaces/types.md#block)\>
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getBlock](AccountInterface.md#getblock)
+
+#### Inherited from
+
+[Account](Account.md).[getBlock](Account.md#getblock)
+
+#### Defined in
+
+[src/provider/rpc.ts:89](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L89)
+
+▸ **getBlock**(`blockIdentifier?`): `Promise`<[`GetBlockResponse`](../namespaces/types.md#getblockresponse)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`GetBlockResponse`](../namespaces/types.md#getblockresponse)\>
+
+#### Implementation of
+
+AccountInterface.getBlock
+
+#### Inherited from
+
+[Account](Account.md).[getBlock](Account.md#getblock)
+
+#### Defined in
+
+[src/provider/rpc.ts:90](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L90)
+
+---
+
+### getBlockLatestAccepted
+
+▸ **getBlockLatestAccepted**(): `Promise`<[`BlockHashAndNumber`](../namespaces/types.RPC.RPCSPEC06.md#blockhashandnumber)\>
+
+Get the most recent accepted block hash and number
+
+#### Returns
+
+`Promise`<[`BlockHashAndNumber`](../namespaces/types.RPC.RPCSPEC06.md#blockhashandnumber)\>
+
+#### Inherited from
+
+[Account](Account.md).[getBlockLatestAccepted](Account.md#getblocklatestaccepted)
+
+#### Defined in
+
+[src/provider/rpc.ts:100](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L100)
+
+---
+
+### getBlockNumber
+
+▸ **getBlockNumber**(): `Promise`<`number`\>
+
+Get the most recent accepted block number
+redundant use getBlockLatestAccepted();
+
+#### Returns
+
+`Promise`<`number`\>
+
+Number of the latest block
+
+#### Inherited from
+
+[Account](Account.md).[getBlockNumber](Account.md#getblocknumber)
+
+#### Defined in
+
+[src/provider/rpc.ts:109](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L109)
+
+---
+
+### getBlockWithTxHashes
+
+▸ **getBlockWithTxHashes**(`blockIdentifier?`): `Promise`<[`BlockWithTxHashes`](../namespaces/types.RPC.RPCSPEC06.md#blockwithtxhashes)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockWithTxHashes`](../namespaces/types.RPC.RPCSPEC06.md#blockwithtxhashes)\>
+
+#### Inherited from
+
+[Account](Account.md).[getBlockWithTxHashes](Account.md#getblockwithtxhashes)
+
+#### Defined in
+
+[src/provider/rpc.ts:113](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L113)
+
+---
+
+### getBlockWithTxs
+
+▸ **getBlockWithTxs**(`blockIdentifier?`): `Promise`<[`BlockWithTxs`](../namespaces/types.RPC.RPCSPEC06.md#blockwithtxs)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockWithTxs`](../namespaces/types.RPC.RPCSPEC06.md#blockwithtxs)\>
+
+#### Inherited from
+
+[Account](Account.md).[getBlockWithTxs](Account.md#getblockwithtxs)
+
+#### Defined in
+
+[src/provider/rpc.ts:117](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L117)
+
+---
+
+### waitForBlock
+
+▸ **waitForBlock**(`blockIdentifier?`, `retryInterval?`): `Promise`<`void`\>
+
+Pause the execution of the script until a specified block is created.
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :---------------- | :---------------------------------------------------------- | :------------ | :------------------------------------------------------------------------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | `'pending'` | bloc number (BigNumberish) or 'pending' or 'latest'. Use of 'latest" or of a block already created will generate no pause. |
+| `retryInterval?` | `number` | `5000` | number of milliseconds between 2 requests to the node |
+
+#### Returns
+
+`Promise`<`void`\>
+
+**`Example`**
+
+```typescript
+await myProvider.waitForBlock();
+// wait the creation of the pending block
+```
+
+#### Inherited from
+
+[Account](Account.md).[waitForBlock](Account.md#waitforblock)
+
+#### Defined in
+
+[src/provider/rpc.ts:132](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L132)
+
+---
+
+### getL1GasPrice
+
+▸ **getL1GasPrice**(`blockIdentifier?`): `Promise`<`string`\>
+
+Gets the price of l1 gas in the block
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<`string`\>
+
+gas price of the block
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getL1GasPrice](AccountInterface.md#getl1gasprice)
+
+#### Inherited from
+
+[Account](Account.md).[getL1GasPrice](Account.md#getl1gasprice)
+
+#### Defined in
+
+[src/provider/rpc.ts:162](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L162)
+
+---
+
+### getL1MessageHash
+
+▸ **getL1MessageHash**(`l2TxHash`): `Promise`<`string`\>
+
+Get L1 message hash from L2 transaction hash
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :---------------------------------------------------- | :------------------ |
+| `l2TxHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) | L2 transaction hash |
+
+#### Returns
+
+`Promise`<`string`\>
+
+Hex string of L1 message hash
+
+**`Example`**
+
+In Sepolia Testnet :
+
+```typescript
+const result = provider.getL1MessageHash(
+ '0x28dfc05eb4f261b37ddad451ff22f1d08d4e3c24dc646af0ec69fa20e096819'
+);
+// result = '0x55b3f8b6e607fffd9b4d843dfe8f9b5c05822cd94fcad8797deb01d77805532a'
+```
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getL1MessageHash](AccountInterface.md#getl1messagehash)
+
+#### Inherited from
+
+[Account](Account.md).[getL1MessageHash](Account.md#getl1messagehash)
+
+#### Defined in
+
+[src/provider/rpc.ts:168](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L168)
+
+---
+
+### getBlockWithReceipts
+
+▸ **getBlockWithReceipts**(`blockIdentifier?`): `Promise`<[`BlockWithTxReceipts`](../namespaces/types.RPC.RPCSPEC07.API.md#blockwithtxreceipts)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockWithTxReceipts`](../namespaces/types.RPC.RPCSPEC07.API.md#blockwithtxreceipts)\>
+
+#### Inherited from
+
+[Account](Account.md).[getBlockWithReceipts](Account.md#getblockwithreceipts)
+
+#### Defined in
+
+[src/provider/rpc.ts:184](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L184)
+
+---
+
+### getBlockStateUpdate
+
+▸ **getBlockStateUpdate**(): `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Returns
+
+`Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Inherited from
+
+[Account](Account.md).[getBlockStateUpdate](Account.md#getblockstateupdate)
+
+#### Defined in
+
+[src/provider/rpc.ts:193](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L193)
+
+▸ **getBlockStateUpdate**(`blockIdentifier`): `Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------- |
+| `blockIdentifier` | `"pending"` |
+
+#### Returns
+
+`Promise`<\{ `block_hash`: `never` ; `old_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Inherited from
+
+[Account](Account.md).[getBlockStateUpdate](Account.md#getblockstateupdate)
+
+#### Defined in
+
+[src/provider/rpc.ts:194](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L194)
+
+▸ **getBlockStateUpdate**(`blockIdentifier`): `Promise`<\{ `block_hash`: `string` ; `old_root`: `string` ; `new_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :--------- |
+| `blockIdentifier` | `"latest"` |
+
+#### Returns
+
+`Promise`<\{ `block_hash`: `string` ; `old_root`: `string` ; `new_root`: `string` ; `state_diff`: \{ storage_diffs: \{ address: string; storage_entries: \{ key: string; value: string; }[]; }[]; deprecated_declared_classes: string[]; declared_classes: \{ class_hash: string; compiled_class_hash: string; }[]; deployed_contracts: \{ ...; }[]; replaced_classes: \{ ...; }[]; nonces: \{ ...; }[]; } }\>
+
+#### Inherited from
+
+[Account](Account.md).[getBlockStateUpdate](Account.md#getblockstateupdate)
+
+#### Defined in
+
+[src/provider/rpc.ts:195](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L195)
+
+▸ **getBlockStateUpdate**(`blockIdentifier?`): `Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`StateUpdateResponse`](../namespaces/types.md#stateupdateresponse)\>
+
+#### Inherited from
+
+[Account](Account.md).[getBlockStateUpdate](Account.md#getblockstateupdate)
+
+#### Defined in
+
+[src/provider/rpc.ts:196](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L196)
+
+---
+
+### getBlockTransactionsTraces
+
+▸ **getBlockTransactionsTraces**(`blockIdentifier?`): `Promise`<[`BlockTransactionsTraces`](../namespaces/types.RPC.RPCSPEC06.md#blocktransactionstraces)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`BlockTransactionsTraces`](../namespaces/types.RPC.RPCSPEC06.md#blocktransactionstraces)\>
+
+#### Inherited from
+
+[Account](Account.md).[getBlockTransactionsTraces](Account.md#getblocktransactionstraces)
+
+#### Defined in
+
+[src/provider/rpc.ts:201](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L201)
+
+---
+
+### getBlockTransactionCount
+
+▸ **getBlockTransactionCount**(`blockIdentifier?`): `Promise`<`number`\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`number`\>
+
+#### Inherited from
+
+[Account](Account.md).[getBlockTransactionCount](Account.md#getblocktransactioncount)
+
+#### Defined in
+
+[src/provider/rpc.ts:205](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L205)
+
+---
+
+### getPendingTransactions
+
+▸ **getPendingTransactions**(): `Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)[]\>
+
+Return transactions from pending block
+
+#### Returns
+
+`Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)[]\>
+
+**`Deprecated`**
+
+Instead use getBlock(BlockTag.PENDING); (will be removed in next minor version)
+Utility method, same result can be achieved using getBlockWithTxHashes(BlockTag.pending);
+
+#### Inherited from
+
+[Account](Account.md).[getPendingTransactions](Account.md#getpendingtransactions)
+
+#### Defined in
+
+[src/provider/rpc.ts:214](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L214)
+
+---
+
+### getTransaction
+
+▸ **getTransaction**(`txHash`): `Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+Gets the transaction information from a tx id.
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+the transaction object { transaction_id, status, transaction, block_number?, block_number?, transaction_index?, transaction_failure_reason? }
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getTransaction](AccountInterface.md#gettransaction)
+
+#### Inherited from
+
+[Account](Account.md).[getTransaction](Account.md#gettransaction)
+
+#### Defined in
+
+[src/provider/rpc.ts:221](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L221)
+
+---
+
+### getTransactionByHash
+
+▸ **getTransactionByHash**(`txHash`): `Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Inherited from
+
+[Account](Account.md).[getTransactionByHash](Account.md#gettransactionbyhash)
+
+#### Defined in
+
+[src/provider/rpc.ts:225](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L225)
+
+---
+
+### getTransactionByBlockIdAndIndex
+
+▸ **getTransactionByBlockIdAndIndex**(`blockIdentifier`, `index`): `Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------------- |
+| `blockIdentifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+| `index` | `number` |
+
+#### Returns
+
+`Promise`<[`TransactionWithHash`](../namespaces/types.RPC.RPCSPEC06.md#transactionwithhash)\>
+
+#### Inherited from
+
+[Account](Account.md).[getTransactionByBlockIdAndIndex](Account.md#gettransactionbyblockidandindex)
+
+#### Defined in
+
+[src/provider/rpc.ts:229](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L229)
+
+---
+
+### getTransactionReceipt
+
+▸ **getTransactionReceipt**(`txHash`): `Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+Gets the transaction receipt from a tx hash.
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+the transaction receipt object
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getTransactionReceipt](AccountInterface.md#gettransactionreceipt)
+
+#### Inherited from
+
+[Account](Account.md).[getTransactionReceipt](Account.md#gettransactionreceipt)
+
+#### Defined in
+
+[src/provider/rpc.ts:233](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L233)
+
+---
+
+### getTransactionTrace
+
+▸ **getTransactionTrace**(`txHash`): `Promise`<[`TRANSACTION_TRACE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#transaction_trace)\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :---------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TRANSACTION_TRACE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#transaction_trace)\>
+
+#### Inherited from
+
+[Account](Account.md).[getTransactionTrace](Account.md#gettransactiontrace)
+
+#### Defined in
+
+[src/provider/rpc.ts:240](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L240)
+
+---
+
+### getTransactionStatus
+
+▸ **getTransactionStatus**(`transactionHash`): `Promise`<[`TransactionStatus`](../namespaces/types.RPC.RPCSPEC06.md#transactionstatus)\>
+
+Get the status of a transaction
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :---------------------------------------------------- |
+| `transactionHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`Promise`<[`TransactionStatus`](../namespaces/types.RPC.RPCSPEC06.md#transactionstatus)\>
+
+#### Inherited from
+
+[Account](Account.md).[getTransactionStatus](Account.md#gettransactionstatus)
+
+#### Defined in
+
+[src/provider/rpc.ts:247](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L247)
+
+---
+
+### getSimulateTransaction
+
+▸ **getSimulateTransaction**(`invocations`, `options?`): `Promise`<[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)\>
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :-------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `invocations` | [`AccountInvocations`](../namespaces/types.md#accountinvocations) | AccountInvocations |
+| `options?` | [`getSimulateTransactionOptions`](../namespaces/types.md#getsimulatetransactionoptions) | blockIdentifier and flags to skip validation and fee charge
- blockIdentifier
- skipValidate (default false)
- skipFeeCharge (default true)
|
+
+#### Returns
+
+`Promise`<[`SimulateTransactionResponse`](../namespaces/types.md#simulatetransactionresponse)\>
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getSimulateTransaction](AccountInterface.md#getsimulatetransaction)
+
+#### Inherited from
+
+[Account](Account.md).[getSimulateTransaction](Account.md#getsimulatetransaction)
+
+#### Defined in
+
+[src/provider/rpc.ts:258](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L258)
+
+---
+
+### waitForTransaction
+
+▸ **waitForTransaction**(`txHash`, `options?`): `Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+Wait for the transaction to be accepted
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :------------------------------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------- |
+| `txHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) | transaction hash |
+| `options?` | [`waitForTransactionOptions`](../namespaces/types.md#waitfortransactionoptions) | waitForTransactionOptions - (optional) retryInterval: number \| undefined; - (optional) successStates: TransactionStatus[] \| undefined; |
+
+#### Returns
+
+`Promise`<[`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse)\>
+
+GetTransactionReceiptResponse
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[waitForTransaction](AccountInterface.md#waitfortransaction)
+
+#### Inherited from
+
+[Account](Account.md).[waitForTransaction](Account.md#waitfortransaction)
+
+#### Defined in
+
+[src/provider/rpc.ts:268](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L268)
+
+---
+
+### getStorageAt
+
+▸ **getStorageAt**(`contractAddress`, `key`, `blockIdentifier?`): `Promise`<`string`\>
+
+Get the value of the storage (contract's variable) at the given address and key
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) | |
+| `key` | [`BigNumberish`](../namespaces/types.md#bignumberish) | from getStorageVarAddress('') (WIP) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<`string`\>
+
+the value of the storage variable
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getStorageAt](AccountInterface.md#getstorageat)
+
+#### Inherited from
+
+[Account](Account.md).[getStorageAt](Account.md#getstorageat)
+
+#### Defined in
+
+[src/provider/rpc.ts:280](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L280)
+
+---
+
+### getClassHashAt
+
+▸ **getClassHashAt**(`contractAddress`, `blockIdentifier?`): `Promise`<`string`\>
+
+Returns the contract class hash in the given block for the contract deployed at the given address
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) | contract address |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<`string`\>
+
+Class hash
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getClassHashAt](AccountInterface.md#getclasshashat)
+
+#### Inherited from
+
+[Account](Account.md).[getClassHashAt](Account.md#getclasshashat)
+
+#### Defined in
+
+[src/provider/rpc.ts:288](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L288)
+
+---
+
+### getClassByHash
+
+▸ **getClassByHash**(`classHash`): `Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+Returns the contract class deployed under the given class hash.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------- | :---------------------------------------------------- | :---------- |
+| `classHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) | class hash |
+
+#### Returns
+
+`Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+Contract class of compiled contract
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getClassByHash](AccountInterface.md#getclassbyhash)
+
+#### Inherited from
+
+[Account](Account.md).[getClassByHash](Account.md#getclassbyhash)
+
+#### Defined in
+
+[src/provider/rpc.ts:292](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L292)
+
+---
+
+### getClass
+
+▸ **getClass**(`classHash`, `blockIdentifier?`): `Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `classHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+#### Inherited from
+
+[Account](Account.md).[getClass](Account.md#getclass)
+
+#### Defined in
+
+[src/provider/rpc.ts:296](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L296)
+
+---
+
+### getClassAt
+
+▸ **getClassAt**(`contractAddress`, `blockIdentifier?`): `Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+Gets the contract class of the deployed contract.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :--------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) | contract address |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<[`LegacyContractClass`](../namespaces/types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](../namespaces/types.md#compiledsierra), `"sierra_program_debug_info"`\>\>
+
+Contract class of compiled contract
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getClassAt](AccountInterface.md#getclassat)
+
+#### Inherited from
+
+[Account](Account.md).[getClassAt](Account.md#getclassat)
+
+#### Defined in
+
+[src/provider/rpc.ts:302](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L302)
+
+---
+
+### getContractVersion
+
+▸ **getContractVersion**(`contractAddress`, `classHash?`, `options?`): `Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+Gets the contract version from the provided address
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------------- | :------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) | string |
+| `classHash?` | `undefined` | undefined |
+| `options?` | [`getContractVersionOptions`](../namespaces/types.md#getcontractversionoptions) | getContractVersionOptions - (optional) compiler - (default true) extract compiler version using type tactic from abi - (optional) blockIdentifier - block identifier |
+
+#### Returns
+
+`Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getContractVersion](AccountInterface.md#getcontractversion)
+
+#### Inherited from
+
+[Account](Account.md).[getContractVersion](Account.md#getcontractversion)
+
+#### Defined in
+
+[src/provider/rpc.ts:308](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L308)
+
+▸ **getContractVersion**(`contractAddress`, `classHash`, `options?`): `Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+Gets the contract version from the provided address
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------------- | :------------------------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `contractAddress` | `undefined` | undefined |
+| `classHash` | [`BigNumberish`](../namespaces/types.md#bignumberish) | |
+| `options?` | [`getContractVersionOptions`](../namespaces/types.md#getcontractversionoptions) | getContractVersionOptions - (optional) compiler - (default true) extract compiler version using type tactic from abi - (optional) blockIdentifier - block identifier |
+
+#### Returns
+
+`Promise`<[`ContractVersion`](../namespaces/types.md#contractversion)\>
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getContractVersion](AccountInterface.md#getcontractversion)
+
+#### Inherited from
+
+[Account](Account.md).[getContractVersion](Account.md#getcontractversion)
+
+#### Defined in
+
+[src/provider/rpc.ts:313](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L313)
+
+---
+
+### getEstimateFee
+
+▸ **getEstimateFee**(`invocation`, `invocationDetails`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+#### Parameters
+
+| Name | Type |
+| :------------------ | :---------------------------------------------------------------------------------- |
+| `invocation` | [`Invocation`](../namespaces/types.md#invocation) |
+| `invocationDetails` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+| `skipValidate?` | `boolean` |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+**`Deprecated`**
+
+use get*type*EstimateFee (will be refactored based on type after sequencer deprecation)
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getEstimateFee](AccountInterface.md#getestimatefee)
+
+#### Inherited from
+
+[Account](Account.md).[getEstimateFee](Account.md#getestimatefee)
+
+#### Defined in
+
+[src/provider/rpc.ts:349](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L349)
+
+---
+
+### getInvokeEstimateFee
+
+▸ **getInvokeEstimateFee**(`invocation`, `invocationDetails`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimates the fee for a given INVOKE transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------ | :---------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `invocation` | [`Invocation`](../namespaces/types.md#invocation) | the invocation object containing: - contractAddress - the address of the contract - entrypoint - the entrypoint of the contract - calldata - (defaults to []) the calldata - signature - (defaults to []) the signature |
+| `invocationDetails` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - optional nonce - version - optional version |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | (optional) block identifier |
+| `skipValidate?` | `boolean` | (optional) skip cairo **validate** method |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+the estimated fee
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getInvokeEstimateFee](AccountInterface.md#getinvokeestimatefee)
+
+#### Inherited from
+
+[Account](Account.md).[getInvokeEstimateFee](Account.md#getinvokeestimatefee)
+
+#### Defined in
+
+[src/provider/rpc.ts:358](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L358)
+
+---
+
+### getDeclareEstimateFee
+
+▸ **getDeclareEstimateFee**(`invocation`, `details`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimates the fee for a given DECLARE transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ |
+| `invocation` | [`DeclareContractTransaction`](../namespaces/types.md#declarecontracttransaction) | transaction payload to be declared containing: - compiled contract code - sender address - signature - (defaults to []) the signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - version - optional version - optional maxFee |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | (optional) block identifier |
+| `skipValidate?` | `boolean` | (optional) skip cairo **validate** method |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+the estimated fee
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getDeclareEstimateFee](AccountInterface.md#getdeclareestimatefee)
+
+#### Inherited from
+
+[Account](Account.md).[getDeclareEstimateFee](Account.md#getdeclareestimatefee)
+
+#### Defined in
+
+[src/provider/rpc.ts:378](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L378)
+
+---
+
+### getDeployAccountEstimateFee
+
+▸ **getDeployAccountEstimateFee**(`invocation`, `details`, `blockIdentifier?`, `skipValidate?`): `Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+Estimates the fee for a given DEPLOY_ACCOUNT transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :-------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------ |
+| `invocation` | [`DeployAccountContractTransaction`](../namespaces/types.md#deployaccountcontracttransaction) | transaction payload to be deployed containing: - classHash - constructorCalldata - addressSalt - signature - (defaults to []) the signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - version - optional version - optional maxFee |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | (optional) block identifier |
+| `skipValidate?` | `boolean` | (optional) skip cairo **validate** method |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)\>
+
+the estimated fee
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getDeployAccountEstimateFee](AccountInterface.md#getdeployaccountestimatefee)
+
+#### Inherited from
+
+[Account](Account.md).[getDeployAccountEstimateFee](Account.md#getdeployaccountestimatefee)
+
+#### Defined in
+
+[src/provider/rpc.ts:398](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L398)
+
+---
+
+### getEstimateFeeBulk
+
+▸ **getEstimateFeeBulk**(`invocations`, `options`): `Promise`<[`EstimateFeeResponseBulk`](../namespaces/types.md#estimatefeeresponsebulk)\>
+
+Estimates the fee for a list of INVOKE transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :------------------------------------------------------------------------------ | :----------------------------------------------------------------------- |
+| `invocations` | [`AccountInvocations`](../namespaces/types.md#accountinvocations) | AccountInvocations - Complete invocations array with account details |
+| `options` | [`getEstimateFeeBulkOptions`](../namespaces/types.md#getestimatefeebulkoptions) | getEstimateFeeBulkOptions - (optional) blockIdentifier - BlockIdentifier |
+
+#### Returns
+
+`Promise`<[`EstimateFeeResponseBulk`](../namespaces/types.md#estimatefeeresponsebulk)\>
+
+the estimated fee
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[getEstimateFeeBulk](AccountInterface.md#getestimatefeebulk)
+
+#### Inherited from
+
+[Account](Account.md).[getEstimateFeeBulk](Account.md#getestimatefeebulk)
+
+#### Defined in
+
+[src/provider/rpc.ts:418](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L418)
+
+---
+
+### invokeFunction
+
+▸ **invokeFunction**(`functionInvocation`, `details`): `Promise`<[`InvokedTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#invokedtransaction)\>
+
+Invokes a function on starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------- | :---------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `functionInvocation` | [`Invocation`](../namespaces/types.md#invocation) | the invocation object containing: - contractAddress - the address of the contract - entrypoint - the entrypoint of the contract - calldata - (defaults to []) the calldata - signature - (defaults to []) the signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | optional details containing: - nonce - optional nonce - version - optional version - maxFee - optional maxFee |
+
+#### Returns
+
+`Promise`<[`InvokedTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#invokedtransaction)\>
+
+response from addTransaction
+
+**`Deprecated`**
+
+This method won't be supported as soon as fees are mandatory. Should not be used outside of Account class
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[invokeFunction](AccountInterface.md#invokefunction)
+
+#### Inherited from
+
+[Account](Account.md).[invokeFunction](Account.md#invokefunction)
+
+#### Defined in
+
+[src/provider/rpc.ts:427](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L427)
+
+---
+
+### declareContract
+
+▸ **declareContract**(`transaction`, `details`): `Promise`<[`DeclaredTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#declaredtransaction)\>
+
+Declares a given compiled contract (json) to starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :---------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------- |
+| `transaction` | [`DeclareContractTransaction`](../namespaces/types.md#declarecontracttransaction) | transaction payload to be deployed containing: - compiled contract code - sender address - signature |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | Invocation Details containing: - nonce - optional version - optional maxFee |
+
+#### Returns
+
+`Promise`<[`DeclaredTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#declaredtransaction)\>
+
+a confirmation of sending a transaction on the starknet contract
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[declareContract](AccountInterface.md#declarecontract)
+
+#### Inherited from
+
+[Account](Account.md).[declareContract](Account.md#declarecontract)
+
+#### Defined in
+
+[src/provider/rpc.ts:434](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L434)
+
+---
+
+### deployAccountContract
+
+▸ **deployAccountContract**(`transaction`, `details`): `Promise`<[`DeployedAccountTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#deployedaccounttransaction)\>
+
+Deploys a given compiled Account contract (json) to starknet
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :-------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------ |
+| `transaction` | [`DeployAccountContractTransaction`](../namespaces/types.md#deployaccountcontracttransaction) | payload to be deployed containing: - compiled contract code - constructor calldata - address salt |
+| `details` | [`InvocationsDetailsWithNonce`](../namespaces/types.md#invocationsdetailswithnonce) | - |
+
+#### Returns
+
+`Promise`<[`DeployedAccountTransaction`](../namespaces/types.RPC.RPCSPEC07.API.md#deployedaccounttransaction)\>
+
+a confirmation of sending a transaction on the starknet contract
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[deployAccountContract](AccountInterface.md#deployaccountcontract)
+
+#### Inherited from
+
+[Account](Account.md).[deployAccountContract](Account.md#deployaccountcontract)
+
+#### Defined in
+
+[src/provider/rpc.ts:441](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L441)
+
+---
+
+### callContract
+
+▸ **callContract**(`call`, `blockIdentifier?`): `Promise`<`string`[]\>
+
+Calls a function on the Starknet contract.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :---------------------------------------------------------- | :----------------------- |
+| `call` | [`Call`](../namespaces/types.md#call) | transaction to be called |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | block identifier |
+
+#### Returns
+
+`Promise`<`string`[]\>
+
+the result of the function on the smart contract.
+
+#### Implementation of
+
+[AccountInterface](AccountInterface.md).[callContract](AccountInterface.md#callcontract)
+
+#### Inherited from
+
+[Account](Account.md).[callContract](Account.md#callcontract)
+
+#### Defined in
+
+[src/provider/rpc.ts:451](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L451)
+
+---
+
+### estimateMessageFee
+
+▸ **estimateMessageFee**(`message`, `blockIdentifier?`): `Promise`<[`FEE_ESTIMATE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#fee_estimate)\>
+
+NEW: Estimate the fee for a message from L1
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :------------------------------------------------------------------------- | :-------------- |
+| `message` | [`MSG_FROM_L1`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#msg_from_l1) | Message From L1 |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | - |
+
+#### Returns
+
+`Promise`<[`FEE_ESTIMATE`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#fee_estimate)\>
+
+#### Inherited from
+
+[Account](Account.md).[estimateMessageFee](Account.md#estimatemessagefee)
+
+#### Defined in
+
+[src/provider/rpc.ts:459](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L459)
+
+---
+
+### getSyncingStats
+
+▸ **getSyncingStats**(): `Promise`<[`Syncing`](../namespaces/types.RPC.RPCSPEC06.md#syncing)\>
+
+Returns an object about the sync status, or false if the node is not synching
+
+#### Returns
+
+`Promise`<[`Syncing`](../namespaces/types.RPC.RPCSPEC06.md#syncing)\>
+
+Object with the stats data
+
+#### Inherited from
+
+[Account](Account.md).[getSyncingStats](Account.md#getsyncingstats)
+
+#### Defined in
+
+[src/provider/rpc.ts:467](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L467)
+
+---
+
+### getEvents
+
+▸ **getEvents**(`eventFilter`): `Promise`<[`EVENTS_CHUNK`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#events_chunk)\>
+
+Returns all events matching the given filter
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :-------------------------------------------------------------------- |
+| `eventFilter` | [`EventFilter`](../namespaces/types.RPC.RPCSPEC07.API.md#eventfilter) |
+
+#### Returns
+
+`Promise`<[`EVENTS_CHUNK`](../namespaces/types.RPC.RPCSPEC06.SPEC.md#events_chunk)\>
+
+events and the pagination of the events
+
+#### Inherited from
+
+[Account](Account.md).[getEvents](Account.md#getevents)
+
+#### Defined in
+
+[src/provider/rpc.ts:475](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L475)
+
+---
+
+### verifyMessageInStarknet
+
+▸ **verifyMessageInStarknet**(`message`, `signature`, `accountAddress`, `signatureVerificationFunctionName?`, `signatureVerificationResponse?`): `Promise`<`boolean`\>
+
+Verify in Starknet a signature of a TypedData object or of a given hash.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------ |
+| `message` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) \| [`BigNumberish`](../namespaces/types.md#bignumberish) | TypedData object to be verified, or message hash to be verified. |
+| `signature` | [`Signature`](../namespaces/types.md#signature) | signature of the message. |
+| `accountAddress` | [`BigNumberish`](../namespaces/types.md#bignumberish) | address of the account that has signed the message. |
+| `signatureVerificationFunctionName?` | `string` | if account contract with non standard account verification function name. |
+| `signatureVerificationResponse?` | `Object` | if account contract with non standard response of verification function. |
+| `signatureVerificationResponse.okResponse` | `string`[] | - |
+| `signatureVerificationResponse.nokResponse` | `string`[] | - |
+| `signatureVerificationResponse.error` | `string`[] | - |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+```typescript
+const myTypedMessage: TypedMessage = .... ;
+const messageHash = typedData.getMessageHash(myTypedMessage,accountAddress);
+const sign: WeierstrassSignatureType = ec.starkCurve.sign(messageHash, privateKey);
+const accountAddress = "0x43b7240d227aa2fb8434350b3321c40ac1b88c7067982549e7609870621b535";
+const result1 = myRpcProvider.verifyMessageInStarknet(myTypedMessage, sign, accountAddress);
+const result2 = myRpcProvider.verifyMessageInStarknet(messageHash, sign, accountAddress);
+// result1 = result2 = true
+```
+
+#### Inherited from
+
+[Account](Account.md).[verifyMessageInStarknet](Account.md#verifymessageinstarknet)
+
+#### Defined in
+
+[src/provider/rpc.ts:497](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L497)
+
+---
+
+### isClassDeclared
+
+▸ **isClassDeclared**(`contractClassIdentifier`, `blockIdentifier?`): `Promise`<`boolean`\>
+
+Test if class is already declared from ContractClassIdentifier
+Helper method using getClass
+
+#### Parameters
+
+| Name | Type |
+| :------------------------ | :-------------------------------------------------------------------------- |
+| `contractClassIdentifier` | [`ContractClassIdentifier`](../namespaces/types.md#contractclassidentifier) |
+| `blockIdentifier?` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+#### Inherited from
+
+[Account](Account.md).[isClassDeclared](Account.md#isclassdeclared)
+
+#### Defined in
+
+[src/provider/rpc.ts:583](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L583)
+
+---
+
+### prepareInvocations
+
+▸ **prepareInvocations**(`invocations`): `Promise`<[`Invocations`](../namespaces/types.md#invocations)\>
+
+Build bulk invocations with auto-detect declared class
+
+1. Test if class is declared if not declare it preventing already declared class error and not declared class errors
+2. Order declarations first
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :-------------------------------------------------- |
+| `invocations` | [`Invocations`](../namespaces/types.md#invocations) |
+
+#### Returns
+
+`Promise`<[`Invocations`](../namespaces/types.md#invocations)\>
+
+#### Inherited from
+
+[Account](Account.md).[prepareInvocations](Account.md#prepareinvocations)
+
+#### Defined in
+
+[src/provider/rpc.ts:614](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/rpc.ts#L614)
+
+---
+
+### getAddressFromStarkName
+
+▸ **getAddressFromStarkName**(`name`, `StarknetIdContract?`): `Promise`<`string`\>
+
+#### Parameters
+
+| Name | Type |
+| :-------------------- | :------- |
+| `name` | `string` |
+| `StarknetIdContract?` | `string` |
+
+#### Returns
+
+`Promise`<`string`\>
+
+#### Inherited from
+
+[Account](Account.md).[getAddressFromStarkName](Account.md#getaddressfromstarkname-1)
+
+#### Defined in
+
+[src/provider/extensions/starknetId.ts:31](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/extensions/starknetId.ts#L31)
+
+---
+
+### getStarkProfile
+
+▸ **getStarkProfile**(`address`, `StarknetIdContract?`, `StarknetIdIdentityContract?`, `StarknetIdVerifierContract?`, `StarknetIdPfpContract?`, `StarknetIdPopContract?`, `StarknetIdMulticallContract?`): `Promise`<[`StarkProfile`](../namespaces/types.md#starkprofile)\>
+
+#### Parameters
+
+| Name | Type |
+| :----------------------------- | :---------------------------------------------------- |
+| `address` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `StarknetIdContract?` | `string` |
+| `StarknetIdIdentityContract?` | `string` |
+| `StarknetIdVerifierContract?` | `string` |
+| `StarknetIdPfpContract?` | `string` |
+| `StarknetIdPopContract?` | `string` |
+| `StarknetIdMulticallContract?` | `string` |
+
+#### Returns
+
+`Promise`<[`StarkProfile`](../namespaces/types.md#starkprofile)\>
+
+#### Inherited from
+
+[Account](Account.md).[getStarkProfile](Account.md#getstarkprofile-1)
+
+#### Defined in
+
+[src/provider/extensions/starknetId.ts:40](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/extensions/starknetId.ts#L40)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/_category_.yml b/www/versioned_docs/version-6.24.1/API/classes/_category_.yml
new file mode 100644
index 000000000..4ddfa3005
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/_category_.yml
@@ -0,0 +1,2 @@
+label: 'Classes'
+position: 3
diff --git a/www/versioned_docs/version-6.24.1/API/classes/merkle.MerkleTree.md b/www/versioned_docs/version-6.24.1/API/classes/merkle.MerkleTree.md
new file mode 100644
index 000000000..4a5ae24e8
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/merkle.MerkleTree.md
@@ -0,0 +1,177 @@
+---
+id: 'merkle.MerkleTree'
+title: 'Class: MerkleTree'
+sidebar_label: 'MerkleTree'
+custom_edit_url: null
+---
+
+[merkle](../namespaces/merkle.md).MerkleTree
+
+## Constructors
+
+### constructor
+
+• **new MerkleTree**(`leafHashes`, `hashMethod?`): [`MerkleTree`](merkle.MerkleTree.md)
+
+Create a Merkle tree
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :----------- | :----------------------------------------------------------------------------------------------------------------------------------- | :-------------------- | :------------------------------------ |
+| `leafHashes` | `string`[] | `undefined` | hex-string array |
+| `hashMethod` | (`a`: [`BigNumberish`](../namespaces/types.md#bignumberish), `b`: [`BigNumberish`](../namespaces/types.md#bignumberish)) => `string` | `computePedersenHash` | hash method to use, default: Pedersen |
+
+#### Returns
+
+[`MerkleTree`](merkle.MerkleTree.md)
+
+created Merkle tree
+
+**`Example`**
+
+```typescript
+const leaves = ['0x1', '0x2', '0x3', '0x4', '0x5', '0x6', '0x7'];
+const tree = new MerkleTree(leaves);
+// tree = {
+// branches: [['0x5bb9440e2...', '0x262697b88...', ...], ['0x38118a340...', ...], ...],
+// leaves: ['0x1', '0x2', '0x3', '0x4', '0x5', '0x6', '0x7'],
+// root: '0x7f748c75e5bdb7ae28013f076b8ab650c4e01d3530c6e5ab665f9f1accbe7d4',
+// hashMethod: [Function computePedersenHash],
+// }
+```
+
+#### Defined in
+
+[src/utils/merkle.ts:31](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/merkle.ts#L31)
+
+## Properties
+
+### leaves
+
+• **leaves**: `string`[]
+
+#### Defined in
+
+[src/utils/merkle.ts:5](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/merkle.ts#L5)
+
+---
+
+### branches
+
+• **branches**: `string`[][] = `[]`
+
+#### Defined in
+
+[src/utils/merkle.ts:7](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/merkle.ts#L7)
+
+---
+
+### root
+
+• **root**: `string`
+
+#### Defined in
+
+[src/utils/merkle.ts:9](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/merkle.ts#L9)
+
+---
+
+### hashMethod
+
+• **hashMethod**: (`a`: [`BigNumberish`](../namespaces/types.md#bignumberish), `b`: [`BigNumberish`](../namespaces/types.md#bignumberish)) => `string`
+
+#### Type declaration
+
+▸ (`a`, `b`): `string`
+
+##### Parameters
+
+| Name | Type |
+| :--- | :---------------------------------------------------- |
+| `a` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+| `b` | [`BigNumberish`](../namespaces/types.md#bignumberish) |
+
+##### Returns
+
+`string`
+
+#### Defined in
+
+[src/utils/merkle.ts:11](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/merkle.ts#L11)
+
+## Methods
+
+### hash
+
+▸ **hash**(`a`, `b`, `hashMethod?`): `string`
+
+Calculate hash from ordered a and b, Pedersen hash default
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :----------- | :----------------------------------------------------------------------------------------------------------------------------------- | :-------------------- | :------------------------------------ |
+| `a` | [`BigNumberish`](../namespaces/types.md#bignumberish) | `undefined` | first value |
+| `b` | [`BigNumberish`](../namespaces/types.md#bignumberish) | `undefined` | second value |
+| `hashMethod` | (`a`: [`BigNumberish`](../namespaces/types.md#bignumberish), `b`: [`BigNumberish`](../namespaces/types.md#bignumberish)) => `string` | `computePedersenHash` | hash method to use, default: Pedersen |
+
+#### Returns
+
+`string`
+
+result of the hash function
+
+**`Example`**
+
+```typescript
+const result1 = MerkleTree.hash('0xabc', '0xdef');
+// result1 = '0x484f029da7914ada038b1adf67fc83632364a3ebc2cd9349b41ab61626d9e82'
+
+const customHashMethod = (a, b) => `custom_${a}_${b}`;
+const result2 = MerkleTree.hash('0xabc', '0xdef', customHashMethod);
+// result2 = 'custom_2748_3567'
+```
+
+#### Defined in
+
+[src/utils/merkle.ts:76](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/merkle.ts#L76)
+
+---
+
+### getProof
+
+▸ **getProof**(`leaf`, `branch?`, `hashPath?`): `string`[]
+
+Calculates the merkle membership proof path
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :--------- | :--------- | :------------ | :--------------- |
+| `leaf` | `string` | `undefined` | hex-string |
+| `branch` | `string`[] | `undefined` | hex-string array |
+| `hashPath` | `string`[] | `[]` | hex-string array |
+
+#### Returns
+
+`string`[]
+
+collection of merkle proof hex-string hashes
+
+**`Example`**
+
+```typescript
+const leaves = ['0x1', '0x2', '0x3', '0x4', '0x5', '0x6', '0x7'];
+const tree = new MerkleTree(leaves);
+const result = tree.getProof('0x3');
+// result = [
+// '0x4',
+// '0x5bb9440e27889a364bcb678b1f679ecd1347acdedcbf36e83494f857cc58026',
+// '0x8c0e46dd2df9aaf3a8ebfbc25408a582ad7fa7171f0698ddbbc5130b4b4e60',
+// ]
+```
+
+#### Defined in
+
+[src/utils/merkle.ts:104](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/merkle.ts#L104)
diff --git a/www/versioned_docs/version-6.24.1/API/classes/provider-1.Block.md b/www/versioned_docs/version-6.24.1/API/classes/provider-1.Block.md
new file mode 100644
index 000000000..b941bafc3
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/classes/provider-1.Block.md
@@ -0,0 +1,210 @@
+---
+id: 'provider-1.Block'
+title: 'Class: Block'
+sidebar_label: 'Block'
+custom_edit_url: null
+---
+
+[provider](../namespaces/provider-1.md).Block
+
+This class is formatting the identifier of a block.
+
+hex string and BigInt are detected as block hashes. identifier return { block_hash: hash }
+
+decimal string and number are detected as block numbers. identifier return { block_number: number }
+
+text string are detected as block tag. identifier return tag
+
+null is detected as 'pending' block tag. identifier return 'pending'
+
+**`Example`**
+
+```typescript
+const result = new provider.Block(null).identifier;
+// result = "pending"
+```
+
+## Constructors
+
+### constructor
+
+• **new Block**(`_identifier`): [`Block`](provider-1.Block.md)
+
+Create a Block instance
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :---------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `_identifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) | hex string and BigInt are detected as block hashes. decimal string and number are detected as block numbers. text string are detected as block tag. null is considered as a 'pending' block tag. |
+
+#### Returns
+
+[`Block`](provider-1.Block.md)
+
+#### Defined in
+
+[src/utils/provider.ts:197](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L197)
+
+## Properties
+
+### hash
+
+• **hash**: [`BlockIdentifier`](../namespaces/types.md#blockidentifier) = `null`
+
+**`Param`**
+
+if not null, contains the block hash
+
+#### Defined in
+
+[src/utils/provider.ts:154](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L154)
+
+---
+
+### number
+
+• **number**: [`BlockIdentifier`](../namespaces/types.md#blockidentifier) = `null`
+
+**`Param`**
+
+if not null, contains the block number
+
+#### Defined in
+
+[src/utils/provider.ts:159](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L159)
+
+---
+
+### tag
+
+• **tag**: [`BlockIdentifier`](../namespaces/types.md#blockidentifier) = `null`
+
+**`Param`**
+
+if not null, contains "pending" or "latest"
+
+#### Defined in
+
+[src/utils/provider.ts:164](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L164)
+
+## Accessors
+
+### queryIdentifier
+
+• `get` **queryIdentifier**(): `any`
+
+#### Returns
+
+`any`
+
+the identifier as a string
+
+**`Example`**
+
+```typescript
+const result = new provider.Block(123456n).queryIdentifier;
+// result = "blockHash=0x1e240"
+```
+
+#### Defined in
+
+[src/utils/provider.ts:210](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L210)
+
+---
+
+### identifier
+
+• `get` **identifier**(): `any`
+
+#### Returns
+
+`any`
+
+the identifier as an object
+
+**`Example`**
+
+```typescript
+const result = new provider.Block(56789).identifier;
+// result = { block_number: 56789 }
+```
+
+#### Defined in
+
+[src/utils/provider.ts:231](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L231)
+
+• `set` **identifier**(`_identifier`): `void`
+
+change the identifier of an existing Block instance
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :---------------------------------------------------------- |
+| `_identifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`void`
+
+**`Example`**
+
+```typescript
+const myBlock = new provider.Block('latest');
+myBlock.identifier = '0x3456789abc';
+const result = myBlock.identifier;
+// result = { block_hash: '0x3456789abc' }
+```
+
+#### Defined in
+
+[src/utils/provider.ts:253](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L253)
+
+## Methods
+
+### setIdentifier
+
+▸ **setIdentifier**(`__identifier`): `void`
+
+#### Parameters
+
+| Name | Type |
+| :------------- | :---------------------------------------------------------- |
+| `__identifier` | [`BlockIdentifier`](../namespaces/types.md#blockidentifier) |
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+[src/utils/provider.ts:166](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L166)
+
+---
+
+### valueOf
+
+▸ **valueOf**(): [`BlockIdentifier`](../namespaces/types.md#blockidentifier)
+
+#### Returns
+
+[`BlockIdentifier`](../namespaces/types.md#blockidentifier)
+
+#### Defined in
+
+[src/utils/provider.ts:257](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L257)
+
+---
+
+### toString
+
+▸ **toString**(): [`BlockIdentifier`](../namespaces/types.md#blockidentifier)
+
+#### Returns
+
+[`BlockIdentifier`](../namespaces/types.md#blockidentifier)
+
+#### Defined in
+
+[src/utils/provider.ts:259](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L259)
diff --git a/www/versioned_docs/version-6.24.1/API/enums/_category_.yml b/www/versioned_docs/version-6.24.1/API/enums/_category_.yml
new file mode 100644
index 000000000..195776cfb
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/enums/_category_.yml
@@ -0,0 +1,2 @@
+label: 'Enumerations'
+position: 2
diff --git a/www/versioned_docs/version-6.24.1/API/enums/constants.BaseUrl.md b/www/versioned_docs/version-6.24.1/API/enums/constants.BaseUrl.md
new file mode 100644
index 000000000..114c847df
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/enums/constants.BaseUrl.md
@@ -0,0 +1,28 @@
+---
+id: 'constants.BaseUrl'
+title: 'Enumeration: BaseUrl'
+sidebar_label: 'BaseUrl'
+custom_edit_url: null
+---
+
+[constants](../namespaces/constants.md).BaseUrl
+
+## Enumeration Members
+
+### SN_MAIN
+
+• **SN_MAIN** = `"https://alpha-mainnet.starknet.io"`
+
+#### Defined in
+
+[src/global/constants.ts:35](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L35)
+
+---
+
+### SN_SEPOLIA
+
+• **SN_SEPOLIA** = `"https://alpha-sepolia.starknet.io"`
+
+#### Defined in
+
+[src/global/constants.ts:36](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L36)
diff --git a/www/versioned_docs/version-6.24.1/API/enums/constants.FeeMarginPercentage.md b/www/versioned_docs/version-6.24.1/API/enums/constants.FeeMarginPercentage.md
new file mode 100644
index 000000000..b5ece98a0
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/enums/constants.FeeMarginPercentage.md
@@ -0,0 +1,38 @@
+---
+id: 'constants.FeeMarginPercentage'
+title: 'Enumeration: FeeMarginPercentage'
+sidebar_label: 'FeeMarginPercentage'
+custom_edit_url: null
+---
+
+[constants](../namespaces/constants.md).FeeMarginPercentage
+
+## Enumeration Members
+
+### L1_BOUND_MAX_AMOUNT
+
+• **L1_BOUND_MAX_AMOUNT** = `50`
+
+#### Defined in
+
+[src/global/constants.ts:58](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L58)
+
+---
+
+### L1_BOUND_MAX_PRICE_PER_UNIT
+
+• **L1_BOUND_MAX_PRICE_PER_UNIT** = `50`
+
+#### Defined in
+
+[src/global/constants.ts:59](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L59)
+
+---
+
+### MAX_FEE
+
+• **MAX_FEE** = `50`
+
+#### Defined in
+
+[src/global/constants.ts:60](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L60)
diff --git a/www/versioned_docs/version-6.24.1/API/enums/constants.NetworkName.md b/www/versioned_docs/version-6.24.1/API/enums/constants.NetworkName.md
new file mode 100644
index 000000000..cfa0c9ee4
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/enums/constants.NetworkName.md
@@ -0,0 +1,28 @@
+---
+id: 'constants.NetworkName'
+title: 'Enumeration: NetworkName'
+sidebar_label: 'NetworkName'
+custom_edit_url: null
+---
+
+[constants](../namespaces/constants.md).NetworkName
+
+## Enumeration Members
+
+### SN_MAIN
+
+• **SN_MAIN** = `"SN_MAIN"`
+
+#### Defined in
+
+[src/global/constants.ts:40](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L40)
+
+---
+
+### SN_SEPOLIA
+
+• **SN_SEPOLIA** = `"SN_SEPOLIA"`
+
+#### Defined in
+
+[src/global/constants.ts:41](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L41)
diff --git a/www/versioned_docs/version-6.24.1/API/enums/constants.StarknetChainId.md b/www/versioned_docs/version-6.24.1/API/enums/constants.StarknetChainId.md
new file mode 100644
index 000000000..5e604c4eb
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/enums/constants.StarknetChainId.md
@@ -0,0 +1,28 @@
+---
+id: 'constants.StarknetChainId'
+title: 'Enumeration: StarknetChainId'
+sidebar_label: 'StarknetChainId'
+custom_edit_url: null
+---
+
+[constants](../namespaces/constants.md).StarknetChainId
+
+## Enumeration Members
+
+### SN_MAIN
+
+• **SN_MAIN** = `"0x534e5f4d41494e"`
+
+#### Defined in
+
+[src/global/constants.ts:45](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L45)
+
+---
+
+### SN_SEPOLIA
+
+• **SN_SEPOLIA** = `"0x534e5f5345504f4c4941"`
+
+#### Defined in
+
+[src/global/constants.ts:46](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L46)
diff --git a/www/versioned_docs/version-6.24.1/API/enums/constants.TransactionHashPrefix.md b/www/versioned_docs/version-6.24.1/API/enums/constants.TransactionHashPrefix.md
new file mode 100644
index 000000000..1b152d0cc
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/enums/constants.TransactionHashPrefix.md
@@ -0,0 +1,58 @@
+---
+id: 'constants.TransactionHashPrefix'
+title: 'Enumeration: TransactionHashPrefix'
+sidebar_label: 'TransactionHashPrefix'
+custom_edit_url: null
+---
+
+[constants](../namespaces/constants.md).TransactionHashPrefix
+
+## Enumeration Members
+
+### DECLARE
+
+• **DECLARE** = `"0x6465636c617265"`
+
+#### Defined in
+
+[src/global/constants.ts:50](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L50)
+
+---
+
+### DEPLOY
+
+• **DEPLOY** = `"0x6465706c6f79"`
+
+#### Defined in
+
+[src/global/constants.ts:51](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L51)
+
+---
+
+### DEPLOY_ACCOUNT
+
+• **DEPLOY_ACCOUNT** = `"0x6465706c6f795f6163636f756e74"`
+
+#### Defined in
+
+[src/global/constants.ts:52](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L52)
+
+---
+
+### INVOKE
+
+• **INVOKE** = `"0x696e766f6b65"`
+
+#### Defined in
+
+[src/global/constants.ts:53](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L53)
+
+---
+
+### L1_HANDLER
+
+• **L1_HANDLER** = `"0x6c315f68616e646c6572"`
+
+#### Defined in
+
+[src/global/constants.ts:54](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L54)
diff --git a/www/versioned_docs/version-6.24.1/API/enums/types.OutsideExecutionVersion.md b/www/versioned_docs/version-6.24.1/API/enums/types.OutsideExecutionVersion.md
new file mode 100644
index 000000000..1022d7a57
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/enums/types.OutsideExecutionVersion.md
@@ -0,0 +1,38 @@
+---
+id: 'types.OutsideExecutionVersion'
+title: 'Enumeration: OutsideExecutionVersion'
+sidebar_label: 'OutsideExecutionVersion'
+custom_edit_url: null
+---
+
+[types](../namespaces/types.md).OutsideExecutionVersion
+
+## Enumeration Members
+
+### UNSUPPORTED
+
+• **UNSUPPORTED** = `"0"`
+
+#### Defined in
+
+[src/types/outsideExecution.ts:78](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L78)
+
+---
+
+### V1
+
+• **V1** = `"1"`
+
+#### Defined in
+
+[src/types/outsideExecution.ts:79](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L79)
+
+---
+
+### V2
+
+• **V2** = `"2"`
+
+#### Defined in
+
+[src/types/outsideExecution.ts:80](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L80)
diff --git a/www/versioned_docs/version-6.24.1/API/index.md b/www/versioned_docs/version-6.24.1/API/index.md
new file mode 100644
index 000000000..9fc168060
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/index.md
@@ -0,0 +1,59 @@
+---
+id: 'index'
+title: 'Starknet.js API'
+sidebar_label: 'Readme'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+This API is based on the [Starknet.js V3](https://github.com/starknet-io/starknet.js/discussions/102) Interface write up by [Janek](https://twitter.com/0xjanek) of [Argent](https://www.argent.xyz/)
+
+## Provider
+
+The Provider [**API**](./classes/Provider.md) allows you to interact with the Starknet network, without signing transactions or messages.
+
+Typically, these are _read_ calls on the blockchain.
+
+Guide is [**here**](../guides/connect_network.md).
+
+## Account
+
+An Account extends [`Provider`](./classes/Provider) and inherits all of its methods.
+
+It also introduces new methods that allow Accounts to create and verify signatures with a custom [`Signer`](./classes/Signer), declare and deploy Contract and deploy new Account
+
+This [**API**](./classes/Account.md) is the primary way to interact with an account contract on Starknet.
+
+Guide is [**here**](../guides/create_account.md).
+
+## Contract
+
+Contracts [**API**](./classes/Contract.md) can do data transformations in JavaScript based on an ABI. They can also call and invoke to Starknet through a provided Signer.
+
+Contracts allow you to transform Cairo values, like `Uint256` to `BigNumber`. It could also allow users to pass their own transformers, similar to `JSON.parse`.
+
+Guide is [**here**](../guides/create_contract.md).
+
+## Signer
+
+The Signer [**API**](./classes/Signer.md) allows you to sign transactions and messages, and also allows you to get the public key.
+
+## Utils
+
+Util functions are provided so you can use various low level functions in your application:
+
+### [elliptic curve](./namespaces/ec.md)
+
+### [hash](./namespaces/hash.md)
+
+### [num](./namespaces/num.md)
+
+### [encode](./namespaces/encode.md)
+
+### [merkle](./namespaces/merkle.md)
+
+### [shortString](./namespaces/shortString.md)
+
+### [stark](./namespaces/stark.md)
+
+### [uint256](./namespaces/uint256.md)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/_category_.yml b/www/versioned_docs/version-6.24.1/API/interfaces/_category_.yml
new file mode 100644
index 000000000..8ad053b07
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/_category_.yml
@@ -0,0 +1,2 @@
+label: 'Interfaces'
+position: 4
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/ec.weierstrass.ProjConstructor.md b/www/versioned_docs/version-6.24.1/API/interfaces/ec.weierstrass.ProjConstructor.md
new file mode 100644
index 000000000..d16948bad
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/ec.weierstrass.ProjConstructor.md
@@ -0,0 +1,175 @@
+---
+id: 'ec.weierstrass.ProjConstructor'
+title: 'Interface: ProjConstructor'
+sidebar_label: 'ProjConstructor'
+custom_edit_url: null
+---
+
+[ec](../namespaces/ec.md).[weierstrass](../namespaces/ec.weierstrass.md).ProjConstructor
+
+## Type parameters
+
+| Name |
+| :--- |
+| `T` |
+
+## Hierarchy
+
+- `GroupConstructor`<[`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>\>
+
+ ↳ **`ProjConstructor`**
+
+## Constructors
+
+### constructor
+
+• **new ProjConstructor**(`x`, `y`, `z`): [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Parameters
+
+| Name | Type |
+| :--- | :--- |
+| `x` | `T` |
+| `y` | `T` |
+| `z` | `T` |
+
+#### Returns
+
+[`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Inherited from
+
+GroupConstructor\>.constructor
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:76
+
+## Properties
+
+### BASE
+
+• **BASE**: [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Inherited from
+
+GroupConstructor.BASE
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/curve.d.ts:19
+
+---
+
+### ZERO
+
+• **ZERO**: [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Inherited from
+
+GroupConstructor.ZERO
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/curve.d.ts:20
+
+## Methods
+
+### fromAffine
+
+▸ **fromAffine**(`p`): [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Parameters
+
+| Name | Type |
+| :--- | :----------------------------------------------------------------- |
+| `p` | [`AffinePoint`](../namespaces/ec.weierstrass.md#affinepoint)<`T`\> |
+
+#### Returns
+
+[`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:77
+
+---
+
+### fromHex
+
+▸ **fromHex**(`hex`): [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Parameters
+
+| Name | Type |
+| :---- | :---- |
+| `hex` | `Hex` |
+
+#### Returns
+
+[`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:78
+
+---
+
+### fromPrivateKey
+
+▸ **fromPrivateKey**(`privateKey`): [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Parameters
+
+| Name | Type |
+| :----------- | :-------- |
+| `privateKey` | `PrivKey` |
+
+#### Returns
+
+[`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:79
+
+---
+
+### normalizeZ
+
+▸ **normalizeZ**(`points`): [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>[]
+
+#### Parameters
+
+| Name | Type |
+| :------- | :--------------------------------------------------------- |
+| `points` | [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>[] |
+
+#### Returns
+
+[`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>[]
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:80
+
+---
+
+### msm
+
+▸ **msm**(`points`, `scalars`): [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :--------------------------------------------------------- |
+| `points` | [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>[] |
+| `scalars` | `bigint`[] |
+
+#### Returns
+
+[`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:81
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/ec.weierstrass.ProjPointType.md b/www/versioned_docs/version-6.24.1/API/interfaces/ec.weierstrass.ProjPointType.md
new file mode 100644
index 000000000..9c68e3805
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/ec.weierstrass.ProjPointType.md
@@ -0,0 +1,406 @@
+---
+id: 'ec.weierstrass.ProjPointType'
+title: 'Interface: ProjPointType'
+sidebar_label: 'ProjPointType'
+custom_edit_url: null
+---
+
+[ec](../namespaces/ec.md).[weierstrass](../namespaces/ec.weierstrass.md).ProjPointType
+
+### Design rationale for types
+
+- Interaction between classes from different curves should fail:
+ `k256.Point.BASE.add(p256.Point.BASE)`
+- For this purpose we want to use `instanceof` operator, which is fast and works during runtime
+- Different calls of `curve()` would return different classes -
+ `curve(params) !== curve(params)`: if somebody decided to monkey-patch their curve,
+ it won't affect others
+
+TypeScript can't infer types for classes created inside a function. Classes is one instance of nominative types in TypeScript and interfaces only check for shape, so it's hard to create unique type for every function call.
+
+We can use generic types via some param, like curve opts, but that would: 1. Enable interaction between `curve(params)` and `curve(params)` (curves of same params)
+which is hard to debug. 2. Params can be generic and we can't enforce them to be constant value:
+if somebody creates curve from non-constant params,
+it would be allowed to interact with other curves with non-constant params
+
+TODO: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.html#unique-symbol
+
+## Type parameters
+
+| Name |
+| :--- |
+| `T` |
+
+## Hierarchy
+
+- `Group`<[`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>\>
+
+ ↳ **`ProjPointType`**
+
+## Properties
+
+### px
+
+• `Readonly` **px**: `T`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:58
+
+---
+
+### py
+
+• `Readonly` **py**: `T`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:59
+
+---
+
+### pz
+
+• `Readonly` **pz**: `T`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:60
+
+## Accessors
+
+### x
+
+• `get` **x**(): `T`
+
+#### Returns
+
+`T`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:61
+
+---
+
+### y
+
+• `get` **y**(): `T`
+
+#### Returns
+
+`T`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:62
+
+## Methods
+
+### multiply
+
+▸ **multiply**(`scalar`): [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :------- |
+| `scalar` | `bigint` |
+
+#### Returns
+
+[`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Overrides
+
+Group.multiply
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:63
+
+---
+
+### toAffine
+
+▸ **toAffine**(`iz?`): [`AffinePoint`](../namespaces/ec.weierstrass.md#affinepoint)<`T`\>
+
+#### Parameters
+
+| Name | Type |
+| :---- | :--- |
+| `iz?` | `T` |
+
+#### Returns
+
+[`AffinePoint`](../namespaces/ec.weierstrass.md#affinepoint)<`T`\>
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:64
+
+---
+
+### isTorsionFree
+
+▸ **isTorsionFree**(): `boolean`
+
+#### Returns
+
+`boolean`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:65
+
+---
+
+### clearCofactor
+
+▸ **clearCofactor**(): [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Returns
+
+[`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:66
+
+---
+
+### assertValidity
+
+▸ **assertValidity**(): `void`
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:67
+
+---
+
+### hasEvenY
+
+▸ **hasEvenY**(): `boolean`
+
+#### Returns
+
+`boolean`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:68
+
+---
+
+### toRawBytes
+
+▸ **toRawBytes**(`isCompressed?`): `Uint8Array`
+
+#### Parameters
+
+| Name | Type |
+| :-------------- | :-------- |
+| `isCompressed?` | `boolean` |
+
+#### Returns
+
+`Uint8Array`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:69
+
+---
+
+### toHex
+
+▸ **toHex**(`isCompressed?`): `string`
+
+#### Parameters
+
+| Name | Type |
+| :-------------- | :-------- |
+| `isCompressed?` | `boolean` |
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:70
+
+---
+
+### multiplyUnsafe
+
+▸ **multiplyUnsafe**(`scalar`): [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Parameters
+
+| Name | Type |
+| :------- | :------- |
+| `scalar` | `bigint` |
+
+#### Returns
+
+[`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:71
+
+---
+
+### multiplyAndAddUnsafe
+
+▸ **multiplyAndAddUnsafe**(`Q`, `a`, `b`): `undefined` \| [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Parameters
+
+| Name | Type |
+| :--- | :------------------------------------------------------- |
+| `Q` | [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\> |
+| `a` | `bigint` |
+| `b` | `bigint` |
+
+#### Returns
+
+`undefined` \| [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:72
+
+---
+
+### \_setWindowSize
+
+▸ **\_setWindowSize**(`windowSize`): `void`
+
+#### Parameters
+
+| Name | Type |
+| :----------- | :------- |
+| `windowSize` | `number` |
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:73
+
+---
+
+### double
+
+▸ **double**(): [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Returns
+
+[`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Inherited from
+
+Group.double
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/curve.d.ts:11
+
+---
+
+### negate
+
+▸ **negate**(): [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Returns
+
+[`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Inherited from
+
+Group.negate
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/curve.d.ts:12
+
+---
+
+### add
+
+▸ **add**(`other`): [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------------------------------------------------------- |
+| `other` | [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\> |
+
+#### Returns
+
+[`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Inherited from
+
+Group.add
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/curve.d.ts:13
+
+---
+
+### subtract
+
+▸ **subtract**(`other`): [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------------------------------------------------------- |
+| `other` | [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\> |
+
+#### Returns
+
+[`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\>
+
+#### Inherited from
+
+Group.subtract
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/curve.d.ts:14
+
+---
+
+### equals
+
+▸ **equals**(`other`): `boolean`
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------------------------------------------------------- |
+| `other` | [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`T`\> |
+
+#### Returns
+
+`boolean`
+
+#### Inherited from
+
+Group.equals
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/curve.d.ts:15
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/ec.weierstrass.SignatureType.md b/www/versioned_docs/version-6.24.1/API/interfaces/ec.weierstrass.SignatureType.md
new file mode 100644
index 000000000..87f24c80d
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/ec.weierstrass.SignatureType.md
@@ -0,0 +1,188 @@
+---
+id: 'ec.weierstrass.SignatureType'
+title: 'Interface: SignatureType'
+sidebar_label: 'SignatureType'
+custom_edit_url: null
+---
+
+[ec](../namespaces/ec.md).[weierstrass](../namespaces/ec.weierstrass.md).SignatureType
+
+## Properties
+
+### r
+
+• `Readonly` **r**: `bigint`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:152
+
+---
+
+### s
+
+• `Readonly` **s**: `bigint`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:153
+
+---
+
+### recovery
+
+• `Optional` `Readonly` **recovery**: `number`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:154
+
+## Methods
+
+### assertValidity
+
+▸ **assertValidity**(): `void`
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:155
+
+---
+
+### addRecoveryBit
+
+▸ **addRecoveryBit**(`recovery`): [`RecoveredSignatureType`](../namespaces/ec.weierstrass.md#recoveredsignaturetype)
+
+#### Parameters
+
+| Name | Type |
+| :--------- | :------- |
+| `recovery` | `number` |
+
+#### Returns
+
+[`RecoveredSignatureType`](../namespaces/ec.weierstrass.md#recoveredsignaturetype)
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:156
+
+---
+
+### hasHighS
+
+▸ **hasHighS**(): `boolean`
+
+#### Returns
+
+`boolean`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:157
+
+---
+
+### normalizeS
+
+▸ **normalizeS**(): [`SignatureType`](ec.weierstrass.SignatureType.md)
+
+#### Returns
+
+[`SignatureType`](ec.weierstrass.SignatureType.md)
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:158
+
+---
+
+### recoverPublicKey
+
+▸ **recoverPublicKey**(`msgHash`): [`ProjPointType`](ec.weierstrass.ProjPointType.md)<`bigint`\>
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :---- |
+| `msgHash` | `Hex` |
+
+#### Returns
+
+[`ProjPointType`](ec.weierstrass.ProjPointType.md)<`bigint`\>
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:159
+
+---
+
+### toCompactRawBytes
+
+▸ **toCompactRawBytes**(): `Uint8Array`
+
+#### Returns
+
+`Uint8Array`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:160
+
+---
+
+### toCompactHex
+
+▸ **toCompactHex**(): `string`
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:161
+
+---
+
+### toDERRawBytes
+
+▸ **toDERRawBytes**(`isCompressed?`): `Uint8Array`
+
+#### Parameters
+
+| Name | Type |
+| :-------------- | :-------- |
+| `isCompressed?` | `boolean` |
+
+#### Returns
+
+`Uint8Array`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:162
+
+---
+
+### toDERHex
+
+▸ **toDERHex**(`isCompressed?`): `string`
+
+#### Parameters
+
+| Name | Type |
+| :-------------- | :-------- |
+| `isCompressed?` | `boolean` |
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:163
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.CallStruct.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.CallStruct.md
new file mode 100644
index 000000000..f401f41e4
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.CallStruct.md
@@ -0,0 +1,38 @@
+---
+id: 'types.CallStruct'
+title: 'Interface: CallStruct'
+sidebar_label: 'CallStruct'
+custom_edit_url: null
+---
+
+[types](../namespaces/types.md).CallStruct
+
+## Properties
+
+### to
+
+• **to**: `string`
+
+#### Defined in
+
+[src/types/lib/index.ts:301](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L301)
+
+---
+
+### selector
+
+• **selector**: `string`
+
+#### Defined in
+
+[src/types/lib/index.ts:302](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L302)
+
+---
+
+### calldata
+
+• **calldata**: `string`[]
+
+#### Defined in
+
+[src/types/lib/index.ts:303](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L303)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.DeployContractResponse.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.DeployContractResponse.md
new file mode 100644
index 000000000..be0bd5aa8
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.DeployContractResponse.md
@@ -0,0 +1,28 @@
+---
+id: 'types.DeployContractResponse'
+title: 'Interface: DeployContractResponse'
+sidebar_label: 'DeployContractResponse'
+custom_edit_url: null
+---
+
+[types](../namespaces/types.md).DeployContractResponse
+
+## Properties
+
+### contract_address
+
+• **contract_address**: `string`
+
+#### Defined in
+
+[src/types/account.ts:49](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L49)
+
+---
+
+### transaction_hash
+
+• **transaction_hash**: `string`
+
+#### Defined in
+
+[src/types/account.ts:50](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L50)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.EstimateFee.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.EstimateFee.md
new file mode 100644
index 000000000..e670093f3
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.EstimateFee.md
@@ -0,0 +1,133 @@
+---
+id: 'types.EstimateFee'
+title: 'Interface: EstimateFee'
+sidebar_label: 'EstimateFee'
+custom_edit_url: null
+---
+
+[types](../namespaces/types.md).EstimateFee
+
+## Hierarchy
+
+- [`EstimateFeeResponse`](types.EstimateFeeResponse.md)
+
+ ↳ **`EstimateFee`**
+
+## Properties
+
+### gas_consumed
+
+• **gas_consumed**: `bigint`
+
+#### Inherited from
+
+[EstimateFeeResponse](types.EstimateFeeResponse.md).[gas_consumed](types.EstimateFeeResponse.md#gas_consumed)
+
+#### Defined in
+
+[src/types/provider/response.ts:118](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L118)
+
+---
+
+### overall_fee
+
+• **overall_fee**: `bigint`
+
+#### Inherited from
+
+[EstimateFeeResponse](types.EstimateFeeResponse.md).[overall_fee](types.EstimateFeeResponse.md#overall_fee)
+
+#### Defined in
+
+[src/types/provider/response.ts:119](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L119)
+
+---
+
+### gas_price
+
+• **gas_price**: `bigint`
+
+#### Inherited from
+
+[EstimateFeeResponse](types.EstimateFeeResponse.md).[gas_price](types.EstimateFeeResponse.md#gas_price)
+
+#### Defined in
+
+[src/types/provider/response.ts:120](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L120)
+
+---
+
+### unit
+
+• **unit**: `PRICE_UNIT`
+
+#### Inherited from
+
+[EstimateFeeResponse](types.EstimateFeeResponse.md).[unit](types.EstimateFeeResponse.md#unit)
+
+#### Defined in
+
+[src/types/provider/response.ts:121](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L121)
+
+---
+
+### suggestedMaxFee
+
+• **suggestedMaxFee**: `bigint`
+
+#### Inherited from
+
+[EstimateFeeResponse](types.EstimateFeeResponse.md).[suggestedMaxFee](types.EstimateFeeResponse.md#suggestedmaxfee)
+
+#### Defined in
+
+[src/types/provider/response.ts:122](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L122)
+
+---
+
+### resourceBounds
+
+• **resourceBounds**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :--------------------------------------------------- |
+| `l1_gas` | \{ max_amount: string; max_price_per_unit: string; } |
+| `l2_gas` | \{ max_amount: string; max_price_per_unit: string; } |
+
+#### Inherited from
+
+[EstimateFeeResponse](types.EstimateFeeResponse.md).[resourceBounds](types.EstimateFeeResponse.md#resourcebounds)
+
+#### Defined in
+
+[src/types/provider/response.ts:123](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L123)
+
+---
+
+### data_gas_consumed
+
+• **data_gas_consumed**: `bigint`
+
+#### Inherited from
+
+[EstimateFeeResponse](types.EstimateFeeResponse.md).[data_gas_consumed](types.EstimateFeeResponse.md#data_gas_consumed)
+
+#### Defined in
+
+[src/types/provider/response.ts:124](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L124)
+
+---
+
+### data_gas_price
+
+• **data_gas_price**: `bigint`
+
+#### Inherited from
+
+[EstimateFeeResponse](types.EstimateFeeResponse.md).[data_gas_price](types.EstimateFeeResponse.md#data_gas_price)
+
+#### Defined in
+
+[src/types/provider/response.ts:125](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L125)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.EstimateFeeDetails.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.EstimateFeeDetails.md
new file mode 100644
index 000000000..9a2240aa2
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.EstimateFeeDetails.md
@@ -0,0 +1,168 @@
+---
+id: 'types.EstimateFeeDetails'
+title: 'Interface: EstimateFeeDetails'
+sidebar_label: 'EstimateFeeDetails'
+custom_edit_url: null
+---
+
+[types](../namespaces/types.md).EstimateFeeDetails
+
+## Hierarchy
+
+- [`UniversalDetails`](types.UniversalDetails.md)
+
+ ↳ **`EstimateFeeDetails`**
+
+## Properties
+
+### nonce
+
+• `Optional` **nonce**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Inherited from
+
+[UniversalDetails](types.UniversalDetails.md).[nonce](types.UniversalDetails.md#nonce)
+
+#### Defined in
+
+[src/types/account.ts:33](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L33)
+
+---
+
+### blockIdentifier
+
+• `Optional` **blockIdentifier**: [`BlockIdentifier`](../namespaces/types.md#blockidentifier)
+
+#### Inherited from
+
+[UniversalDetails](types.UniversalDetails.md).[blockIdentifier](types.UniversalDetails.md#blockidentifier)
+
+#### Defined in
+
+[src/types/account.ts:34](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L34)
+
+---
+
+### maxFee
+
+• `Optional` **maxFee**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Inherited from
+
+[UniversalDetails](types.UniversalDetails.md).[maxFee](types.UniversalDetails.md#maxfee)
+
+#### Defined in
+
+[src/types/account.ts:35](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L35)
+
+---
+
+### tip
+
+• `Optional` **tip**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Inherited from
+
+[UniversalDetails](types.UniversalDetails.md).[tip](types.UniversalDetails.md#tip)
+
+#### Defined in
+
+[src/types/account.ts:36](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L36)
+
+---
+
+### paymasterData
+
+• `Optional` **paymasterData**: [`BigNumberish`](../namespaces/types.md#bignumberish)[]
+
+#### Inherited from
+
+[UniversalDetails](types.UniversalDetails.md).[paymasterData](types.UniversalDetails.md#paymasterdata)
+
+#### Defined in
+
+[src/types/account.ts:37](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L37)
+
+---
+
+### accountDeploymentData
+
+• `Optional` **accountDeploymentData**: [`BigNumberish`](../namespaces/types.md#bignumberish)[]
+
+#### Inherited from
+
+[UniversalDetails](types.UniversalDetails.md).[accountDeploymentData](types.UniversalDetails.md#accountdeploymentdata)
+
+#### Defined in
+
+[src/types/account.ts:38](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L38)
+
+---
+
+### nonceDataAvailabilityMode
+
+• `Optional` **nonceDataAvailabilityMode**: [`EDataAvailabilityMode`](../namespaces/types.RPC.RPCSPEC07.API.md#edataavailabilitymode-1)
+
+#### Inherited from
+
+[UniversalDetails](types.UniversalDetails.md).[nonceDataAvailabilityMode](types.UniversalDetails.md#noncedataavailabilitymode)
+
+#### Defined in
+
+[src/types/account.ts:39](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L39)
+
+---
+
+### feeDataAvailabilityMode
+
+• `Optional` **feeDataAvailabilityMode**: [`EDataAvailabilityMode`](../namespaces/types.RPC.RPCSPEC07.API.md#edataavailabilitymode-1)
+
+#### Inherited from
+
+[UniversalDetails](types.UniversalDetails.md).[feeDataAvailabilityMode](types.UniversalDetails.md#feedataavailabilitymode)
+
+#### Defined in
+
+[src/types/account.ts:40](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L40)
+
+---
+
+### version
+
+• `Optional` **version**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Inherited from
+
+[UniversalDetails](types.UniversalDetails.md).[version](types.UniversalDetails.md#version)
+
+#### Defined in
+
+[src/types/account.ts:41](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L41)
+
+---
+
+### resourceBounds
+
+• `Optional` **resourceBounds**: [`RESOURCE_BOUNDS_MAPPING`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds_mapping)
+
+#### Inherited from
+
+[UniversalDetails](types.UniversalDetails.md).[resourceBounds](types.UniversalDetails.md#resourcebounds)
+
+#### Defined in
+
+[src/types/account.ts:42](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L42)
+
+---
+
+### skipValidate
+
+• `Optional` **skipValidate**: `boolean`
+
+#### Inherited from
+
+[UniversalDetails](types.UniversalDetails.md).[skipValidate](types.UniversalDetails.md#skipvalidate)
+
+#### Defined in
+
+[src/types/account.ts:43](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L43)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.EstimateFeeResponse.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.EstimateFeeResponse.md
new file mode 100644
index 000000000..a8806f4ca
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.EstimateFeeResponse.md
@@ -0,0 +1,101 @@
+---
+id: 'types.EstimateFeeResponse'
+title: 'Interface: EstimateFeeResponse'
+sidebar_label: 'EstimateFeeResponse'
+custom_edit_url: null
+---
+
+[types](../namespaces/types.md).EstimateFeeResponse
+
+## Hierarchy
+
+- **`EstimateFeeResponse`**
+
+ ↳ [`EstimateFee`](types.EstimateFee.md)
+
+## Properties
+
+### gas_consumed
+
+• **gas_consumed**: `bigint`
+
+#### Defined in
+
+[src/types/provider/response.ts:118](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L118)
+
+---
+
+### overall_fee
+
+• **overall_fee**: `bigint`
+
+#### Defined in
+
+[src/types/provider/response.ts:119](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L119)
+
+---
+
+### gas_price
+
+• **gas_price**: `bigint`
+
+#### Defined in
+
+[src/types/provider/response.ts:120](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L120)
+
+---
+
+### unit
+
+• **unit**: `PRICE_UNIT`
+
+#### Defined in
+
+[src/types/provider/response.ts:121](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L121)
+
+---
+
+### suggestedMaxFee
+
+• **suggestedMaxFee**: `bigint`
+
+#### Defined in
+
+[src/types/provider/response.ts:122](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L122)
+
+---
+
+### resourceBounds
+
+• **resourceBounds**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :--------------------------------------------------- |
+| `l1_gas` | \{ max_amount: string; max_price_per_unit: string; } |
+| `l2_gas` | \{ max_amount: string; max_price_per_unit: string; } |
+
+#### Defined in
+
+[src/types/provider/response.ts:123](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L123)
+
+---
+
+### data_gas_consumed
+
+• **data_gas_consumed**: `bigint`
+
+#### Defined in
+
+[src/types/provider/response.ts:124](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L124)
+
+---
+
+### data_gas_price
+
+• **data_gas_price**: `bigint`
+
+#### Defined in
+
+[src/types/provider/response.ts:125](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L125)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.MessageToL1.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.MessageToL1.md
new file mode 100644
index 000000000..15d0a2d4c
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.MessageToL1.md
@@ -0,0 +1,28 @@
+---
+id: 'types.MessageToL1'
+title: 'Interface: MessageToL1'
+sidebar_label: 'MessageToL1'
+custom_edit_url: null
+---
+
+[types](../namespaces/types.md).MessageToL1
+
+## Properties
+
+### to_address
+
+• **to_address**: `string`
+
+#### Defined in
+
+[src/types/provider/response.ts:68](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L68)
+
+---
+
+### payload
+
+• **payload**: `string`[]
+
+#### Defined in
+
+[src/types/provider/response.ts:69](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L69)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.OutsideCall.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.OutsideCall.md
new file mode 100644
index 000000000..193c8aadd
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.OutsideCall.md
@@ -0,0 +1,38 @@
+---
+id: 'types.OutsideCall'
+title: 'Interface: OutsideCall'
+sidebar_label: 'OutsideCall'
+custom_edit_url: null
+---
+
+[types](../namespaces/types.md).OutsideCall
+
+## Properties
+
+### to
+
+• **to**: `string`
+
+#### Defined in
+
+[src/types/outsideExecution.ts:13](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L13)
+
+---
+
+### selector
+
+• **selector**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Defined in
+
+[src/types/outsideExecution.ts:14](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L14)
+
+---
+
+### calldata
+
+• **calldata**: [`RawArgs`](../namespaces/types.md#rawargs)
+
+#### Defined in
+
+[src/types/outsideExecution.ts:15](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L15)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.OutsideExecution.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.OutsideExecution.md
new file mode 100644
index 000000000..5520a5681
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.OutsideExecution.md
@@ -0,0 +1,58 @@
+---
+id: 'types.OutsideExecution'
+title: 'Interface: OutsideExecution'
+sidebar_label: 'OutsideExecution'
+custom_edit_url: null
+---
+
+[types](../namespaces/types.md).OutsideExecution
+
+## Properties
+
+### caller
+
+• **caller**: `string`
+
+#### Defined in
+
+[src/types/outsideExecution.ts:19](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L19)
+
+---
+
+### nonce
+
+• **nonce**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Defined in
+
+[src/types/outsideExecution.ts:20](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L20)
+
+---
+
+### execute_after
+
+• **execute_after**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Defined in
+
+[src/types/outsideExecution.ts:21](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L21)
+
+---
+
+### execute_before
+
+• **execute_before**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Defined in
+
+[src/types/outsideExecution.ts:22](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L22)
+
+---
+
+### calls
+
+• **calls**: [`OutsideCall`](types.OutsideCall.md)[]
+
+#### Defined in
+
+[src/types/outsideExecution.ts:23](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L23)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.OutsideExecutionOptions.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.OutsideExecutionOptions.md
new file mode 100644
index 000000000..7ba2b0b9d
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.OutsideExecutionOptions.md
@@ -0,0 +1,44 @@
+---
+id: 'types.OutsideExecutionOptions'
+title: 'Interface: OutsideExecutionOptions'
+sidebar_label: 'OutsideExecutionOptions'
+custom_edit_url: null
+---
+
+[types](../namespaces/types.md).OutsideExecutionOptions
+
+## Properties
+
+### caller
+
+• **caller**: `string`
+
+authorized executer of the transaction(s): Hex address or "ANY_CALLER" or shortString.encodeShortString(constants.OutsideExecutionCallerAny)
+
+#### Defined in
+
+[src/types/outsideExecution.ts:5](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L5)
+
+---
+
+### execute_after
+
+• **execute_after**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+Unix timestamp of the beginning of the timeframe
+
+#### Defined in
+
+[src/types/outsideExecution.ts:7](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L7)
+
+---
+
+### execute_before
+
+• **execute_before**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+Unix timestamp of the end of the timeframe
+
+#### Defined in
+
+[src/types/outsideExecution.ts:9](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L9)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.OutsideTransaction.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.OutsideTransaction.md
new file mode 100644
index 000000000..6e9895749
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.OutsideTransaction.md
@@ -0,0 +1,48 @@
+---
+id: 'types.OutsideTransaction'
+title: 'Interface: OutsideTransaction'
+sidebar_label: 'OutsideTransaction'
+custom_edit_url: null
+---
+
+[types](../namespaces/types.md).OutsideTransaction
+
+## Properties
+
+### outsideExecution
+
+• **outsideExecution**: [`OutsideExecution`](types.OutsideExecution.md)
+
+#### Defined in
+
+[src/types/outsideExecution.ts:27](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L27)
+
+---
+
+### signature
+
+• **signature**: [`Signature`](../namespaces/types.md#signature)
+
+#### Defined in
+
+[src/types/outsideExecution.ts:28](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L28)
+
+---
+
+### signerAddress
+
+• **signerAddress**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Defined in
+
+[src/types/outsideExecution.ts:29](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L29)
+
+---
+
+### version
+
+• **version**: [`OutsideExecutionVersion`](../enums/types.OutsideExecutionVersion.md)
+
+#### Defined in
+
+[src/types/outsideExecution.ts:30](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L30)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.Program.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.Program.md
new file mode 100644
index 000000000..087345de2
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.Program.md
@@ -0,0 +1,34 @@
+---
+id: 'types.Program'
+title: 'Interface: Program'
+sidebar_label: 'Program'
+custom_edit_url: null
+---
+
+[types](../namespaces/types.md).Program
+
+## Hierarchy
+
+- `Record`<`string`, `any`\>
+
+ ↳ **`Program`**
+
+## Properties
+
+### builtins
+
+• **builtins**: `string`[]
+
+#### Defined in
+
+[src/types/lib/contract/legacy.ts:37](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/legacy.ts#L37)
+
+---
+
+### data
+
+• **data**: `string`[]
+
+#### Defined in
+
+[src/types/lib/contract/legacy.ts:38](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/legacy.ts#L38)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.ProviderOptions.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.ProviderOptions.md
new file mode 100644
index 000000000..a257b9635
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.ProviderOptions.md
@@ -0,0 +1,205 @@
+---
+id: 'types.ProviderOptions'
+title: 'Interface: ProviderOptions'
+sidebar_label: 'ProviderOptions'
+custom_edit_url: null
+---
+
+[types](../namespaces/types.md).ProviderOptions
+
+## Hierarchy
+
+- [`RpcProviderOptions`](../namespaces/types.md#rpcprovideroptions)
+
+ ↳ **`ProviderOptions`**
+
+## Properties
+
+### nodeUrl
+
+• `Optional` **nodeUrl**: `string`
+
+#### Inherited from
+
+RpcProviderOptions.nodeUrl
+
+#### Defined in
+
+[src/types/provider/configuration.ts:7](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/configuration.ts#L7)
+
+---
+
+### retries
+
+• `Optional` **retries**: `number`
+
+#### Inherited from
+
+RpcProviderOptions.retries
+
+#### Defined in
+
+[src/types/provider/configuration.ts:8](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/configuration.ts#L8)
+
+---
+
+### transactionRetryIntervalFallback
+
+• `Optional` **transactionRetryIntervalFallback**: `number`
+
+#### Inherited from
+
+RpcProviderOptions.transactionRetryIntervalFallback
+
+#### Defined in
+
+[src/types/provider/configuration.ts:9](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/configuration.ts#L9)
+
+---
+
+### headers
+
+• `Optional` **headers**: `object`
+
+#### Inherited from
+
+RpcProviderOptions.headers
+
+#### Defined in
+
+[src/types/provider/configuration.ts:10](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/configuration.ts#L10)
+
+---
+
+### blockIdentifier
+
+• `Optional` **blockIdentifier**: [`BlockIdentifier`](../namespaces/types.md#blockidentifier)
+
+#### Inherited from
+
+RpcProviderOptions.blockIdentifier
+
+#### Defined in
+
+[src/types/provider/configuration.ts:11](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/configuration.ts#L11)
+
+---
+
+### chainId
+
+• `Optional` **chainId**: [`StarknetChainId`](../enums/constants.StarknetChainId.md)
+
+#### Inherited from
+
+RpcProviderOptions.chainId
+
+#### Defined in
+
+[src/types/provider/configuration.ts:12](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/configuration.ts#L12)
+
+---
+
+### specVersion
+
+• `Optional` **specVersion**: `string`
+
+#### Inherited from
+
+RpcProviderOptions.specVersion
+
+#### Defined in
+
+[src/types/provider/configuration.ts:13](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/configuration.ts#L13)
+
+---
+
+### default
+
+• `Optional` **default**: `boolean`
+
+#### Inherited from
+
+RpcProviderOptions.default
+
+#### Defined in
+
+[src/types/provider/configuration.ts:14](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/configuration.ts#L14)
+
+---
+
+### waitMode
+
+• `Optional` **waitMode**: `boolean`
+
+#### Inherited from
+
+RpcProviderOptions.waitMode
+
+#### Defined in
+
+[src/types/provider/configuration.ts:15](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/configuration.ts#L15)
+
+---
+
+### baseFetch
+
+• `Optional` **baseFetch**: (`input`: `RequestInfo` \| `URL`, `init?`: `RequestInit`) => `Promise`<`Response`\>
+
+#### Type declaration
+
+▸ (`input`, `init?`): `Promise`<`Response`\>
+
+##### Parameters
+
+| Name | Type |
+| :------ | :--------------------- |
+| `input` | `RequestInfo` \| `URL` |
+| `init?` | `RequestInit` |
+
+##### Returns
+
+`Promise`<`Response`\>
+
+#### Inherited from
+
+RpcProviderOptions.baseFetch
+
+#### Defined in
+
+[src/types/provider/configuration.ts:16](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/configuration.ts#L16)
+
+---
+
+### feeMarginPercentage
+
+• `Optional` **feeMarginPercentage**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------------- | :------- |
+| `l1BoundMaxAmount` | `number` |
+| `l1BoundMaxPricePerUnit` | `number` |
+| `maxFee` | `number` |
+
+#### Inherited from
+
+RpcProviderOptions.feeMarginPercentage
+
+#### Defined in
+
+[src/types/provider/configuration.ts:17](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/configuration.ts#L17)
+
+---
+
+### batch
+
+• `Optional` **batch**: `number` \| `false`
+
+#### Inherited from
+
+RpcProviderOptions.batch
+
+#### Defined in
+
+[src/types/provider/configuration.ts:22](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/configuration.ts#L22)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.BLOCK_NOT_FOUND.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.BLOCK_NOT_FOUND.md
new file mode 100644
index 000000000..c99459769
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.BLOCK_NOT_FOUND.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.BLOCK_NOT_FOUND'
+title: 'Interface: BLOCK_NOT_FOUND'
+sidebar_label: 'BLOCK_NOT_FOUND'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).BLOCK_NOT_FOUND
+
+## Properties
+
+### code
+
+• **code**: `24`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:30](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L30)
+
+---
+
+### message
+
+• **message**: `"Block not found"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:31](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L31)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.CLASS_ALREADY_DECLARED.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.CLASS_ALREADY_DECLARED.md
new file mode 100644
index 000000000..5c3e230ee
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.CLASS_ALREADY_DECLARED.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.CLASS_ALREADY_DECLARED'
+title: 'Interface: CLASS_ALREADY_DECLARED'
+sidebar_label: 'CLASS_ALREADY_DECLARED'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).CLASS_ALREADY_DECLARED
+
+## Properties
+
+### code
+
+• **code**: `51`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:92](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L92)
+
+---
+
+### message
+
+• **message**: `"Class already declared"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:93](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L93)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.CLASS_HASH_NOT_FOUND.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.CLASS_HASH_NOT_FOUND.md
new file mode 100644
index 000000000..038400790
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.CLASS_HASH_NOT_FOUND.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.CLASS_HASH_NOT_FOUND'
+title: 'Interface: CLASS_HASH_NOT_FOUND'
+sidebar_label: 'CLASS_HASH_NOT_FOUND'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).CLASS_HASH_NOT_FOUND
+
+## Properties
+
+### code
+
+• **code**: `28`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:45](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L45)
+
+---
+
+### message
+
+• **message**: `"Class hash not found"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:46](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L46)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.COMPILATION_FAILED.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.COMPILATION_FAILED.md
new file mode 100644
index 000000000..2c5d0e8d6
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.COMPILATION_FAILED.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.COMPILATION_FAILED'
+title: 'Interface: COMPILATION_FAILED'
+sidebar_label: 'COMPILATION_FAILED'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).COMPILATION_FAILED
+
+## Properties
+
+### code
+
+• **code**: `56`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:118](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L118)
+
+---
+
+### message
+
+• **message**: `"Compilation failed"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:119](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L119)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.COMPILED_CLASS_HASH_MISMATCH.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.COMPILED_CLASS_HASH_MISMATCH.md
new file mode 100644
index 000000000..4b22379d1
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.COMPILED_CLASS_HASH_MISMATCH.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.COMPILED_CLASS_HASH_MISMATCH'
+title: 'Interface: COMPILED_CLASS_HASH_MISMATCH'
+sidebar_label: 'COMPILED_CLASS_HASH_MISMATCH'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).COMPILED_CLASS_HASH_MISMATCH
+
+## Properties
+
+### code
+
+• **code**: `60`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:138](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L138)
+
+---
+
+### message
+
+• **message**: `"the compiled class hash did not match the one supplied in the transaction"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:139](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L139)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.CONTRACT_CLASS_SIZE_IS_TOO_LARGE.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.CONTRACT_CLASS_SIZE_IS_TOO_LARGE.md
new file mode 100644
index 000000000..d3d7b2963
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.CONTRACT_CLASS_SIZE_IS_TOO_LARGE.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.CONTRACT_CLASS_SIZE_IS_TOO_LARGE'
+title: 'Interface: CONTRACT_CLASS_SIZE_IS_TOO_LARGE'
+sidebar_label: 'CONTRACT_CLASS_SIZE_IS_TOO_LARGE'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).CONTRACT_CLASS_SIZE_IS_TOO_LARGE
+
+## Properties
+
+### code
+
+• **code**: `57`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:123](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L123)
+
+---
+
+### message
+
+• **message**: `"Contract class size it too large"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:124](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L124)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.CONTRACT_ERROR.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.CONTRACT_ERROR.md
new file mode 100644
index 000000000..5ba1c0116
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.CONTRACT_ERROR.md
@@ -0,0 +1,44 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.CONTRACT_ERROR'
+title: 'Interface: CONTRACT_ERROR'
+sidebar_label: 'CONTRACT_ERROR'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).CONTRACT_ERROR
+
+## Properties
+
+### code
+
+• **code**: `40`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:75](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L75)
+
+---
+
+### message
+
+• **message**: `"Contract error"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:76](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L76)
+
+---
+
+### data
+
+• **data**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------- | :------- |
+| `revert_error` | `string` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:77](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L77)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.CONTRACT_NOT_FOUND.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.CONTRACT_NOT_FOUND.md
new file mode 100644
index 000000000..28913aacd
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.CONTRACT_NOT_FOUND.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.CONTRACT_NOT_FOUND'
+title: 'Interface: CONTRACT_NOT_FOUND'
+sidebar_label: 'CONTRACT_NOT_FOUND'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).CONTRACT_NOT_FOUND
+
+## Properties
+
+### code
+
+• **code**: `20`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:15](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L15)
+
+---
+
+### message
+
+• **message**: `"Contract not found"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:16](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L16)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.DUPLICATE_TX.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.DUPLICATE_TX.md
new file mode 100644
index 000000000..876d798ea
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.DUPLICATE_TX.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.DUPLICATE_TX'
+title: 'Interface: DUPLICATE_TX'
+sidebar_label: 'DUPLICATE_TX'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).DUPLICATE_TX
+
+## Properties
+
+### code
+
+• **code**: `59`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:133](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L133)
+
+---
+
+### message
+
+• **message**: `"A transaction with the same hash already exists in the mempool"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:134](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L134)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.FAILED_TO_RECEIVE_TXN.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.FAILED_TO_RECEIVE_TXN.md
new file mode 100644
index 000000000..15f8ed086
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.FAILED_TO_RECEIVE_TXN.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.FAILED_TO_RECEIVE_TXN'
+title: 'Interface: FAILED_TO_RECEIVE_TXN'
+sidebar_label: 'FAILED_TO_RECEIVE_TXN'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).FAILED_TO_RECEIVE_TXN
+
+## Properties
+
+### code
+
+• **code**: `1`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:2](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L2)
+
+---
+
+### message
+
+• **message**: `"Failed to write transaction"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:3](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L3)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INSUFFICIENT_ACCOUNT_BALANCE.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INSUFFICIENT_ACCOUNT_BALANCE.md
new file mode 100644
index 000000000..354eddcb3
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INSUFFICIENT_ACCOUNT_BALANCE.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.INSUFFICIENT_ACCOUNT_BALANCE'
+title: 'Interface: INSUFFICIENT_ACCOUNT_BALANCE'
+sidebar_label: 'INSUFFICIENT_ACCOUNT_BALANCE'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).INSUFFICIENT_ACCOUNT_BALANCE
+
+## Properties
+
+### code
+
+• **code**: `54`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:107](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L107)
+
+---
+
+### message
+
+• **message**: `"Account balance is smaller than the transaction's max_fee"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:108](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L108)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INSUFFICIENT_MAX_FEE.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INSUFFICIENT_MAX_FEE.md
new file mode 100644
index 000000000..17f0bfbbc
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INSUFFICIENT_MAX_FEE.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.INSUFFICIENT_MAX_FEE'
+title: 'Interface: INSUFFICIENT_MAX_FEE'
+sidebar_label: 'INSUFFICIENT_MAX_FEE'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).INSUFFICIENT_MAX_FEE
+
+## Properties
+
+### code
+
+• **code**: `53`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:102](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L102)
+
+---
+
+### message
+
+• **message**: `"Max fee is smaller than the minimal transaction cost (validation plus fee transfer)"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:103](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L103)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_BLOCK_HASH.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_BLOCK_HASH.md
new file mode 100644
index 000000000..35b891fa5
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_BLOCK_HASH.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.INVALID_BLOCK_HASH'
+title: 'Interface: INVALID_BLOCK_HASH'
+sidebar_label: 'INVALID_BLOCK_HASH'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).INVALID_BLOCK_HASH
+
+## Properties
+
+### code
+
+• **code**: `26`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:35](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L35)
+
+---
+
+### message
+
+• **message**: `"Invalid block hash"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:36](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L36)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_CALL_DATA.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_CALL_DATA.md
new file mode 100644
index 000000000..58c54f8aa
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_CALL_DATA.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.INVALID_CALL_DATA'
+title: 'Interface: INVALID_CALL_DATA'
+sidebar_label: 'INVALID_CALL_DATA'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).INVALID_CALL_DATA
+
+## Properties
+
+### code
+
+• **code**: `22`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:25](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L25)
+
+---
+
+### message
+
+• **message**: `"Invalid call data"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:26](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L26)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_CONTINUATION_TOKEN.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_CONTINUATION_TOKEN.md
new file mode 100644
index 000000000..a0aeb41fc
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_CONTINUATION_TOKEN.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.INVALID_CONTINUATION_TOKEN'
+title: 'Interface: INVALID_CONTINUATION_TOKEN'
+sidebar_label: 'INVALID_CONTINUATION_TOKEN'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).INVALID_CONTINUATION_TOKEN
+
+## Properties
+
+### code
+
+• **code**: `33`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:65](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L65)
+
+---
+
+### message
+
+• **message**: `"The supplied continuation token is invalid or unknown"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:66](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L66)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_MESSAGE_SELECTOR.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_MESSAGE_SELECTOR.md
new file mode 100644
index 000000000..493d2e6a8
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_MESSAGE_SELECTOR.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.INVALID_MESSAGE_SELECTOR'
+title: 'Interface: INVALID_MESSAGE_SELECTOR'
+sidebar_label: 'INVALID_MESSAGE_SELECTOR'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).INVALID_MESSAGE_SELECTOR
+
+## Properties
+
+### code
+
+• **code**: `21`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:20](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L20)
+
+---
+
+### message
+
+• **message**: `"Invalid message selector"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:21](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L21)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_TRANSACTION_NONCE.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_TRANSACTION_NONCE.md
new file mode 100644
index 000000000..588537a63
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_TRANSACTION_NONCE.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.INVALID_TRANSACTION_NONCE'
+title: 'Interface: INVALID_TRANSACTION_NONCE'
+sidebar_label: 'INVALID_TRANSACTION_NONCE'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).INVALID_TRANSACTION_NONCE
+
+## Properties
+
+### code
+
+• **code**: `52`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:97](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L97)
+
+---
+
+### message
+
+• **message**: `"Invalid transaction nonce"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:98](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L98)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_TXN_INDEX.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_TXN_INDEX.md
new file mode 100644
index 000000000..5130f1117
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.INVALID_TXN_INDEX.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.INVALID_TXN_INDEX'
+title: 'Interface: INVALID_TXN_INDEX'
+sidebar_label: 'INVALID_TXN_INDEX'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).INVALID_TXN_INDEX
+
+## Properties
+
+### code
+
+• **code**: `27`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:40](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L40)
+
+---
+
+### message
+
+• **message**: `"Invalid transaction index in a block"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:41](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L41)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.NON_ACCOUNT.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.NON_ACCOUNT.md
new file mode 100644
index 000000000..727f48b0c
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.NON_ACCOUNT.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.NON_ACCOUNT'
+title: 'Interface: NON_ACCOUNT'
+sidebar_label: 'NON_ACCOUNT'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).NON_ACCOUNT
+
+## Properties
+
+### code
+
+• **code**: `58`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:128](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L128)
+
+---
+
+### message
+
+• **message**: `"Sender address in not an account contract"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:129](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L129)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.NO_BLOCKS.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.NO_BLOCKS.md
new file mode 100644
index 000000000..e84b0838c
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.NO_BLOCKS.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.NO_BLOCKS'
+title: 'Interface: NO_BLOCKS'
+sidebar_label: 'NO_BLOCKS'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).NO_BLOCKS
+
+## Properties
+
+### code
+
+• **code**: `32`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:60](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L60)
+
+---
+
+### message
+
+• **message**: `"There are no blocks"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:61](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L61)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.NO_TRACE_AVAILABLE.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.NO_TRACE_AVAILABLE.md
new file mode 100644
index 000000000..39a854121
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.NO_TRACE_AVAILABLE.md
@@ -0,0 +1,44 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.NO_TRACE_AVAILABLE'
+title: 'Interface: NO_TRACE_AVAILABLE'
+sidebar_label: 'NO_TRACE_AVAILABLE'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).NO_TRACE_AVAILABLE
+
+## Properties
+
+### code
+
+• **code**: `10`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:7](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L7)
+
+---
+
+### message
+
+• **message**: `"No trace available for transaction"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:8](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L8)
+
+---
+
+### data
+
+• **data**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :--------------------------- |
+| `status` | `"RECEIVED"` \| `"REJECTED"` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:9](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L9)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.PAGE_SIZE_TOO_BIG.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.PAGE_SIZE_TOO_BIG.md
new file mode 100644
index 000000000..832a49f2f
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.PAGE_SIZE_TOO_BIG.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.PAGE_SIZE_TOO_BIG'
+title: 'Interface: PAGE_SIZE_TOO_BIG'
+sidebar_label: 'PAGE_SIZE_TOO_BIG'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).PAGE_SIZE_TOO_BIG
+
+## Properties
+
+### code
+
+• **code**: `31`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:55](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L55)
+
+---
+
+### message
+
+• **message**: `"Requested page size is too big"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:56](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L56)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.TOO_MANY_KEYS_IN_FILTER.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.TOO_MANY_KEYS_IN_FILTER.md
new file mode 100644
index 000000000..b265a1a84
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.TOO_MANY_KEYS_IN_FILTER.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.TOO_MANY_KEYS_IN_FILTER'
+title: 'Interface: TOO_MANY_KEYS_IN_FILTER'
+sidebar_label: 'TOO_MANY_KEYS_IN_FILTER'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).TOO_MANY_KEYS_IN_FILTER
+
+## Properties
+
+### code
+
+• **code**: `34`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:70](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L70)
+
+---
+
+### message
+
+• **message**: `"Too many keys provided in a filter"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:71](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L71)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.TRANSACTION_EXECUTION_ERROR.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.TRANSACTION_EXECUTION_ERROR.md
new file mode 100644
index 000000000..112f8b0e9
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.TRANSACTION_EXECUTION_ERROR.md
@@ -0,0 +1,45 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.TRANSACTION_EXECUTION_ERROR'
+title: 'Interface: TRANSACTION_EXECUTION_ERROR'
+sidebar_label: 'TRANSACTION_EXECUTION_ERROR'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).TRANSACTION_EXECUTION_ERROR
+
+## Properties
+
+### code
+
+• **code**: `41`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:83](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L83)
+
+---
+
+### message
+
+• **message**: `"Transaction execution error"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:84](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L84)
+
+---
+
+### data
+
+• **data**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------ | :------- |
+| `transaction_index` | `number` |
+| `execution_error` | `string` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:85](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L85)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.TXN_HASH_NOT_FOUND.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.TXN_HASH_NOT_FOUND.md
new file mode 100644
index 000000000..f192c1e0b
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.TXN_HASH_NOT_FOUND.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.TXN_HASH_NOT_FOUND'
+title: 'Interface: TXN_HASH_NOT_FOUND'
+sidebar_label: 'TXN_HASH_NOT_FOUND'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).TXN_HASH_NOT_FOUND
+
+## Properties
+
+### code
+
+• **code**: `29`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:50](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L50)
+
+---
+
+### message
+
+• **message**: `"Transaction hash not found"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:51](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L51)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.UNEXPECTED_ERROR.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.UNEXPECTED_ERROR.md
new file mode 100644
index 000000000..f1d4509d3
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.UNEXPECTED_ERROR.md
@@ -0,0 +1,38 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.UNEXPECTED_ERROR'
+title: 'Interface: UNEXPECTED_ERROR'
+sidebar_label: 'UNEXPECTED_ERROR'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).UNEXPECTED_ERROR
+
+## Properties
+
+### code
+
+• **code**: `63`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:153](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L153)
+
+---
+
+### message
+
+• **message**: `"An unexpected error occurred"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:154](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L154)
+
+---
+
+### data
+
+• **data**: `string`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:155](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L155)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.UNSUPPORTED_CONTRACT_CLASS_VERSION.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.UNSUPPORTED_CONTRACT_CLASS_VERSION.md
new file mode 100644
index 000000000..8d78d538c
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.UNSUPPORTED_CONTRACT_CLASS_VERSION.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.UNSUPPORTED_CONTRACT_CLASS_VERSION'
+title: 'Interface: UNSUPPORTED_CONTRACT_CLASS_VERSION'
+sidebar_label: 'UNSUPPORTED_CONTRACT_CLASS_VERSION'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).UNSUPPORTED_CONTRACT_CLASS_VERSION
+
+## Properties
+
+### code
+
+• **code**: `62`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:148](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L148)
+
+---
+
+### message
+
+• **message**: `"the contract class version is not supported"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:149](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L149)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.UNSUPPORTED_TX_VERSION.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.UNSUPPORTED_TX_VERSION.md
new file mode 100644
index 000000000..f70a30597
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.UNSUPPORTED_TX_VERSION.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.UNSUPPORTED_TX_VERSION'
+title: 'Interface: UNSUPPORTED_TX_VERSION'
+sidebar_label: 'UNSUPPORTED_TX_VERSION'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).UNSUPPORTED_TX_VERSION
+
+## Properties
+
+### code
+
+• **code**: `61`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:143](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L143)
+
+---
+
+### message
+
+• **message**: `"the transaction version is not supported"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:144](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L144)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.VALIDATION_FAILURE.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.VALIDATION_FAILURE.md
new file mode 100644
index 000000000..4cd00b47d
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC06.Errors.VALIDATION_FAILURE.md
@@ -0,0 +1,38 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors.VALIDATION_FAILURE'
+title: 'Interface: VALIDATION_FAILURE'
+sidebar_label: 'VALIDATION_FAILURE'
+custom_edit_url: null
+---
+
+[RPCSPEC06](../namespaces/types.RPC.RPCSPEC06.md).[Errors](../namespaces/types.RPC.RPCSPEC06.Errors.md).VALIDATION_FAILURE
+
+## Properties
+
+### code
+
+• **code**: `55`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:112](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L112)
+
+---
+
+### message
+
+• **message**: `"Account validation failed"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:113](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L113)
+
+---
+
+### data
+
+• **data**: `string`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/errors.ts:114](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/errors.ts#L114)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.BLOCK_NOT_FOUND.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.BLOCK_NOT_FOUND.md
new file mode 100644
index 000000000..ada99fb54
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.BLOCK_NOT_FOUND.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.BLOCK_NOT_FOUND'
+title: 'Interface: BLOCK_NOT_FOUND'
+sidebar_label: 'BLOCK_NOT_FOUND'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).BLOCK_NOT_FOUND
+
+## Properties
+
+### code
+
+• **code**: `24`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:25
+
+---
+
+### message
+
+• **message**: `"Block not found"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:26
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.CLASS_ALREADY_DECLARED.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.CLASS_ALREADY_DECLARED.md
new file mode 100644
index 000000000..f078fea58
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.CLASS_ALREADY_DECLARED.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.CLASS_ALREADY_DECLARED'
+title: 'Interface: CLASS_ALREADY_DECLARED'
+sidebar_label: 'CLASS_ALREADY_DECLARED'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).CLASS_ALREADY_DECLARED
+
+## Properties
+
+### code
+
+• **code**: `51`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:76
+
+---
+
+### message
+
+• **message**: `"Class already declared"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:77
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.CLASS_HASH_NOT_FOUND.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.CLASS_HASH_NOT_FOUND.md
new file mode 100644
index 000000000..6b38a7c29
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.CLASS_HASH_NOT_FOUND.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.CLASS_HASH_NOT_FOUND'
+title: 'Interface: CLASS_HASH_NOT_FOUND'
+sidebar_label: 'CLASS_HASH_NOT_FOUND'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).CLASS_HASH_NOT_FOUND
+
+## Properties
+
+### code
+
+• **code**: `28`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:37
+
+---
+
+### message
+
+• **message**: `"Class hash not found"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:38
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.COMPILATION_FAILED.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.COMPILATION_FAILED.md
new file mode 100644
index 000000000..5db49b204
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.COMPILATION_FAILED.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.COMPILATION_FAILED'
+title: 'Interface: COMPILATION_FAILED'
+sidebar_label: 'COMPILATION_FAILED'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).COMPILATION_FAILED
+
+## Properties
+
+### code
+
+• **code**: `56`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:97
+
+---
+
+### message
+
+• **message**: `"Compilation failed"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:98
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.COMPILED_CLASS_HASH_MISMATCH.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.COMPILED_CLASS_HASH_MISMATCH.md
new file mode 100644
index 000000000..03bfc70c8
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.COMPILED_CLASS_HASH_MISMATCH.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.COMPILED_CLASS_HASH_MISMATCH'
+title: 'Interface: COMPILED_CLASS_HASH_MISMATCH'
+sidebar_label: 'COMPILED_CLASS_HASH_MISMATCH'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).COMPILED_CLASS_HASH_MISMATCH
+
+## Properties
+
+### code
+
+• **code**: `60`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:113
+
+---
+
+### message
+
+• **message**: `"the compiled class hash did not match the one supplied in the transaction"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:114
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.CONTRACT_CLASS_SIZE_IS_TOO_LARGE.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.CONTRACT_CLASS_SIZE_IS_TOO_LARGE.md
new file mode 100644
index 000000000..1d4b57f1e
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.CONTRACT_CLASS_SIZE_IS_TOO_LARGE.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.CONTRACT_CLASS_SIZE_IS_TOO_LARGE'
+title: 'Interface: CONTRACT_CLASS_SIZE_IS_TOO_LARGE'
+sidebar_label: 'CONTRACT_CLASS_SIZE_IS_TOO_LARGE'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).CONTRACT_CLASS_SIZE_IS_TOO_LARGE
+
+## Properties
+
+### code
+
+• **code**: `57`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:101
+
+---
+
+### message
+
+• **message**: `"Contract class size it too large"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:102
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.CONTRACT_ERROR.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.CONTRACT_ERROR.md
new file mode 100644
index 000000000..80525864f
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.CONTRACT_ERROR.md
@@ -0,0 +1,44 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.CONTRACT_ERROR'
+title: 'Interface: CONTRACT_ERROR'
+sidebar_label: 'CONTRACT_ERROR'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).CONTRACT_ERROR
+
+## Properties
+
+### code
+
+• **code**: `40`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:61
+
+---
+
+### message
+
+• **message**: `"Contract error"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:62
+
+---
+
+### data
+
+• **data**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------- | :------- |
+| `revert_error` | `string` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:63
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.CONTRACT_NOT_FOUND.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.CONTRACT_NOT_FOUND.md
new file mode 100644
index 000000000..1367993ca
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.CONTRACT_NOT_FOUND.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.CONTRACT_NOT_FOUND'
+title: 'Interface: CONTRACT_NOT_FOUND'
+sidebar_label: 'CONTRACT_NOT_FOUND'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).CONTRACT_NOT_FOUND
+
+## Properties
+
+### code
+
+• **code**: `20`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:13
+
+---
+
+### message
+
+• **message**: `"Contract not found"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:14
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.DUPLICATE_TX.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.DUPLICATE_TX.md
new file mode 100644
index 000000000..20e241219
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.DUPLICATE_TX.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.DUPLICATE_TX'
+title: 'Interface: DUPLICATE_TX'
+sidebar_label: 'DUPLICATE_TX'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).DUPLICATE_TX
+
+## Properties
+
+### code
+
+• **code**: `59`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:109
+
+---
+
+### message
+
+• **message**: `"A transaction with the same hash already exists in the mempool"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:110
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.FAILED_TO_RECEIVE_TXN.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.FAILED_TO_RECEIVE_TXN.md
new file mode 100644
index 000000000..7ca304d75
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.FAILED_TO_RECEIVE_TXN.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.FAILED_TO_RECEIVE_TXN'
+title: 'Interface: FAILED_TO_RECEIVE_TXN'
+sidebar_label: 'FAILED_TO_RECEIVE_TXN'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).FAILED_TO_RECEIVE_TXN
+
+## Properties
+
+### code
+
+• **code**: `1`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:2
+
+---
+
+### message
+
+• **message**: `"Failed to write transaction"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:3
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INSUFFICIENT_ACCOUNT_BALANCE.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INSUFFICIENT_ACCOUNT_BALANCE.md
new file mode 100644
index 000000000..32217ff6c
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INSUFFICIENT_ACCOUNT_BALANCE.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.INSUFFICIENT_ACCOUNT_BALANCE'
+title: 'Interface: INSUFFICIENT_ACCOUNT_BALANCE'
+sidebar_label: 'INSUFFICIENT_ACCOUNT_BALANCE'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).INSUFFICIENT_ACCOUNT_BALANCE
+
+## Properties
+
+### code
+
+• **code**: `54`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:88
+
+---
+
+### message
+
+• **message**: `"Account balance is smaller than the transaction's max_fee"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:89
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INSUFFICIENT_MAX_FEE.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INSUFFICIENT_MAX_FEE.md
new file mode 100644
index 000000000..e99cacb3f
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INSUFFICIENT_MAX_FEE.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.INSUFFICIENT_MAX_FEE'
+title: 'Interface: INSUFFICIENT_MAX_FEE'
+sidebar_label: 'INSUFFICIENT_MAX_FEE'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).INSUFFICIENT_MAX_FEE
+
+## Properties
+
+### code
+
+• **code**: `53`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:84
+
+---
+
+### message
+
+• **message**: `"Max fee is smaller than the minimal transaction cost (validation plus fee transfer)"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:85
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_BLOCK_HASH.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_BLOCK_HASH.md
new file mode 100644
index 000000000..9d595a85b
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_BLOCK_HASH.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.INVALID_BLOCK_HASH'
+title: 'Interface: INVALID_BLOCK_HASH'
+sidebar_label: 'INVALID_BLOCK_HASH'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).INVALID_BLOCK_HASH
+
+## Properties
+
+### code
+
+• **code**: `26`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:29
+
+---
+
+### message
+
+• **message**: `"Invalid block hash"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:30
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_CALL_DATA.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_CALL_DATA.md
new file mode 100644
index 000000000..634b873fe
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_CALL_DATA.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.INVALID_CALL_DATA'
+title: 'Interface: INVALID_CALL_DATA'
+sidebar_label: 'INVALID_CALL_DATA'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).INVALID_CALL_DATA
+
+## Properties
+
+### code
+
+• **code**: `22`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:21
+
+---
+
+### message
+
+• **message**: `"Invalid call data"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:22
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_CONTINUATION_TOKEN.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_CONTINUATION_TOKEN.md
new file mode 100644
index 000000000..4435e3361
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_CONTINUATION_TOKEN.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.INVALID_CONTINUATION_TOKEN'
+title: 'Interface: INVALID_CONTINUATION_TOKEN'
+sidebar_label: 'INVALID_CONTINUATION_TOKEN'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).INVALID_CONTINUATION_TOKEN
+
+## Properties
+
+### code
+
+• **code**: `33`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:53
+
+---
+
+### message
+
+• **message**: `"The supplied continuation token is invalid or unknown"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:54
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_MESSAGE_SELECTOR.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_MESSAGE_SELECTOR.md
new file mode 100644
index 000000000..e9559da65
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_MESSAGE_SELECTOR.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.INVALID_MESSAGE_SELECTOR'
+title: 'Interface: INVALID_MESSAGE_SELECTOR'
+sidebar_label: 'INVALID_MESSAGE_SELECTOR'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).INVALID_MESSAGE_SELECTOR
+
+## Properties
+
+### code
+
+• **code**: `21`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:17
+
+---
+
+### message
+
+• **message**: `"Invalid message selector"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:18
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_TRANSACTION_NONCE.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_TRANSACTION_NONCE.md
new file mode 100644
index 000000000..bc7df67db
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_TRANSACTION_NONCE.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.INVALID_TRANSACTION_NONCE'
+title: 'Interface: INVALID_TRANSACTION_NONCE'
+sidebar_label: 'INVALID_TRANSACTION_NONCE'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).INVALID_TRANSACTION_NONCE
+
+## Properties
+
+### code
+
+• **code**: `52`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:80
+
+---
+
+### message
+
+• **message**: `"Invalid transaction nonce"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:81
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_TXN_INDEX.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_TXN_INDEX.md
new file mode 100644
index 000000000..887f5c21f
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_TXN_INDEX.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.INVALID_TXN_INDEX'
+title: 'Interface: INVALID_TXN_INDEX'
+sidebar_label: 'INVALID_TXN_INDEX'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).INVALID_TXN_INDEX
+
+## Properties
+
+### code
+
+• **code**: `27`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:33
+
+---
+
+### message
+
+• **message**: `"Invalid transaction index in a block"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:34
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.NON_ACCOUNT.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.NON_ACCOUNT.md
new file mode 100644
index 000000000..1a2077700
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.NON_ACCOUNT.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.NON_ACCOUNT'
+title: 'Interface: NON_ACCOUNT'
+sidebar_label: 'NON_ACCOUNT'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).NON_ACCOUNT
+
+## Properties
+
+### code
+
+• **code**: `58`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:105
+
+---
+
+### message
+
+• **message**: `"Sender address in not an account contract"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:106
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.NO_BLOCKS.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.NO_BLOCKS.md
new file mode 100644
index 000000000..570f022cb
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.NO_BLOCKS.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.NO_BLOCKS'
+title: 'Interface: NO_BLOCKS'
+sidebar_label: 'NO_BLOCKS'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).NO_BLOCKS
+
+## Properties
+
+### code
+
+• **code**: `32`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:49
+
+---
+
+### message
+
+• **message**: `"There are no blocks"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:50
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.NO_TRACE_AVAILABLE.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.NO_TRACE_AVAILABLE.md
new file mode 100644
index 000000000..205422b65
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.NO_TRACE_AVAILABLE.md
@@ -0,0 +1,44 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.NO_TRACE_AVAILABLE'
+title: 'Interface: NO_TRACE_AVAILABLE'
+sidebar_label: 'NO_TRACE_AVAILABLE'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).NO_TRACE_AVAILABLE
+
+## Properties
+
+### code
+
+• **code**: `10`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:6
+
+---
+
+### message
+
+• **message**: `"No trace available for transaction"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:7
+
+---
+
+### data
+
+• **data**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :--------------------------- |
+| `status` | `"RECEIVED"` \| `"REJECTED"` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:8
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.PAGE_SIZE_TOO_BIG.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.PAGE_SIZE_TOO_BIG.md
new file mode 100644
index 000000000..a3366b580
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.PAGE_SIZE_TOO_BIG.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.PAGE_SIZE_TOO_BIG'
+title: 'Interface: PAGE_SIZE_TOO_BIG'
+sidebar_label: 'PAGE_SIZE_TOO_BIG'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).PAGE_SIZE_TOO_BIG
+
+## Properties
+
+### code
+
+• **code**: `31`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:45
+
+---
+
+### message
+
+• **message**: `"Requested page size is too big"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:46
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.TOO_MANY_KEYS_IN_FILTER.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.TOO_MANY_KEYS_IN_FILTER.md
new file mode 100644
index 000000000..0439f16f4
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.TOO_MANY_KEYS_IN_FILTER.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.TOO_MANY_KEYS_IN_FILTER'
+title: 'Interface: TOO_MANY_KEYS_IN_FILTER'
+sidebar_label: 'TOO_MANY_KEYS_IN_FILTER'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).TOO_MANY_KEYS_IN_FILTER
+
+## Properties
+
+### code
+
+• **code**: `34`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:57
+
+---
+
+### message
+
+• **message**: `"Too many keys provided in a filter"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:58
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.TRANSACTION_EXECUTION_ERROR.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.TRANSACTION_EXECUTION_ERROR.md
new file mode 100644
index 000000000..bd39690bc
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.TRANSACTION_EXECUTION_ERROR.md
@@ -0,0 +1,45 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.TRANSACTION_EXECUTION_ERROR'
+title: 'Interface: TRANSACTION_EXECUTION_ERROR'
+sidebar_label: 'TRANSACTION_EXECUTION_ERROR'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).TRANSACTION_EXECUTION_ERROR
+
+## Properties
+
+### code
+
+• **code**: `41`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:68
+
+---
+
+### message
+
+• **message**: `"Transaction execution error"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:69
+
+---
+
+### data
+
+• **data**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------ | :------- |
+| `transaction_index` | `number` |
+| `execution_error` | `string` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:70
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.TXN_HASH_NOT_FOUND.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.TXN_HASH_NOT_FOUND.md
new file mode 100644
index 000000000..971f62108
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.TXN_HASH_NOT_FOUND.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.TXN_HASH_NOT_FOUND'
+title: 'Interface: TXN_HASH_NOT_FOUND'
+sidebar_label: 'TXN_HASH_NOT_FOUND'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).TXN_HASH_NOT_FOUND
+
+## Properties
+
+### code
+
+• **code**: `29`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:41
+
+---
+
+### message
+
+• **message**: `"Transaction hash not found"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:42
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.UNEXPECTED_ERROR.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.UNEXPECTED_ERROR.md
new file mode 100644
index 000000000..ee4c8079d
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.UNEXPECTED_ERROR.md
@@ -0,0 +1,38 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.UNEXPECTED_ERROR'
+title: 'Interface: UNEXPECTED_ERROR'
+sidebar_label: 'UNEXPECTED_ERROR'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).UNEXPECTED_ERROR
+
+## Properties
+
+### code
+
+• **code**: `63`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:125
+
+---
+
+### message
+
+• **message**: `"An unexpected error occurred"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:126
+
+---
+
+### data
+
+• **data**: `string`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:127
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.UNSUPPORTED_CONTRACT_CLASS_VERSION.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.UNSUPPORTED_CONTRACT_CLASS_VERSION.md
new file mode 100644
index 000000000..e122363a9
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.UNSUPPORTED_CONTRACT_CLASS_VERSION.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.UNSUPPORTED_CONTRACT_CLASS_VERSION'
+title: 'Interface: UNSUPPORTED_CONTRACT_CLASS_VERSION'
+sidebar_label: 'UNSUPPORTED_CONTRACT_CLASS_VERSION'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).UNSUPPORTED_CONTRACT_CLASS_VERSION
+
+## Properties
+
+### code
+
+• **code**: `62`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:121
+
+---
+
+### message
+
+• **message**: `"the contract class version is not supported"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:122
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.UNSUPPORTED_TX_VERSION.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.UNSUPPORTED_TX_VERSION.md
new file mode 100644
index 000000000..3800e2d59
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.UNSUPPORTED_TX_VERSION.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.UNSUPPORTED_TX_VERSION'
+title: 'Interface: UNSUPPORTED_TX_VERSION'
+sidebar_label: 'UNSUPPORTED_TX_VERSION'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).UNSUPPORTED_TX_VERSION
+
+## Properties
+
+### code
+
+• **code**: `61`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:117
+
+---
+
+### message
+
+• **message**: `"the transaction version is not supported"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:118
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.VALIDATION_FAILURE.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.VALIDATION_FAILURE.md
new file mode 100644
index 000000000..dd0189ef8
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.API.Errors.VALIDATION_FAILURE.md
@@ -0,0 +1,38 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors.VALIDATION_FAILURE'
+title: 'Interface: VALIDATION_FAILURE'
+sidebar_label: 'VALIDATION_FAILURE'
+custom_edit_url: null
+---
+
+[API](../namespaces/types.RPC.RPCSPEC07.API.md).[Errors](../namespaces/types.RPC.RPCSPEC07.API.Errors.md).VALIDATION_FAILURE
+
+## Properties
+
+### code
+
+• **code**: `55`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:92
+
+---
+
+### message
+
+• **message**: `"Account validation failed"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:93
+
+---
+
+### data
+
+• **data**: `string`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/errors.d.ts:94
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.ACCOUNT_ALREADY_DEPLOYED.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.ACCOUNT_ALREADY_DEPLOYED.md
new file mode 100644
index 000000000..ef75d6bab
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.ACCOUNT_ALREADY_DEPLOYED.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.ACCOUNT_ALREADY_DEPLOYED'
+title: 'Interface: ACCOUNT_ALREADY_DEPLOYED'
+sidebar_label: 'ACCOUNT_ALREADY_DEPLOYED'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).ACCOUNT_ALREADY_DEPLOYED
+
+## Properties
+
+### code
+
+• **code**: `115`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/errors.d.ts:18
+
+---
+
+### message
+
+• **message**: `"An error occurred (ACCOUNT_ALREADY_DEPLOYED)"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/errors.d.ts:19
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.API_VERSION_NOT_SUPPORTED.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.API_VERSION_NOT_SUPPORTED.md
new file mode 100644
index 000000000..42c59b2be
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.API_VERSION_NOT_SUPPORTED.md
@@ -0,0 +1,38 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.API_VERSION_NOT_SUPPORTED'
+title: 'Interface: API_VERSION_NOT_SUPPORTED'
+sidebar_label: 'API_VERSION_NOT_SUPPORTED'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).API_VERSION_NOT_SUPPORTED
+
+## Properties
+
+### code
+
+• **code**: `162`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/errors.d.ts:22
+
+---
+
+### message
+
+• **message**: `"An error occurred (API_VERSION_NOT_SUPPORTED)"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/errors.d.ts:23
+
+---
+
+### data
+
+• **data**: `"string"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/errors.d.ts:24
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AccountDeploymentData.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AccountDeploymentData.md
new file mode 100644
index 000000000..81b05a19b
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AccountDeploymentData.md
@@ -0,0 +1,70 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.AccountDeploymentData'
+title: 'Interface: AccountDeploymentData'
+sidebar_label: 'AccountDeploymentData'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).AccountDeploymentData
+
+SPEC: ACCOUNT_DEPLOYMENT_DATA
+
+## Properties
+
+### address
+
+• **address**: `string`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:119
+
+---
+
+### class_hash
+
+• **class_hash**: `string`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:120
+
+---
+
+### salt
+
+• **salt**: `string`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:121
+
+---
+
+### calldata
+
+• **calldata**: `string`[]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:122
+
+---
+
+### sigdata
+
+• `Optional` **sigdata**: `string`[]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:123
+
+---
+
+### version
+
+• **version**: `0` \| `1`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:124
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionParameters.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionParameters.md
new file mode 100644
index 000000000..b48985573
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionParameters.md
@@ -0,0 +1,40 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionParameters'
+title: 'Interface: AddDeclareTransactionParameters'
+sidebar_label: 'AddDeclareTransactionParameters'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).AddDeclareTransactionParameters
+
+SPEC: DECLARE_TXN
+
+## Properties
+
+### compiled_class_hash
+
+• **compiled_class_hash**: `string`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:75
+
+---
+
+### class_hash
+
+• `Optional` **class_hash**: `string`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:76
+
+---
+
+### contract_class
+
+• **contract_class**: [`CONTRACT_CLASS`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#contract_class)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:77
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionResult.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionResult.md
new file mode 100644
index 000000000..9e9a7a43e
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionResult.md
@@ -0,0 +1,32 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionResult'
+title: 'Interface: AddDeclareTransactionResult'
+sidebar_label: 'AddDeclareTransactionResult'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).AddDeclareTransactionResult
+
+## Properties
+
+### transaction_hash
+
+• **transaction_hash**: `string`
+
+The hash of the declare transaction
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:83
+
+---
+
+### class_hash
+
+• **class_hash**: `string`
+
+The hash of the declared class
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:87
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionParameters.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionParameters.md
new file mode 100644
index 000000000..8d5ae63bc
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionParameters.md
@@ -0,0 +1,26 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionParameters'
+title: 'Interface: AddInvokeTransactionParameters'
+sidebar_label: 'AddInvokeTransactionParameters'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).AddInvokeTransactionParameters
+
+INVOKE_TXN_V1
+
+**`See`**
+
+https://github.com/starkware-libs/starknet-specs/blob/master/api/starknet_api_openrpc.json
+
+## Properties
+
+### calls
+
+• **calls**: [`Call`](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md#call)[]
+
+Calls to invoke by the account
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:63
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionResult.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionResult.md
new file mode 100644
index 000000000..c4f9fd937
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionResult.md
@@ -0,0 +1,20 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionResult'
+title: 'Interface: AddInvokeTransactionResult'
+sidebar_label: 'AddInvokeTransactionResult'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).AddInvokeTransactionResult
+
+## Properties
+
+### transaction_hash
+
+• **transaction_hash**: `string`
+
+The hash of the invoke transaction
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:69
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AddStarknetChainParameters.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AddStarknetChainParameters.md
new file mode 100644
index 000000000..4ca386b81
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.AddStarknetChainParameters.md
@@ -0,0 +1,118 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.AddStarknetChainParameters'
+title: 'Interface: AddStarknetChainParameters'
+sidebar_label: 'AddStarknetChainParameters'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).AddStarknetChainParameters
+
+EIP-3085:
+
+**`See`**
+
+https://github.com/ethereum/EIPs/blob/master/EIPS/eip-3085.md
+
+## Hierarchy
+
+- [`StarknetChain`](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md#starknetchain)
+
+ ↳ **`AddStarknetChainParameters`**
+
+## Properties
+
+### id
+
+• **id**: `string`
+
+#### Inherited from
+
+StarknetChain.id
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:42
+
+---
+
+### chain_id
+
+• **chain_id**: `string`
+
+#### Inherited from
+
+StarknetChain.chain_id
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:43
+
+---
+
+### chain_name
+
+• **chain_name**: `string`
+
+#### Inherited from
+
+StarknetChain.chain_name
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:44
+
+---
+
+### rpc_urls
+
+• `Optional` **rpc_urls**: `string`[]
+
+#### Inherited from
+
+StarknetChain.rpc_urls
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:45
+
+---
+
+### block_explorer_url
+
+• `Optional` **block_explorer_url**: `string`[]
+
+#### Inherited from
+
+StarknetChain.block_explorer_url
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:46
+
+---
+
+### native_currency
+
+• `Optional` **native_currency**: [`Asset`](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md#asset)
+
+#### Inherited from
+
+StarknetChain.native_currency
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:47
+
+---
+
+### icon_urls
+
+• `Optional` **icon_urls**: `string`[]
+
+#### Inherited from
+
+StarknetChain.icon_urls
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:48
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.ApiVersionRequest.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.ApiVersionRequest.md
new file mode 100644
index 000000000..e7f154601
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.ApiVersionRequest.md
@@ -0,0 +1,20 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.ApiVersionRequest'
+title: 'Interface: ApiVersionRequest'
+sidebar_label: 'ApiVersionRequest'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).ApiVersionRequest
+
+The version of wallet API the request expecting. If not specified, the latest is assumed
+
+## Properties
+
+### api_version
+
+• `Optional` **api_version**: `string`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:131
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.INVALID_REQUEST_PAYLOAD.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.INVALID_REQUEST_PAYLOAD.md
new file mode 100644
index 000000000..885c637f9
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.INVALID_REQUEST_PAYLOAD.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.INVALID_REQUEST_PAYLOAD'
+title: 'Interface: INVALID_REQUEST_PAYLOAD'
+sidebar_label: 'INVALID_REQUEST_PAYLOAD'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).INVALID_REQUEST_PAYLOAD
+
+## Properties
+
+### code
+
+• **code**: `114`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/errors.d.ts:14
+
+---
+
+### message
+
+• **message**: `"An error occurred (INVALID_REQUEST_PAYLOAD)"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/errors.d.ts:15
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.NOT_ERC20.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.NOT_ERC20.md
new file mode 100644
index 000000000..3ab504374
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.NOT_ERC20.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.NOT_ERC20'
+title: 'Interface: NOT_ERC20'
+sidebar_label: 'NOT_ERC20'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).NOT_ERC20
+
+## Properties
+
+### code
+
+• **code**: `111`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/errors.d.ts:2
+
+---
+
+### message
+
+• **message**: `"An error occurred (NOT_ERC20)"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/errors.d.ts:3
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.RequestAccountsParameters.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.RequestAccountsParameters.md
new file mode 100644
index 000000000..d9021d7fd
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.RequestAccountsParameters.md
@@ -0,0 +1,27 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.RequestAccountsParameters'
+title: 'Interface: RequestAccountsParameters'
+sidebar_label: 'RequestAccountsParameters'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).RequestAccountsParameters
+
+EIP-1102:
+
+**`See`**
+
+https://eips.ethereum.org/EIPS/eip-1102
+
+## Properties
+
+### silent_mode
+
+• `Optional` **silent_mode**: `boolean`
+
+If true, the wallet will not show the wallet-unlock UI in case of a locked wallet,
+nor the dApp-approve UI in case of a non-allowed dApp.
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:98
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.RpcTypeToMessageMap.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.RpcTypeToMessageMap.md
new file mode 100644
index 000000000..dec9ec494
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.RpcTypeToMessageMap.md
@@ -0,0 +1,277 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.RpcTypeToMessageMap'
+title: 'Interface: RpcTypeToMessageMap'
+sidebar_label: 'RpcTypeToMessageMap'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).RpcTypeToMessageMap
+
+Maps each RPC message type to its corresponding parameters and result type.
+
+## Properties
+
+### wallet_getPermissions
+
+• **wallet_getPermissions**: `Object`
+
+Get permissions from the wallet.
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `params?` | [`ApiVersionRequest`](types.RPC.RPCSPEC07.WALLET_API.ApiVersionRequest.md) |
+| `result` | [] \| `"accounts"`[] |
+| `errors` | [`API_VERSION_NOT_SUPPORTED`](types.RPC.RPCSPEC07.WALLET_API.API_VERSION_NOT_SUPPORTED.md) \| [`UNKNOWN_ERROR`](types.RPC.RPCSPEC07.WALLET_API.UNKNOWN_ERROR.md) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/methods.d.ts:14
+
+---
+
+### wallet_requestAccounts
+
+• **wallet_requestAccounts**: `Object`
+
+Request active accounts from the wallet.
+
+**`Param`**
+
+Optional parameters for requesting accounts.
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `params?` | [`RequestAccountsParameters`](types.RPC.RPCSPEC07.WALLET_API.RequestAccountsParameters.md) & [`ApiVersionRequest`](types.RPC.RPCSPEC07.WALLET_API.ApiVersionRequest.md) |
+| `result` | `string`[] |
+| `errors` | [`API_VERSION_NOT_SUPPORTED`](types.RPC.RPCSPEC07.WALLET_API.API_VERSION_NOT_SUPPORTED.md) \| [`UNKNOWN_ERROR`](types.RPC.RPCSPEC07.WALLET_API.UNKNOWN_ERROR.md) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/methods.d.ts:24
+
+---
+
+### wallet_watchAsset
+
+• **wallet_watchAsset**: `Object`
+
+Watch an asset in the wallet.
+
+**`Param`**
+
+The parameters required to watch an asset.
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `params` | [`WatchAssetParameters`](types.RPC.RPCSPEC07.WALLET_API.WatchAssetParameters.md) & [`ApiVersionRequest`](types.RPC.RPCSPEC07.WALLET_API.ApiVersionRequest.md) |
+| `result` | `boolean` |
+| `errors` | [`NOT_ERC20`](types.RPC.RPCSPEC07.WALLET_API.NOT_ERC20.md) \| [`USER_REFUSED_OP`](types.RPC.RPCSPEC07.WALLET_API.USER_REFUSED_OP.md) \| [`INVALID_REQUEST_PAYLOAD`](types.RPC.RPCSPEC07.WALLET_API.INVALID_REQUEST_PAYLOAD.md) \| [`API_VERSION_NOT_SUPPORTED`](types.RPC.RPCSPEC07.WALLET_API.API_VERSION_NOT_SUPPORTED.md) \| [`UNKNOWN_ERROR`](types.RPC.RPCSPEC07.WALLET_API.UNKNOWN_ERROR.md) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/methods.d.ts:34
+
+---
+
+### wallet_addStarknetChain
+
+• **wallet_addStarknetChain**: `Object`
+
+Add a new Starknet chain to the wallet.
+
+**`Param`**
+
+The parameters required to add a new chain.
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `params` | [`AddStarknetChainParameters`](types.RPC.RPCSPEC07.WALLET_API.AddStarknetChainParameters.md) & [`ApiVersionRequest`](types.RPC.RPCSPEC07.WALLET_API.ApiVersionRequest.md) |
+| `result` | `boolean` |
+| `errors` | [`USER_REFUSED_OP`](types.RPC.RPCSPEC07.WALLET_API.USER_REFUSED_OP.md) \| [`INVALID_REQUEST_PAYLOAD`](types.RPC.RPCSPEC07.WALLET_API.INVALID_REQUEST_PAYLOAD.md) \| [`API_VERSION_NOT_SUPPORTED`](types.RPC.RPCSPEC07.WALLET_API.API_VERSION_NOT_SUPPORTED.md) \| [`UNKNOWN_ERROR`](types.RPC.RPCSPEC07.WALLET_API.UNKNOWN_ERROR.md) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/methods.d.ts:44
+
+---
+
+### wallet_switchStarknetChain
+
+• **wallet_switchStarknetChain**: `Object`
+
+Switch the current Starknet chain in the wallet.
+
+**`Param`**
+
+The parameters required to switch chains.
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `params` | [`SwitchStarknetChainParameters`](types.RPC.RPCSPEC07.WALLET_API.SwitchStarknetChainParameters.md) & [`ApiVersionRequest`](types.RPC.RPCSPEC07.WALLET_API.ApiVersionRequest.md) |
+| `result` | `boolean` |
+| `errors` | [`UNLISTED_NETWORK`](types.RPC.RPCSPEC07.WALLET_API.UNLISTED_NETWORK.md) \| [`USER_REFUSED_OP`](types.RPC.RPCSPEC07.WALLET_API.USER_REFUSED_OP.md) \| [`API_VERSION_NOT_SUPPORTED`](types.RPC.RPCSPEC07.WALLET_API.API_VERSION_NOT_SUPPORTED.md) \| [`UNKNOWN_ERROR`](types.RPC.RPCSPEC07.WALLET_API.UNKNOWN_ERROR.md) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/methods.d.ts:54
+
+---
+
+### wallet_requestChainId
+
+• **wallet_requestChainId**: `Object`
+
+Request the current chain ID from the wallet.
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `params?` | [`ApiVersionRequest`](types.RPC.RPCSPEC07.WALLET_API.ApiVersionRequest.md) |
+| `result` | `string` |
+| `errors` | [`API_VERSION_NOT_SUPPORTED`](types.RPC.RPCSPEC07.WALLET_API.API_VERSION_NOT_SUPPORTED.md) \| [`UNKNOWN_ERROR`](types.RPC.RPCSPEC07.WALLET_API.UNKNOWN_ERROR.md) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/methods.d.ts:63
+
+---
+
+### wallet_deploymentData
+
+• **wallet_deploymentData**: `Object`
+
+Get deployment data for a contract.
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `params?` | [`ApiVersionRequest`](types.RPC.RPCSPEC07.WALLET_API.ApiVersionRequest.md) |
+| `result` | [`AccountDeploymentData`](types.RPC.RPCSPEC07.WALLET_API.AccountDeploymentData.md) |
+| `errors` | [`ACCOUNT_ALREADY_DEPLOYED`](types.RPC.RPCSPEC07.WALLET_API.ACCOUNT_ALREADY_DEPLOYED.md) \| [`API_VERSION_NOT_SUPPORTED`](types.RPC.RPCSPEC07.WALLET_API.API_VERSION_NOT_SUPPORTED.md) \| [`UNKNOWN_ERROR`](types.RPC.RPCSPEC07.WALLET_API.UNKNOWN_ERROR.md) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/methods.d.ts:72
+
+---
+
+### wallet_addInvokeTransaction
+
+• **wallet_addInvokeTransaction**: `Object`
+
+Add an invoke transaction to the wallet.
+
+**`Param`**
+
+The parameters required for the invoke transaction.
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `params` | [`AddInvokeTransactionParameters`](types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionParameters.md) & [`ApiVersionRequest`](types.RPC.RPCSPEC07.WALLET_API.ApiVersionRequest.md) |
+| `result` | [`AddInvokeTransactionResult`](types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionResult.md) |
+| `errors` | [`USER_REFUSED_OP`](types.RPC.RPCSPEC07.WALLET_API.USER_REFUSED_OP.md) \| [`INVALID_REQUEST_PAYLOAD`](types.RPC.RPCSPEC07.WALLET_API.INVALID_REQUEST_PAYLOAD.md) \| [`API_VERSION_NOT_SUPPORTED`](types.RPC.RPCSPEC07.WALLET_API.API_VERSION_NOT_SUPPORTED.md) \| [`UNKNOWN_ERROR`](types.RPC.RPCSPEC07.WALLET_API.UNKNOWN_ERROR.md) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/methods.d.ts:82
+
+---
+
+### wallet_addDeclareTransaction
+
+• **wallet_addDeclareTransaction**: `Object`
+
+Add a declare transaction to the wallet.
+
+**`Param`**
+
+The parameters required for the declare transaction.
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `params` | [`AddDeclareTransactionParameters`](types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionParameters.md) & [`ApiVersionRequest`](types.RPC.RPCSPEC07.WALLET_API.ApiVersionRequest.md) |
+| `result` | [`AddDeclareTransactionResult`](types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionResult.md) |
+| `errors` | [`USER_REFUSED_OP`](types.RPC.RPCSPEC07.WALLET_API.USER_REFUSED_OP.md) \| [`INVALID_REQUEST_PAYLOAD`](types.RPC.RPCSPEC07.WALLET_API.INVALID_REQUEST_PAYLOAD.md) \| [`API_VERSION_NOT_SUPPORTED`](types.RPC.RPCSPEC07.WALLET_API.API_VERSION_NOT_SUPPORTED.md) \| [`UNKNOWN_ERROR`](types.RPC.RPCSPEC07.WALLET_API.UNKNOWN_ERROR.md) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/methods.d.ts:92
+
+---
+
+### wallet_signTypedData
+
+• **wallet_signTypedData**: `Object`
+
+Sign typed data using the wallet.
+
+**`Param`**
+
+The typed data to sign.
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `params` | [`TypedData`](types.RPC.RPCSPEC07.WALLET_API.TypedData.md) & [`ApiVersionRequest`](types.RPC.RPCSPEC07.WALLET_API.ApiVersionRequest.md) |
+| `result` | [`SIGNATURE`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#signature) |
+| `errors` | [`USER_REFUSED_OP`](types.RPC.RPCSPEC07.WALLET_API.USER_REFUSED_OP.md) \| [`INVALID_REQUEST_PAYLOAD`](types.RPC.RPCSPEC07.WALLET_API.INVALID_REQUEST_PAYLOAD.md) \| [`API_VERSION_NOT_SUPPORTED`](types.RPC.RPCSPEC07.WALLET_API.API_VERSION_NOT_SUPPORTED.md) \| [`UNKNOWN_ERROR`](types.RPC.RPCSPEC07.WALLET_API.UNKNOWN_ERROR.md) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/methods.d.ts:102
+
+---
+
+### wallet_supportedSpecs
+
+• **wallet_supportedSpecs**: `Object`
+
+Get the list of supported RPC specification versions.
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :---------- |
+| `params?` | `undefined` |
+| `result` | `string`[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/methods.d.ts:111
+
+---
+
+### wallet_supportedWalletApi
+
+• **wallet_supportedWalletApi**: `Object`
+
+Returns a list of wallet api versions compatible with the wallet.
+Notice this might be different from Starknet JSON-RPC spec
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :---------- |
+| `params?` | `undefined` |
+| `result` | `string`[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/methods.d.ts:120
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetDomain.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetDomain.md
new file mode 100644
index 000000000..c98e4a5f6
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetDomain.md
@@ -0,0 +1,56 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.StarknetDomain'
+title: 'Interface: StarknetDomain'
+sidebar_label: 'StarknetDomain'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).StarknetDomain
+
+The EIP712 domain struct. Any of these fields are optional, but it must contain at least one field.
+
+## Hierarchy
+
+- `Record`<`string`, `unknown`\>
+
+ ↳ **`StarknetDomain`**
+
+## Properties
+
+### name
+
+• `Optional` **name**: `string`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/typedData.d.ts:30
+
+---
+
+### version
+
+• `Optional` **version**: `string`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/typedData.d.ts:31
+
+---
+
+### chainId
+
+• `Optional` **chainId**: `string` \| `number`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/typedData.d.ts:32
+
+---
+
+### revision
+
+• `Optional` **revision**: `string` \| `number`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/typedData.d.ts:33
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md
new file mode 100644
index 000000000..3b0da967e
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md
@@ -0,0 +1,78 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject'
+title: 'Interface: StarknetWindowObject'
+sidebar_label: 'StarknetWindowObject'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).StarknetWindowObject
+
+## Properties
+
+### id
+
+• **id**: `string`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/StarknetWindowObject.d.ts:4
+
+---
+
+### name
+
+• **name**: `string`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/StarknetWindowObject.d.ts:5
+
+---
+
+### version
+
+• **version**: `string`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/StarknetWindowObject.d.ts:6
+
+---
+
+### icon
+
+• **icon**: `string` \| \{ `dark`: `string` ; `light`: `string` }
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/StarknetWindowObject.d.ts:7
+
+---
+
+### request
+
+• **request**: [`RequestFn`](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md#requestfn)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/StarknetWindowObject.d.ts:11
+
+---
+
+### on
+
+• **on**: [`WalletEventListener`](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md#walleteventlistener)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/StarknetWindowObject.d.ts:12
+
+---
+
+### off
+
+• **off**: [`WalletEventListener`](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md#walleteventlistener)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/StarknetWindowObject.d.ts:13
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.SwitchStarknetChainParameters.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.SwitchStarknetChainParameters.md
new file mode 100644
index 000000000..57eeafcb1
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.SwitchStarknetChainParameters.md
@@ -0,0 +1,18 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.SwitchStarknetChainParameters'
+title: 'Interface: SwitchStarknetChainParameters'
+sidebar_label: 'SwitchStarknetChainParameters'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).SwitchStarknetChainParameters
+
+## Properties
+
+### chainId
+
+• **chainId**: `string`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:113
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md
new file mode 100644
index 000000000..6327503b6
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md
@@ -0,0 +1,51 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.TypedData'
+title: 'Interface: TypedData'
+sidebar_label: 'TypedData'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).TypedData
+
+SPEC: TYPED_DATA
+The complete typed data, with all the structs, domain data, primary type of the message, and the message itself.
+
+## Properties
+
+### types
+
+• **types**: `Record`<`string`, [`StarknetType`](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md#starknettype)[]\>
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/typedData.d.ts:40
+
+---
+
+### primaryType
+
+• **primaryType**: `string`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/typedData.d.ts:41
+
+---
+
+### domain
+
+• **domain**: [`StarknetDomain`](types.RPC.RPCSPEC07.WALLET_API.StarknetDomain.md)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/typedData.d.ts:42
+
+---
+
+### message
+
+• **message**: `object`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/typedData.d.ts:43
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.UNKNOWN_ERROR.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.UNKNOWN_ERROR.md
new file mode 100644
index 000000000..430a575f6
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.UNKNOWN_ERROR.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.UNKNOWN_ERROR'
+title: 'Interface: UNKNOWN_ERROR'
+sidebar_label: 'UNKNOWN_ERROR'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).UNKNOWN_ERROR
+
+## Properties
+
+### code
+
+• **code**: `163`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/errors.d.ts:27
+
+---
+
+### message
+
+• **message**: `"An error occurred (UNKNOWN_ERROR)"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/errors.d.ts:28
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.UNLISTED_NETWORK.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.UNLISTED_NETWORK.md
new file mode 100644
index 000000000..ac16d5e42
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.UNLISTED_NETWORK.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.UNLISTED_NETWORK'
+title: 'Interface: UNLISTED_NETWORK'
+sidebar_label: 'UNLISTED_NETWORK'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).UNLISTED_NETWORK
+
+## Properties
+
+### code
+
+• **code**: `112`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/errors.d.ts:6
+
+---
+
+### message
+
+• **message**: `"An error occurred (UNLISTED_NETWORK)"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/errors.d.ts:7
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.USER_REFUSED_OP.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.USER_REFUSED_OP.md
new file mode 100644
index 000000000..337c18c9c
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.USER_REFUSED_OP.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.USER_REFUSED_OP'
+title: 'Interface: USER_REFUSED_OP'
+sidebar_label: 'USER_REFUSED_OP'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).USER_REFUSED_OP
+
+## Properties
+
+### code
+
+• **code**: `113`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/errors.d.ts:10
+
+---
+
+### message
+
+• **message**: `"An error occurred (USER_REFUSED_OP)"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/errors.d.ts:11
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.WalletEventHandlers.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.WalletEventHandlers.md
new file mode 100644
index 000000000..6660d3d7d
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.WalletEventHandlers.md
@@ -0,0 +1,28 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.WalletEventHandlers'
+title: 'Interface: WalletEventHandlers'
+sidebar_label: 'WalletEventHandlers'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).WalletEventHandlers
+
+## Properties
+
+### accountsChanged
+
+• **accountsChanged**: [`AccountChangeEventHandler`](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md#accountchangeeventhandler)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/events.d.ts:5
+
+---
+
+### networkChanged
+
+• **networkChanged**: [`NetworkChangeEventHandler`](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md#networkchangeeventhandler)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/events.d.ts:6
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.WatchAssetParameters.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.WatchAssetParameters.md
new file mode 100644
index 000000000..df4dc218a
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.RPC.RPCSPEC07.WALLET_API.WatchAssetParameters.md
@@ -0,0 +1,58 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API.WatchAssetParameters'
+title: 'Interface: WatchAssetParameters'
+sidebar_label: 'WatchAssetParameters'
+custom_edit_url: null
+---
+
+[RPCSPEC07](../namespaces/types.RPC.RPCSPEC07.md).[WALLET_API](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md).WatchAssetParameters
+
+EIP-747:
+
+**`See`**
+
+https://github.com/ethereum/EIPs/blob/master/EIPS/eip-747.md
+
+## Hierarchy
+
+- [`Asset`](../namespaces/types.RPC.RPCSPEC07.WALLET_API.md#asset)
+
+ ↳ **`WatchAssetParameters`**
+
+## Properties
+
+### type
+
+• **type**: `"ERC20"`
+
+#### Inherited from
+
+Asset.type
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:32
+
+---
+
+### options
+
+• **options**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------- | :------- |
+| `address` | `string` |
+| `symbol?` | `string` |
+| `decimals?` | `number` |
+| `image?` | `string` |
+| `name?` | `string` |
+
+#### Inherited from
+
+Asset.options
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:33
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.Uint256.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.Uint256.md
new file mode 100644
index 000000000..81e369cce
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.Uint256.md
@@ -0,0 +1,30 @@
+---
+id: 'types.Uint256'
+title: 'Interface: Uint256'
+sidebar_label: 'Uint256'
+custom_edit_url: null
+---
+
+[types](../namespaces/types.md).Uint256
+
+Represents an integer in the range [0, 2^256)
+
+## Properties
+
+### low
+
+• **low**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Defined in
+
+[src/types/lib/index.ts:32](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L32)
+
+---
+
+### high
+
+• **high**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Defined in
+
+[src/types/lib/index.ts:34](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L34)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.Uint512.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.Uint512.md
new file mode 100644
index 000000000..202f280ca
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.Uint512.md
@@ -0,0 +1,50 @@
+---
+id: 'types.Uint512'
+title: 'Interface: Uint512'
+sidebar_label: 'Uint512'
+custom_edit_url: null
+---
+
+[types](../namespaces/types.md).Uint512
+
+Represents an integer in the range [0, 2^256)
+
+## Properties
+
+### limb0
+
+• **limb0**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Defined in
+
+[src/types/lib/index.ts:42](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L42)
+
+---
+
+### limb1
+
+• **limb1**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Defined in
+
+[src/types/lib/index.ts:43](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L43)
+
+---
+
+### limb2
+
+• **limb2**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Defined in
+
+[src/types/lib/index.ts:44](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L44)
+
+---
+
+### limb3
+
+• **limb3**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Defined in
+
+[src/types/lib/index.ts:46](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L46)
diff --git a/www/versioned_docs/version-6.24.1/API/interfaces/types.UniversalDetails.md b/www/versioned_docs/version-6.24.1/API/interfaces/types.UniversalDetails.md
new file mode 100644
index 000000000..8c7f70cef
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/interfaces/types.UniversalDetails.md
@@ -0,0 +1,124 @@
+---
+id: 'types.UniversalDetails'
+title: 'Interface: UniversalDetails'
+sidebar_label: 'UniversalDetails'
+custom_edit_url: null
+---
+
+[types](../namespaces/types.md).UniversalDetails
+
+## Hierarchy
+
+- **`UniversalDetails`**
+
+ ↳ [`EstimateFeeDetails`](types.EstimateFeeDetails.md)
+
+## Properties
+
+### nonce
+
+• `Optional` **nonce**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Defined in
+
+[src/types/account.ts:33](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L33)
+
+---
+
+### blockIdentifier
+
+• `Optional` **blockIdentifier**: [`BlockIdentifier`](../namespaces/types.md#blockidentifier)
+
+#### Defined in
+
+[src/types/account.ts:34](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L34)
+
+---
+
+### maxFee
+
+• `Optional` **maxFee**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Defined in
+
+[src/types/account.ts:35](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L35)
+
+---
+
+### tip
+
+• `Optional` **tip**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Defined in
+
+[src/types/account.ts:36](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L36)
+
+---
+
+### paymasterData
+
+• `Optional` **paymasterData**: [`BigNumberish`](../namespaces/types.md#bignumberish)[]
+
+#### Defined in
+
+[src/types/account.ts:37](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L37)
+
+---
+
+### accountDeploymentData
+
+• `Optional` **accountDeploymentData**: [`BigNumberish`](../namespaces/types.md#bignumberish)[]
+
+#### Defined in
+
+[src/types/account.ts:38](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L38)
+
+---
+
+### nonceDataAvailabilityMode
+
+• `Optional` **nonceDataAvailabilityMode**: [`EDataAvailabilityMode`](../namespaces/types.RPC.RPCSPEC07.API.md#edataavailabilitymode-1)
+
+#### Defined in
+
+[src/types/account.ts:39](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L39)
+
+---
+
+### feeDataAvailabilityMode
+
+• `Optional` **feeDataAvailabilityMode**: [`EDataAvailabilityMode`](../namespaces/types.RPC.RPCSPEC07.API.md#edataavailabilitymode-1)
+
+#### Defined in
+
+[src/types/account.ts:40](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L40)
+
+---
+
+### version
+
+• `Optional` **version**: [`BigNumberish`](../namespaces/types.md#bignumberish)
+
+#### Defined in
+
+[src/types/account.ts:41](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L41)
+
+---
+
+### resourceBounds
+
+• `Optional` **resourceBounds**: [`RESOURCE_BOUNDS_MAPPING`](../namespaces/types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds_mapping)
+
+#### Defined in
+
+[src/types/account.ts:42](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L42)
+
+---
+
+### skipValidate
+
+• `Optional` **skipValidate**: `boolean`
+
+#### Defined in
+
+[src/types/account.ts:43](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L43)
diff --git a/www/versioned_docs/version-6.24.1/API/modules.md b/www/versioned_docs/version-6.24.1/API/modules.md
new file mode 100644
index 000000000..d87f5dc44
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/modules.md
@@ -0,0 +1,2020 @@
+---
+id: 'modules'
+title: 'Starknet.js API - v6.24.1'
+sidebar_label: 'Exports'
+sidebar_position: 0.5
+custom_edit_url: null
+---
+
+## Namespaces
+
+- [types](namespaces/types.md)
+- [constants](namespaces/constants.md)
+- [encode](namespaces/encode.md)
+- [hash](namespaces/hash.md)
+- [v3hash](namespaces/v3hash.md)
+- [v2hash](namespaces/v2hash.md)
+- [json](namespaces/json.md)
+- [num](namespaces/num.md)
+- [transaction](namespaces/transaction.md)
+- [stark](namespaces/stark.md)
+- [eth](namespaces/eth.md)
+- [merkle](namespaces/merkle.md)
+- [uint256](namespaces/uint256.md)
+- [shortString](namespaces/shortString.md)
+- [typedData](namespaces/typedData.md)
+- [ec](namespaces/ec.md)
+- [starknetId](namespaces/starknetId.md)
+- [provider](namespaces/provider-1.md)
+- [selector](namespaces/selector.md)
+- [events](namespaces/events.md)
+- [outsideExecution](namespaces/outsideExecution.md)
+- [src5](namespaces/src5.md)
+- [wallet](namespaces/wallet.md)
+- [RPC06](namespaces/RPC06.md)
+- [RPC07](namespaces/RPC07.md)
+- [cairo](namespaces/cairo.md)
+- [byteArray](namespaces/byteArray.md)
+
+## Classes
+
+- [WalletAccount](classes/WalletAccount.md)
+- [Account](classes/Account.md)
+- [AccountInterface](classes/AccountInterface.md)
+- [Contract](classes/Contract.md)
+- [ContractInterface](classes/ContractInterface.md)
+- [ContractFactory](classes/ContractFactory.md)
+- [Provider](classes/Provider.md)
+- [CustomError](classes/CustomError.md)
+- [LibraryError](classes/LibraryError.md)
+- [RpcError](classes/RpcError.md)
+- [ProviderInterface](classes/ProviderInterface.md)
+- [LedgerSigner111](classes/LedgerSigner111.md)
+- [LedgerSigner221](classes/LedgerSigner221.md)
+- [SignerInterface](classes/SignerInterface.md)
+- [Signer](classes/Signer.md)
+- [EthSigner](classes/EthSigner.md)
+- [BatchClient](classes/BatchClient.md)
+- [ResponseParser](classes/ResponseParser.md)
+- [RPCResponseParser](classes/RPCResponseParser.md)
+- [CairoUint256](classes/CairoUint256.md)
+- [CairoUint512](classes/CairoUint512.md)
+- [CairoFixedArray](classes/CairoFixedArray.md)
+- [CallData](classes/CallData.md)
+- [CairoCustomEnum](classes/CairoCustomEnum.md)
+- [CairoOption](classes/CairoOption.md)
+- [CairoResult](classes/CairoResult.md)
+- [ReceiptTx](classes/ReceiptTx.md)
+
+## References
+
+### RpcProvider
+
+Renames and re-exports [Provider](classes/Provider.md)
+
+---
+
+### LedgerSigner
+
+Renames and re-exports [LedgerSigner111](classes/LedgerSigner111.md)
+
+---
+
+### getLedgerPathBuffer
+
+Renames and re-exports [getLedgerPathBuffer111](modules.md#getledgerpathbuffer111)
+
+---
+
+### RpcChannel
+
+Re-exports [RpcChannel](classes/RPC07.RpcChannel.md)
+
+---
+
+### RPC
+
+Re-exports [RPC](namespaces/types.RPC.md)
+
+---
+
+### WeierstrassSignatureType
+
+Re-exports [WeierstrassSignatureType](namespaces/types.md#weierstrasssignaturetype)
+
+---
+
+### ArraySignatureType
+
+Re-exports [ArraySignatureType](namespaces/types.md#arraysignaturetype)
+
+---
+
+### Signature
+
+Re-exports [Signature](namespaces/types.md#signature)
+
+---
+
+### BigNumberish
+
+Re-exports [BigNumberish](namespaces/types.md#bignumberish)
+
+---
+
+### ByteArray
+
+Re-exports [ByteArray](namespaces/types.md#bytearray)
+
+---
+
+### Calldata
+
+Re-exports [Calldata](namespaces/types.md#calldata)
+
+---
+
+### Uint256
+
+Re-exports [Uint256](interfaces/types.Uint256.md)
+
+---
+
+### Uint512
+
+Re-exports [Uint512](interfaces/types.Uint512.md)
+
+---
+
+### RawCalldata
+
+Re-exports [RawCalldata](namespaces/types.md#rawcalldata)
+
+---
+
+### HexCalldata
+
+Re-exports [HexCalldata](namespaces/types.md#hexcalldata)
+
+---
+
+### AllowArray
+
+Re-exports [AllowArray](namespaces/types.md#allowarray)
+
+---
+
+### OptionalPayload
+
+Re-exports [OptionalPayload](namespaces/types.md#optionalpayload)
+
+---
+
+### RawArgs
+
+Re-exports [RawArgs](namespaces/types.md#rawargs)
+
+---
+
+### RawArgsObject
+
+Re-exports [RawArgsObject](namespaces/types.md#rawargsobject)
+
+---
+
+### RawArgsArray
+
+Re-exports [RawArgsArray](namespaces/types.md#rawargsarray)
+
+---
+
+### MultiType
+
+Re-exports [MultiType](namespaces/types.md#multitype)
+
+---
+
+### UniversalDeployerContractPayload
+
+Re-exports [UniversalDeployerContractPayload](namespaces/types.md#universaldeployercontractpayload)
+
+---
+
+### DeployAccountContractPayload
+
+Re-exports [DeployAccountContractPayload](namespaces/types.md#deployaccountcontractpayload)
+
+---
+
+### DeployAccountContractTransaction
+
+Re-exports [DeployAccountContractTransaction](namespaces/types.md#deployaccountcontracttransaction)
+
+---
+
+### DeclareContractPayload
+
+Re-exports [DeclareContractPayload](namespaces/types.md#declarecontractpayload)
+
+---
+
+### ContractClassIdentifier
+
+Re-exports [ContractClassIdentifier](namespaces/types.md#contractclassidentifier)
+
+---
+
+### CompleteDeclareContractPayload
+
+Re-exports [CompleteDeclareContractPayload](namespaces/types.md#completedeclarecontractpayload)
+
+---
+
+### DeclareAndDeployContractPayload
+
+Re-exports [DeclareAndDeployContractPayload](namespaces/types.md#declareanddeploycontractpayload)
+
+---
+
+### DeclareContractTransaction
+
+Re-exports [DeclareContractTransaction](namespaces/types.md#declarecontracttransaction)
+
+---
+
+### CallDetails
+
+Re-exports [CallDetails](namespaces/types.md#calldetails)
+
+---
+
+### Invocation
+
+Re-exports [Invocation](namespaces/types.md#invocation)
+
+---
+
+### Call
+
+Re-exports [Call](namespaces/types.md#call)
+
+---
+
+### CairoVersion
+
+Re-exports [CairoVersion](namespaces/types.md#cairoversion)
+
+---
+
+### CompilerVersion
+
+Re-exports [CompilerVersion](namespaces/types.md#compilerversion)
+
+---
+
+### InvocationsDetails
+
+Re-exports [InvocationsDetails](namespaces/types.md#invocationsdetails)
+
+---
+
+### V3TransactionDetails
+
+Re-exports [V3TransactionDetails](namespaces/types.md#v3transactiondetails)
+
+---
+
+### Details
+
+Re-exports [Details](namespaces/types.md#details)
+
+---
+
+### InvocationsDetailsWithNonce
+
+Re-exports [InvocationsDetailsWithNonce](namespaces/types.md#invocationsdetailswithnonce)
+
+---
+
+### TransactionType
+
+Re-exports [TransactionType](namespaces/types.md#transactiontype-1)
+
+---
+
+### TransactionStatus
+
+Re-exports [TransactionStatus](namespaces/types.md#transactionstatus-1)
+
+---
+
+### TransactionFinalityStatus
+
+Re-exports [TransactionFinalityStatus](namespaces/types.md#transactionfinalitystatus-1)
+
+---
+
+### TransactionExecutionStatus
+
+Re-exports [TransactionExecutionStatus](namespaces/types.md#transactionexecutionstatus-1)
+
+---
+
+### BlockStatus
+
+Re-exports [BlockStatus](namespaces/types.md#blockstatus-1)
+
+---
+
+### BlockTag
+
+Re-exports [BlockTag](namespaces/types.md#blocktag-1)
+
+---
+
+### BlockNumber
+
+Re-exports [BlockNumber](namespaces/types.md#blocknumber)
+
+---
+
+### BlockIdentifier
+
+Re-exports [BlockIdentifier](namespaces/types.md#blockidentifier)
+
+---
+
+### AccountInvocationItem
+
+Re-exports [AccountInvocationItem](namespaces/types.md#accountinvocationitem)
+
+---
+
+### AccountInvocations
+
+Re-exports [AccountInvocations](namespaces/types.md#accountinvocations)
+
+---
+
+### Invocations
+
+Re-exports [Invocations](namespaces/types.md#invocations)
+
+---
+
+### Tupled
+
+Re-exports [Tupled](namespaces/types.md#tupled)
+
+---
+
+### Args
+
+Re-exports [Args](namespaces/types.md#args)
+
+---
+
+### ParsedStruct
+
+Re-exports [ParsedStruct](namespaces/types.md#parsedstruct)
+
+---
+
+### waitForTransactionOptions
+
+Re-exports [waitForTransactionOptions](namespaces/types.md#waitfortransactionoptions)
+
+---
+
+### getSimulateTransactionOptions
+
+Re-exports [getSimulateTransactionOptions](namespaces/types.md#getsimulatetransactionoptions)
+
+---
+
+### getContractVersionOptions
+
+Re-exports [getContractVersionOptions](namespaces/types.md#getcontractversionoptions)
+
+---
+
+### getEstimateFeeBulkOptions
+
+Re-exports [getEstimateFeeBulkOptions](namespaces/types.md#getestimatefeebulkoptions)
+
+---
+
+### CallStruct
+
+Re-exports [CallStruct](interfaces/types.CallStruct.md)
+
+---
+
+### ContractVersion
+
+Re-exports [ContractVersion](namespaces/types.md#contractversion)
+
+---
+
+### ContractClass
+
+Re-exports [ContractClass](namespaces/types.md#contractclass)
+
+---
+
+### CompiledContract
+
+Re-exports [CompiledContract](namespaces/types.md#compiledcontract)
+
+---
+
+### CairoContract
+
+Re-exports [CairoContract](namespaces/types.md#cairocontract)
+
+---
+
+### EntryPointType
+
+Re-exports [EntryPointType](namespaces/types.md#entrypointtype-1)
+
+---
+
+### Abi
+
+Re-exports [Abi](namespaces/types.md#abi)
+
+---
+
+### AbiEntry
+
+Re-exports [AbiEntry](namespaces/types.md#abientry)
+
+---
+
+### EventEntry
+
+Re-exports [EventEntry](namespaces/types.md#evententry)
+
+---
+
+### FunctionAbi
+
+Re-exports [FunctionAbi](namespaces/types.md#functionabi)
+
+---
+
+### AbiStructs
+
+Re-exports [AbiStructs](namespaces/types.md#abistructs)
+
+---
+
+### AbiStruct
+
+Re-exports [AbiStruct](namespaces/types.md#abistruct)
+
+---
+
+### AbiInterfaces
+
+Re-exports [AbiInterfaces](namespaces/types.md#abiinterfaces)
+
+---
+
+### InterfaceAbi
+
+Re-exports [InterfaceAbi](namespaces/types.md#interfaceabi)
+
+---
+
+### AbiEnums
+
+Re-exports [AbiEnums](namespaces/types.md#abienums)
+
+---
+
+### AbiEnum
+
+Re-exports [AbiEnum](namespaces/types.md#abienum)
+
+---
+
+### AbiEvents
+
+Re-exports [AbiEvents](namespaces/types.md#abievents)
+
+---
+
+### AbiEvent
+
+Re-exports [AbiEvent](namespaces/types.md#abievent)
+
+---
+
+### CairoEvent
+
+Re-exports [CairoEvent](namespaces/types.md#cairoevent)
+
+---
+
+### CairoEventDefinition
+
+Re-exports [CairoEventDefinition](namespaces/types.md#cairoeventdefinition)
+
+---
+
+### CairoEventVariant
+
+Re-exports [CairoEventVariant](namespaces/types.md#cairoeventvariant)
+
+---
+
+### LegacyEvent
+
+Re-exports [LegacyEvent](namespaces/types.md#legacyevent)
+
+---
+
+### LegacyContractClass
+
+Re-exports [LegacyContractClass](namespaces/types.md#legacycontractclass)
+
+---
+
+### LegacyCompiledContract
+
+Re-exports [LegacyCompiledContract](namespaces/types.md#legacycompiledcontract)
+
+---
+
+### Builtins
+
+Re-exports [Builtins](namespaces/types.md#builtins)
+
+---
+
+### CompressedProgram
+
+Re-exports [CompressedProgram](namespaces/types.md#compressedprogram)
+
+---
+
+### EntryPointsByType
+
+Re-exports [EntryPointsByType](namespaces/types.md#entrypointsbytype)
+
+---
+
+### ContractEntryPointFields
+
+Re-exports [ContractEntryPointFields](namespaces/types.md#contractentrypointfields)
+
+---
+
+### Program
+
+Re-exports [Program](interfaces/types.Program.md)
+
+---
+
+### CairoAssembly
+
+Re-exports [CairoAssembly](namespaces/types.md#cairoassembly)
+
+---
+
+### CompiledSierra
+
+Re-exports [CompiledSierra](namespaces/types.md#compiledsierra)
+
+---
+
+### SierraContractClass
+
+Re-exports [SierraContractClass](namespaces/types.md#sierracontractclass)
+
+---
+
+### CompiledSierraCasm
+
+Re-exports [CompiledSierraCasm](namespaces/types.md#compiledsierracasm)
+
+---
+
+### ByteCode
+
+Re-exports [ByteCode](namespaces/types.md#bytecode)
+
+---
+
+### PythonicHints
+
+Re-exports [PythonicHints](namespaces/types.md#pythonichints)
+
+---
+
+### SierraProgramDebugInfo
+
+Re-exports [SierraProgramDebugInfo](namespaces/types.md#sierraprogramdebuginfo)
+
+---
+
+### SierraEntryPointsByType
+
+Re-exports [SierraEntryPointsByType](namespaces/types.md#sierraentrypointsbytype)
+
+---
+
+### SierraContractEntryPointFields
+
+Re-exports [SierraContractEntryPointFields](namespaces/types.md#sierracontractentrypointfields)
+
+---
+
+### ProviderOptions
+
+Re-exports [ProviderOptions](interfaces/types.ProviderOptions.md)
+
+---
+
+### RpcProviderOptions
+
+Re-exports [RpcProviderOptions](namespaces/types.md#rpcprovideroptions)
+
+---
+
+### BlockWithTxHashes
+
+Re-exports [BlockWithTxHashes](namespaces/types.md#blockwithtxhashes)
+
+---
+
+### ContractClassPayload
+
+Re-exports [ContractClassPayload](namespaces/types.md#contractclasspayload)
+
+---
+
+### FeeEstimate
+
+Re-exports [FeeEstimate](namespaces/types.md#feeestimate)
+
+---
+
+### TransactionReceipt
+
+Re-exports [TransactionReceipt](namespaces/types.md#transactionreceipt)
+
+---
+
+### GetBlockResponse
+
+Re-exports [GetBlockResponse](namespaces/types.md#getblockresponse)
+
+---
+
+### PendingBlock
+
+Re-exports [PendingBlock](namespaces/types.md#pendingblock)
+
+---
+
+### Block
+
+Re-exports [Block](namespaces/types.md#block)
+
+---
+
+### MessageToL1
+
+Re-exports [MessageToL1](interfaces/types.MessageToL1.md)
+
+---
+
+### RevertedTransactionReceiptResponse
+
+Re-exports [RevertedTransactionReceiptResponse](namespaces/types.md#revertedtransactionreceiptresponse)
+
+---
+
+### RejectedTransactionReceiptResponse
+
+Re-exports [RejectedTransactionReceiptResponse](namespaces/types.md#rejectedtransactionreceiptresponse)
+
+---
+
+### GetTxReceiptResponseWithoutHelper
+
+Re-exports [GetTxReceiptResponseWithoutHelper](namespaces/types.md#gettxreceiptresponsewithouthelper)
+
+---
+
+### SuccessfulTransactionReceiptResponse
+
+Re-exports [SuccessfulTransactionReceiptResponse](namespaces/types.md#successfultransactionreceiptresponse)
+
+---
+
+### GetTransactionResponse
+
+Re-exports [GetTransactionResponse](namespaces/types.md#gettransactionresponse)
+
+---
+
+### InvokeTransactionReceiptResponse
+
+Re-exports [InvokeTransactionReceiptResponse](namespaces/types.md#invoketransactionreceiptresponse)
+
+---
+
+### DeclareTransactionReceiptResponse
+
+Re-exports [DeclareTransactionReceiptResponse](namespaces/types.md#declaretransactionreceiptresponse)
+
+---
+
+### DeployTransactionReceiptResponse
+
+Re-exports [DeployTransactionReceiptResponse](namespaces/types.md#deploytransactionreceiptresponse)
+
+---
+
+### DeployAccountTransactionReceiptResponse
+
+Re-exports [DeployAccountTransactionReceiptResponse](namespaces/types.md#deployaccounttransactionreceiptresponse)
+
+---
+
+### L1HandlerTransactionReceiptResponse
+
+Re-exports [L1HandlerTransactionReceiptResponse](namespaces/types.md#l1handlertransactionreceiptresponse)
+
+---
+
+### EstimateFeeResponse
+
+Re-exports [EstimateFeeResponse](interfaces/types.EstimateFeeResponse.md)
+
+---
+
+### EstimateFeeResponseBulk
+
+Re-exports [EstimateFeeResponseBulk](namespaces/types.md#estimatefeeresponsebulk)
+
+---
+
+### InvokeFunctionResponse
+
+Re-exports [InvokeFunctionResponse](namespaces/types.md#invokefunctionresponse)
+
+---
+
+### DeclareContractResponse
+
+Re-exports [DeclareContractResponse](namespaces/types.md#declarecontractresponse)
+
+---
+
+### CallContractResponse
+
+Re-exports [CallContractResponse](namespaces/types.md#callcontractresponse)
+
+---
+
+### Storage
+
+Re-exports [Storage](namespaces/types.md#storage)
+
+---
+
+### Nonce
+
+Re-exports [Nonce](namespaces/types.md#nonce)
+
+---
+
+### SIMULATION_FLAG
+
+Re-exports [SIMULATION_FLAG](namespaces/types.md#simulation_flag)
+
+---
+
+### SimulationFlags
+
+Re-exports [SimulationFlags](namespaces/types.md#simulationflags)
+
+---
+
+### SimulatedTransaction
+
+Re-exports [SimulatedTransaction](namespaces/types.md#simulatedtransaction)
+
+---
+
+### SimulateTransactionResponse
+
+Re-exports [SimulateTransactionResponse](namespaces/types.md#simulatetransactionresponse)
+
+---
+
+### StateUpdateResponse
+
+Re-exports [StateUpdateResponse](namespaces/types.md#stateupdateresponse)
+
+---
+
+### StateUpdate
+
+Re-exports [StateUpdate](namespaces/types.md#stateupdate)
+
+---
+
+### PendingStateUpdate
+
+Re-exports [PendingStateUpdate](namespaces/types.md#pendingstateupdate)
+
+---
+
+### ContractClassResponse
+
+Re-exports [ContractClassResponse](namespaces/types.md#contractclassresponse)
+
+---
+
+### EstimateFee
+
+Re-exports [EstimateFee](interfaces/types.EstimateFee.md)
+
+---
+
+### UniversalSuggestedFee
+
+Re-exports [UniversalSuggestedFee](namespaces/types.md#universalsuggestedfee)
+
+---
+
+### EstimateFeeBulk
+
+Re-exports [EstimateFeeBulk](namespaces/types.md#estimatefeebulk)
+
+---
+
+### AccountInvocationsFactoryDetails
+
+Re-exports [AccountInvocationsFactoryDetails](namespaces/types.md#accountinvocationsfactorydetails)
+
+---
+
+### UniversalDetails
+
+Re-exports [UniversalDetails](interfaces/types.UniversalDetails.md)
+
+---
+
+### EstimateFeeDetails
+
+Re-exports [EstimateFeeDetails](interfaces/types.EstimateFeeDetails.md)
+
+---
+
+### DeployContractResponse
+
+Re-exports [DeployContractResponse](interfaces/types.DeployContractResponse.md)
+
+---
+
+### MultiDeployContractResponse
+
+Re-exports [MultiDeployContractResponse](namespaces/types.md#multideploycontractresponse)
+
+---
+
+### DeployContractUDCResponse
+
+Re-exports [DeployContractUDCResponse](namespaces/types.md#deploycontractudcresponse)
+
+---
+
+### DeclareDeployUDCResponse
+
+Re-exports [DeclareDeployUDCResponse](namespaces/types.md#declaredeployudcresponse)
+
+---
+
+### SimulateTransactionDetails
+
+Re-exports [SimulateTransactionDetails](namespaces/types.md#simulatetransactiondetails)
+
+---
+
+### EstimateFeeAction
+
+Re-exports [EstimateFeeAction](namespaces/types.md#estimatefeeaction)
+
+---
+
+### StarkProfile
+
+Re-exports [StarkProfile](namespaces/types.md#starkprofile)
+
+---
+
+### CairoEnum
+
+Re-exports [CairoEnum](namespaces/types.md#cairoenum)
+
+---
+
+### ValidateType
+
+Re-exports [ValidateType](namespaces/types.md#validatetype-1)
+
+---
+
+### Uint
+
+Re-exports [Uint](namespaces/types.md#uint-1)
+
+---
+
+### Literal
+
+Re-exports [Literal](namespaces/types.md#literal-1)
+
+---
+
+### ETH_ADDRESS
+
+Re-exports [ETH_ADDRESS](namespaces/types.md#eth_address)
+
+---
+
+### NON_ZERO_PREFIX
+
+Re-exports [NON_ZERO_PREFIX](namespaces/types.md#non_zero_prefix)
+
+---
+
+### AsyncContractFunction
+
+Re-exports [AsyncContractFunction](namespaces/types.md#asynccontractfunction)
+
+---
+
+### ContractFunction
+
+Re-exports [ContractFunction](namespaces/types.md#contractfunction)
+
+---
+
+### Result
+
+Re-exports [Result](namespaces/types.md#result)
+
+---
+
+### ArgsOrCalldata
+
+Re-exports [ArgsOrCalldata](namespaces/types.md#argsorcalldata)
+
+---
+
+### ArgsOrCalldataWithOptions
+
+Re-exports [ArgsOrCalldataWithOptions](namespaces/types.md#argsorcalldatawithoptions)
+
+---
+
+### ContractOptions
+
+Re-exports [ContractOptions](namespaces/types.md#contractoptions)
+
+---
+
+### CallOptions
+
+Re-exports [CallOptions](namespaces/types.md#calloptions)
+
+---
+
+### InvokeOptions
+
+Re-exports [InvokeOptions](namespaces/types.md#invokeoptions)
+
+---
+
+### ParsedEvent
+
+Re-exports [ParsedEvent](namespaces/types.md#parsedevent)
+
+---
+
+### ParsedEvents
+
+Re-exports [ParsedEvents](namespaces/types.md#parsedevents)
+
+---
+
+### RPC_ERROR_SET
+
+Re-exports [RPC_ERROR_SET](namespaces/types.md#rpc_error_set)
+
+---
+
+### RPC_ERROR
+
+Re-exports [RPC_ERROR](namespaces/types.md#rpc_error)
+
+---
+
+### OutsideExecutionOptions
+
+Re-exports [OutsideExecutionOptions](interfaces/types.OutsideExecutionOptions.md)
+
+---
+
+### OutsideCall
+
+Re-exports [OutsideCall](interfaces/types.OutsideCall.md)
+
+---
+
+### OutsideExecution
+
+Re-exports [OutsideExecution](interfaces/types.OutsideExecution.md)
+
+---
+
+### OutsideTransaction
+
+Re-exports [OutsideTransaction](interfaces/types.OutsideTransaction.md)
+
+---
+
+### OutsideExecutionTypesV1
+
+Re-exports [OutsideExecutionTypesV1](namespaces/types.md#outsideexecutiontypesv1)
+
+---
+
+### OutsideExecutionTypesV2
+
+Re-exports [OutsideExecutionTypesV2](namespaces/types.md#outsideexecutiontypesv2)
+
+---
+
+### OutsideExecutionVersion
+
+Re-exports [OutsideExecutionVersion](enums/types.OutsideExecutionVersion.md)
+
+---
+
+### InvocationsSignerDetails
+
+Re-exports [InvocationsSignerDetails](namespaces/types.md#invocationssignerdetails)
+
+---
+
+### V2InvocationsSignerDetails
+
+Re-exports [V2InvocationsSignerDetails](namespaces/types.md#v2invocationssignerdetails)
+
+---
+
+### V3InvocationsSignerDetails
+
+Re-exports [V3InvocationsSignerDetails](namespaces/types.md#v3invocationssignerdetails)
+
+---
+
+### DeclareSignerDetails
+
+Re-exports [DeclareSignerDetails](namespaces/types.md#declaresignerdetails)
+
+---
+
+### V2DeclareSignerDetails
+
+Re-exports [V2DeclareSignerDetails](namespaces/types.md#v2declaresignerdetails)
+
+---
+
+### V3DeclareSignerDetails
+
+Re-exports [V3DeclareSignerDetails](namespaces/types.md#v3declaresignerdetails)
+
+---
+
+### DeployAccountSignerDetails
+
+Re-exports [DeployAccountSignerDetails](namespaces/types.md#deployaccountsignerdetails)
+
+---
+
+### V2DeployAccountSignerDetails
+
+Re-exports [V2DeployAccountSignerDetails](namespaces/types.md#v2deployaccountsignerdetails)
+
+---
+
+### V3DeployAccountSignerDetails
+
+Re-exports [V3DeployAccountSignerDetails](namespaces/types.md#v3deployaccountsignerdetails)
+
+---
+
+### LedgerPathCalculation
+
+Re-exports [LedgerPathCalculation](namespaces/types.md#ledgerpathcalculation)
+
+---
+
+### TransactionStatusReceiptSets
+
+Re-exports [TransactionStatusReceiptSets](namespaces/types.md#transactionstatusreceiptsets)
+
+---
+
+### TransactionReceiptStatus
+
+Re-exports [TransactionReceiptStatus](namespaces/types.md#transactionreceiptstatus)
+
+---
+
+### TransactionReceiptValue
+
+Re-exports [TransactionReceiptValue](namespaces/types.md#transactionreceiptvalue)
+
+---
+
+### TransactionReceiptCallbacksDefined
+
+Re-exports [TransactionReceiptCallbacksDefined](namespaces/types.md#transactionreceiptcallbacksdefined)
+
+---
+
+### TransactionReceiptCallbacksDefault
+
+Re-exports [TransactionReceiptCallbacksDefault](namespaces/types.md#transactionreceiptcallbacksdefault)
+
+---
+
+### TransactionReceiptCallbacks
+
+Re-exports [TransactionReceiptCallbacks](namespaces/types.md#transactionreceiptcallbacks)
+
+---
+
+### TransactionReceiptUtilityInterface
+
+Re-exports [TransactionReceiptUtilityInterface](namespaces/types.md#transactionreceiptutilityinterface)
+
+---
+
+### TypedDataRevision
+
+Re-exports [TypedDataRevision](namespaces/types.RPC.RPCSPEC07.WALLET_API.md#typeddatarevision-1)
+
+---
+
+### StarknetEnumType
+
+Re-exports [StarknetEnumType](namespaces/types.RPC.RPCSPEC07.WALLET_API.md#starknetenumtype)
+
+---
+
+### StarknetMerkleType
+
+Re-exports [StarknetMerkleType](namespaces/types.RPC.RPCSPEC07.WALLET_API.md#starknetmerkletype)
+
+---
+
+### StarknetType
+
+Re-exports [StarknetType](namespaces/types.RPC.RPCSPEC07.WALLET_API.md#starknettype)
+
+---
+
+### StarknetDomain
+
+Re-exports [StarknetDomain](interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetDomain.md)
+
+---
+
+### TypedData
+
+Re-exports [TypedData](interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md)
+
+---
+
+### UINT_128_MAX
+
+Re-exports [UINT_128_MAX](namespaces/uint256.md#uint_128_max)
+
+---
+
+### UINT_256_MAX
+
+Re-exports [UINT_256_MAX](namespaces/uint256.md#uint_256_max)
+
+## Type Aliases
+
+### TypedContractV2
+
+Ƭ **TypedContractV2**<`TAbi`\>: `AbiWanTypedContract`<`TAbi`\> & [`Contract`](classes/Contract.md)
+
+#### Type parameters
+
+| Name | Type |
+| :----- | :------------------ |
+| `TAbi` | extends `AbiKanabi` |
+
+#### Defined in
+
+[src/contract/default.ts:38](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L38)
+
+---
+
+### ContractFactoryParams
+
+Ƭ **ContractFactoryParams**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------- | :--------------------------------------------------------- |
+| `compiledContract` | [`CompiledContract`](namespaces/types.md#compiledcontract) |
+| `account` | `any` |
+| `casm?` | [`CairoAssembly`](namespaces/types.md#cairoassembly) |
+| `classHash?` | `string` |
+| `compiledClassHash?` | `string` |
+| `abi?` | [`Abi`](namespaces/types.md#abi) |
+
+#### Defined in
+
+[src/contract/contractFactory.ts:14](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/contractFactory.ts#L14)
+
+---
+
+### BatchClientOptions
+
+Ƭ **BatchClientOptions**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------- | :---------------------------------------------------------------------------------------------- |
+| `nodeUrl` | `string` |
+| `headers` | `object` |
+| `interval` | `number` |
+| `baseFetch` | `NonNullable`<[`RpcProviderOptions`](namespaces/types.md#rpcprovideroptions)[``"baseFetch"``]\> |
+
+#### Defined in
+
+[src/utils/batch/index.ts:5](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/batch/index.ts#L5)
+
+---
+
+### CairoEnumRaw
+
+Ƭ **CairoEnumRaw**: `Record`<`string`, `any`\>
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoCustomEnum.ts:3](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoCustomEnum.ts#L3)
+
+---
+
+### CairoOptionVariant
+
+Ƭ **CairoOptionVariant**: `ValuesType`
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoOption.ts:4](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoOption.ts#L4)
+
+[src/utils/calldata/enum/CairoOption.ts:9](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoOption.ts#L9)
+
+---
+
+### CairoResultVariant
+
+Ƭ **CairoResultVariant**: `ValuesType`
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoResult.ts:4](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoResult.ts#L4)
+
+[src/utils/calldata/enum/CairoResult.ts:9](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoResult.ts#L9)
+
+---
+
+### GetTransactionReceiptResponse
+
+Ƭ **GetTransactionReceiptResponse**: [`GetTxReceiptResponseWithoutHelper`](namespaces/types.md#gettxreceiptresponsewithouthelper) & [`ReceiptTx`](classes/ReceiptTx.md)
+
+#### Defined in
+
+[src/utils/transactionReceipt.ts:114](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transactionReceipt.ts#L114)
+
+---
+
+### LogLevelIndex
+
+Ƭ **LogLevelIndex**: `ValuesType`
+
+#### Defined in
+
+[src/global/logger.type.ts:3](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/logger.type.ts#L3)
+
+[src/global/logger.type.ts:12](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/logger.type.ts#L12)
+
+---
+
+### LogLevel
+
+Ƭ **LogLevel**: keyof typeof [`LogLevelIndex`](modules.md#loglevelindex-1)
+
+#### Defined in
+
+[src/global/logger.type.ts:14](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/logger.type.ts#L14)
+
+## Variables
+
+### number
+
+• `Const` **number**: [`num`](namespaces/num.md) = `num`
+
+**`Deprecated`**
+
+prefer the 'num' naming
+
+#### Defined in
+
+[src/index.ts:62](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/index.ts#L62)
+
+---
+
+### defaultProvider
+
+• `Const` **defaultProvider**: `RpcProvider`
+
+#### Defined in
+
+[src/provider/index.ts:8](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/provider/index.ts#L8)
+
+---
+
+### UINT_256_MIN
+
+• `Const` **UINT_256_MIN**: `0n`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:12](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L12)
+
+---
+
+### UINT_256_LOW_MAX
+
+• `Const` **UINT_256_LOW_MAX**: `340282366920938463463374607431768211455n`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:13](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L13)
+
+---
+
+### UINT_256_HIGH_MAX
+
+• `Const` **UINT_256_HIGH_MAX**: `340282366920938463463374607431768211455n`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:14](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L14)
+
+---
+
+### UINT_256_LOW_MIN
+
+• `Const` **UINT_256_LOW_MIN**: `0n`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:15](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L15)
+
+---
+
+### UINT_256_HIGH_MIN
+
+• `Const` **UINT_256_HIGH_MIN**: `0n`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:16](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L16)
+
+---
+
+### UINT_512_MAX
+
+• `Const` **UINT_512_MAX**: `bigint`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:11](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L11)
+
+---
+
+### UINT_512_MIN
+
+• `Const` **UINT_512_MIN**: `0n`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:12](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L12)
+
+---
+
+### UINT_128_MIN
+
+• `Const` **UINT_128_MIN**: `0n`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint512.ts:13](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint512.ts#L13)
+
+---
+
+### CairoOptionVariant
+
+• `Const` **CairoOptionVariant**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----- | :--- |
+| `Some` | `0` |
+| `None` | `1` |
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoOption.ts:4](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoOption.ts#L4)
+
+[src/utils/calldata/enum/CairoOption.ts:9](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoOption.ts#L9)
+
+---
+
+### CairoResultVariant
+
+• `Const` **CairoResultVariant**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---- | :--- |
+| `Ok` | `0` |
+| `Err` | `1` |
+
+#### Defined in
+
+[src/utils/calldata/enum/CairoResult.ts:4](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoResult.ts#L4)
+
+[src/utils/calldata/enum/CairoResult.ts:9](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/enum/CairoResult.ts#L9)
+
+---
+
+### config
+
+• `Const` **config**: `Configuration`
+
+#### Defined in
+
+[src/global/config.ts:69](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/config.ts#L69)
+
+---
+
+### logger
+
+• `Const` **logger**: `Logger`
+
+Logger instance, use for the system logging.
+Higher the logger level index, higher the LogLevel required to display log.
+Default should be INFO
+
+DEBUG: 5,
+INFO: 4,
+WARN: 3,
+ERROR: 2,
+FATAL: 1,
+
+#### Defined in
+
+[src/global/logger.ts:166](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/logger.ts#L166)
+
+---
+
+### LogLevelIndex
+
+• `Const` **LogLevelIndex**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :------- |
+| `DEBUG` | `number` |
+| `INFO` | `number` |
+| `WARN` | `number` |
+| `ERROR` | `number` |
+| `FATAL` | `number` |
+| `OFF` | `number` |
+
+#### Defined in
+
+[src/global/logger.type.ts:3](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/logger.type.ts#L3)
+
+[src/global/logger.type.ts:12](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/logger.type.ts#L12)
+
+## Functions
+
+### getCalldata
+
+▸ **getCalldata**(`args`, `callback`): [`Calldata`](namespaces/types.md#calldata)
+
+#### Parameters
+
+| Name | Type |
+| :--------- | :--------------------------------------- |
+| `args` | [`RawArgs`](namespaces/types.md#rawargs) |
+| `callback` | `Function` |
+
+#### Returns
+
+[`Calldata`](namespaces/types.md#calldata)
+
+#### Defined in
+
+[src/contract/default.ts:113](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L113)
+
+---
+
+### splitArgsAndOptions
+
+▸ **splitArgsAndOptions**(`args`): \{ `args`: [`ArgsOrCalldata`](namespaces/types.md#argsorcalldata) ; `options`: [`ContractOptions`](namespaces/types.md#contractoptions) } \| \{ `args`: [`ArgsOrCalldata`](namespaces/types.md#argsorcalldata) ; `options?`: `undefined` }
+
+#### Parameters
+
+| Name | Type |
+| :----- | :--------------------------------------------------------------------------- |
+| `args` | [`ArgsOrCalldataWithOptions`](namespaces/types.md#argsorcalldatawithoptions) |
+
+#### Returns
+
+\{ `args`: [`ArgsOrCalldata`](namespaces/types.md#argsorcalldata) ; `options`: [`ContractOptions`](namespaces/types.md#contractoptions) } \| \{ `args`: [`ArgsOrCalldata`](namespaces/types.md#argsorcalldata) ; `options?`: `undefined` }
+
+#### Defined in
+
+[src/contract/default.ts:40](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/contract/default.ts#L40)
+
+---
+
+### fixStack
+
+▸ **fixStack**(`target`, `fn?`): `void`
+
+#### Parameters
+
+| Name | Type | Default value |
+| :------- | :--------- | :------------------- |
+| `target` | `Error` | `undefined` |
+| `fn` | `Function` | `target.constructor` |
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+[src/utils/errors/index.ts:7](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/errors/index.ts#L7)
+
+---
+
+### fixProto
+
+▸ **fixProto**(`target`, `prototype`): `void`
+
+#### Parameters
+
+| Name | Type |
+| :---------- | :------- |
+| `target` | `Error` |
+| `prototype` | `Object` |
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+[src/utils/errors/index.ts:13](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/errors/index.ts#L13)
+
+---
+
+### getLedgerPathBuffer111
+
+▸ **getLedgerPathBuffer111**(`accountId`, `applicationName?`): `Uint8Array`
+
+Format the Ledger wallet path to an Uint8Array
+for a Ledger Starknet DAPP v1.1.1.
+
+EIP2645 path = 2645'/starknet/application/0/accountId/0
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :----------------- | :------- | :------------ | :------------------------------- |
+| `accountId` | `number` | `undefined` | Id of account. < 2\*\*31. |
+| `applicationName?` | `string` | `'LedgerW'` | utf8 string of application name. |
+
+#### Returns
+
+`Uint8Array`
+
+an Uint8array of 24 bytes.
+
+**`Example`**
+
+```typescript
+const result = getLedgerPathBuffer111(0);
+// result = Uint8Array(24) [
+ 128, 0, 10, 85, 71, 65, 233, 201,
+ 43, 206, 231, 219, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0
+]
+```
+
+#### Defined in
+
+[src/signer/ledgerSigner111.ts:363](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner111.ts#L363)
+
+---
+
+### getLedgerPathBuffer221
+
+▸ **getLedgerPathBuffer221**(`accountId`, `applicationName?`): `Uint8Array`
+
+Format the Ledger wallet path to an Uint8Array.
+for a Ledger Starknet DAPP v2.2.0
+EIP2645 path = 2645'/starknet'/application'/0'/accountId'/0
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :----------------- | :------- | :------------ | :------------------------------- |
+| `accountId` | `number` | `undefined` | Id of account. < 2\*\*31. |
+| `applicationName?` | `string` | `'LedgerW'` | utf8 string of application name. |
+
+#### Returns
+
+`Uint8Array`
+
+an Uint8array of 24 bytes.
+
+**`Example`**
+
+```typescript
+const result = getLedgerPathBuffer211(0);
+// result = Uint8Array(24) [
+ 128, 0, 10, 85, 199, 65, 233, 201,
+ 171, 206, 231, 219, 128, 0, 0, 0,
+ 128, 0, 0, 0, 0, 0, 0, 0
+]
+```
+
+#### Defined in
+
+[src/signer/ledgerSigner221.ts:640](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/signer/ledgerSigner221.ts#L640)
+
+---
+
+### addAddressPadding
+
+▸ **addAddressPadding**(`address`): `string`
+
+Format a hex number to '0x' and 64 characters, adding leading zeros if necessary.
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :------------------------------------------------- |
+| `address` | [`BigNumberish`](namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`string`
+
+Hex string : 0x followed by 64 characters. No upper case characters in the response.
+
+**`Example`**
+
+```typescript
+const address = '0x90591d9fa3efc87067d95a643f8455e0b8190eb8cb7bfd39e4fb7571fdf';
+const result = addAddressPadding(address);
+// result = "0x0000090591d9fa3efc87067d95a643f8455e0b8190eb8cb7bfd39e4fb7571fdf"
+```
+
+#### Defined in
+
+[src/utils/address.ts:22](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/address.ts#L22)
+
+---
+
+### validateAndParseAddress
+
+▸ **validateAndParseAddress**(`address`): `string`
+
+Check the validity of a Starknet address, and format it as a hex number : '0x' and 64 characters, adding leading zeros if necessary.
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :------------------------------------------------- |
+| `address` | [`BigNumberish`](namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`string`
+
+Hex string : 0x followed by 64 characters. No upper case characters in the response.
+
+**`Throws`**
+
+address argument must be a valid address inside the address range bound
+
+**`Example`**
+
+```typescript
+const address = '0x90591d9fa3efc87067d95a643f8455e0b8190eb8cb7bfd39e4fb7571fdf';
+const result = validateAndParseAddress(address);
+// result = "0x0000090591d9fa3efc87067d95a643f8455e0b8190eb8cb7bfd39e4fb7571fdf"
+```
+
+#### Defined in
+
+[src/utils/address.ts:41](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/address.ts#L41)
+
+---
+
+### getChecksumAddress
+
+▸ **getChecksumAddress**(`address`): `string`
+
+Convert an address to her checksum representation which uses a specific pattern of uppercase and lowercase letters within
+a given address to reduce the risk of errors introduced from typing an address or cut and paste issues.
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :------------------------------------------------- |
+| `address` | [`BigNumberish`](namespaces/types.md#bignumberish) |
+
+#### Returns
+
+`string`
+
+Hex string : 0x followed by 64 characters. Mix of uppercase and lowercase
+
+**`Example`**
+
+```typescript
+const address = '0x90591d9fa3efc87067d95a643f8455e0b8190eb8cb7bfd39e4fb7571fdf';
+const result = getChecksumAddress(address);
+// result = "0x0000090591D9fA3EfC87067d95a643f8455E0b8190eb8Cb7bFd39e4fb7571fDF"
+```
+
+#### Defined in
+
+[src/utils/address.ts:66](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/address.ts#L66)
+
+---
+
+### validateChecksumAddress
+
+▸ **validateChecksumAddress**(`address`): `boolean`
+
+If the casing of an address is mixed, it is a Checksum Address, which uses a specific pattern of uppercase and lowercase letters within
+a given address to reduce the risk of errors introduced from typing an address or cut and paste issues.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------- | :---------- |
+| `address` | `string` | string |
+
+#### Returns
+
+`boolean`
+
+true if the ChecksumAddress is valid
+
+**`Example`**
+
+```typescript
+const address = '0x0000090591D9fA3EfC87067d95a643f8455E0b8190eb8Cb7bFd39e4fb7571fDF';
+const result = validateChecksumAddress(address);
+// result = true
+```
+
+#### Defined in
+
+[src/utils/address.ts:96](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/address.ts#L96)
+
+---
+
+### parseCalldataField
+
+▸ **parseCalldataField**(`argsIterator`, `input`, `structs`, `enums`): `string` \| `string`[]
+
+Parse one field of the calldata by using input field from the abi for that method
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------- | :--------------------------------------------- | :------------------------------------------------------------------------ |
+| `argsIterator` | `Iterator`<`any`, `any`, `undefined`\> | Iterator for value of the field |
+| `input` | [`AbiEntry`](namespaces/types.md#abientry) | input(field) information from the abi that will be used to parse the data |
+| `structs` | [`AbiStructs`](namespaces/types.md#abistructs) | structs from abi |
+| `enums` | [`AbiEnums`](namespaces/types.md#abienums) | enums from abi |
+
+#### Returns
+
+`string` \| `string`[]
+
+- parsed arguments in format that contract is expecting
+
+**`Example`**
+
+```ts
+const abiEntry = { name: 'test', type: 'struct' };
+const abiStructs: AbiStructs = {
+ struct: {
+ members: [
+ {
+ name: 'test_name',
+ type: 'test_type',
+ offset: 1,
+ },
+ ],
+ size: 2,
+ name: 'cairo__struct',
+ type: 'struct',
+ },
+};
+
+const abiEnums: AbiEnums = {
+ enum: {
+ variants: [
+ {
+ name: 'test_name',
+ type: 'cairo_struct_variant',
+ offset: 1,
+ },
+ ],
+ size: 2,
+ name: 'test_cairo',
+ type: 'enum',
+ },
+};
+
+const args = [{ test_name: 'test' }];
+const argsIterator = args[Symbol.iterator]();
+const parsedField = parseCalldataField(argsIterator, abiEntry, abiStructs, abiEnums);
+// parsedField === ['1952805748']
+```
+
+#### Defined in
+
+[src/utils/calldata/requestParser.ts:352](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/requestParser.ts#L352)
+
+---
+
+### isSierra
+
+▸ **isSierra**(`contract`): contract is CompiledSierra \| SierraContractClass
+
+Checks if a given contract is in Sierra (Safe Intermediate Representation) format.
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :--------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------ |
+| `contract` | `string` \| [`CairoContract`](namespaces/types.md#cairocontract) | The contract to check. Can be either a CairoContract object or a string representation of the contract. |
+
+#### Returns
+
+contract is CompiledSierra \| SierraContractClass
+
+- Returns true if the contract is a Sierra contract, otherwise false.
+
+**`Example`**
+
+```typescript
+const result = isSierra(contract);
+// result = true | false
+```
+
+#### Defined in
+
+[src/utils/contract.ts:26](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/contract.ts#L26)
+
+---
+
+### extractContractHashes
+
+▸ **extractContractHashes**(`payload`): [`CompleteDeclareContractPayload`](namespaces/types.md#completedeclarecontractpayload)
+
+Extracts contract hashes from `DeclareContractPayload`.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :--------------------------------------------------------------------- | :------------------------------------------- |
+| `payload` | [`DeclareContractPayload`](namespaces/types.md#declarecontractpayload) | The payload containing contract information. |
+
+#### Returns
+
+[`CompleteDeclareContractPayload`](namespaces/types.md#completedeclarecontractpayload)
+
+- The `CompleteDeclareContractPayload` with extracted contract hashes.
+
+**`Throws`**
+
+- If extraction of compiledClassHash or classHash fails.
+
+**`Example`**
+
+```typescript
+const result = extractContractHashes(contract);
+// result = {
+// contract: ...,
+// classHash: ...,
+// casm: ...,
+// compiledClassHash: ...,
+// }
+```
+
+#### Defined in
+
+[src/utils/contract.ts:50](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/contract.ts#L50)
+
+---
+
+### contractClassResponseToLegacyCompiledContract
+
+▸ **contractClassResponseToLegacyCompiledContract**(`ccr`): [`LegacyCompiledContract`](namespaces/types.md#legacycompiledcontract)
+
+Helper to redeclare response Cairo0 contract
+
+#### Parameters
+
+| Name | Type |
+| :---- | :------------------------------------------------------------------- |
+| `ccr` | [`ContractClassResponse`](namespaces/types.md#contractclassresponse) |
+
+#### Returns
+
+[`LegacyCompiledContract`](namespaces/types.md#legacycompiledcontract)
+
+#### Defined in
+
+[src/utils/contract.ts:75](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/contract.ts#L75)
+
+---
+
+### units
+
+▸ **units**(`amount`, `simbol?`): `string`
+
+Convert strk to fri or fri to strk
+
+#### Parameters
+
+| Name | Type | Default value |
+| :------- | :------------------- | :------------ |
+| `amount` | `string` \| `bigint` | `undefined` |
+| `simbol` | `"fri"` \| `"strk"` | `'fri'` |
+
+#### Returns
+
+`string`
+
+**`Example`**
+
+```typescript
+units(1000n, 'fri'); // '0.000000000000001' strk
+units('1', 'strk'); // '1000000000000000000' fri
+```
+
+#### Defined in
+
+[src/utils/units.ts:11](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/units.ts#L11)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/RPC06.md b/www/versioned_docs/version-6.24.1/API/namespaces/RPC06.md
new file mode 100644
index 000000000..df3991a45
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/RPC06.md
@@ -0,0 +1,11 @@
+---
+id: 'RPC06'
+title: 'Namespace: RPC06'
+sidebar_label: 'RPC06'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Classes
+
+- [RpcChannel](../classes/RPC06.RpcChannel.md)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/RPC07.md b/www/versioned_docs/version-6.24.1/API/namespaces/RPC07.md
new file mode 100644
index 000000000..06da030d4
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/RPC07.md
@@ -0,0 +1,11 @@
+---
+id: 'RPC07'
+title: 'Namespace: RPC07'
+sidebar_label: 'RPC07'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Classes
+
+- [RpcChannel](../classes/RPC07.RpcChannel.md)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/_category_.yml b/www/versioned_docs/version-6.24.1/API/namespaces/_category_.yml
new file mode 100644
index 000000000..fdb625823
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/_category_.yml
@@ -0,0 +1,2 @@
+label: 'Namespaces'
+position: 1
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/byteArray.md b/www/versioned_docs/version-6.24.1/API/namespaces/byteArray.md
new file mode 100644
index 000000000..93a652595
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/byteArray.md
@@ -0,0 +1,79 @@
+---
+id: 'byteArray'
+title: 'Namespace: byteArray'
+sidebar_label: 'byteArray'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Functions
+
+### stringFromByteArray
+
+▸ **stringFromByteArray**(`myByteArray`): `string`
+
+convert a Cairo ByteArray to a JS string
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :-------------------------------- | :----------------------------------- |
+| `myByteArray` | [`ByteArray`](types.md#bytearray) | Cairo representation of a LongString |
+
+#### Returns
+
+`string`
+
+a JS string
+
+**`Example`**
+
+```typescript
+const myByteArray = {
+ data: [],
+ pending_word: '0x414243444546474849',
+ pending_word_len: 9,
+};
+const result: String = stringFromByteArray(myByteArray); // ABCDEFGHI
+```
+
+#### Defined in
+
+[src/utils/calldata/byteArray.ts:19](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/byteArray.ts#L19)
+
+---
+
+### byteArrayFromString
+
+▸ **byteArrayFromString**(`targetString`): [`ByteArray`](types.md#bytearray)
+
+convert a JS string to a Cairo ByteArray
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------- | :------- | :---------- |
+| `targetString` | `string` | a JS string |
+
+#### Returns
+
+[`ByteArray`](types.md#bytearray)
+
+Cairo representation of a LongString
+
+**`Example`**
+
+```typescript
+const myByteArray: ByteArray = byteArrayFromString('ABCDEFGHI');
+```
+
+Result is :
+{
+data: [],
+pending_word: '0x414243444546474849',
+pending_word_len: 9
+}
+
+#### Defined in
+
+[src/utils/calldata/byteArray.ts:48](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/byteArray.ts#L48)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/cairo.md b/www/versioned_docs/version-6.24.1/API/namespaces/cairo.md
new file mode 100644
index 000000000..749cdff41
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/cairo.md
@@ -0,0 +1,703 @@
+---
+id: 'cairo'
+title: 'Namespace: cairo'
+sidebar_label: 'cairo'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Functions
+
+### isCairo1Abi
+
+▸ **isCairo1Abi**(`abi`): `boolean`
+
+Test if an ABI comes from a Cairo 1 contract
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :-------------------- | :--------------------------------------------- |
+| `abi` | [`Abi`](types.md#abi) | representing the interface of a Cairo contract |
+
+#### Returns
+
+`boolean`
+
+TRUE if it is an ABI from a Cairo1 contract
+
+**`Example`**
+
+```typescript
+const isCairo1: boolean = isCairo1Abi(myAbi: Abi);
+```
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:179](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L179)
+
+---
+
+### isTypeNonZero
+
+▸ **isTypeNonZero**(`type`): `boolean`
+
+Checks if the given type is a NonZero type.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :----------------- |
+| `type` | `string` | The type to check. |
+
+#### Returns
+
+`boolean`
+
+`true` if the type is NonZero type, `false` otherwise.
+
+**`Example`**
+
+```typescript
+const result = cairo.isTypeNonZero('core::zeroable::NonZero::');
+//result = true
+```
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:198](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L198)
+
+---
+
+### getAbiContractVersion
+
+▸ **getAbiContractVersion**(`abi`): [`ContractVersion`](types.md#contractversion)
+
+Return ContractVersion (Abi version) based on Abi
+or undefined for unknown version
+
+#### Parameters
+
+| Name | Type |
+| :---- | :-------------------- |
+| `abi` | [`Abi`](types.md#abi) |
+
+#### Returns
+
+[`ContractVersion`](types.md#contractversion)
+
+string
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:208](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L208)
+
+---
+
+### felt
+
+▸ **felt**(`it`): `string`
+
+Create felt Cairo type (cairo type helper)
+
+#### Parameters
+
+| Name | Type |
+| :--- | :-------------------------------------- |
+| `it` | [`BigNumberish`](types.md#bignumberish) |
+
+#### Returns
+
+`string`
+
+format: felt-string
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:277](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L277)
+
+---
+
+### isLen
+
+▸ **isLen**(`name`): `boolean`
+
+Checks if the given name ends with "\_len".
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :---------------------- |
+| `name` | `string` | The name to be checked. |
+
+#### Returns
+
+`boolean`
+
+- True if the name ends with "\_len", false otherwise.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:25](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L25)
+
+---
+
+### isTypeFelt
+
+▸ **isTypeFelt**(`type`): `boolean`
+
+Checks if a given type is felt.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :----------------- |
+| `type` | `string` | The type to check. |
+
+#### Returns
+
+`boolean`
+
+- True if the type is felt, false otherwise.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:32](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L32)
+
+---
+
+### isTypeArray
+
+▸ **isTypeArray**(`type`): `boolean`
+
+Checks if the given type is an array type.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :----------------- |
+| `type` | `string` | The type to check. |
+
+#### Returns
+
+`boolean`
+
+- `true` if the type is an array type, `false` otherwise.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:39](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L39)
+
+---
+
+### isTypeTuple
+
+▸ **isTypeTuple**(`type`): `boolean`
+
+Checks if the given type is a tuple type.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :---------------------- |
+| `type` | `string` | The type to be checked. |
+
+#### Returns
+
+`boolean`
+
+- `true` if the type is a tuple type, otherwise `false`.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:50](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L50)
+
+---
+
+### isTypeNamedTuple
+
+▸ **isTypeNamedTuple**(`type`): `boolean`
+
+Checks whether a given type is a named tuple.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :---------------------- |
+| `type` | `string` | The type to be checked. |
+
+#### Returns
+
+`boolean`
+
+- True if the type is a named tuple, false otherwise.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:57](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L57)
+
+---
+
+### isTypeStruct
+
+▸ **isTypeStruct**(`type`, `structs`): `boolean`
+
+Checks if a given type is a struct.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :---------------------------------- | :-------------------------------------- |
+| `type` | `string` | The type to check for existence. |
+| `structs` | [`AbiStructs`](types.md#abistructs) | The collection of structs to search in. |
+
+#### Returns
+
+`boolean`
+
+- True if the type exists in the structs, false otherwise.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:65](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L65)
+
+---
+
+### isTypeEnum
+
+▸ **isTypeEnum**(`type`, `enums`): `boolean`
+
+Checks if a given type is an enum.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :------------------------------ | :---------------------------- |
+| `type` | `string` | The type to check. |
+| `enums` | [`AbiEnums`](types.md#abienums) | The enumeration to search in. |
+
+#### Returns
+
+`boolean`
+
+- True if the type exists in the enumeration, otherwise false.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:73](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L73)
+
+---
+
+### isTypeOption
+
+▸ **isTypeOption**(`type`): `boolean`
+
+Determines if the given type is an Option type.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :----------------- |
+| `type` | `string` | The type to check. |
+
+#### Returns
+
+`boolean`
+
+- True if the type is an Option type, false otherwise.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:80](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L80)
+
+---
+
+### isTypeResult
+
+▸ **isTypeResult**(`type`): `boolean`
+
+Checks whether a given type starts with 'core::result::Result::'.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :----------------- |
+| `type` | `string` | The type to check. |
+
+#### Returns
+
+`boolean`
+
+- True if the type starts with 'core::result::Result::', false otherwise.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:87](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L87)
+
+---
+
+### isTypeUint
+
+▸ **isTypeUint**(`type`): `boolean`
+
+Checks if the given value is a valid Uint type.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :------------------ |
+| `type` | `string` | The value to check. |
+
+#### Returns
+
+`boolean`
+
+- Returns true if the value is a valid Uint type, otherwise false.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:94](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L94)
+
+---
+
+### isTypeUint256
+
+▸ **isTypeUint256**(`type`): `boolean`
+
+Checks if the given type is `uint256`.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :---------------------- |
+| `type` | `string` | The type to be checked. |
+
+#### Returns
+
+`boolean`
+
+- Returns true if the type is `uint256`, otherwise false.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:102](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L102)
+
+---
+
+### isTypeLiteral
+
+▸ **isTypeLiteral**(`type`): `boolean`
+
+Checks if the given type is a literal type.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :----------------- |
+| `type` | `string` | The type to check. |
+
+#### Returns
+
+`boolean`
+
+- True if the type is a literal type, false otherwise.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:109](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L109)
+
+---
+
+### isTypeBool
+
+▸ **isTypeBool**(`type`): `boolean`
+
+Checks if the given type is a boolean type.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :---------------------- |
+| `type` | `string` | The type to be checked. |
+
+#### Returns
+
+`boolean`
+
+- Returns true if the type is a boolean type, otherwise false.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:116](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L116)
+
+---
+
+### isTypeContractAddress
+
+▸ **isTypeContractAddress**(`type`): `boolean`
+
+Checks if the provided type is equal to 'core::starknet::contract_address::ContractAddress'.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :---------------------- |
+| `type` | `string` | The type to be checked. |
+
+#### Returns
+
+`boolean`
+
+- true if the type matches 'core::starknet::contract_address::ContractAddress', false otherwise.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:122](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L122)
+
+---
+
+### isTypeEthAddress
+
+▸ **isTypeEthAddress**(`type`): `boolean`
+
+Determines if the given type is an Ethereum address type.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :----------------- |
+| `type` | `string` | The type to check. |
+
+#### Returns
+
+`boolean`
+
+- Returns true if the given type is 'core::starknet::eth_address::EthAddress', otherwise false.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:129](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L129)
+
+---
+
+### isTypeBytes31
+
+▸ **isTypeBytes31**(`type`): `boolean`
+
+Checks if the given type is 'core::bytes_31::bytes31'.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :----------------- |
+| `type` | `string` | The type to check. |
+
+#### Returns
+
+`boolean`
+
+- True if the type is 'core::bytes_31::bytes31', false otherwise.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:136](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L136)
+
+---
+
+### isTypeByteArray
+
+▸ **isTypeByteArray**(`type`): `boolean`
+
+Checks if the given type is equal to the 'core::byte_array::ByteArray'.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :----------------- |
+| `type` | `string` | The type to check. |
+
+#### Returns
+
+`boolean`
+
+- True if the given type is equal to 'core::byte_array::ByteArray', false otherwise.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:143](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L143)
+
+---
+
+### isTypeU96
+
+▸ **isTypeU96**(`type`): `boolean`
+
+Checks if the given type is equal to the u96 type
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :----------------- |
+| `type` | `string` | The type to check. |
+
+#### Returns
+
+`boolean`
+
+- True if the given type is equal to u96, false otherwise.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:151](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L151)
+
+---
+
+### isTypeSecp256k1Point
+
+▸ **isTypeSecp256k1Point**(`type`): `boolean`
+
+#### Parameters
+
+| Name | Type |
+| :----- | :------- |
+| `type` | `string` |
+
+#### Returns
+
+`boolean`
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:154](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L154)
+
+---
+
+### isCairo1Type
+
+▸ **isCairo1Type**(`type`): `boolean`
+
+#### Parameters
+
+| Name | Type |
+| :----- | :------- |
+| `type` | `string` |
+
+#### Returns
+
+`boolean`
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:156](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L156)
+
+---
+
+### getArrayType
+
+▸ **getArrayType**(`type`): `string`
+
+Retrieves the array type from the given type string.
+
+Works also for core::zeroable::NonZero type.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :--------------- |
+| `type` | `string` | The type string. |
+
+#### Returns
+
+`string`
+
+- The array type.
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:164](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L164)
+
+---
+
+### uint256
+
+▸ **uint256**(`it`): [`Uint256`](../interfaces/types.Uint256.md)
+
+Create Uint256 Cairo type (helper for common struct type)
+
+#### Parameters
+
+| Name | Type |
+| :--- | :-------------------------------------- |
+| `it` | [`BigNumberish`](types.md#bignumberish) |
+
+#### Returns
+
+[`Uint256`](../interfaces/types.Uint256.md)
+
+**`Example`**
+
+```typescript
+uint256('892349863487563453485768723498');
+```
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:245](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L245)
+
+---
+
+### uint512
+
+▸ **uint512**(`it`): [`Uint512`](../interfaces/types.Uint512.md)
+
+Create Uint512 Cairo type (helper for common struct type)
+
+#### Parameters
+
+| Name | Type | Description |
+| :--- | :-------------------------------------- | :-------------------------------------------------------- |
+| `it` | [`BigNumberish`](types.md#bignumberish) | BigNumberish representation of a 512 bits unsigned number |
+
+#### Returns
+
+[`Uint512`](../interfaces/types.Uint512.md)
+
+Uint512 struct
+
+**`Example`**
+
+```typescript
+uint512('345745685892349863487563453485768723498');
+```
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:258](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L258)
+
+---
+
+### tuple
+
+▸ **tuple**(`...args`): `Record`<`number`, `boolean` \| `object` \| [`BigNumberish`](types.md#bignumberish)\>
+
+Create unnamed tuple Cairo type (helper same as common struct type)
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :------------------------------------------------------------------- |
+| `...args` | (`boolean` \| `object` \| [`BigNumberish`](types.md#bignumberish))[] |
+
+#### Returns
+
+`Record`<`number`, `boolean` \| `object` \| [`BigNumberish`](types.md#bignumberish)\>
+
+**`Example`**
+
+```typescript
+tuple(1, '0x101', 16);
+```
+
+#### Defined in
+
+[src/utils/calldata/cairo.ts:269](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/calldata/cairo.ts#L269)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/constants.md b/www/versioned_docs/version-6.24.1/API/namespaces/constants.md
new file mode 100644
index 000000000..01ecdb2da
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/constants.md
@@ -0,0 +1,294 @@
+---
+id: 'constants'
+title: 'Namespace: constants'
+sidebar_label: 'constants'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+Utils
+
+## Enumerations
+
+- [BaseUrl](../enums/constants.BaseUrl.md)
+- [NetworkName](../enums/constants.NetworkName.md)
+- [StarknetChainId](../enums/constants.StarknetChainId.md)
+- [TransactionHashPrefix](../enums/constants.TransactionHashPrefix.md)
+- [FeeMarginPercentage](../enums/constants.FeeMarginPercentage.md)
+
+## References
+
+### TRANSACTION_VERSION
+
+Renames and re-exports [ETransactionVersion](types.RPC.RPCSPEC07.API.md#etransactionversion-1)
+
+## Variables
+
+### IS_BROWSER
+
+• `Const` **IS_BROWSER**: `boolean`
+
+#### Defined in
+
+[src/utils/encode.ts:3](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/encode.ts#L3)
+
+---
+
+### TEXT_TO_FELT_MAX_LEN
+
+• `Const` **TEXT_TO_FELT_MAX_LEN**: `31`
+
+Cairo Felt support storing max 31 character
+
+#### Defined in
+
+[src/global/constants.ts:9](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L9)
+
+---
+
+### ZERO
+
+• `Const` **ZERO**: `0n`
+
+#### Defined in
+
+[src/global/constants.ts:18](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L18)
+
+---
+
+### MASK_250
+
+• `Const` **MASK_250**: `bigint`
+
+#### Defined in
+
+[src/global/constants.ts:19](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L19)
+
+---
+
+### MASK_31
+
+• `Const` **MASK_31**: `bigint`
+
+#### Defined in
+
+[src/global/constants.ts:20](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L20)
+
+---
+
+### API_VERSION
+
+• `Const` **API_VERSION**: `0n`
+
+#### Defined in
+
+[src/global/constants.ts:21](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L21)
+
+---
+
+### PRIME
+
+• `Const` **PRIME**: `bigint`
+
+#### Defined in
+
+[src/global/constants.ts:22](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L22)
+
+---
+
+### MAX_STORAGE_ITEM_SIZE
+
+• `Const` **MAX_STORAGE_ITEM_SIZE**: `256n`
+
+#### Defined in
+
+[src/global/constants.ts:25](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L25)
+
+---
+
+### ADDR_BOUND
+
+• `Const` **ADDR_BOUND**: `bigint`
+
+#### Defined in
+
+[src/global/constants.ts:26](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L26)
+
+---
+
+### RANGE_FELT
+
+• `Const` **RANGE_FELT**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---- | :------- |
+| `min` | `bigint` |
+| `max` | `bigint` |
+
+#### Defined in
+
+[src/global/constants.ts:30](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L30)
+
+---
+
+### RANGE_I128
+
+• `Const` **RANGE_I128**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---- | :------- |
+| `min` | `bigint` |
+| `max` | `bigint` |
+
+#### Defined in
+
+[src/global/constants.ts:31](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L31)
+
+---
+
+### RANGE_U128
+
+• `Const` **RANGE_U128**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---- | :------- |
+| `min` | `bigint` |
+| `max` | `bigint` |
+
+#### Defined in
+
+[src/global/constants.ts:32](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L32)
+
+---
+
+### UDC
+
+• `Const` **UDC**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------- | :--------------------------------------------------------------------- |
+| `ADDRESS` | `"0x041a78e741e5af2fec34b695679bc6891742439f7afb8484ecd7766661ad02bf"` |
+| `ENTRYPOINT` | `"deployContract"` |
+
+#### Defined in
+
+[src/global/constants.ts:63](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L63)
+
+---
+
+### RPC_DEFAULT_VERSION
+
+• `Const` **RPC_DEFAULT_VERSION**: `"v0_7"`
+
+#### Defined in
+
+[src/global/constants.ts:68](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L68)
+
+---
+
+### RPC_NODES
+
+• `Const` **RPC_NODES**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------- | :---------------------------------------------------------------------------------------------------------------------------- |
+| `SN_MAIN` | readonly [``"https://starknet-mainnet.public.blastapi.io/rpc/v0_7"``, ``"https://free-rpc.nethermind.io/mainnet-juno/v0_7"``] |
+| `SN_SEPOLIA` | readonly [``"https://starknet-sepolia.public.blastapi.io/rpc/v0_7"``, ``"https://free-rpc.nethermind.io/sepolia-juno/v0_7"``] |
+
+#### Defined in
+
+[src/global/constants.ts:70](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L70)
+
+---
+
+### OutsideExecutionCallerAny
+
+• `Const` **OutsideExecutionCallerAny**: `"0x414e595f43414c4c4552"`
+
+#### Defined in
+
+[src/global/constants.ts:81](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L81)
+
+---
+
+### SNIP9_V1_INTERFACE_ID
+
+• `Const` **SNIP9_V1_INTERFACE_ID**: `"0x68cfd18b92d1907b8ba3cc324900277f5a3622099431ea85dd8089255e4181"`
+
+#### Defined in
+
+[src/global/constants.ts:82](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L82)
+
+---
+
+### SNIP9_V2_INTERFACE_ID
+
+• `Const` **SNIP9_V2_INTERFACE_ID**: `"0x1d1144bb2138366ff28d8e9ab57456b1d332ac42196230c3a602003c89872"`
+
+#### Defined in
+
+[src/global/constants.ts:84](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L84)
+
+---
+
+### HARDENING_BYTE
+
+• `Const` **HARDENING_BYTE**: `128`
+
+#### Defined in
+
+[src/global/constants.ts:89](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L89)
+
+---
+
+### HARDENING_4BYTES
+
+• `Const` **HARDENING_4BYTES**: `2147483648n`
+
+#### Defined in
+
+[src/global/constants.ts:91](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L91)
+
+---
+
+### DEFAULT_GLOBAL_CONFIG
+
+• `Const` **DEFAULT_GLOBAL_CONFIG**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :------------------------------------------------------------------------------------------- |
+| `legacyMode` | `boolean` |
+| `logLevel` | [`LogLevel`](../modules.md#loglevel) |
+| `accountTxVersion` | typeof [`V2`](types.RPC.RPCSPEC07.API.md#v2) \| typeof [`V3`](types.RPC.RPCSPEC07.API.md#v3) |
+
+#### Defined in
+
+[src/global/constants.ts:94](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L94)
+
+---
+
+### SYSTEM_MESSAGES
+
+• `Const` **SYSTEM_MESSAGES**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------------- | :------- |
+| `legacyTxWarningMessage` | `string` |
+
+#### Defined in
+
+[src/global/constants.ts:105](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/global/constants.ts#L105)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/ec.md b/www/versioned_docs/version-6.24.1/API/namespaces/ec.md
new file mode 100644
index 000000000..c06a61efe
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/ec.md
@@ -0,0 +1,12 @@
+---
+id: 'ec'
+title: 'Namespace: ec'
+sidebar_label: 'ec'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Namespaces
+
+- [starkCurve](ec.starkCurve.md)
+- [weierstrass](ec.weierstrass.md)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/ec.starkCurve.md b/www/versioned_docs/version-6.24.1/API/namespaces/ec.starkCurve.md
new file mode 100644
index 000000000..574ae94f9
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/ec.starkCurve.md
@@ -0,0 +1,557 @@
+---
+id: 'ec.starkCurve'
+title: 'Namespace: starkCurve'
+sidebar_label: 'starkCurve'
+custom_edit_url: null
+---
+
+[ec](ec.md).starkCurve
+
+## Namespaces
+
+- [poseidonSmall](ec.starkCurve.poseidonSmall.md)
+
+## Type Aliases
+
+### ProjectivePoint
+
+Ƭ **ProjectivePoint**: [`ProjPointType`](../interfaces/ec.weierstrass.ProjPointType.md)<`bigint`\>
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:6
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:46
+
+---
+
+### PoseidonOpts
+
+Ƭ **PoseidonOpts**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------- | :------------------ |
+| `Fp` | `IField`<`bigint`\> |
+| `rate` | `number` |
+| `capacity` | `number` |
+| `roundsFull` | `number` |
+| `roundsPartial` | `number` |
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:63
+
+---
+
+### PoseidonFn
+
+Ƭ **PoseidonFn**: `ReturnType` & \{ `m`: `number` ; `rate`: `number` ; `capacity`: `number` }
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:70
+
+## Variables
+
+### MAX_VALUE
+
+• `Const` **MAX_VALUE**: `bigint`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:7
+
+---
+
+### \_starkCurve
+
+• `Const` **\_starkCurve**: [`weierstrass`](ec.weierstrass.md)
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:8
+
+---
+
+### CURVE
+
+• `Const` **CURVE**: `Readonly`<\{ `nBitLength`: `number` ; `nByteLength`: `number` ; `Fp`: `IField`<`bigint`\> ; `n`: `bigint` ; `h`: `bigint` ; `hEff?`: `bigint` ; `Gx`: `bigint` ; `Gy`: `bigint` ; `allowInfinityPoint?`: `boolean` ; `a`: `bigint` ; `b`: `bigint` ; `allowedPrivateKeyLengths?`: readonly `number`[] ; `wrapPrivateKey?`: `boolean` ; `endo?`: \{ `beta`: `bigint` ; `splitScalar`: (`k`: `bigint`) => \{ `k1neg`: `boolean` ; `k1`: `bigint` ; `k2neg`: `boolean` ; `k2`: `bigint` } } ; `isTorsionFree?`: (`c`: [`weierstrass`](ec.weierstrass.md), `point`: [`ProjPointType`](../interfaces/ec.weierstrass.ProjPointType.md)<`bigint`\>) => `boolean` ; `clearCofactor?`: (`c`: [`weierstrass`](ec.weierstrass.md), `point`: [`ProjPointType`](../interfaces/ec.weierstrass.ProjPointType.md)<`bigint`\>) => [`ProjPointType`](../interfaces/ec.weierstrass.ProjPointType.md)<`bigint`\> ; `hash`: `u.CHash` ; `hmac`: (`key`: `Uint8Array`, ...`messages`: `Uint8Array`[]) => `Uint8Array` ; `randomBytes`: (`bytesLength?`: `number`) => `Uint8Array` ; `lowS`: `boolean` ; `bits2int?`: (`bytes`: `Uint8Array`) => `bigint` ; `bits2int_modN?`: (`bytes`: `Uint8Array`) => `bigint` ; `p`: `bigint` }\>
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:14
+
+---
+
+### ProjectivePoint
+
+• **ProjectivePoint**: [`ProjConstructor`](../interfaces/ec.weierstrass.ProjConstructor.md)<`bigint`\>
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:6
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:46
+
+---
+
+### Signature
+
+• `Const` **Signature**: [`weierstrass`](ec.weierstrass.md)
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:46
+
+---
+
+### utils
+
+• `Const` **utils**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `normPrivateKeyToScalar` | (`key`: `u.PrivKey`) => `bigint` |
+| `randomPrivateKey` | () => `Uint8Array` |
+| `precompute` | (`windowSize?`: `number`, `point?`: [`ProjPointType`](../interfaces/ec.weierstrass.ProjPointType.md)<`bigint`\>) => [`ProjPointType`](../interfaces/ec.weierstrass.ProjPointType.md)<`bigint`\> |
+| `isValidPrivateKey` | (`privateKey`: `PrivKey`) => `boolean` |
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:46
+
+---
+
+### Fp251
+
+• `Const` **Fp251**: `Readonly`<`IField`<`bigint`\> & `Required`<`Pick`<`IField`<`bigint`\>, `"isOdd"`\>\>\>
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:61
+
+## Functions
+
+### normalizePrivateKey
+
+▸ **normalizePrivateKey**(`privKey`): `string`
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :---- |
+| `privKey` | `Hex` |
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:9
+
+---
+
+### getPublicKey
+
+▸ **getPublicKey**(`privKey`, `isCompressed?`): `Uint8Array`
+
+#### Parameters
+
+| Name | Type |
+| :-------------- | :-------- |
+| `privKey` | `Hex` |
+| `isCompressed?` | `boolean` |
+
+#### Returns
+
+`Uint8Array`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:10
+
+---
+
+### getSharedSecret
+
+▸ **getSharedSecret**(`privKeyA`, `pubKeyB`): `Uint8Array`
+
+#### Parameters
+
+| Name | Type |
+| :--------- | :---- |
+| `privKeyA` | `Hex` |
+| `pubKeyB` | `Hex` |
+
+#### Returns
+
+`Uint8Array`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:11
+
+---
+
+### sign
+
+▸ **sign**(`msgHash`, `privKey`, `opts?`): [`SignatureType`](../interfaces/ec.weierstrass.SignatureType.md)
+
+#### Parameters
+
+| Name | Type |
+| :-------- | :---- |
+| `msgHash` | `Hex` |
+| `privKey` | `Hex` |
+| `opts?` | `any` |
+
+#### Returns
+
+[`SignatureType`](../interfaces/ec.weierstrass.SignatureType.md)
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:12
+
+---
+
+### verify
+
+▸ **verify**(`signature`, `msgHash`, `pubKey`): `boolean`
+
+#### Parameters
+
+| Name | Type |
+| :---------- | :------------------------------------------------------------------------ |
+| `signature` | `Hex` \| [`SignatureType`](../interfaces/ec.weierstrass.SignatureType.md) |
+| `msgHash` | `Hex` |
+| `pubKey` | `Hex` |
+
+#### Returns
+
+`boolean`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:13
+
+---
+
+### grindKey
+
+▸ **grindKey**(`seed`): `string`
+
+#### Parameters
+
+| Name | Type |
+| :----- | :---- |
+| `seed` | `Hex` |
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:53
+
+---
+
+### getStarkKey
+
+▸ **getStarkKey**(`privateKey`): `string`
+
+#### Parameters
+
+| Name | Type |
+| :----------- | :---- |
+| `privateKey` | `Hex` |
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:54
+
+---
+
+### ethSigToPrivate
+
+▸ **ethSigToPrivate**(`signature`): `string`
+
+#### Parameters
+
+| Name | Type |
+| :---------- | :------- |
+| `signature` | `string` |
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:55
+
+---
+
+### getAccountPath
+
+▸ **getAccountPath**(`layer`, `application`, `ethereumAddress`, `index`): `string`
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :------- |
+| `layer` | `string` |
+| `application` | `string` |
+| `ethereumAddress` | `string` |
+| `index` | `number` |
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:56
+
+---
+
+### pedersen
+
+▸ **pedersen**(`x`, `y`): `string`
+
+#### Parameters
+
+| Name | Type |
+| :--- | :------------ |
+| `x` | `PedersenArg` |
+| `y` | `PedersenArg` |
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:58
+
+---
+
+### \_poseidonMDS
+
+▸ **\_poseidonMDS**(`Fp`, `name`, `m`, `attempt?`): `bigint`[][]
+
+#### Parameters
+
+| Name | Type |
+| :--------- | :------------------ |
+| `Fp` | `IField`<`bigint`\> |
+| `name` | `string` |
+| `m` | `number` |
+| `attempt?` | `number` |
+
+#### Returns
+
+`bigint`[][]
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:62
+
+---
+
+### poseidonBasic
+
+▸ **poseidonBasic**(`opts`, `mds`): [`PoseidonFn`](ec.starkCurve.md#poseidonfn)
+
+#### Parameters
+
+| Name | Type |
+| :----- | :---------------------------------------------- |
+| `opts` | [`PoseidonOpts`](ec.starkCurve.md#poseidonopts) |
+| `mds` | `bigint`[][] |
+
+#### Returns
+
+[`PoseidonFn`](ec.starkCurve.md#poseidonfn)
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:75
+
+---
+
+### poseidonCreate
+
+▸ **poseidonCreate**(`opts`, `mdsAttempt?`): [`PoseidonFn`](ec.starkCurve.md#poseidonfn)
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :---------------------------------------------- |
+| `opts` | [`PoseidonOpts`](ec.starkCurve.md#poseidonopts) |
+| `mdsAttempt?` | `number` |
+
+#### Returns
+
+[`PoseidonFn`](ec.starkCurve.md#poseidonfn)
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:76
+
+---
+
+### poseidonHash
+
+▸ **poseidonHash**(`x`, `y`, `fn?`): `bigint`
+
+#### Parameters
+
+| Name | Type |
+| :---- | :------------------------------------------ |
+| `x` | `bigint` |
+| `y` | `bigint` |
+| `fn?` | [`PoseidonFn`](ec.starkCurve.md#poseidonfn) |
+
+#### Returns
+
+`bigint`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:78
+
+---
+
+### poseidonHashFunc
+
+▸ **poseidonHashFunc**(`x`, `y`, `fn?`): `Uint8Array`
+
+#### Parameters
+
+| Name | Type |
+| :---- | :------------------------------------------ |
+| `x` | `Uint8Array` |
+| `y` | `Uint8Array` |
+| `fn?` | [`PoseidonFn`](ec.starkCurve.md#poseidonfn) |
+
+#### Returns
+
+`Uint8Array`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:79
+
+---
+
+### poseidonHashSingle
+
+▸ **poseidonHashSingle**(`x`, `fn?`): `bigint`
+
+#### Parameters
+
+| Name | Type |
+| :---- | :------------------------------------------ |
+| `x` | `bigint` |
+| `fn?` | [`PoseidonFn`](ec.starkCurve.md#poseidonfn) |
+
+#### Returns
+
+`bigint`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:80
+
+---
+
+### poseidonHashMany
+
+▸ **poseidonHashMany**(`values`, `fn?`): `bigint`
+
+#### Parameters
+
+| Name | Type |
+| :------- | :------------------------------------------ |
+| `values` | `bigint`[] |
+| `fn?` | [`PoseidonFn`](ec.starkCurve.md#poseidonfn) |
+
+#### Returns
+
+`bigint`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:81
+
+---
+
+### computeHashOnElements
+
+▸ **computeHashOnElements**(`data`, `fn?`): `PedersenArg`
+
+#### Parameters
+
+| Name | Type |
+| :----- | :--------------------------------------------------- |
+| `data` | `PedersenArg`[] |
+| `fn?` | (`x`: `PedersenArg`, `y`: `PedersenArg`) => `string` |
+
+#### Returns
+
+`PedersenArg`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:59
+
+---
+
+### keccak
+
+▸ **keccak**(`data`): `bigint`
+
+#### Parameters
+
+| Name | Type |
+| :----- | :----------- |
+| `data` | `Uint8Array` |
+
+#### Returns
+
+`bigint`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:60
+
+---
+
+### poseidonSmall
+
+▸ **poseidonSmall**(`values`): `bigint`[]
+
+#### Parameters
+
+| Name | Type |
+| :------- | :--------- |
+| `values` | `bigint`[] |
+
+#### Returns
+
+`bigint`[]
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/poseidon.d.ts:27
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/ec.starkCurve.poseidonSmall.md b/www/versioned_docs/version-6.24.1/API/namespaces/ec.starkCurve.poseidonSmall.md
new file mode 100644
index 000000000..344c960c5
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/ec.starkCurve.poseidonSmall.md
@@ -0,0 +1,48 @@
+---
+id: 'ec.starkCurve.poseidonSmall'
+title: 'Namespace: poseidonSmall'
+sidebar_label: 'poseidonSmall'
+custom_edit_url: null
+---
+
+[ec](ec.md).[starkCurve](ec.starkCurve.md).poseidonSmall
+
+## Variables
+
+### roundConstants
+
+• **roundConstants**: `bigint`[][]
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/poseidon.d.ts:28
+
+---
+
+### m
+
+• **m**: `number`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:71
+
+---
+
+### rate
+
+• **rate**: `number`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:72
+
+---
+
+### capacity
+
+• **capacity**: `number`
+
+#### Defined in
+
+node_modules/@scure/starknet/lib/esm/index.d.ts:73
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/ec.weierstrass.md b/www/versioned_docs/version-6.24.1/API/namespaces/ec.weierstrass.md
new file mode 100644
index 000000000..097a3b98b
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/ec.weierstrass.md
@@ -0,0 +1,399 @@
+---
+id: 'ec.weierstrass'
+title: 'Namespace: weierstrass'
+sidebar_label: 'weierstrass'
+custom_edit_url: null
+---
+
+[ec](ec.md).weierstrass
+
+## Interfaces
+
+- [ProjPointType](../interfaces/ec.weierstrass.ProjPointType.md)
+- [ProjConstructor](../interfaces/ec.weierstrass.ProjConstructor.md)
+- [SignatureType](../interfaces/ec.weierstrass.SignatureType.md)
+
+## Type Aliases
+
+### AffinePoint
+
+Ƭ **AffinePoint**<`T`\>: \{ `x`: `T` ; `y`: `T` } & \{ `z?`: `never` ; `t?`: `never` }
+
+#### Type parameters
+
+| Name |
+| :--- |
+| `T` |
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/curve.d.ts:3
+
+---
+
+### BasicWCurve
+
+Ƭ **BasicWCurve**<`T`\>: `BasicCurve`<`T`\> & \{ `a`: `T` ; `b`: `T` ; `allowedPrivateKeyLengths?`: readonly `number`[] ; `wrapPrivateKey?`: `boolean` ; `endo?`: `EndomorphismOpts` ; `isTorsionFree?`: (`c`: [`ProjConstructor`](../interfaces/ec.weierstrass.ProjConstructor.md)<`T`\>, `point`: [`ProjPointType`](../interfaces/ec.weierstrass.ProjPointType.md)<`T`\>) => `boolean` ; `clearCofactor?`: (`c`: [`ProjConstructor`](../interfaces/ec.weierstrass.ProjConstructor.md)<`T`\>, `point`: [`ProjPointType`](../interfaces/ec.weierstrass.ProjPointType.md)<`T`\>) => [`ProjPointType`](../interfaces/ec.weierstrass.ProjPointType.md)<`T`\> }
+
+#### Type parameters
+
+| Name |
+| :--- |
+| `T` |
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:16
+
+---
+
+### SignOpts
+
+Ƭ **SignOpts**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------- | :-------- |
+| `lowS?` | `boolean` |
+| `extraEntropy?` | `Entropy` |
+| `prehash?` | `boolean` |
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:26
+
+---
+
+### VerOpts
+
+Ƭ **VerOpts**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------- | :--------------------- |
+| `lowS?` | `boolean` |
+| `prehash?` | `boolean` |
+| `format?` | `"compact"` \| `"der"` |
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:31
+
+---
+
+### CurvePointsType
+
+Ƭ **CurvePointsType**<`T`\>: [`BasicWCurve`](ec.weierstrass.md#basicwcurve)<`T`\> & \{ `fromBytes?`: (`bytes`: `Uint8Array`) => [`AffinePoint`](ec.weierstrass.md#affinepoint)<`T`\> ; `toBytes?`: (`c`: [`ProjConstructor`](../interfaces/ec.weierstrass.ProjConstructor.md)<`T`\>, `point`: [`ProjPointType`](../interfaces/ec.weierstrass.ProjPointType.md)<`T`\>, `isCompressed`: `boolean`) => `Uint8Array` }
+
+#### Type parameters
+
+| Name |
+| :--- |
+| `T` |
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:83
+
+---
+
+### CurvePointsRes
+
+Ƭ **CurvePointsRes**<`T`\>: `Object`
+
+#### Type parameters
+
+| Name |
+| :--- |
+| `T` |
+
+#### Type declaration
+
+| Name | Type |
+| :----------------------- | :------------------------------------------------------------------------- |
+| `CURVE` | `ReturnType` |
+| `ProjectivePoint` | [`ProjConstructor`](../interfaces/ec.weierstrass.ProjConstructor.md)<`T`\> |
+| `normPrivateKeyToScalar` | (`key`: `PrivKey`) => `bigint` |
+| `weierstrassEquation` | (`x`: `T`) => `T` |
+| `isWithinCurveOrder` | (`num`: `bigint`) => `boolean` |
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:108
+
+---
+
+### RecoveredSignatureType
+
+Ƭ **RecoveredSignatureType**: [`SignatureType`](../interfaces/ec.weierstrass.SignatureType.md) & \{ `recovery`: `number` }
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:165
+
+---
+
+### SignatureConstructor
+
+Ƭ **SignatureConstructor**: `Object`
+
+#### Call signature
+
+• **new SignatureConstructor**(`r`, `s`): [`SignatureType`](../interfaces/ec.weierstrass.SignatureType.md)
+
+##### Parameters
+
+| Name | Type |
+| :--- | :------- |
+| `r` | `bigint` |
+| `s` | `bigint` |
+
+##### Returns
+
+[`SignatureType`](../interfaces/ec.weierstrass.SignatureType.md)
+
+#### Type declaration
+
+| Name | Type |
+| :------------ | :--------------------------------------------------------------------------------- |
+| `fromCompact` | (`hex`: `Hex`) => [`SignatureType`](../interfaces/ec.weierstrass.SignatureType.md) |
+| `fromDER` | (`hex`: `Hex`) => [`SignatureType`](../interfaces/ec.weierstrass.SignatureType.md) |
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:168
+
+---
+
+### PubKey
+
+Ƭ **PubKey**: `Hex` \| [`ProjPointType`](../interfaces/ec.weierstrass.ProjPointType.md)<`bigint`\>
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:177
+
+---
+
+### CurveType
+
+Ƭ **CurveType**: [`BasicWCurve`](ec.weierstrass.md#basicwcurve)<`bigint`\> & \{ `hash`: `CHash` ; `hmac`: `HmacFnSync` ; `randomBytes`: (`bytesLength?`: `number`) => `Uint8Array` ; `lowS?`: `boolean` ; `bits2int?`: (`bytes`: `Uint8Array`) => `bigint` ; `bits2int_modN?`: (`bytes`: `Uint8Array`) => `bigint` }
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:178
+
+---
+
+### CurveFn
+
+Ƭ **CurveFn**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `CURVE` | `ReturnType` |
+| `getPublicKey` | (`privateKey`: `PrivKey`, `isCompressed?`: `boolean`) => `Uint8Array` |
+| `getSharedSecret` | (`privateA`: `PrivKey`, `publicB`: `Hex`, `isCompressed?`: `boolean`) => `Uint8Array` |
+| `sign` | (`msgHash`: `Hex`, `privKey`: `PrivKey`, `opts?`: [`SignOpts`](ec.weierstrass.md#signopts)) => [`RecoveredSignatureType`](ec.weierstrass.md#recoveredsignaturetype) |
+| `verify` | (`signature`: `Hex` \| `SignatureLike`, `msgHash`: `Hex`, `publicKey`: `Hex`, `opts?`: [`VerOpts`](ec.weierstrass.md#veropts)) => `boolean` |
+| `ProjectivePoint` | [`ProjConstructor`](../interfaces/ec.weierstrass.ProjConstructor.md)<`bigint`\> |
+| `Signature` | [`SignatureConstructor`](ec.weierstrass.md#signatureconstructor) |
+| `utils` | \{ `normPrivateKeyToScalar`: (`key`: `PrivKey`) => `bigint` ; `randomPrivateKey`: () => `Uint8Array` ; `precompute`: (`windowSize?`: `number`, `point?`: [`ProjPointType`](../interfaces/ec.weierstrass.ProjPointType.md)<`bigint`\>) => [`ProjPointType`](../interfaces/ec.weierstrass.ProjPointType.md)<`bigint`\> ; `isValidPrivateKey`: (`privateKey`: `PrivKey`) => `boolean` } |
+| `utils.normPrivateKeyToScalar` | (`key`: `PrivKey`) => `bigint` |
+| `utils.randomPrivateKey` | () => `Uint8Array` |
+| `utils.precompute` | (`windowSize?`: `number`, `point?`: [`ProjPointType`](../interfaces/ec.weierstrass.ProjPointType.md)<`bigint`\>) => [`ProjPointType`](../interfaces/ec.weierstrass.ProjPointType.md)<`bigint`\> |
+| `utils.isValidPrivateKey` | [object Object] |
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:211
+
+## Variables
+
+### DER
+
+• `Const` **DER**: `Object`
+
+ASN.1 DER encoding utilities. ASN is very complex & fragile. Format:
+
+ [0x30 (SEQUENCE), bytelength, 0x02 (INTEGER), intLength, R, 0x02 (INTEGER), intLength, S]
+
+Docs: https://letsencrypt.org/docs/a-warm-welcome-to-asn1-and-der/, https://luca.ntop.org/Teaching/Appunti/asn1.html
+
+#### Type declaration
+
+| Name | Type |
+| :------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `Err` | (`m?`: `string`) => \{ `name`: `string` ; `message`: `string` ; `stack?`: `string` } |
+| `_tlv` | \{ `encode`: (`tag`: `number`, `data`: `string`) => `string` ; `decode`: (`tag`: `number`, `data`: `Uint8Array`) => \{ `v`: `Uint8Array` ; `l`: `Uint8Array` } } |
+| `_tlv.encode` | (`tag`: `number`, `data`: `string`) => `string` |
+| `_tlv.decode` | [object Object] |
+| `_int` | \{ `encode`: (`num`: `bigint`) => `string` ; `decode`: (`data`: `Uint8Array`) => `bigint` } |
+| `_int.encode` | [object Object] |
+| `_int.decode` | [object Object] |
+| `toSig` | (`hex`: `string` \| `Uint8Array`) => \{ `r`: `bigint` ; `s`: `bigint` } |
+| `hexFromSig` | (`sig`: \{ `r`: `bigint` ; `s`: `bigint` }) => `string` |
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:122
+
+## Functions
+
+### weierstrassPoints
+
+▸ **weierstrassPoints**<`T`\>(`opts`): [`CurvePointsRes`](ec.weierstrass.md#curvepointsres)<`T`\>
+
+#### Type parameters
+
+| Name |
+| :--- |
+| `T` |
+
+#### Parameters
+
+| Name | Type |
+| :----- | :----------------------------------------------------------- |
+| `opts` | [`CurvePointsType`](ec.weierstrass.md#curvepointstype)<`T`\> |
+
+#### Returns
+
+[`CurvePointsRes`](ec.weierstrass.md#curvepointsres)<`T`\>
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:150
+
+---
+
+### weierstrass
+
+▸ **weierstrass**(`curveDef`): [`CurveFn`](ec.weierstrass.md#curvefn)
+
+Creates short weierstrass curve and ECDSA signature methods for it.
+
+#### Parameters
+
+| Name | Type |
+| :--------- | :----------------------------------------- |
+| `curveDef` | [`CurveType`](ec.weierstrass.md#curvetype) |
+
+#### Returns
+
+[`CurveFn`](ec.weierstrass.md#curvefn)
+
+**`Example`**
+
+```ts
+import { Field } from '@noble/curves/abstract/modular';
+// Before that, define BigInt-s: a, b, p, n, Gx, Gy
+const curve = weierstrass({ a, b, Fp: Field(p), n, Gx, Gy, h: 1n });
+```
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:233
+
+---
+
+### SWUFpSqrtRatio
+
+▸ **SWUFpSqrtRatio**<`T`\>(`Fp`, `Z`): (`u`: `T`, `v`: `T`) => \{ `isValid`: `boolean` ; `value`: `T` }
+
+Implementation of the Shallue and van de Woestijne method for any weierstrass curve.
+TODO: check if there is a way to merge this with uvRatio in Edwards; move to modular.
+b = True and y = sqrt(u / v) if (u / v) is square in F, and
+b = False and y = sqrt(Z \* (u / v)) otherwise.
+
+#### Type parameters
+
+| Name |
+| :--- |
+| `T` |
+
+#### Parameters
+
+| Name | Type |
+| :--- | :------------- |
+| `Fp` | `IField`<`T`\> |
+| `Z` | `T` |
+
+#### Returns
+
+`fn`
+
+▸ (`u`, `v`): `Object`
+
+##### Parameters
+
+| Name | Type |
+| :--- | :--- |
+| `u` | `T` |
+| `v` | `T` |
+
+##### Returns
+
+`Object`
+
+| Name | Type |
+| :-------- | :-------- |
+| `isValid` | `boolean` |
+| `value` | `T` |
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:243
+
+---
+
+### mapToCurveSimpleSWU
+
+▸ **mapToCurveSimpleSWU**<`T`\>(`Fp`, `opts`): (`u`: `T`) => \{ `x`: `T` ; `y`: `T` }
+
+Simplified Shallue-van de Woestijne-Ulas Method
+https://www.rfc-editor.org/rfc/rfc9380#section-6.6.2
+
+#### Type parameters
+
+| Name |
+| :--- |
+| `T` |
+
+#### Parameters
+
+| Name | Type |
+| :------- | :------------- |
+| `Fp` | `IField`<`T`\> |
+| `opts` | `Object` |
+| `opts.A` | `T` |
+| `opts.B` | `T` |
+| `opts.Z` | `T` |
+
+#### Returns
+
+`fn`
+
+▸ (`u`): `Object`
+
+##### Parameters
+
+| Name | Type |
+| :--- | :--- |
+| `u` | `T` |
+
+##### Returns
+
+`Object`
+
+| Name | Type |
+| :--- | :--- |
+| `x` | `T` |
+| `y` | `T` |
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/weierstrass.d.ts:251
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/encode.md b/www/versioned_docs/version-6.24.1/API/namespaces/encode.md
new file mode 100644
index 000000000..8fd7a3966
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/encode.md
@@ -0,0 +1,486 @@
+---
+id: 'encode'
+title: 'Namespace: encode'
+sidebar_label: 'encode'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## References
+
+### IS_BROWSER
+
+Re-exports [IS_BROWSER](constants.md#is_browser)
+
+## Functions
+
+### arrayBufferToString
+
+▸ **arrayBufferToString**(`array`): `string`
+
+Convert array buffer to string
+
+_[internal usage]_
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :------------ | :------------------------------------ |
+| `array` | `ArrayBuffer` | The ArrayBuffer to convert to string. |
+
+#### Returns
+
+`string`
+
+The converted string.
+
+**`Example`**
+
+```typescript
+const buffer = new ArrayBuffer(5);
+const view = new Uint8Array(buffer);
+[72, 101, 108, 108, 111].forEach((x, idx) => (view[idx] = x));
+const result = encode.arrayBufferToString(buffer);
+// result = "Hello"
+```
+
+#### Defined in
+
+[src/utils/encode.ts:29](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/encode.ts#L29)
+
+---
+
+### utf8ToArray
+
+▸ **utf8ToArray**(`str`): `Uint8Array`
+
+Convert utf8-string to Uint8Array
+
+_[internal usage]_
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :--------------------------- |
+| `str` | `string` | The UTF-8 string to convert. |
+
+#### Returns
+
+`Uint8Array`
+
+The encoded Uint8Array.
+
+**`Example`**
+
+```typescript
+const myString = 'Hi';
+const result = encode.utf8ToArray(myString);
+// result = Uint8Array(2) [ 72, 105 ]
+```
+
+#### Defined in
+
+[src/utils/encode.ts:48](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/encode.ts#L48)
+
+---
+
+### stringToArrayBuffer
+
+▸ **stringToArrayBuffer**(`str`): `Uint8Array`
+
+Convert utf8-string to Uint8Array
+
+#### Parameters
+
+| Name | Type |
+| :---- | :------- |
+| `str` | `string` |
+
+#### Returns
+
+`Uint8Array`
+
+**`Deprecated`**
+
+equivalent to 'utf8ToArray', alias will be removed
+
+#### Defined in
+
+[src/utils/encode.ts:57](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/encode.ts#L57)
+
+---
+
+### atobUniversal
+
+▸ **atobUniversal**(`a`): `Uint8Array`
+
+Convert string to array buffer (browser and node compatible)
+
+#### Parameters
+
+| Name | Type | Description |
+| :--- | :------- | :------------------------------------ |
+| `a` | `string` | The Base64 encoded string to convert. |
+
+#### Returns
+
+`Uint8Array`
+
+The decoded Uint8Array.
+
+**`Example`**
+
+```typescript
+const base64String = 'SGVsbG8='; // 'Hello' in Base64
+const result = encode.atobUniversal(base64String);
+// result = Uint8Array(5) [ 72, 101, 108, 108, 111 ]
+```
+
+#### Defined in
+
+[src/utils/encode.ts:74](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/encode.ts#L74)
+
+---
+
+### btoaUniversal
+
+▸ **btoaUniversal**(`b`): `string`
+
+Convert array buffer to string (browser and node compatible)
+
+#### Parameters
+
+| Name | Type | Description |
+| :--- | :------------ | :---------------- |
+| `b` | `ArrayBuffer` | The Array buffer. |
+
+#### Returns
+
+`string`
+
+The Base64 encoded string.
+
+**`Example`**
+
+```typescript
+const buffer = new Uint8Array([72, 101, 108, 108, 111]); // Array with ASCII values for 'Hello'
+const result = encode.btoaUniversal(buffer);
+// result = "SGVsbG8="
+```
+
+#### Defined in
+
+[src/utils/encode.ts:91](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/encode.ts#L91)
+
+---
+
+### buf2hex
+
+▸ **buf2hex**(`buffer`): `string`
+
+Convert array buffer to hex-string
+
+#### Parameters
+
+| Name | Type | Description |
+| :------- | :----------- | :---------------------- |
+| `buffer` | `Uint8Array` | The encoded Uint8Array. |
+
+#### Returns
+
+`string`
+
+The hex-string
+
+**`Example`**
+
+```typescript
+const buffer = new Uint8Array([72, 101, 108, 108, 111]); // Array with ASCII values for 'Hello'
+const result = encode.buf2hex(buffer);
+// result = "48656c6c6f"
+```
+
+#### Defined in
+
+[src/utils/encode.ts:108](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/encode.ts#L108)
+
+---
+
+### removeHexPrefix
+
+▸ **removeHexPrefix**(`hex`): `string`
+
+Remove hex prefix '0x' from hex-string
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :---------- |
+| `hex` | `string` | hex-string |
+
+#### Returns
+
+`string`
+
+The hex-string
+
+**`Example`**
+
+```typescript
+const hexStringWithPrefix = '0x48656c6c6f';
+const result = encode.removeHexPrefix(hexStringWithPrefix);
+// result: "48656c6c6f"
+```
+
+#### Defined in
+
+[src/utils/encode.ts:124](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/encode.ts#L124)
+
+---
+
+### addHexPrefix
+
+▸ **addHexPrefix**(`hex`): `string`
+
+Add hex prefix '0x' to base16-string
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :------------ |
+| `hex` | `string` | base16-string |
+
+#### Returns
+
+`string`
+
+The hex-string
+
+**`Example`**
+
+```typescript
+const plainHexString = '48656c6c6f';
+const result = encode.addHexPrefix(plainHexString);
+// result: "0x48656c6c6f"
+```
+
+#### Defined in
+
+[src/utils/encode.ts:140](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/encode.ts#L140)
+
+---
+
+### padLeft
+
+▸ **padLeft**(`str`, `length`, `padding?`): `string`
+
+Prepend string (default with '0')
+
+Pads a string to a certain length with a specific string.
+The padding can be applied only to the left of the input string.
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :--------- | :------- | :------------ | :---------------------------------------------- |
+| `str` | `string` | `undefined` | The string to pad. |
+| `length` | `number` | `undefined` | The target length for the padded string. |
+| `padding?` | `string` | `STRING_ZERO` | The string to use for padding. Defaults to '0'. |
+
+#### Returns
+
+`string`
+
+The padded string.
+
+**`Example`**
+
+```typescript
+const myString = '1A3F';
+const result = encode.padLeft(myString, 10);
+// result: '0000001A3F'
+```
+
+#### Defined in
+
+[src/utils/encode.ts:197](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/encode.ts#L197)
+
+---
+
+### calcByteLength
+
+▸ **calcByteLength**(`str`, `byteSize?`): `number`
+
+Calculate byte length of string
+
+_[no internal usage]_
+
+Calculates the byte length of a string based on a specified byte size.
+The function rounds up the byte count to the nearest multiple of the specified byte size.
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :---------- | :------- | :------------ | :-------------------------------------------------------- |
+| `str` | `string` | `undefined` | The string whose byte length is to be calculated. |
+| `byteSize?` | `number` | `8` | The size of the byte block to round up to. Defaults to 8. |
+
+#### Returns
+
+`number`
+
+The calculated byte length, rounded to the nearest multiple of byteSize.
+
+**`Example`**
+
+```typescript
+const myString = 'Hello';
+const result = encode.calcByteLength(myString, 4);
+// result = 8 (rounded up to the nearest multiple of 4)
+```
+
+#### Defined in
+
+[src/utils/encode.ts:221](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/encode.ts#L221)
+
+---
+
+### sanitizeBytes
+
+▸ **sanitizeBytes**(`str`, `byteSize?`, `padding?`): `string`
+
+Prepend '0' to string bytes
+
+_[no internal usage]_
+
+- Prepends padding to the left of a string to ensure it matches a specific byte length.
+ The function uses a specified padding character and rounds up the string length to the nearest multiple of `byteSize`.
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :---------- | :------- | :------------ | :---------------------------------------------------------------------------------- |
+| `str` | `string` | `undefined` | The string to be padded. |
+| `byteSize?` | `number` | `8` | The byte block size to which the string length should be rounded up. Defaults to 8. |
+| `padding?` | `string` | `STRING_ZERO` | The character to use for padding. Defaults to '0'. |
+
+#### Returns
+
+`string`
+
+The padded string.
+
+**`Example`**
+
+```typescript
+const myString = '123';
+const result = encode.sanitizeBytes(myString);
+// result: '00000123' (padded to 8 characters)
+```
+
+#### Defined in
+
+[src/utils/encode.ts:248](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/encode.ts#L248)
+
+---
+
+### sanitizeHex
+
+▸ **sanitizeHex**(`hex`): `string`
+
+Sanitizes a hex-string by removing any existing '0x' prefix, padding the string with '0' to ensure it has even length,
+and then re-adding the '0x' prefix.
+
+_[no internal usage]_
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :---------- |
+| `hex` | `string` | hex-string |
+
+#### Returns
+
+`string`
+
+format: hex-string
+
+**`Example`**
+
+```typescript
+const unevenHex = '0x23abc';
+const result = encode.sanitizeHex(unevenHex);
+// result = '0x023abc' (padded to ensure even length)
+```
+
+#### Defined in
+
+[src/utils/encode.ts:271](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/encode.ts#L271)
+
+---
+
+### concatenateArrayBuffer
+
+▸ **concatenateArrayBuffer**(`uint8arrays`): `Uint8Array`
+
+Combine multiple Uint8Arrays into one.
+Useful for wallet path creation.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :------------- | :---------------------- |
+| `uint8arrays` | `Uint8Array`[] | An array of Uint8Array. |
+
+#### Returns
+
+`Uint8Array`
+
+all the Uint8Arrays joined.
+
+**`Example`**
+
+```typescript
+const path0buff = new Uint8Array([128, 0, 10, 85]);
+const path1buff = new Uint8Array([71, 65, 233, 201]);
+const result = encode.concatenateArrayBuffer([path0buff, path1buff]);
+// result = Uint8Array(8) [128, 0, 10, 85, 71, 65, 233, 201]
+```
+
+#### Defined in
+
+[src/utils/encode.ts:313](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/encode.ts#L313)
+
+---
+
+### pascalToSnake
+
+▸ **pascalToSnake**(`text`): `string`
+
+String transformation util
+
+Pascal case to screaming snake case
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :-------------------------------- |
+| `text` | `string` | The PascalCase string to convert. |
+
+#### Returns
+
+`string`
+
+The converted snake_case string in uppercase.
+
+**`Example`**
+
+```typescript
+const pascalString = 'PascalCaseExample';
+const result = encode.pascalToSnake(pascalString);
+// result: 'PASCAL_CASE_EXAMPLE'
+```
+
+#### Defined in
+
+[src/utils/encode.ts:292](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/encode.ts#L292)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/eth.md b/www/versioned_docs/version-6.24.1/API/namespaces/eth.md
new file mode 100644
index 000000000..26235dd77
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/eth.md
@@ -0,0 +1,63 @@
+---
+id: 'eth'
+title: 'Namespace: eth'
+sidebar_label: 'eth'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Functions
+
+### ethRandomPrivateKey
+
+▸ **ethRandomPrivateKey**(): `string`
+
+Get random Ethereum private Key.
+
+#### Returns
+
+`string`
+
+an Hex string
+
+**`Example`**
+
+```typescript
+const myPK: string = randomAddress();
+// result = "0xf04e69ac152fba37c02929c2ae78c9a481461dda42dbc6c6e286be6eb2a8ab83"
+```
+
+#### Defined in
+
+[src/utils/eth.ts:18](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/eth.ts#L18)
+
+---
+
+### validateAndParseEthAddress
+
+▸ **validateAndParseEthAddress**(`address`): `string`
+
+Get a string formatted for an Ethereum address, without uppercase characters.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :-------------------------------------- | :------------------------------ |
+| `address` | [`BigNumberish`](types.md#bignumberish) | Address of an Ethereum account. |
+
+#### Returns
+
+`string`
+
+an Hex string coded on 20 bytes
+
+**`Example`**
+
+```typescript
+const myEthAddress: string = validateAndParseEthAddress('0x8359E4B0152ed5A731162D3c7B0D8D56edB165');
+// result = "0x008359e4b0152ed5a731162d3c7b0d8d56edb165"
+```
+
+#### Defined in
+
+[src/utils/eth.ts:32](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/eth.ts#L32)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/events.md b/www/versioned_docs/version-6.24.1/API/namespaces/events.md
new file mode 100644
index 000000000..f9b42d4a0
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/events.md
@@ -0,0 +1,146 @@
+---
+id: 'events'
+title: 'Namespace: events'
+sidebar_label: 'events'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Functions
+
+### isAbiEvent
+
+▸ **isAbiEvent**(`object`): `boolean`
+
+Check if an ABI entry is related to events.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------- | :------------------------------ | :----------- |
+| `object` | [`AbiEntry`](types.md#abientry) | an Abi entry |
+
+#### Returns
+
+`boolean`
+
+true if this Abi Entry is related to an event
+
+**`Example`**
+
+```typescript
+// use of a transaction receipt
+```
+
+#### Defined in
+
+[src/utils/events/index.ts:36](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/events/index.ts#L36)
+
+---
+
+### getAbiEvents
+
+▸ **getAbiEvents**(`abi`): [`AbiEvents`](types.md#abievents)
+
+Retrieves the events from the given ABI (from Cairo 0 or Cairo 1 contract).
+
+Is able to handle Cairo 1 events nested in Cairo components.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :-------------------- | :------------------------------ |
+| `abi` | [`Abi`](types.md#abi) | The ABI to extract events from. |
+
+#### Returns
+
+[`AbiEvents`](types.md#abievents)
+
+- An object containing the hashes and the definition of the events.
+
+**`Example`**
+
+```typescript
+const result = events.getAbiEvents(abi);
+// result = {
+// '0x22ea134d4126804c60797e633195f8c9aa5fd6d1567e299f4961d0e96f373ee':
+// { '0x34e55c1cd55f1338241b50d352f0e91c7e4ffad0e4271d64eb347589ebdfd16': {
+// kind: 'struct', type: 'event',
+// name: 'ka::ExComponent::ex_logic_component::Mint',
+// members: [{
+// name: 'spender',
+// type: 'core::starknet::contract_address::ContractAddress',
+// kind: 'key'},
+// { name: 'value', type: 'core::integer::u256', kind: 'data' }]},
+// ...
+```
+
+#### Defined in
+
+[src/utils/events/index.ts:154](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/events/index.ts#L154)
+
+---
+
+### parseEvents
+
+▸ **parseEvents**(`providerReceivedEvents`, `abiEvents`, `abiStructs`, `abiEnums`): [`ParsedEvents`](types.md#parsedevents)
+
+Parse raw events and structure them into response object based on a contract structs and defined events
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------------- | :----------------------------------------------------------------- | :------------------------- |
+| `providerReceivedEvents` | [`EMITTED_EVENT`](types.RPC.RPCSPEC07.API.SPEC.md#emitted_event)[] | Array of raw events |
+| `abiEvents` | [`AbiEvents`](types.md#abievents) | Events defined in the abi |
+| `abiStructs` | [`AbiStructs`](types.md#abistructs) | Structs defined in the abi |
+| `abiEnums` | [`AbiEnums`](types.md#abienums) | Enums defined in the abi |
+
+#### Returns
+
+[`ParsedEvents`](types.md#parsedevents)
+
+parsed events corresponding to the abi
+
+**`Example`**
+
+```typescript
+const abiEvents = events.getAbiEvents(sierra.abi);
+const abiStructs = CallData.getAbiStruct(sierra.abi);
+const abiEnums = CallData.getAbiEnum(sierra.abi);
+const result = events.parseEvents(myEvents, abiEvents, abiStructs, abiEnums);
+// result = [{test::ExCh::ex_ch::Trade: {
+ maker: 7548613724711489396448209137n,
+ taker: 6435850562375218974960297344n,
+ router_maker: 0n,
+ }}]
+```
+
+#### Defined in
+
+[src/utils/events/index.ts:196](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/events/index.ts#L196)
+
+---
+
+### parseUDCEvent
+
+▸ **parseUDCEvent**(`txReceipt`): [`DeployContractUDCResponse`](types.md#deploycontractudcresponse)
+
+Parse Transaction Receipt Event from UDC invoke transaction and
+create DeployContractResponse compatible response with addition of the UDC Event data
+
+#### Parameters
+
+| Name | Type |
+| :---------- | :------------------------------------------------------------------------------ |
+| `txReceipt` | [`InvokeTransactionReceiptResponse`](types.md#invoketransactionreceiptresponse) |
+
+#### Returns
+
+[`DeployContractUDCResponse`](types.md#deploycontractudcresponse)
+
+parsed UDC event data
+
+#### Defined in
+
+[src/utils/events/index.ts:263](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/events/index.ts#L263)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/hash.md b/www/versioned_docs/version-6.24.1/API/namespaces/hash.md
new file mode 100644
index 000000000..04ac924c1
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/hash.md
@@ -0,0 +1,725 @@
+---
+id: 'hash'
+title: 'Namespace: hash'
+sidebar_label: 'hash'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Namespaces
+
+- [poseidon](hash.poseidon.md)
+
+## Functions
+
+### keccakBn
+
+▸ **keccakBn**(`value`): `string`
+
+Calculate the hex-string Starknet Keccak hash for a given BigNumberish
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :-------------------------------------- | :------------ |
+| `value` | [`BigNumberish`](types.md#bignumberish) | value to hash |
+
+#### Returns
+
+`string`
+
+hex-string Keccak hash
+
+**`Example`**
+
+```typescript
+const result = keccakBn('0xabc');
+// result = '0x11cf08aac85935e32397f410e48217a127b6855d41b1e3877eb4179c0904b77'
+```
+
+#### Defined in
+
+[src/utils/hash/selector.ts:21](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/selector.ts#L21)
+
+---
+
+### starknetKeccak
+
+▸ **starknetKeccak**(`str`): `bigint`
+
+Calculate the BigInt Starknet Keccak hash for a given string
+[Reference](https://github.com/starkware-libs/cairo-lang/blob/master/src/starkware/starknet/public/abi.py#L38)
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :------------ |
+| `str` | `string` | value to hash |
+
+#### Returns
+
+`bigint`
+
+BigInt Keccak hash
+
+**`Example`**
+
+```typescript
+const result = starknetKeccak('test').toString();
+// result = '61835310290161785288773114225739080147441215596947647498723774891619563096'
+```
+
+#### Defined in
+
+[src/utils/hash/selector.ts:50](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/selector.ts#L50)
+
+---
+
+### getSelectorFromName
+
+▸ **getSelectorFromName**(`funcName`): `string`
+
+Calculate the hex-string selector for a given abi function name
+[Reference](https://github.com/starkware-libs/cairo-lang/blob/master/src/starkware/starknet/public/abi.py#L46)
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :------- | :---------------- |
+| `funcName` | `string` | abi function name |
+
+#### Returns
+
+`string`
+
+hex-string selector
+
+**`Example`**
+
+```typescript
+const result = getSelectorFromName('myFunction');
+// result = '0xc14cfe23f3fa7ce7b1f8db7d7682305b1692293f71a61cc06637f0d8d8b6c8'
+```
+
+#### Defined in
+
+[src/utils/hash/selector.ts:68](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/selector.ts#L68)
+
+---
+
+### getSelector
+
+▸ **getSelector**(`value`): `string`
+
+Calculate the hex-string selector from a given abi function name or of any representation of number.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :-------------------------------------- | :----------------------------------------------------------- |
+| `value` | [`BigNumberish`](types.md#bignumberish) | ascii-string \| hex-string \| dec-string \| number \| BigInt |
+
+#### Returns
+
+`string`
+
+hex-string selector
+
+**`Example`**
+
+```typescript
+const selector1: string = getSelector('myFunction');
+// selector1 = "0xc14cfe23f3fa7ce7b1f8db7d7682305b1692293f71a61cc06637f0d8d8b6c8"
+
+const selector2: string = getSelector('0x123abc');
+// selector2 = "0x123abc"
+
+const selector3: string = getSelector('123456');
+// selector3 = "0x1e240"
+
+const selector4: string = getSelector(123456n);
+// selector4 = "0x1e240"
+```
+
+#### Defined in
+
+[src/utils/hash/selector.ts:93](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/selector.ts#L93)
+
+---
+
+### solidityUint256PackedKeccak256
+
+▸ **solidityUint256PackedKeccak256**(`params`): `string`
+
+Solidity hash of an array of uint256
+
+#### Parameters
+
+| Name | Type | Description |
+| :------- | :---------------------------------------- | :-------------------------- |
+| `params` | [`BigNumberish`](types.md#bignumberish)[] | an array of uint256 numbers |
+
+#### Returns
+
+`string`
+
+the hash of the array of Solidity uint256
+
+**`Example`**
+
+```typescript
+const result = hash.solidityUint256PackedKeccak256(['0x100', '200', 300, 400n]);
+// result = '0xd1e6cb422b65269603c491b0c85463295edabebfb2a6844e4fdc389ff1dcdd97'
+```
+
+#### Defined in
+
+[src/utils/hash/selector.ts:110](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/selector.ts#L110)
+
+---
+
+### getL2MessageHash
+
+▸ **getL2MessageHash**(`l1FromAddress`, `l2ToAddress`, `l2Selector`, `l2Calldata`, `l1Nonce`): `string`
+
+Calculate the L2 message hash related by a message L1->L2
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------------- | :---------------------------------------- | :--------------------------------------------------------------------------- |
+| `l1FromAddress` | [`BigNumberish`](types.md#bignumberish) | L1 account address that paid the message. |
+| `l2ToAddress` | [`BigNumberish`](types.md#bignumberish) | L2 contract address to execute. |
+| `l2Selector` | [`BigNumberish`](types.md#bignumberish) | can be a function name ("bridge_withdraw") or a number (BigNumberish). |
+| `l2Calldata` | [`BigNumberish`](types.md#bignumberish)[] | an array of BigNumberish of the raw parameters passed to the above function. |
+| `l1Nonce` | [`BigNumberish`](types.md#bignumberish) | The nonce of the L1 account. |
+
+#### Returns
+
+`string`
+
+hex-string of the L2 transaction hash
+
+**`Example`**
+
+```typescript
+const l1FromAddress = '0x0000000000000000000000008453fc6cd1bcfe8d4dfc069c400b433054d47bdc';
+const l2ToAddress = 2158142789748719025684046545159279785659305214176670733242887773692203401023n;
+const l2Selector = 774397379524139446221206168840917193112228400237242521560346153613428128537n;
+const payload = [
+ 4543560n,
+ 829565602143178078434185452406102222830667255948n,
+ 3461886633118033953192540141609307739580461579986333346825796013261542798665n,
+ 9000000000000000n,
+ 0n,
+];
+const l1Nonce = 8288n;
+const result = hash.getL2MessageHash(l1FromAddress, l2ToAddress, l2Selector, payload, l1Nonce);
+// result = "0x2e350fa9d830482605cb68be4fdb9f0cb3e1f95a0c51623ac1a5d1bd997c2090"
+```
+
+#### Defined in
+
+[src/utils/hash/selector.ts:145](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/selector.ts#L145)
+
+---
+
+### calculateInvokeTransactionHash
+
+▸ **calculateInvokeTransactionHash**(`args`): `string`
+
+#### Parameters
+
+| Name | Type |
+| :----- | :--------------------- |
+| `args` | `CalcInvokeTxHashArgs` |
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+[src/utils/hash/transactionHash/index.ts:61](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/transactionHash/index.ts#L61)
+
+---
+
+### calculateDeclareTransactionHash
+
+▸ **calculateDeclareTransactionHash**(`args`): `string`
+
+#### Parameters
+
+| Name | Type |
+| :----- | :---------------------- |
+| `args` | `CalcDeclareTxHashArgs` |
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+[src/utils/hash/transactionHash/index.ts:121](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/transactionHash/index.ts#L121)
+
+---
+
+### calculateDeployAccountTransactionHash
+
+▸ **calculateDeployAccountTransactionHash**(`args`): `string`
+
+#### Parameters
+
+| Name | Type |
+| :----- | :---------------------------- |
+| `args` | `CalcDeployAccountTxHashArgs` |
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+[src/utils/hash/transactionHash/index.ts:188](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/transactionHash/index.ts#L188)
+
+---
+
+### calculateL2MessageTxHash
+
+▸ **calculateL2MessageTxHash**(`l1FromAddress`, `l2ToAddress`, `l2Selector`, `l2Calldata`, `l2ChainId`, `l1Nonce`): `string`
+
+Calculate the L2 transaction hash generated by a message L1->L2
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------------- | :--------------------------------------------------------- | :--------------------------------------------------------------------------- |
+| `l1FromAddress` | [`BigNumberish`](types.md#bignumberish) | L1 account address that paid the message. |
+| `l2ToAddress` | [`BigNumberish`](types.md#bignumberish) | L2 contract address to execute. |
+| `l2Selector` | [`BigNumberish`](types.md#bignumberish) | can be a function name ("bridge_withdraw") or a number (BigNumberish). |
+| `l2Calldata` | [`RawCalldata`](types.md#rawcalldata) | an array of BigNumberish of the raw parameters passed to the above function. |
+| `l2ChainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) | L2 chain ID : from constants.StarknetChainId.xxx |
+| `l1Nonce` | [`BigNumberish`](types.md#bignumberish) | The nonce of the L1 account. |
+
+#### Returns
+
+`string`
+
+hex-string of the L2 transaction hash
+
+**`Example`**
+
+```typescript
+const l1FromAddress = '0x0000000000000000000000008453fc6cd1bcfe8d4dfc069c400b433054d47bdc';
+const l2ToAddress = 2158142789748719025684046545159279785659305214176670733242887773692203401023n;
+const l2Selector = 774397379524139446221206168840917193112228400237242521560346153613428128537n;
+const payload = [
+ 4543560n,
+ 829565602143178078434185452406102222830667255948n,
+ 3461886633118033953192540141609307739580461579986333346825796013261542798665n,
+ 9000000000000000n,
+ 0n,
+];
+const l1Nonce = 8288n;
+const result = hash.calculateL2MessageTxHash(
+ l1FromAddress,
+ l2ToAddress,
+ l2Selector,
+ payload,
+ constants.StarknetChainId.SN_SEPOLIA,
+ l1Nonce
+);
+// result = "0x67d959200d65d4ad293aa4b0da21bb050a1f669bce37d215c6edbf041269c07"
+```
+
+#### Defined in
+
+[src/utils/hash/transactionHash/v2.ts:158](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/transactionHash/v2.ts#L158)
+
+---
+
+### computePedersenHash
+
+▸ **computePedersenHash**(`a`, `b`): `string`
+
+#### Parameters
+
+| Name | Type |
+| :--- | :-------------------------------------- |
+| `a` | [`BigNumberish`](types.md#bignumberish) |
+| `b` | [`BigNumberish`](types.md#bignumberish) |
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+[src/utils/hash/classHash.ts:28](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/classHash.ts#L28)
+
+---
+
+### computePoseidonHash
+
+▸ **computePoseidonHash**(`a`, `b`): `string`
+
+#### Parameters
+
+| Name | Type |
+| :--- | :-------------------------------------- |
+| `a` | [`BigNumberish`](types.md#bignumberish) |
+| `b` | [`BigNumberish`](types.md#bignumberish) |
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+[src/utils/hash/classHash.ts:32](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/classHash.ts#L32)
+
+---
+
+### computeHashOnElements
+
+▸ **computeHashOnElements**(`data`): `string`
+
+Compute Pedersen hash from data
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :---------------------------------------- | :---------------------------------------- |
+| `data` | [`BigNumberish`](types.md#bignumberish)[] | Array of data to compute Pedersen hash on |
+
+#### Returns
+
+`string`
+
+hex-string of Pedersen hash
+
+**`Example`**
+
+```typescript
+const result = hash.computeHashOnElements(['0xabc', '0x123', '0xabc123']);
+// result = 0x148141e8f7db29d005a0187669a56f0790d7e8c2c5b2d780e4d8b9e436a5521
+```
+
+#### Defined in
+
+[src/utils/hash/classHash.ts:48](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/classHash.ts#L48)
+
+---
+
+### computePoseidonHashOnElements
+
+▸ **computePoseidonHashOnElements**(`data`): `string`
+
+#### Parameters
+
+| Name | Type |
+| :----- | :---------------------------------------- |
+| `data` | [`BigNumberish`](types.md#bignumberish)[] |
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+[src/utils/hash/classHash.ts:56](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/classHash.ts#L56)
+
+---
+
+### calculateContractAddressFromHash
+
+▸ **calculateContractAddressFromHash**(`salt`, `classHash`, `constructorCalldata`, `deployerAddress`): `string`
+
+Calculate contract address from class hash
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------------------- | :-------------------------------------- | :--------------------------------------------- |
+| `salt` | [`BigNumberish`](types.md#bignumberish) | Salt to be used for hashing |
+| `classHash` | [`BigNumberish`](types.md#bignumberish) | Class hash of contract to generate address for |
+| `constructorCalldata` | [`RawArgs`](types.md#rawargs) | Call data for contract constructor |
+| `deployerAddress` | [`BigNumberish`](types.md#bignumberish) | Address of contract deployer |
+
+#### Returns
+
+`string`
+
+hex-string
+
+**`Example`**
+
+```typescript
+const result = hash.calculateContractAddressFromHash(
+ 1234,
+ 0x1cf4fe5d37868d25524cdacb89518d88bf217a9240a1e6fde71cc22c429e0e3,
+ [1234, true, false],
+ 0x052fb1a9ab0db3c4f81d70fea6a2f6e55f57c709a46089b25eeec0e959db3695
+);
+// result = 0x5fb03d3a88d8e474976932f927ff6a9e332e06ed36642ea3e8c7e38bf010f76
+```
+
+#### Defined in
+
+[src/utils/hash/classHash.ts:74](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/classHash.ts#L74)
+
+---
+
+### formatSpaces
+
+▸ **formatSpaces**(`json`): `string`
+
+Format json-string without spaces to conform starknet json-string
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :------- | :------------------------- |
+| `json` | `string` | json-string without spaces |
+
+#### Returns
+
+`string`
+
+json-string with additional spaces after `:` and `,`
+
+**`Example`**
+
+```typescript
+const result = hash.formatSpaces("{'onchain':true,'isStarknet':true}");
+// result = "{'onchain': true, 'isStarknet': true}"
+```
+
+#### Defined in
+
+[src/utils/hash/classHash.ts:117](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/classHash.ts#L117)
+
+---
+
+### computeHintedClassHash
+
+▸ **computeHintedClassHash**(`compiledContract`): `string`
+
+Compute hinted class hash for legacy compiled contract (Cairo 0)
+
+#### Parameters
+
+| Name | Type |
+| :----------------- | :---------------------------------------------------------- |
+| `compiledContract` | [`LegacyCompiledContract`](types.md#legacycompiledcontract) |
+
+#### Returns
+
+`string`
+
+hex-string
+
+**`Example`**
+
+```typescript
+const compiledCairo0 = json.parse(fs.readFileSync('./cairo0contract.json').toString('ascii'));
+const result = hash.computeHintedClassHash(compiledCairo0);
+// result = "0x293eabb06955c0a1e55557014675aa4e7a1fd69896147382b29b2b6b166a2ac"
+```
+
+#### Defined in
+
+[src/utils/hash/classHash.ts:145](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/classHash.ts#L145)
+
+---
+
+### computeLegacyContractClassHash
+
+▸ **computeLegacyContractClassHash**(`contract`): `string`
+
+Computes the class hash for legacy compiled contract (Cairo 0)
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :---------------------------------------------------------------------- | :------------------------------- |
+| `contract` | `string` \| [`LegacyCompiledContract`](types.md#legacycompiledcontract) | legacy compiled contract content |
+
+#### Returns
+
+`string`
+
+hex-string of class hash
+
+**`Example`**
+
+```typescript
+const compiledCairo0 = json.parse(fs.readFileSync('./cairo0contract.json').toString('ascii'));
+const result = hash.computeLegacyContractClassHash(compiledCairo0);
+// result = "0x4a5cae61fa8312b0a3d0c44658b403d3e4197be80027fd5020ffcdf0c803331"
+```
+
+#### Defined in
+
+[src/utils/hash/classHash.ts:163](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/classHash.ts#L163)
+
+---
+
+### hashByteCodeSegments
+
+▸ **hashByteCodeSegments**(`casm`): `bigint`
+
+Compute hash of the bytecode for Sierra v1.5.0 onwards (Cairo 2.6.0)
+Each segment is Poseidon hashed.
+The global hash is : 1 + PoseidonHash(len0, h0, len1, h1, ...)
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :---------------------------------------- | :--------------------------------- |
+| `casm` | [`CairoAssembly`](types.md#cairoassembly) | compiled Sierra CASM file content. |
+
+#### Returns
+
+`bigint`
+
+the bytecode hash as bigint.
+
+**`Example`**
+
+```typescript
+const compiledCasm = json.parse(fs.readFileSync('./contractC260.casm.json').toString('ascii'));
+const result = hash.hashByteCodeSegments(compiledCasm);
+// result = 80499149343908132326491548897246987792410240503053732367044713070598981699n
+```
+
+#### Defined in
+
+[src/utils/hash/classHash.ts:231](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/classHash.ts#L231)
+
+---
+
+### computeCompiledClassHash
+
+▸ **computeCompiledClassHash**(`casm`): `string`
+
+Compute compiled class hash for contract (Cairo 1)
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :---------------------------------------- | :-------------------------------- |
+| `casm` | [`CairoAssembly`](types.md#cairoassembly) | Cairo 1 compiled contract content |
+
+#### Returns
+
+`string`
+
+hex-string of class hash
+
+**`Example`**
+
+```typescript
+const compiledCasm = json.parse(fs.readFileSync('./cairo260.casm.json').toString('ascii'));
+const result = hash.computeCompiledClassHash(compiledCasm);
+// result = "0x4087905743b4fa2b3affc1fc71333f1390c8c5d1e8ea47d6ba70786de3fc01a"
+```
+
+#### Defined in
+
+[src/utils/hash/classHash.ts:253](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/classHash.ts#L253)
+
+---
+
+### computeSierraContractClassHash
+
+▸ **computeSierraContractClassHash**(`sierra`): `string`
+
+Compute sierra contract class hash (Cairo 1)
+
+#### Parameters
+
+| Name | Type | Description |
+| :------- | :------------------------------------------ | :------------------------------ |
+| `sierra` | [`CompiledSierra`](types.md#compiledsierra) | Cairo 1 Sierra contract content |
+
+#### Returns
+
+`string`
+
+hex-string of class hash
+
+**`Example`**
+
+```typescript
+const compiledSierra = json.parse(fs.readFileSync('./cairo260.sierra.json').toString('ascii'));
+const result = hash.computeSierraContractClassHash(compiledSierra);
+// result = "0x67b6b4f02baded46f02feeed58c4f78e26c55364e59874d8abfd3532d85f1ba"
+```
+
+#### Defined in
+
+[src/utils/hash/classHash.ts:307](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/classHash.ts#L307)
+
+---
+
+### computeContractClassHash
+
+▸ **computeContractClassHash**(`contract`): `string`
+
+Compute ClassHash (sierra or legacy) based on provided contract
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :---------------------------------------------------------- | :----------------------- |
+| `contract` | `string` \| [`CompiledContract`](types.md#compiledcontract) | Cairo 1 contract content |
+
+#### Returns
+
+`string`
+
+hex-string of class hash
+
+**`Example`**
+
+```typescript
+const compiledSierra = json.parse(fs.readFileSync('./cairo260.sierra.json').toString('ascii'));
+const result = hash.computeContractClassHash(compiledSierra);
+// result = "0x67b6b4f02baded46f02feeed58c4f78e26c55364e59874d8abfd3532d85f1ba"
+```
+
+#### Defined in
+
+[src/utils/hash/classHash.ts:351](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/classHash.ts#L351)
+
+---
+
+### computePedersenHashOnElements
+
+▸ **computePedersenHashOnElements**(`data`): `string`
+
+Compute Pedersen hash from data
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :---------------------------------------- | :---------------------------------------- |
+| `data` | [`BigNumberish`](types.md#bignumberish)[] | Array of data to compute Pedersen hash on |
+
+#### Returns
+
+`string`
+
+hex-string of Pedersen hash
+
+**`Example`**
+
+```typescript
+const result = hash.computeHashOnElements(['0xabc', '0x123', '0xabc123']);
+// result = 0x148141e8f7db29d005a0187669a56f0790d7e8c2c5b2d780e4d8b9e436a5521
+```
+
+#### Defined in
+
+[src/utils/hash/classHash.ts:48](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/classHash.ts#L48)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/hash.poseidon.md b/www/versioned_docs/version-6.24.1/API/namespaces/hash.poseidon.md
new file mode 100644
index 000000000..874435236
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/hash.poseidon.md
@@ -0,0 +1,110 @@
+---
+id: 'hash.poseidon'
+title: 'Namespace: poseidon'
+sidebar_label: 'poseidon'
+custom_edit_url: null
+---
+
+[hash](hash.md).poseidon
+
+Hashes Exports
+
+## Type Aliases
+
+### PoseidonOpts
+
+Ƭ **PoseidonOpts**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------------- | :------------------ |
+| `Fp` | `IField`<`bigint`\> |
+| `t` | `number` |
+| `roundsFull` | `number` |
+| `roundsPartial` | `number` |
+| `sboxPower?` | `number` |
+| `reversePartialPowIdx?` | `boolean` |
+| `mds` | `bigint`[][] |
+| `roundConstants` | `bigint`[][] |
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/poseidon.d.ts:3
+
+## Functions
+
+### validateOpts
+
+▸ **validateOpts**(`opts`): `Readonly`<\{ `rounds`: `number` ; `sboxFn`: (`n`: `bigint`) => `bigint` ; `roundConstants`: `bigint`[][] ; `mds`: `bigint`[][] ; `Fp`: `IField`<`bigint`\> ; `t`: `number` ; `roundsFull`: `number` ; `roundsPartial`: `number` ; `sboxPower?`: `number` ; `reversePartialPowIdx?`: `boolean` }\>
+
+#### Parameters
+
+| Name | Type |
+| :----- | :---------------------------------------------- |
+| `opts` | [`PoseidonOpts`](hash.poseidon.md#poseidonopts) |
+
+#### Returns
+
+`Readonly`<\{ `rounds`: `number` ; `sboxFn`: (`n`: `bigint`) => `bigint` ; `roundConstants`: `bigint`[][] ; `mds`: `bigint`[][] ; `Fp`: `IField`<`bigint`\> ; `t`: `number` ; `roundsFull`: `number` ; `roundsPartial`: `number` ; `sboxPower?`: `number` ; `reversePartialPowIdx?`: `boolean` }\>
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/poseidon.d.ts:13
+
+---
+
+### splitConstants
+
+▸ **splitConstants**(`rc`, `t`): `bigint`[][]
+
+#### Parameters
+
+| Name | Type |
+| :--- | :--------- |
+| `rc` | `bigint`[] |
+| `t` | `number` |
+
+#### Returns
+
+`bigint`[][]
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/poseidon.d.ts:25
+
+---
+
+### poseidon
+
+▸ **poseidon**(`opts`): (`values`: `bigint`[]) => `bigint`[]
+
+#### Parameters
+
+| Name | Type |
+| :----- | :---------------------------------------------- |
+| `opts` | [`PoseidonOpts`](hash.poseidon.md#poseidonopts) |
+
+#### Returns
+
+`fn`
+
+▸ (`values`): `bigint`[]
+
+##### Parameters
+
+| Name | Type |
+| :------- | :--------- |
+| `values` | `bigint`[] |
+
+##### Returns
+
+`bigint`[]
+
+| Name | Type |
+| :--------------- | :----------- |
+| `roundConstants` | `bigint`[][] |
+
+#### Defined in
+
+node_modules/@noble/curves/esm/abstract/poseidon.d.ts:26
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/json.md b/www/versioned_docs/version-6.24.1/API/namespaces/json.md
new file mode 100644
index 000000000..193713546
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/json.md
@@ -0,0 +1,139 @@
+---
+id: 'json'
+title: 'Namespace: json'
+sidebar_label: 'json'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Functions
+
+### parse
+
+▸ **parse**(`str`): `any`
+
+Convert JSON string to JSON object
+
+NOTE: the String() wrapping is used so the behavior conforms to JSON.parse()
+which can accept simple data types but is not represented in the default typing
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :---------- |
+| `str` | `string` | JSON string |
+
+#### Returns
+
+`any`
+
+Parsed json object
+
+**`Example`**
+
+```typescript
+const str = '[123, 12.3, 11223344556677889900]';
+const result = parse(str);
+// result = [123, 12.3, 11223344556677890048n]
+```
+
+#### Defined in
+
+[src/utils/json.ts:27](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/json.ts#L27)
+
+---
+
+### parseAlwaysAsBig
+
+▸ **parseAlwaysAsBig**(`str`): `any`
+
+Convert JSON string to JSON object with all numbers as bigint
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :---------- |
+| `str` | `string` | JSON string |
+
+#### Returns
+
+`any`
+
+Parsed json object
+
+**`Example`**
+
+```typescript
+const str = '[123, 12.3, 1234567890]';
+const result = parseAlwaysAsBig(str);
+// result = [123n, 12.3, 1234567890n]
+```
+
+#### Defined in
+
+[src/utils/json.ts:41](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/json.ts#L41)
+
+---
+
+### stringify
+
+▸ **stringify**(`value`, `replacer?`, `space?`, `numberStringifiers?`): `string`
+
+Convert JSON object to JSON string
+
+NOTE: the not-null assertion is used so the return type conforms to JSON.stringify()
+which can also return undefined but is not represented in the default typing
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------------------- | :-------------------- | :------------------------------------------------------------------------------------------------ |
+| `value` | `unknown` | JSON object |
+| `replacer?` | `any` | Function that alters the behavior of the stringification process |
+| `space?` | `string` \| `number` | Used to insert white space into the output JSON string |
+| `numberStringifiers?` | `NumberStringifier`[] | Function used to stringify numbers (returning undefined will delete the property from the object) |
+
+#### Returns
+
+`string`
+
+JSON string
+
+**`Example`**
+
+```typescript
+const value = [123, 12.3, 1234567890];
+const result = stringify(value);
+// result = '[123,12.3,1234567890]'
+```
+
+#### Defined in
+
+[src/utils/json.ts:62](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/json.ts#L62)
+
+---
+
+### stringifyAlwaysAsBig
+
+▸ **stringifyAlwaysAsBig**(`value`, `replacer?`, `space?`, `numberStringifiers?`): `string`
+
+#### Parameters
+
+| Name | Type |
+| :-------------------- | :-------------------- |
+| `value` | `unknown` |
+| `replacer?` | `any` |
+| `space?` | `string` \| `number` |
+| `numberStringifiers?` | `NumberStringifier`[] |
+
+#### Returns
+
+`string`
+
+**`Deprecated`**
+
+equivalent to 'stringify', alias will be removed
+
+#### Defined in
+
+[src/utils/json.ts:62](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/json.ts#L62)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/merkle.md b/www/versioned_docs/version-6.24.1/API/namespaces/merkle.md
new file mode 100644
index 000000000..5afd846c7
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/merkle.md
@@ -0,0 +1,51 @@
+---
+id: 'merkle'
+title: 'Namespace: merkle'
+sidebar_label: 'merkle'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Classes
+
+- [MerkleTree](../classes/merkle.MerkleTree.md)
+
+## Functions
+
+### proofMerklePath
+
+▸ **proofMerklePath**(`root`, `leaf`, `path`, `hashMethod?`): `boolean`
+
+Tests a Merkle tree path
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :----------- | :------------------------------------------------------------------------------------------------------- | :-------------------- | :------------------------------------ |
+| `root` | `string` | `undefined` | hex-string |
+| `leaf` | `string` | `undefined` | hex-string |
+| `path` | `string`[] | `undefined` | hex-string array |
+| `hashMethod` | (`a`: [`BigNumberish`](types.md#bignumberish), `b`: [`BigNumberish`](types.md#bignumberish)) => `string` | `computePedersenHash` | hash method to use, default: Pedersen |
+
+#### Returns
+
+`boolean`
+
+true if the path is valid, false otherwise
+
+**`Example`**
+
+```typescript
+const leaves = ['0x1', '0x2', '0x3', '0x4', '0x5', '0x6', '0x7'];
+const tree = new MerkleTree(leaves);
+const result = proofMerklePath(tree.root, '0x3', [
+ '0x4',
+ '0x5bb9440e27889a364bcb678b1f679ecd1347acdedcbf36e83494f857cc58026',
+ '0x8c0e46dd2df9aaf3a8ebfbc25408a582ad7fa7171f0698ddbbc5130b4b4e60',
+]);
+// result = true
+```
+
+#### Defined in
+
+[src/utils/merkle.ts:148](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/merkle.ts#L148)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/num.md b/www/versioned_docs/version-6.24.1/API/namespaces/num.md
new file mode 100644
index 000000000..125f0ca93
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/num.md
@@ -0,0 +1,688 @@
+---
+id: 'num'
+title: 'Namespace: num'
+sidebar_label: 'num'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## References
+
+### BigNumberish
+
+Re-exports [BigNumberish](types.md#bignumberish)
+
+## Functions
+
+### isHex
+
+▸ **isHex**(`hex`): `boolean`
+
+Test if string is hex-string
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :---------- |
+| `hex` | `string` | hex-string |
+
+#### Returns
+
+`boolean`
+
+true if the input string is a hexadecimal string, false otherwise
+
+**`Example`**
+
+```typescript
+const hexString1 = '0x2fd23d9182193775423497fc0c472e156c57c69e4089a1967fb288a2d84e914';
+const result1 = isHex(hexString1);
+// result1 = true
+
+const hexString2 = '2fd23d9182193775423497fc0c472e156c57c69e4089a1967fb288a2d84e914';
+const result2 = isHex(hexString2);
+// result2 = false
+```
+
+#### Defined in
+
+[src/utils/num.ts:29](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L29)
+
+---
+
+### toBigInt
+
+▸ **toBigInt**(`value`): `bigint`
+
+Convert BigNumberish to bigint
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :-------------------------------------- | :--------------- |
+| `value` | [`BigNumberish`](types.md#bignumberish) | value to convert |
+
+#### Returns
+
+`bigint`
+
+converted value
+
+**`Example`**
+
+```typescript
+const str = '123';
+const result = toBigInt(str);
+// result = 123n
+```
+
+#### Defined in
+
+[src/utils/num.ts:45](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L45)
+
+---
+
+### toHex
+
+▸ **toHex**(`value`): `string`
+
+Convert BigNumberish to hex-string
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :-------------------------------------- | :--------------- |
+| `value` | [`BigNumberish`](types.md#bignumberish) | value to convert |
+
+#### Returns
+
+`string`
+
+converted number in hex-string format
+
+**`Example`**
+
+```typescript
+toHex(100); // '0x64'
+toHex('200'); // '0xc8'
+```
+
+#### Defined in
+
+[src/utils/num.ts:60](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L60)
+
+---
+
+### toStorageKey
+
+▸ **toStorageKey**(`number`): `string`
+
+Convert BigNumberish to storage-key-string
+
+Same as toHex but conforming to the STORAGE_KEY pattern `^0x0[0-7]{1}[a-fA-F0-9]{0,62}$`.
+
+A storage key is represented as up to 62 hex digits, 3 bits, and 5 leading zeroes:
+`0x0 + [0-7] + 62 hex = 0x + 64 hex`
+
+#### Parameters
+
+| Name | Type |
+| :------- | :-------------------------------------- |
+| `number` | [`BigNumberish`](types.md#bignumberish) |
+
+#### Returns
+
+`string`
+
+format: storage-key-string
+
+**`Example`**
+
+```typescript
+toStorageKey(0x123); // '0x0000000000000000000000000000000000000000000000000000000000000123'
+toStorageKey(123); // '0x000000000000000000000000000000000000000000000000000000000000007b'
+toStorageKey('test'); // 'Error'
+```
+
+#### Defined in
+
+[src/utils/num.ts:84](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L84)
+
+---
+
+### toHex64
+
+▸ **toHex64**(`number`): `string`
+
+Convert BigNumberish to hex format 0x + 64 hex chars
+
+Similar as toStorageKey but conforming to exactly 0x(64 hex chars).
+
+#### Parameters
+
+| Name | Type |
+| :------- | :-------------------------------------- |
+| `number` | [`BigNumberish`](types.md#bignumberish) |
+
+#### Returns
+
+`string`
+
+format: hex-0x(64)-string
+
+**`Example`**
+
+```typescript
+toHex64(123); // '0x000000000000000000000000000000000000000000000000000000000000007b'
+toHex64(123n); // '0x000000000000000000000000000000000000000000000000000000000000007b'
+toHex64('test'); // 'Error'
+```
+
+#### Defined in
+
+[src/utils/num.ts:102](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L102)
+
+---
+
+### hexToDecimalString
+
+▸ **hexToDecimalString**(`hex`): `string`
+
+Convert hexadecimal string to decimal string
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :-------------------- |
+| `hex` | `string` | hex-string to convert |
+
+#### Returns
+
+`string`
+
+converted number in decimal string format
+
+**`Example`**
+
+```typescript
+hexToDecimalString('64'); // '100'
+hexToDecimalString('c8'); // '200'
+```
+
+#### Defined in
+
+[src/utils/num.ts:119](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L119)
+
+---
+
+### cleanHex
+
+▸ **cleanHex**(`hex`): `string`
+
+Remove hex-string leading zeroes and lowercase it
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :---------- |
+| `hex` | `string` | hex-string |
+
+#### Returns
+
+`string`
+
+updated string in hex-string format
+
+**`Example`**
+
+```typescript
+cleanHex('0x00023AB'); // '0x23ab'
+```
+
+#### Defined in
+
+[src/utils/num.ts:133](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L133)
+
+---
+
+### assertInRange
+
+▸ **assertInRange**(`input`, `lowerBound`, `upperBound`, `inputName?`): `void`
+
+Asserts input is equal to or greater then lowerBound and lower then upperBound.
+
+The `inputName` parameter is used in the assertion message.
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :----------- | :-------------------------------------- | :------------ | :---------------------------------- |
+| `input` | [`BigNumberish`](types.md#bignumberish) | `undefined` | Value to check |
+| `lowerBound` | [`BigNumberish`](types.md#bignumberish) | `undefined` | Lower bound value |
+| `upperBound` | [`BigNumberish`](types.md#bignumberish) | `undefined` | Upper bound value |
+| `inputName` | `string` | `''` | Name of the input for error message |
+
+#### Returns
+
+`void`
+
+**`Throws`**
+
+Error if input is out of range
+
+**`Example`**
+
+```typescript
+const input1: BigNumberish = 10;
+assertInRange(input1, 5, 20, 'value');
+
+const input2: BigNumberish = 25;
+assertInRange(input2, 5, 20, 'value');
+// throws Error: Message not signable, invalid value length.
+```
+
+#### Defined in
+
+[src/utils/num.ts:156](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L156)
+
+---
+
+### bigNumberishArrayToDecimalStringArray
+
+▸ **bigNumberishArrayToDecimalStringArray**(`data`): `string`[]
+
+Convert BigNumberish array to decimal string array
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :---------------------------------------- | :------------------------------ |
+| `data` | [`BigNumberish`](types.md#bignumberish)[] | array of big-numberish elements |
+
+#### Returns
+
+`string`[]
+
+array of decimal strings
+
+**`Example`**
+
+```typescript
+const data = [100, 200n];
+const result = bigNumberishArrayToDecimalStringArray(data);
+// result = ['100', '200']
+```
+
+#### Defined in
+
+[src/utils/num.ts:185](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L185)
+
+---
+
+### bigNumberishArrayToHexadecimalStringArray
+
+▸ **bigNumberishArrayToHexadecimalStringArray**(`data`): `string`[]
+
+Convert BigNumberish array to hexadecimal string array
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :---------------------------------------- | :------------------------------ |
+| `data` | [`BigNumberish`](types.md#bignumberish)[] | array of big-numberish elements |
+
+#### Returns
+
+`string`[]
+
+array of hex-strings
+
+**`Example`**
+
+```typescript
+const data = [100, 200n];
+const result = bigNumberishArrayToHexadecimalStringArray(data);
+// result = ['0x64', '0xc8']
+```
+
+#### Defined in
+
+[src/utils/num.ts:201](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L201)
+
+---
+
+### isStringWholeNumber
+
+▸ **isStringWholeNumber**(`str`): `boolean`
+
+Test if string is a whole number (0, 1, 2, 3...)
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :------------- |
+| `str` | `string` | string to test |
+
+#### Returns
+
+`boolean`
+
+: true if string is a whole number, false otherwise
+
+**`Example`**
+
+```typescript
+isStringWholeNumber('100'); // true
+isStringWholeNumber('10.0'); // false
+isStringWholeNumber('test'); // false
+```
+
+#### Defined in
+
+[src/utils/num.ts:217](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L217)
+
+---
+
+### getDecimalString
+
+▸ **getDecimalString**(`str`): `string`
+
+Convert string to decimal string
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :---------------- |
+| `str` | `string` | string to convert |
+
+#### Returns
+
+`string`
+
+converted string in decimal format
+
+**`Throws`**
+
+str needs to be a number string in hex or whole number format
+
+**`Example`**
+
+```typescript
+const result = getDecimalString('0x1a');
+// result = "26"
+
+const result2 = getDecimalString('Hello');
+// throws Error: "Hello needs to be a hex-string or whole-number-string"
+```
+
+#### Defined in
+
+[src/utils/num.ts:236](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L236)
+
+---
+
+### getHexString
+
+▸ **getHexString**(`str`): `string`
+
+Convert string to hexadecimal string
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :---------------- |
+| `str` | `string` | string to convert |
+
+#### Returns
+
+`string`
+
+converted hex-string
+
+**`Throws`**
+
+str needs to be a number string in hex or whole number format
+
+**`Example`**
+
+```typescript
+const result = getHexString('123');
+// result = "0x7b"
+
+const result2 = getHexString('Hello');
+// throws Error: Hello needs to be a hex-string or whole-number-string
+```
+
+#### Defined in
+
+[src/utils/num.ts:261](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L261)
+
+---
+
+### getHexStringArray
+
+▸ **getHexStringArray**(`array`): `string`[]
+
+Convert string array to hex-string array
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :--------- | :----------------------- |
+| `array` | `string`[] | array of string elements |
+
+#### Returns
+
+`string`[]
+
+array of converted elements in hex-string format
+
+**`Example`**
+
+```typescript
+const data = ['100', '200', '0xaa'];
+const result = getHexStringArray(data);
+// result = ['0x64', '0xc8', '0xaa']
+```
+
+#### Defined in
+
+[src/utils/num.ts:283](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L283)
+
+---
+
+### toCairoBool
+
+▸ **toCairoBool**(`value`): `string`
+
+Convert boolean to "0" or "1"
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :-------- | :--------------------------------- |
+| `value` | `boolean` | The boolean value to be converted. |
+
+#### Returns
+
+`string`
+
+Returns true if the value is a number, otherwise returns false.
+
+**`Example`**
+
+```typescript
+const result = toCairoBool(true);
+// result ="1"
+
+const result2 = toCairoBool(false);
+// result2 = "0"
+```
+
+#### Defined in
+
+[src/utils/num.ts:301](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L301)
+
+---
+
+### hexToBytes
+
+▸ **hexToBytes**(`str`): `Uint8Array`
+
+Convert hex-string to an array of Bytes (Uint8Array)
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :---------- |
+| `str` | `string` | hex-string |
+
+#### Returns
+
+`Uint8Array`
+
+array containing the converted elements
+
+**`Throws`**
+
+str must be a hex-string
+
+**`Example`**
+
+```typescript
+let result;
+
+result = hexToBytes('0x64');
+// result = [100]
+
+result = hexToBytes('test');
+// throws Error: test needs to be a hex-string
+```
+
+#### Defined in
+
+[src/utils/num.ts:322](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L322)
+
+---
+
+### addPercent
+
+▸ **addPercent**(`number`, `percent`): `bigint`
+
+Adds a percentage amount to the value
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :-------------------------------------- | :-------------------------------- |
+| `number` | [`BigNumberish`](types.md#bignumberish) | value to be modified |
+| `percent` | `number` | integer as percent ex. 50 for 50% |
+
+#### Returns
+
+`bigint`
+
+modified value
+
+**`Example`**
+
+```typescript
+addPercent(100, 50); // 150n
+addPercent(100, 100); // 200n
+addPercent(200, 50); // 300n
+addPercent(200, -50); // 100n
+addPercent(200, -100); // 0n
+addPercent(200, -150); // -100n
+```
+
+#### Defined in
+
+[src/utils/num.ts:348](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L348)
+
+---
+
+### stringToSha256ToArrayBuff4
+
+▸ **stringToSha256ToArrayBuff4**(`str`): `Uint8Array`
+
+Calculate the sha256 hash of an utf8 string, then encode the
+result in an uint8Array of 4 elements.
+Useful in wallet path calculation.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :------------------------------------ |
+| `str` | `string` | utf8 string (hex string not handled). |
+
+#### Returns
+
+`Uint8Array`
+
+a uint8Array of 4 bytes.
+
+**`Example`**
+
+```typescript
+const ledgerPathApplicationName = 'LedgerW';
+const path2Buffer = num.stringToSha256ToArrayBuff4(ledgerPathApplicationName);
+// path2Buffer = Uint8Array(4) [43, 206, 231, 219]
+```
+
+#### Defined in
+
+[src/utils/num.ts:366](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L366)
+
+---
+
+### isBigNumberish
+
+▸ **isBigNumberish**(`input`): input is BigNumberish
+
+Checks if a given value is of BigNumberish type.
+234, 234n, "234", "0xea" are valid
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :-------- | :---------- |
+| `input` | `unknown` | a value |
+
+#### Returns
+
+input is BigNumberish
+
+true if type of input is `BigNumberish`
+
+**`Example`**
+
+```typescript
+const res = num.isBigNumberish('ZERO');
+// res = false
+```
+
+#### Defined in
+
+[src/utils/num.ts:384](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L384)
+
+---
+
+### toHexString
+
+▸ **toHexString**(`value`): `string`
+
+Alias of ToHex
+
+#### Parameters
+
+| Name | Type |
+| :------ | :-------------------------------------- |
+| `value` | [`BigNumberish`](types.md#bignumberish) |
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+[src/utils/num.ts:60](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/num.ts#L60)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/outsideExecution.md b/www/versioned_docs/version-6.24.1/API/namespaces/outsideExecution.md
new file mode 100644
index 000000000..9ffada00a
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/outsideExecution.md
@@ -0,0 +1,195 @@
+---
+id: 'outsideExecution'
+title: 'Namespace: outsideExecution'
+sidebar_label: 'outsideExecution'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Functions
+
+### getOutsideCall
+
+▸ **getOutsideCall**(`call`): [`OutsideCall`](../interfaces/types.OutsideCall.md)
+
+Converts a Call object to an OutsideCall object that can be used for an Outside Execution.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :---------------------- | :---------------------- |
+| `call` | [`Call`](types.md#call) | transaction to proceed. |
+
+#### Returns
+
+[`OutsideCall`](../interfaces/types.OutsideCall.md)
+
+transaction formatted in conformity to SNIP-9
+
+**`Example`**
+
+```typescript
+const call1: Call = {
+ contractAddress: '0x0123',
+ entrypoint: 'transfer',
+ calldata: { recipient: '0xabcd', amount: cairo.uint256(10) },
+};
+const result = outsideExecution.getOutsideCall(call1);
+// result = {
+// to: '0x0123',
+// selector: getSelectorFromName(call1.entrypoint),
+// calldata: ['43981', '10', '0'],
+//}
+```
+
+#### Defined in
+
+[src/utils/outsideExecution.ts:35](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/outsideExecution.ts#L35)
+
+---
+
+### getTypedData
+
+▸ **getTypedData**(`chainId`, `options`, `nonce`, `myCalls`, `version`): [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md)
+
+Build a TypedData message that will be used for an Outside execution.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :-------------------------------------------------------------------------- | :---------------------------------------------------------------------- |
+| `chainId` | `string` | The encoded string of the name of network. |
+| `options` | [`OutsideExecutionOptions`](../interfaces/types.OutsideExecutionOptions.md) | Parameters related to an Outside Execution. |
+| `nonce` | [`BigNumberish`](types.md#bignumberish) | Outside execution nonce (not to confuse with normal transaction nonce). |
+| `myCalls` | [`Call`](types.md#call)[] | transaction(s) to proceed. |
+| `version` | [`OutsideExecutionVersion`](../enums/types.OutsideExecutionVersion.md) | SNIP-9 V1 or V2. |
+
+#### Returns
+
+[`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md)
+
+SNIP-12 message conform to SNIP-9.
+
+**`Example`**
+
+```typescript
+const callOptions: OutsideExecutionOptions = {
+ caller: '0x1234',
+ execute_after: 100,
+ execute_before: 200,
+};
+const result: TypedData = outsideExecution.getTypedData(
+ constants.StarknetChainId.SN_SEPOLIA,
+ callOptions,
+ 21,
+ [call1],
+ EOutsideExecutionVersion.V2
+);
+// result = {
+// domain: {
+// chainId: '0x534e5f5345504f4c4941',
+// name: 'Account.execute_from_outside',
+// revision: '1',
+// version: '2',
+// },
+// message: {
+// Caller: '0x1234',
+// ...
+```
+
+#### Defined in
+
+[src/utils/outsideExecution.ts:105](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/outsideExecution.ts#L105)
+
+---
+
+### buildExecuteFromOutsideCallData
+
+▸ **buildExecuteFromOutsideCallData**(`outsideTransaction`): [`Calldata`](types.md#calldata)
+
+Builds a Calldata for the execute_from_outside() entrypoint.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------- | :---------------------------------------------------------------- | :------------------------------------------------------------ |
+| `outsideTransaction` | [`OutsideTransaction`](../interfaces/types.OutsideTransaction.md) | an object that contains all the data for a Outside Execution. |
+
+#### Returns
+
+[`Calldata`](types.md#calldata)
+
+The Calldata related to this Outside transaction
+
+**`Example`**
+
+```typescript
+const outsideTransaction: OutsideTransaction = {
+ outsideExecution: {
+ caller: '0x64b48806902a367c8598f4f95c305e8c1a1acba5f082d294a43793113115691',
+ nonce: '0x7d0b4b4fce4b236e63d2bb5fc321935d52935cd3b268248cf9cf29c496bd0ae',
+ execute_after: 500,
+ execute_before: 600,
+ calls: [{ to: '0x678', selector: '0x890', calldata: [12, 13] }],
+ },
+ signature: ['0x123', '0x456'],
+ signerAddress: '0x3b278ebae434f283f9340587a7f2dd4282658ac8e03cb9b0956db23a0a83657',
+ version: EOutsideExecutionVersion.V2,
+};
+
+const result: Calldata = outsideExecution.buildExecuteFromOutsideCallData(outsideTransaction);
+// result = ['2846891009026995430665703316224827616914889274105712248413538305735679628945',
+// '3534941323322368687588030484849371698982661160919690922146419787802417549486',
+// '500', '600', '1', '1656', '2192', '2', '12', '13', '2', '291', '1110']
+```
+
+#### Defined in
+
+[src/utils/outsideExecution.ts:163](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/outsideExecution.ts#L163)
+
+---
+
+### buildExecuteFromOutsideCall
+
+▸ **buildExecuteFromOutsideCall**(`outsideTransaction`): [`Call`](types.md#call)[]
+
+Builds a Call for execute(), estimateFee() and simulateTransaction() functions.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------- | :------------------------------------------------------------------------------------------------------ | :------------------------------------------------------------- |
+| `outsideTransaction` | [`AllowArray`](types.md#allowarray)<[`OutsideTransaction`](../interfaces/types.OutsideTransaction.md)\> | an object that contains all the data for an Outside Execution. |
+
+#### Returns
+
+[`Call`](types.md#call)[]
+
+The Call related to this Outside transaction
+
+**`Example`**
+
+```typescript
+const outsideTransaction: OutsideTransaction = {
+ outsideExecution: {
+ caller: '0x64b48806902a367c8598f4f95c305e8c1a1acba5f082d294a43793113115691',
+ nonce: '0x7d0b4b4fce4b236e63d2bb5fc321935d52935cd3b268248cf9cf29c496bd0ae',
+ execute_after: 500,
+ execute_before: 600,
+ calls: [{ to: '0x678', selector: '0x890', calldata: [12, 13] }],
+ },
+ signature: ['0x123', '0x456'],
+ signerAddress: '0x3b278ebae434f283f9340587a7f2dd4282658ac8e03cb9b0956db23a0a83657',
+ version: EOutsideExecutionVersion.V2,
+};
+
+const result: Call[] = outsideExecution.buildExecuteFromOutsideCall(outsideTransaction);
+// result = [{contractAddress: '0x64b48806902a367c8598f4f95c305e8c1a1acba5f082d294a43793113115691',
+// entrypoint: 'execute_from_outside_v2',
+// calldata: [ ... ],
+// }]
+```
+
+#### Defined in
+
+[src/utils/outsideExecution.ts:197](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/outsideExecution.ts#L197)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/provider-1.md b/www/versioned_docs/version-6.24.1/API/namespaces/provider-1.md
new file mode 100644
index 000000000..ad02e1af3
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/provider-1.md
@@ -0,0 +1,340 @@
+---
+id: 'provider-1'
+title: 'Namespace: provider'
+sidebar_label: 'provider'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Classes
+
+- [Block](../classes/provider-1.Block.md)
+
+## Variables
+
+### validBlockTags
+
+• `Const` **validBlockTags**: (`"pending"` \| `"latest"`)[]
+
+#### Defined in
+
+[src/utils/provider.ts:132](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L132)
+
+## Functions
+
+### wait
+
+▸ **wait**(`delay`): `Promise`<`unknown`\>
+
+Helper - Async Sleep for 'delay' time
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :------- | :------------------------------ |
+| `delay` | `number` | Number of milliseconds to delay |
+
+#### Returns
+
+`Promise`<`unknown`\>
+
+**`Example`**
+
+```typescript
+await provider.wait(1000); // 1000 milliseconds == 1 second
+```
+
+#### Defined in
+
+[src/utils/provider.ts:38](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L38)
+
+---
+
+### createSierraContractClass
+
+▸ **createSierraContractClass**(`contract`): [`SierraContractClass`](types.md#sierracontractclass)
+
+Create Sierra compressed Contract Class from a given Compiled Sierra
+
+CompiledSierra -> SierraContractClass
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :------------------------------------------ | :---------------------------------- |
+| `contract` | [`CompiledSierra`](types.md#compiledsierra) | sierra code from the Cairo compiler |
+
+#### Returns
+
+[`SierraContractClass`](types.md#sierracontractclass)
+
+compressed Sierra
+
+**`Example`**
+
+```typescript
+const result = provider.createSierraContractClass({
+ "sierra_program": [
+ "0x1",
+ "0x4",
+ "0x0",
+ "0x2",
+ "0x4",
+ "0x1",
+ "0x3b4",
+ "0x4c",
+ "0x65",
+ "0x52616e6765436865636b",...})
+// result = {sierra_program: 'H4sIAAAAAAAAA6x9WZbsrI7uVGqd53qgb8ZynwzYY7jDv5JAAmxHZuQ+96yq/L0jIzEINZ8axP/5j/q/+j//+z/wH9f/o/p/zPbh+Iot49+u9v8G3//rTdDhDDF4Z0MKPthQ+m+S2v6n1S//638VvdXW2PQ6RvxuDG+jiybCXKJ7Hef6ZRi9E+Q89WmKLilfqbrsL6PUCf8...}
+```
+
+#### Defined in
+
+[src/utils/provider.ts:68](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L68)
+
+---
+
+### parseContract
+
+▸ **parseContract**(`contract`): [`ContractClass`](types.md#contractclass)
+
+Create a compressed contract from a given compiled Cairo 0 & 1 contract or a string.
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :---------------------------------------------------------- | :---------------------------------------------- |
+| `contract` | `string` \| [`CompiledContract`](types.md#compiledcontract) | Compiled Cairo 0 or Cairo 1 contract, or string |
+
+#### Returns
+
+[`ContractClass`](types.md#contractclass)
+
+Cairo 0 or Cairo 1 compressed contract
+
+**`Example`**
+
+```typescript
+const result = provider.parseContract({
+ "sierra_program": [
+ "0x1",
+ "0x4",
+ "0x0",
+ "0x2",
+ "0x4",
+ "0x1",
+ "0x3b4",
+ "0x4c",
+ "0x65",
+ "0x52616e6765436865636b",...})
+// result = {sierra_program: 'H4sIAAAAAAAAA6x9WZbsrI7uVGqd53qgb8ZynwzYY7jDv5JAAmxHZuQ+96yq/L0jIzEINZ8axP/5j/q/+j//+z/wH9f/o/p/zPbh+Iot49+u9v8G3//rTdDhDDF4Z0MKPthQ+m+S2v6n1S//638VvdXW2PQ6RvxuDG+jiybCXKJ7Hef6ZRi9E+Q89WmKLilfqbrsL6PUCf8...}
+```
+
+#### Defined in
+
+[src/utils/provider.ts:98](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L98)
+
+---
+
+### isV3Tx
+
+▸ **isV3Tx**(`details`): details is V3TransactionDetails
+
+Check if the given transaction details is a V3 transaction.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :-------------------------------------------------------------------- | :------------------------------------- |
+| `details` | [`InvocationsDetailsWithNonce`](types.md#invocationsdetailswithnonce) | The transaction details to be checked. |
+
+#### Returns
+
+details is V3TransactionDetails
+
+Returns true if the transaction is a V3 transaction, otherwise false.
+
+**`Example`**
+
+```typescript
+const invocation: InvocationsDetailsWithNonce = {
+ nonce: 1,
+ version: 3,
+ maxFee: 10 ** 15,
+ feeDataAvailabilityMode: RPC.EDataAvailabilityMode.L1,
+ tip: 10 ** 13,
+ paymasterData: [],
+ resourceBounds: {
+ l1_gas: { max_amount: num.toHex(10 ** 14), max_price_per_unit: num.toHex(50) },
+ l2_gas: { max_amount: num.toHex(0), max_price_per_unit: num.toHex(0) },
+ },
+};
+const result = provider.isV3Tx(invocation);
+// result = true
+```
+
+#### Defined in
+
+[src/utils/provider.ts:283](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L283)
+
+---
+
+### isVersion
+
+▸ **isVersion**(`version`, `response`): `boolean`
+
+Determines if the given response matches the specified version.
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :---------------------------- | :------------------------------------------- |
+| `version` | `"0.5"` \| `"0.6"` \| `"0.7"` | The version to compare against the response. |
+| `response` | `string` | The response to check against the version. |
+
+#### Returns
+
+`boolean`
+
+True if the response matches the version, false otherwise.
+
+**`Example`**
+
+```typescript
+const result = provider.isVersion('0.7', '0_7');
+// result = false
+```
+
+#### Defined in
+
+[src/utils/provider.ts:300](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L300)
+
+---
+
+### isPendingBlock
+
+▸ **isPendingBlock**(`response`): response is PendingBlock
+
+Guard Pending Block
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :---------------------------------------------- | :------------------------------ |
+| `response` | [`GetBlockResponse`](types.md#getblockresponse) | answer of myProvider.getBlock() |
+
+#### Returns
+
+response is PendingBlock
+
+true if block is the pending block
+
+**`Example`**
+
+```typescript
+const block = await myProvider.getBlock('pending');
+const result = provider.isPendingBlock(block);
+// result = true
+```
+
+#### Defined in
+
+[src/utils/provider.ts:318](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L318)
+
+---
+
+### isPendingTransaction
+
+▸ **isPendingTransaction**(`response`): `boolean`
+
+Guard Pending Transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :----------------------------------------------------------------------------- | :------------------ |
+| `response` | [`GetTransactionReceiptResponse`](../modules.md#gettransactionreceiptresponse) | transaction Receipt |
+
+#### Returns
+
+`boolean`
+
+true if the transaction is part of the pending block
+
+**`Example`**
+
+```typescript
+const block = await myProvider.getBlockWithTxs('pending');
+const txR = await myProvider.getTransactionReceipt(block.transactions[0].transaction_hash);
+const result = provider.isPendingTransaction(txR);
+// result = true
+```
+
+#### Defined in
+
+[src/utils/provider.ts:334](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L334)
+
+---
+
+### isPendingStateUpdate
+
+▸ **isPendingStateUpdate**(`response`): response is Object
+
+Guard Pending State Update
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :---------------------------------------------------- | :--------------- |
+| `response` | [`StateUpdateResponse`](types.md#stateupdateresponse) | State of a block |
+
+#### Returns
+
+response is Object
+
+true if the block is pending
+
+**`Example`**
+
+```typescript
+const state: StateUpdateResponse = await myProvider.getStateUpdate('pending');
+const result = provider.isPendingStateUpdate(state);
+// result = true
+```
+
+#### Defined in
+
+[src/utils/provider.ts:349](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L349)
+
+---
+
+### getDefaultNodeUrl
+
+▸ **getDefaultNodeUrl**(`networkName?`, `mute?`): `string`
+
+Return randomly select available public node
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :------------- | :------------------------------------------------- | :------------ | :----------------------- |
+| `networkName?` | [`NetworkName`](../enums/constants.NetworkName.md) | `undefined` | NetworkName |
+| `mute` | `boolean` | `false` | mute public node warning |
+
+#### Returns
+
+`string`
+
+default node url
+
+**`Example`**
+
+```typescript
+const result = provider.getDefaultNodeUrl(constants.NetworkName.SN_MAIN, false);
+// console : "Using default public node url, please provide nodeUrl in provider options!"
+// result = "https://starknet-mainnet.public.blastapi.io/rpc/v0_7"
+```
+
+#### Defined in
+
+[src/utils/provider.ts:123](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/provider.ts#L123)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/selector.md b/www/versioned_docs/version-6.24.1/API/namespaces/selector.md
new file mode 100644
index 000000000..7988536a9
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/selector.md
@@ -0,0 +1,43 @@
+---
+id: 'selector'
+title: 'Namespace: selector'
+sidebar_label: 'selector'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## References
+
+### keccakBn
+
+Re-exports [keccakBn](hash.md#keccakbn)
+
+---
+
+### starknetKeccak
+
+Re-exports [starknetKeccak](hash.md#starknetkeccak)
+
+---
+
+### getSelectorFromName
+
+Re-exports [getSelectorFromName](hash.md#getselectorfromname)
+
+---
+
+### getSelector
+
+Re-exports [getSelector](hash.md#getselector)
+
+---
+
+### solidityUint256PackedKeccak256
+
+Re-exports [solidityUint256PackedKeccak256](hash.md#solidityuint256packedkeccak256)
+
+---
+
+### getL2MessageHash
+
+Re-exports [getL2MessageHash](hash.md#getl2messagehash)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/shortString.md b/www/versioned_docs/version-6.24.1/API/namespaces/shortString.md
new file mode 100644
index 000000000..ad90fc92e
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/shortString.md
@@ -0,0 +1,296 @@
+---
+id: 'shortString'
+title: 'Namespace: shortString'
+sidebar_label: 'shortString'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Functions
+
+### isASCII
+
+▸ **isASCII**(`str`): `boolean`
+
+Test if string contains only ASCII characters (string can be ascii text)
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :----------------- |
+| `str` | `string` | The string to test |
+
+#### Returns
+
+`boolean`
+
+Returns true if the string contains only ASCII characters, otherwise false
+
+**`Example`**
+
+```typescript
+const result = shortString.isASCII('Hello, world!');
+// result = true
+const result = shortString.isASCII('Hello, 世界!');
+// result = false
+```
+
+#### Defined in
+
+[src/utils/shortString.ts:18](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/shortString.ts#L18)
+
+---
+
+### isShortString
+
+▸ **isShortString**(`str`): `boolean`
+
+Test if a string is a Cairo short string (string with less or equal 31 characters)
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :----------------- |
+| `str` | `string` | the string to test |
+
+#### Returns
+
+`boolean`
+
+Returns true if the string has less than or equal to 31 characters, otherwise false.
+
+**`Example`**
+
+```typescript
+const result = shortString.isShortString('Hello, world!');
+// result = true
+```
+
+#### Defined in
+
+[src/utils/shortString.ts:33](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/shortString.ts#L33)
+
+---
+
+### isDecimalString
+
+▸ **isDecimalString**(`str`): `boolean`
+
+Test if string contains only numbers (string can be converted to decimal integer number)
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :------------------ |
+| `str` | `string` | the string to test. |
+
+#### Returns
+
+`boolean`
+
+Returns true if the string contains only numbers, otherwise false.
+
+**`Example`**
+
+```typescript
+const result = shortString.isDecimalString('12345');
+// result = true
+const result = shortString.isDecimalString('12a45');
+// result = false
+```
+
+#### Defined in
+
+[src/utils/shortString.ts:49](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/shortString.ts#L49)
+
+---
+
+### isText
+
+▸ **isText**(`val`): `boolean`
+
+Test if value is a pure string text, and not a hex string or number string
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :---- | :---------------- |
+| `val` | `any` | the value to test |
+
+#### Returns
+
+`boolean`
+
+returns true if the value is a free-form string text, otherwise false
+
+**`Example`**
+
+```typescript
+const result = shortString.isText('Hello, world!');
+// result = true
+const result = shortString.isText('0x7aec92f706');
+// result = false
+```
+
+#### Defined in
+
+[src/utils/shortString.ts:65](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/shortString.ts#L65)
+
+---
+
+### splitLongString
+
+▸ **splitLongString**(`longStr`): `string`[]
+
+Split long text (string greater than 31 characters) into short strings (string lesser or equal 31 characters)
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------- | :--------------------------------------------------------- |
+| `longStr` | `string` | the long text (string greater than 31 characters) to split |
+
+#### Returns
+
+`string`[]
+
+an array of short strings (string lesser or equal 31 characters).
+
+**`Example`**
+
+```typescript
+const result = shortString.splitLongString(
+ 'Hello, world! we just testing splitLongString function.'
+);
+// result = [ 'Hello, world! we just testing s', 'plitLongString function.' ]
+```
+
+#### Defined in
+
+[src/utils/shortString.ts:103](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/shortString.ts#L103)
+
+---
+
+### encodeShortString
+
+▸ **encodeShortString**(`str`): `string`
+
+Convert an ASCII short string to a hexadecimal string.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :--------------------------------------------- |
+| `str` | `string` | short string (ASCII string, 31 characters max) |
+
+#### Returns
+
+`string`
+
+hex-string with 248 bits max
+
+**`Example`**
+
+```typescript
+const result = shortString.encodeShortString('uri/pict/t38.jpg');
+// result = "0x7572692f706963742f7433382e6a7067"
+```
+
+#### Defined in
+
+[src/utils/shortString.ts:118](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/shortString.ts#L118)
+
+---
+
+### decodeShortString
+
+▸ **decodeShortString**(`str`): `string`
+
+Convert a hexadecimal or decimal string to an ASCII string.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :------- | :----------------------------------------------------------------------------- |
+| `str` | `string` | representing a 248 bit max number (ex. "0x1A4F64EA56" or "236942575435676423") |
+
+#### Returns
+
+`string`
+
+short string; 31 characters max
+
+**`Example`**
+
+```typescript
+const result = shortString.decodeShortString('0x7572692f706963742f7433382e6a7067');
+// result = "uri/pict/t38.jpg"
+```
+
+#### Defined in
+
+[src/utils/shortString.ts:134](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/shortString.ts#L134)
+
+---
+
+### isShortText
+
+▸ **isShortText**(`val`): `boolean`
+
+Test if value is short text
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :---- | :--------------- |
+| `val` | `any` | The item to test |
+
+#### Returns
+
+`boolean`
+
+Returns true if the value is a short text (string has less or equal 31 characters), otherwise false
+
+**`Example`**
+
+```typescript
+const result = shortString.isShortText('Hello, world!');
+// result = true
+```
+
+#### Defined in
+
+[src/utils/shortString.ts:79](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/shortString.ts#L79)
+
+---
+
+### isLongText
+
+▸ **isLongText**(`val`): `boolean`
+
+Test if value is long text
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :---- | :---------------- |
+| `val` | `any` | the value to test |
+
+#### Returns
+
+`boolean`
+
+returns true if the value is a long text(string has more than 31 characters), otherwise false.
+
+**`Example`**
+
+```typescript
+const result = shortString.isLongText(
+ 'Hello, world! this is some random long string to enable you test isLongText function.'
+);
+// result = true
+```
+
+#### Defined in
+
+[src/utils/shortString.ts:91](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/shortString.ts#L91)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/src5.md b/www/versioned_docs/version-6.24.1/API/namespaces/src5.md
new file mode 100644
index 000000000..49eda7621
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/src5.md
@@ -0,0 +1,42 @@
+---
+id: 'src5'
+title: 'Namespace: src5'
+sidebar_label: 'src5'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Functions
+
+### supportsInterface
+
+▸ **supportsInterface**(`provider`, `contractAddress`, `interfaceId`): `Promise`<`boolean`\>
+
+Implementation of ERC165 introspection.
+Verify if a contract has implemented some standard functionalities.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------------- | :-------------------------------------- | :-------------------------------------- |
+| `provider` | [`Provider`](../classes/Provider.md) | the provider to access to Starknet. |
+| `contractAddress` | [`BigNumberish`](types.md#bignumberish) | the address of the contract to check. |
+| `interfaceId` | [`BigNumberish`](types.md#bignumberish) | the hash of the functionality to check. |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+true if the interfaceId is implemented in this contract.
+
+**`Example`**
+
+```typescript
+const snip9InterfaceV2Id = constants.SNIP9_V2_INTERFACE_ID;
+const result = src5.supportsInterface(myProvider, accountContractAddress, snip9InterfaceV2Id);
+// result = true
+```
+
+#### Defined in
+
+[src/utils/src5.ts:19](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/src5.ts#L19)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/stark.md b/www/versioned_docs/version-6.24.1/API/namespaces/stark.md
new file mode 100644
index 000000000..b0997a73b
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/stark.md
@@ -0,0 +1,550 @@
+---
+id: 'stark'
+title: 'Namespace: stark'
+sidebar_label: 'stark'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Functions
+
+### compressProgram
+
+▸ **compressProgram**(`jsonProgram`): [`CompressedProgram`](types.md#compressedprogram)
+
+Compress compiled Cairo 0 program
+
+[Reference](https://github.com/starkware-libs/cairo-lang/blob/master/src/starkware/starknet/services/api/gateway/transaction.py#L54-L58)
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------ | :------------------------------------------------------ | :---------------------------------------- |
+| `jsonProgram` | `string` \| [`Program`](../interfaces/types.Program.md) | Representing the compiled Cairo 0 program |
+
+#### Returns
+
+[`CompressedProgram`](types.md#compressedprogram)
+
+Compressed Cairo 0 program
+
+**`Example`**
+
+```typescript
+const contractCairo0 = json.parse(fs.readFileSync('./cairo0contract.json').toString('ascii'));
+const result = stark.compressProgram(contractCairo0);
+// result = "H4sIAAAAAAAAA+1dC4/bOJL+K4aBu01me7r5EEUyixzQk/TuB..."
+```
+
+#### Defined in
+
+[src/utils/stark.ts:50](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/stark.ts#L50)
+
+---
+
+### decompressProgram
+
+▸ **decompressProgram**(`base64`): `any`
+
+Decompress compressed compiled Cairo 0 program
+
+#### Parameters
+
+| Name | Type | Description |
+| :------- | :--------------------- | :------------------------- |
+| `base64` | `string` \| `string`[] | Compressed Cairo 0 program |
+
+#### Returns
+
+`any`
+
+Parsed decompressed compiled Cairo 0 program
+
+**`Example`**
+
+```typescript
+const contractCairo0 = json.parse(fs.readFileSync('./cairo0contract.json').toString('ascii'));
+const compressedCairo0 = stark.compressProgram(contractCairo0);
+const result = stark.decompressProgram(compressedCairo0);
+// result = {
+// abi: [
+// {
+// inputs: [Array],
+// name: 'increase_balance',
+// outputs: [],
+// type: 'function'
+// }
+// ],
+// entry_points_by_type: { CONSTRUCTOR: [], EXTERNAL: [ [Object], [Object] ], L1_HANDLER: [] },
+// program: {
+// attributes: [],
+// builtins: [ 'pedersen', 'range_check' ],
+// compiler_version: '0.10.2',
+// data: [
+// '0x480680017fff8000',
+// ...
+```
+
+#### Defined in
+
+[src/utils/stark.ts:84](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/stark.ts#L84)
+
+---
+
+### randomAddress
+
+▸ **randomAddress**(): `string`
+
+Random Address based on random keyPair
+
+#### Returns
+
+`string`
+
+an hex string of a random Starknet address
+
+**`Example`**
+
+```typescript
+const result = stark.randomAddress();
+// result = "0x51fc8126a13cd5ddb29a71ca399cb1e814f086f5af1b502d7151c14929554f"
+```
+
+#### Defined in
+
+[src/utils/stark.ts:99](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/stark.ts#L99)
+
+---
+
+### makeAddress
+
+▸ **makeAddress**(`input`): `string`
+
+Lowercase and hex prefix string
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------- |
+| `input` | `string` |
+
+#### Returns
+
+`string`
+
+**`Deprecated`**
+
+Not used internally, naming is confusing based on functionality
+
+#### Defined in
+
+[src/utils/stark.ts:109](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/stark.ts#L109)
+
+---
+
+### formatSignature
+
+▸ **formatSignature**(`sig?`): [`ArraySignatureType`](types.md#arraysignaturetype)
+
+Format Signature to standard type (hex array)
+
+#### Parameters
+
+| Name | Type |
+| :----- | :-------------------------------- |
+| `sig?` | [`Signature`](types.md#signature) |
+
+#### Returns
+
+[`ArraySignatureType`](types.md#arraysignaturetype)
+
+Custom hex string array
+
+**`Throws`**
+
+if sig not defined, or wrong format
+
+**`Example`**
+
+```typescript
+const signature = ec.starkCurve.sign('0x12de34', '0x3487123eac');
+const result = stark.formatSignature(signature);
+// result = ['0xba8eecee2d69c417e8c6a20cf331c821f716b58ba9e47166c7476afdb38997',
+// '0x69ef7438c94104839a6e2aa2385482a77399d2f46e894ae4f50ab6d69239d1c']
+```
+
+#### Defined in
+
+[src/utils/stark.ts:126](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/stark.ts#L126)
+
+---
+
+### signatureToDecimalArray
+
+▸ **signatureToDecimalArray**(`sig?`): [`ArraySignatureType`](types.md#arraysignaturetype)
+
+Format Signature to decimal string array
+
+#### Parameters
+
+| Name | Type |
+| :----- | :-------------------------------- |
+| `sig?` | [`Signature`](types.md#signature) |
+
+#### Returns
+
+[`ArraySignatureType`](types.md#arraysignaturetype)
+
+Custom hex string array
+
+**`Throws`**
+
+if sig not defined, or wrong format
+
+**`Example`**
+
+```typescript
+const signature = ec.starkCurve.sign('0x12de34', '0x3487123eac');
+const result = stark.signatureToDecimalArray(signature);
+// result = ['329619989660444495690615805546674399714973829707166906185976654753023887767',
+// '2994745480203297689255012826403147585778741462125743754529207781488706428188']
+```
+
+#### Defined in
+
+[src/utils/stark.ts:152](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/stark.ts#L152)
+
+---
+
+### signatureToHexArray
+
+▸ **signatureToHexArray**(`sig?`): [`ArraySignatureType`](types.md#arraysignaturetype)
+
+Format Signature to hex string array
+
+#### Parameters
+
+| Name | Type |
+| :----- | :-------------------------------- |
+| `sig?` | [`Signature`](types.md#signature) |
+
+#### Returns
+
+[`ArraySignatureType`](types.md#arraysignaturetype)
+
+Custom hex string array
+
+**`Throws`**
+
+if sig not defined, or wrong format
+
+**`Example`**
+
+```typescript
+const signature = ec.starkCurve.sign('0x12de34', '0x3487123eac');
+const result = stark.signatureToHexArray(signature);
+// result = ['0xba8eecee2d69c417e8c6a20cf331c821f716b58ba9e47166c7476afdb38997',
+// '0x69ef7438c94104839a6e2aa2385482a77399d2f46e894ae4f50ab6d69239d1c']
+```
+
+#### Defined in
+
+[src/utils/stark.ts:169](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/stark.ts#L169)
+
+---
+
+### estimatedFeeToMaxFee
+
+▸ **estimatedFeeToMaxFee**(`estimatedFee`, `overhead?`): `bigint`
+
+Convert estimated fee to max fee including a margin
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :------------- | :-------------------------------------- | :---------------------------- | :---------------------------- |
+| `estimatedFee` | [`BigNumberish`](types.md#bignumberish) | `undefined` | The estimated fee |
+| `overhead?` | `number` | `FeeMarginPercentage.MAX_FEE` | The overhead added to the gas |
+
+#### Returns
+
+`bigint`
+
+The maximum fee with the margin
+
+**`Example`**
+
+```typescript
+const result = stark.estimatedFeeToMaxFee('8982300000000', 50);
+// result = "13473450000000n"
+```
+
+#### Defined in
+
+[src/utils/stark.ts:184](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/stark.ts#L184)
+
+---
+
+### estimateFeeToBounds
+
+▸ **estimateFeeToBounds**(`estimate`, `amountOverhead?`, `priceOverhead?`): [`ResourceBounds`](types.RPC.RPCSPEC07.API.md#resourcebounds)
+
+Calculates the maximum resource bounds for fee estimation.
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :---------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------ | :------------------------------------------------------------------------------------------- |
+| `estimate` | `0n` \| \{ `unit`: `"WEI"` \| `"FRI"` ; `gas_consumed`: `string` ; `gas_price`: `string` ; `overall_fee`: `string` ; `data_gas_consumed`: `undefined` \| `string` ; `data_gas_price`: `undefined` \| `string` } | `undefined` | The estimate for the fee. If a BigInt is provided, the returned bounds will be set to '0x0'. |
+| `amountOverhead?` | `number` | `FeeMarginPercentage.L1_BOUND_MAX_AMOUNT` | The percentage overhead added to the gas consumed or overall fee amount. |
+| `priceOverhead?` | `number` | `FeeMarginPercentage.L1_BOUND_MAX_PRICE_PER_UNIT` | The percentage overhead added to the gas price per unit. |
+
+#### Returns
+
+[`ResourceBounds`](types.RPC.RPCSPEC07.API.md#resourcebounds)
+
+The maximum resource bounds for fee estimation.
+
+**`Throws`**
+
+If the estimate object is undefined or does not have the required properties.
+
+**`Example`**
+
+```typescript
+const feeEstimated: FeeEstimate = {
+ gas_consumed: '0x3456a',
+ gas_price: '0xa45567567567ae4',
+ overall_fee: '0x2198F463A77A899A5668',
+ unit: 'WEI',
+};
+const result = stark.estimateFeeToBounds(feeEstimated, 70, 50);
+// result = {
+// l2_gas: { max_amount: '0x0', max_price_per_unit: '0x0' },
+// l1_gas: { max_amount: '0x58f9a', max_price_per_unit: '0xf6801b01b01b856' }
+// }
+```
+
+#### Defined in
+
+[src/utils/stark.ts:214](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/stark.ts#L214)
+
+---
+
+### intDAM
+
+▸ **intDAM**(`dam`): [`EDAMode`](types.RPC.RPCSPEC07.API.md#edamode-1)
+
+Converts the data availability mode from EDataAvailabilityMode to EDAMode.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---- | :---------------------------------------------------------------------------- | :------------------------------------------ |
+| `dam` | [`EDataAvailabilityMode`](types.RPC.RPCSPEC07.API.md#edataavailabilitymode-1) | The data availability mode to be converted. |
+
+#### Returns
+
+[`EDAMode`](types.RPC.RPCSPEC07.API.md#edamode-1)
+
+The converted data availability mode.
+
+**`Throws`**
+
+If the data availability mode is not a valid value.
+
+**`Example`**
+
+```typescript
+const result = stark.intDAM(RPC.EDataAvailabilityMode.L1);
+// result = 0
+```
+
+#### Defined in
+
+[src/utils/stark.ts:253](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/stark.ts#L253)
+
+---
+
+### toTransactionVersion
+
+▸ **toTransactionVersion**(`defaultVersion`, `providedVersion?`): [`ETransactionVersion`](types.RPC.RPCSPEC07.API.md#etransactionversion-1)
+
+Convert to ETransactionVersion or throw an error.
+Return providedVersion is specified else return defaultVersion
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :-------------------------------------- | :----------------------------------- |
+| `defaultVersion` | [`BigNumberish`](types.md#bignumberish) | default estimate transaction version |
+| `providedVersion?` | [`BigNumberish`](types.md#bignumberish) | estimate transaction version |
+
+#### Returns
+
+[`ETransactionVersion`](types.RPC.RPCSPEC07.API.md#etransactionversion-1)
+
+if providedVersion is not provided, returns the default estimate version, else return the provided version
+
+**`Throws`**
+
+if estimate transaction version or default estimate transaction version is unknown
+
+**`Example`**
+
+```typescript
+const result = stark.toTransactionVersion(
+ '0x100000000000000000000000000000003',
+ stark.toFeeVersion(2)
+);
+// result = "0x100000000000000000000000000000002"
+```
+
+#### Defined in
+
+[src/utils/stark.ts:272](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/stark.ts#L272)
+
+---
+
+### toFeeVersion
+
+▸ **toFeeVersion**(`providedVersion?`): [`ETransactionVersion`](types.RPC.RPCSPEC07.API.md#etransactionversion-1) \| `undefined`
+
+Convert Transaction version to Fee version or throw an error
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------------- | :-------------------------------------- | :----------------------------------------------- |
+| `providedVersion?` | [`BigNumberish`](types.md#bignumberish) | 0..3 number representing the transaction version |
+
+#### Returns
+
+[`ETransactionVersion`](types.RPC.RPCSPEC07.API.md#etransactionversion-1) \| `undefined`
+
+the fee estimation version corresponding to the transaction version provided
+
+**`Throws`**
+
+if the transaction version is unknown
+
+**`Example`**
+
+```typescript
+const result = stark.toFeeVersion(2);
+// result = "0x100000000000000000000000000000002"
+```
+
+#### Defined in
+
+[src/utils/stark.ts:300](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/stark.ts#L300)
+
+---
+
+### v3Details
+
+▸ **v3Details**(`details`): `V3Details`
+
+Return provided or default v3 tx details
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------------------------------------------------------------ | :------------------------- |
+| `details` | [`UniversalDetails`](../interfaces/types.UniversalDetails.md) | details of the transaction |
+
+#### Returns
+
+`V3Details`
+
+an object including the V3 transaction details.
+
+**`Example`**
+
+```typescript
+const detail: UniversalDetails = { tip: 3456n };
+const result = stark.v3Details(detail);
+// result = {
+// tip: 3456n,
+// paymasterData: [],
+// accountDeploymentData: [],
+// nonceDataAvailabilityMode: 'L1',
+// feeDataAvailabilityMode: 'L1',
+// resourceBounds: {
+// l2_gas: { max_amount: '0x0', max_price_per_unit: '0x0' },
+// l1_gas: { max_amount: '0x0', max_price_per_unit: '0x0' }
+// }
+// }
+```
+
+#### Defined in
+
+[src/utils/stark.ts:334](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/stark.ts#L334)
+
+---
+
+### reduceV2
+
+▸ **reduceV2**(`providedVersion`): [`ETransactionVersion`](types.RPC.RPCSPEC07.API.md#etransactionversion-1)
+
+It will reduce V2 to V1, else (V3) stay the same
+F2 -> F1
+V2 -> V1
+F3 -> F3
+V3 -> V3
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :------------------------------------------------------------------------ |
+| `providedVersion` | [`ETransactionVersion`](types.RPC.RPCSPEC07.API.md#etransactionversion-1) |
+
+#### Returns
+
+[`ETransactionVersion`](types.RPC.RPCSPEC07.API.md#etransactionversion-1)
+
+if v2 then returns v1. if v3 then return v3
+
+**`Example`**
+
+```typescript
+const result = stark.reduceV2(constants.TRANSACTION_VERSION.V2);
+// result = "0x1"
+```
+
+#### Defined in
+
+[src/utils/stark.ts:359](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/stark.ts#L359)
+
+---
+
+### getFullPublicKey
+
+▸ **getFullPublicKey**(`privateKey`): `string`
+
+get the hex string of the full public key related to a Starknet private key.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----------- | :-------------------------------------- | :---------------------- |
+| `privateKey` | [`BigNumberish`](types.md#bignumberish) | a 252 bits private key. |
+
+#### Returns
+
+`string`
+
+an hex string of a 520 bit number, representing the full public key related to `privateKey`.
+
+**`Example`**
+
+```typescript
+const result = ec.getFullPublicKey(
+ '0x43b7240d227aa2fb8434350b3321c40ac1b88c7067982549e7609870621b535'
+);
+// result = "0x0400b730bd22358612b5a67f8ad52ce80f9e8e893639ade263537e6ef35852e5d3057795f6b090f7c6985ee143f798608a53b3659222c06693c630857a10a92acf"
+```
+
+#### Defined in
+
+[src/utils/stark.ts:375](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/stark.ts#L375)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/starknetId.md b/www/versioned_docs/version-6.24.1/API/namespaces/starknetId.md
new file mode 100644
index 000000000..74af96251
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/starknetId.md
@@ -0,0 +1,522 @@
+---
+id: 'starknetId'
+title: 'Namespace: starknetId'
+sidebar_label: 'starknetId'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Variables
+
+### StarknetIdContract
+
+• `Const` **StarknetIdContract**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------- | :-------------------------------------------------------------------- |
+| `MAINNET` | `"0x6ac597f8116f886fa1c97a23fa4e08299975ecaf6b598873ca6792b9bbfb678"` |
+| `TESTNET_SEPOLIA` | `"0x154bc2e1af9260b9e66af0e9c46fc757ff893b3ff6a85718a810baf1474"` |
+
+#### Defined in
+
+[src/utils/starknetId.ts:127](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L127)
+
+---
+
+### StarknetIdIdentityContract
+
+• `Const` **StarknetIdIdentityContract**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------- | :--------------------------------------------------------------------- |
+| `MAINNET` | `"0x05dbdedc203e92749e2e746e2d40a768d966bd243df04a6b712e222bc040a9af"` |
+| `TESTNET_SEPOLIA` | `"0x3697660a0981d734780731949ecb2b4a38d6a58fc41629ed611e8defda"` |
+
+#### Defined in
+
+[src/utils/starknetId.ts:157](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L157)
+
+---
+
+### StarknetIdMulticallContract
+
+• `Const` **StarknetIdMulticallContract**: `"0x034ffb8f4452df7a613a0210824d6414dbadcddce6c6e19bf4ddc9e22ce5f970"`
+
+#### Defined in
+
+[src/utils/starknetId.ts:189](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L189)
+
+---
+
+### StarknetIdVerifierContract
+
+• `Const` **StarknetIdVerifierContract**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------- | :--------------------------------------------------------------------- |
+| `MAINNET` | `"0x07d14dfd8ee95b41fce179170d88ba1f0d5a512e13aeb232f19cfeec0a88f8bf"` |
+| `TESTNET_SEPOLIA` | `"0x60B94fEDe525f815AE5E8377A463e121C787cCCf3a36358Aa9B18c12c4D566"` |
+
+#### Defined in
+
+[src/utils/starknetId.ts:217](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L217)
+
+---
+
+### StarknetIdPfpContract
+
+• `Const` **StarknetIdPfpContract**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------- | :--------------------------------------------------------------------- |
+| `MAINNET` | `"0x070aaa20ec4a46da57c932d9fd89ca5e6bb9ca3188d3df361a32306aff7d59c7"` |
+| `TESTNET_SEPOLIA` | `"0x9e7bdb8dabd02ea8cfc23b1d1c5278e46490f193f87516ed5ff2dfec02"` |
+
+#### Defined in
+
+[src/utils/starknetId.ts:247](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L247)
+
+---
+
+### StarknetIdPopContract
+
+• `Const` **StarknetIdPopContract**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------- | :--------------------------------------------------------------------- |
+| `MAINNET` | `"0x0293eb2ba9862f762bd3036586d5755a782bd22e6f5028320f1d0405fd47bff4"` |
+| `TESTNET_SEPOLIA` | `"0x15ae88ae054caa74090b89025c1595683f12edf7a4ed2ad0274de3e1d4a"` |
+
+#### Defined in
+
+[src/utils/starknetId.ts:279](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L279)
+
+## Functions
+
+### useDecoded
+
+▸ **useDecoded**(`encoded`): `string`
+
+Decodes an array of BigInts into a string using the given algorithm.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :--------- | :---------------------------- |
+| `encoded` | `bigint`[] | The encoded array of BigInts. |
+
+#### Returns
+
+`string`
+
+The decoded string.
+
+**`Example`**
+
+```typescript
+const result = starknetId.useDecoded([3015206943634620n]);
+// result = "starknetjs.stark"
+```
+
+#### Defined in
+
+[src/utils/starknetId.ts:33](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L33)
+
+---
+
+### useEncoded
+
+▸ **useEncoded**(`decoded`): `bigint`
+
+Encodes a string into a bigint value.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------- | :------------------------ |
+| `decoded` | `string` | The string to be encoded. |
+
+#### Returns
+
+`bigint`
+
+The encoded bigint value.
+
+**`Example`**
+
+```typescript
+const result = starknetId.useEncoded('starknet.js');
+// result = 3015206943634620n
+```
+
+#### Defined in
+
+[src/utils/starknetId.ts:85](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L85)
+
+---
+
+### getStarknetIdContract
+
+▸ **getStarknetIdContract**(`chainId`): `string`
+
+Returns the Starknet ID contract address based on the provided chain ID.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :--------------------------------------------------------- | :------------------------------------ |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) | The chain ID of the Starknet network. |
+
+#### Returns
+
+`string`
+
+The Starknet ID contract address.
+
+**`Throws`**
+
+Throws an error if the Starknet ID contract is not deployed on the network.
+
+**`Example`**
+
+```typescript
+const result = starknetId.getStarknetIdContract(constants.StarknetChainId.SN_SEPOLIA);
+// result = "0x154bc2e1af9260b9e66af0e9c46fc757ff893b3ff6a85718a810baf1474"
+```
+
+#### Defined in
+
+[src/utils/starknetId.ts:144](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L144)
+
+---
+
+### getStarknetIdIdentityContract
+
+▸ **getStarknetIdIdentityContract**(`chainId`): `string`
+
+Returns the Starknet ID identity contract address for the given chain ID.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :--------------------------------------------------------- | :-------------------------------------- |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) | The chain ID for the specified network. |
+
+#### Returns
+
+`string`
+
+The Starknet ID identity contract address for the specified network.
+
+**`Throws`**
+
+If the Starknet ID verifier contract is not deployed on the network.
+
+**`Example`**
+
+```typescript
+const result = starknetId.getStarknetIdIdentityContract(constants.StarknetChainId.SN_SEPOLIA);
+// result = "0x3697660a0981d734780731949ecb2b4a38d6a58fc41629ed611e8defda"
+```
+
+#### Defined in
+
+[src/utils/starknetId.ts:176](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L176)
+
+---
+
+### getStarknetIdMulticallContract
+
+▸ **getStarknetIdMulticallContract**(`chainId`): `string`
+
+Returns the Starknet.id multicall contract address based on the provided chainId.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :--------------------------------------------------------- | :-------------------------- |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) | The chainId of the network. |
+
+#### Returns
+
+`string`
+
+- The address of the Starknet.id multicall contract.
+
+**`Throws`**
+
+- If the Starknet.id multicall contract is not deployed on the network.
+
+**`Example`**
+
+```typescript
+const result = starknetId.getStarknetIdMulticallContract(constants.StarknetChainId.SN_SEPOLIA);
+// result = "0x034ffb8f4452df7a613a0210824d6414dbadcddce6c6e19bf4ddc9e22ce5f970"
+```
+
+#### Defined in
+
+[src/utils/starknetId.ts:204](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L204)
+
+---
+
+### getStarknetIdVerifierContract
+
+▸ **getStarknetIdVerifierContract**(`chainId`): `string`
+
+Returns the address of the Starknet ID Verifier contract based on the specified chain ID.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :--------------------------------------------------------- | :---------------------------- |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) | The ID of the Starknet chain. |
+
+#### Returns
+
+`string`
+
+- The address of the Starknet ID Verifier contract.
+
+**`Throws`**
+
+- If the Starknet ID Verifier contract is not deployed on the specified network.
+
+**`Example`**
+
+```typescript
+const result = starknetId.getStarknetIdVerifierContract(constants.StarknetChainId.SN_SEPOLIA);
+// result = "0x60B94fEDe525f815AE5E8377A463e121C787cCCf3a36358Aa9B18c12c4D566"
+```
+
+#### Defined in
+
+[src/utils/starknetId.ts:234](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L234)
+
+---
+
+### getStarknetIdPfpContract
+
+▸ **getStarknetIdPfpContract**(`chainId`): `string`
+
+Retrieves the contract address of the Starknet.id profile picture verifier contract based on the given chain ID.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :--------------------------------------------------------- | :--------------------------- |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) | The chain ID of the network. |
+
+#### Returns
+
+`string`
+
+- The contract address of the Starknet.id profile picture verifier contract.
+
+**`Throws`**
+
+- Throws an error if the Starknet.id profile picture verifier contract is not yet deployed on the network.
+
+**`Example`**
+
+```typescript
+const result = starknetId.getStarknetIdPfpContract(constants.StarknetChainId.SN_SEPOLIA);
+// result = "0x9e7bdb8dabd02ea8cfc23b1d1c5278e46490f193f87516ed5ff2dfec02"
+```
+
+#### Defined in
+
+[src/utils/starknetId.ts:264](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L264)
+
+---
+
+### getStarknetIdPopContract
+
+▸ **getStarknetIdPopContract**(`chainId`): `string`
+
+Retrieves the Starknet ID Proof of Personhood (IdPop) verifier contract address for the given chain ID.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :--------------------------------------------------------- | :------------------------------------ |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) | The chain ID of the Starknet network. |
+
+#### Returns
+
+`string`
+
+- The Starknet ID Pop contract address.
+
+**`Throws`**
+
+- If the Starknet ID Pop contract is not deployed on the specified network.
+
+**`Example`**
+
+```typescript
+const result = starknetId.getStarknetIdPopContract(constants.StarknetChainId.SN_SEPOLIA);
+// result = "0x15ae88ae054caa74090b89025c1595683f12edf7a4ed2ad0274de3e1d4a"
+```
+
+#### Defined in
+
+[src/utils/starknetId.ts:296](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L296)
+
+---
+
+### execution
+
+▸ **execution**(`staticEx?`, `ifEqual?`, `ifNotEqual?`): [`CairoCustomEnum`](../classes/CairoCustomEnum.md)
+
+Returns a CairoCustomEnum object.
+
+Functions to build CairoCustomEnum for multiCall contracts
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :------------ | :--------- | :------------ | :------------------------------------------------------------------------ |
+| `staticEx?` | `Object` | `undefined` | An optional object defining the "Static" value of the CairoCustomEnum. |
+| `ifEqual?` | `number`[] | `undefined` | An optional array defining the "IfEqual" value of the CairoCustomEnum. |
+| `ifNotEqual?` | `number`[] | `undefined` | An optional array defining the "IfNotEqual" value of the CairoCustomEnum. |
+
+#### Returns
+
+[`CairoCustomEnum`](../classes/CairoCustomEnum.md)
+
+- The created CairoCustomEnum object.
+
+**`Example`**
+
+```typescript
+const result: CairoCustomEnum = starknetId.execution(undefined, [1, 2, 3], undefined);
+// result = CairoCustomEnum {
+// variant: {
+// Static: undefined,
+// IfEqual: { '0': 1, '1': 2, '2': 3 },
+// IfNotEqual: undefined
+// }
+// }
+```
+
+#### Defined in
+
+[src/utils/starknetId.ts:331](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L331)
+
+---
+
+### dynamicFelt
+
+▸ **dynamicFelt**(`hardcoded?`, `reference?`): [`CairoCustomEnum`](../classes/CairoCustomEnum.md)
+
+Creates a new instance of CairoCustomEnum.
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :----------- | :-------------------------------------- | :------------ | :------------------------------------------- |
+| `hardcoded?` | [`BigNumberish`](types.md#bignumberish) | `undefined` | The hardcoded value for the CairoCustomEnum. |
+| `reference?` | `number`[] | `undefined` | The reference array for the CairoCustomEnum. |
+
+#### Returns
+
+[`CairoCustomEnum`](../classes/CairoCustomEnum.md)
+
+The new instance of CairoCustomEnum.
+
+**`Example`**
+
+```typescript
+const result: CairoCustomEnum = starknetId.dynamicFelt(undefined, [1, 2]);
+// result = CairoCustomEnum {
+// variant: { Hardcoded: undefined, Reference: { '0': 1, '1': 2 } }
+// }
+```
+
+#### Defined in
+
+[src/utils/starknetId.ts:357](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L357)
+
+---
+
+### dynamicCallData
+
+▸ **dynamicCallData**(`hardcoded?`, `reference?`, `arrayReference?`): [`CairoCustomEnum`](../classes/CairoCustomEnum.md)
+
+Creates a new instance of CairoCustomEnum with the given parameters.
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :---------------- | :---------------------------------------- | :------------ | :------------------------------------ |
+| `hardcoded?` | [`BigNumberish`](types.md#bignumberish) | `undefined` | The hardcoded value. |
+| `reference?` | [`BigNumberish`](types.md#bignumberish)[] | `undefined` | The reference value (optional). |
+| `arrayReference?` | [`BigNumberish`](types.md#bignumberish)[] | `undefined` | The array reference value (optional). |
+
+#### Returns
+
+[`CairoCustomEnum`](../classes/CairoCustomEnum.md)
+
+The new instance of CairoCustomEnum.
+
+**`Example`**
+
+```typescript
+const result: CairoCustomEnum = starknetId.dynamicCallData(undefined, [1, 2], undefined);
+// result = CairoCustomEnum {
+// variant: {
+// Hardcoded: undefined,
+// Reference: { '0': 1, '1': 2 },
+// ArrayReference: undefined
+// }
+// }
+```
+
+#### Defined in
+
+[src/utils/starknetId.ts:385](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L385)
+
+---
+
+### isStarkDomain
+
+▸ **isStarkDomain**(`domain`): `boolean`
+
+Check if a given string is a valid Starknet.id domain.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------- | :------- | :----------------------------- |
+| `domain` | `string` | The domain string to validate. |
+
+#### Returns
+
+`boolean`
+
+- True if the domain is a valid Starknet.id domain, false otherwise.
+
+**`Example`**
+
+```typescript
+const result = starknetId.isStarkDomain('example.stark');
+// result = true
+
+const result2 = starknetId.isStarkDomain('invalid-domain');
+// result2 = false
+```
+
+#### Defined in
+
+[src/utils/starknetId.ts:411](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/starknetId.ts#L411)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/transaction.md b/www/versioned_docs/version-6.24.1/API/namespaces/transaction.md
new file mode 100644
index 000000000..f699bd151
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/transaction.md
@@ -0,0 +1,343 @@
+---
+id: 'transaction'
+title: 'Namespace: transaction'
+sidebar_label: 'transaction'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Functions
+
+### buildUDCCall
+
+▸ **buildUDCCall**(`payload`, `address`): `Object`
+
+Builds a UDCCall object.
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------- |
+| `payload` | [`UniversalDeployerContractPayload`](types.md#universaldeployercontractpayload) \| [`UniversalDeployerContractPayload`](types.md#universaldeployercontractpayload)[] | the payload data for the UDCCall. Can be a single payload object or an array of payload objects. |
+| `address` | `string` | the address to be used in the UDCCall |
+
+#### Returns
+
+`Object`
+
+the UDCCall object containing an array of calls and an array of addresses.
+
+| Name | Type |
+| :---------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `calls` | \{ `contractAddress`: `"0x041a78e741e5af2fec34b695679bc6891742439f7afb8484ecd7766661ad02bf"` = UDC.ADDRESS; `entrypoint`: `"deployContract"` = UDC.ENTRYPOINT; `calldata`: [`BigNumberish`](types.md#bignumberish)[] }[] |
+| `addresses` | `string`[] |
+
+**`Example`**
+
+```typescript
+const payload: UniversalDeployerContractPayload = {
+ classHash: '0x1234567890123456789012345678901234567890',
+ salt: '0x0987654321098765432109876543210987654321',
+ unique: true,
+ constructorCalldata: [1, 2, 3],
+};
+const address = '0xABCDEF1234567890ABCDEF1234567890ABCDEF12';
+const result = transaction.buildUDCCall(payload, address);
+// result = {
+// calls: [
+// {
+// contractAddress: "0xABCDEF1234567890ABCDEF1234567890ABCDEF12",
+// entrypoint: "functionName",
+// calldata: [classHash, salt, true, 3, 1, 2, 3]
+// }],
+// addresses: ["0x6fD084B56a7EDc5C06B3eB40f97Ae5A0C707A865"]
+// }
+```
+
+#### Defined in
+
+[src/utils/transaction.ts:222](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transaction.ts#L222)
+
+---
+
+### getVersionsByType
+
+▸ **getVersionsByType**(`versionType?`): \{ `v1`: `"0x100000000000000000000000000000001"` = ETransactionVersion.F1; `v2`: `"0x100000000000000000000000000000002"` = ETransactionVersion.F2; `v3`: `"0x100000000000000000000000000000003"` = ETransactionVersion.F3 } \| \{ `v1`: `"0x1"` = ETransactionVersion.V1; `v2`: `"0x2"` = ETransactionVersion.V2; `v3`: `"0x3"` = ETransactionVersion.V3 }
+
+Return transaction versions based on version type, default version type is 'transaction'.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------- | :------------------------- | :------------------------------------------- |
+| `versionType?` | `"fee"` \| `"transaction"` | the type of version ("fee" or "transaction") |
+
+#### Returns
+
+\{ `v1`: `"0x100000000000000000000000000000001"` = ETransactionVersion.F1; `v2`: `"0x100000000000000000000000000000002"` = ETransactionVersion.F2; `v3`: `"0x100000000000000000000000000000003"` = ETransactionVersion.F3 } \| \{ `v1`: `"0x1"` = ETransactionVersion.V1; `v2`: `"0x2"` = ETransactionVersion.V2; `v3`: `"0x3"` = ETransactionVersion.V3 }
+
+an object containing the transaction versions.
+
+**`Example`**
+
+```typescript
+const result = transaction.getVersionsByType('fee');
+// result = {
+// v1: '0x100000000000000000000000000000001',
+// v2: '0x100000000000000000000000000000002',
+// v3: '0x100000000000000000000000000000003'
+// }
+```
+
+#### Defined in
+
+[src/utils/transaction.ts:278](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transaction.ts#L278)
+
+---
+
+### transformCallsToMulticallArrays
+
+▸ **transformCallsToMulticallArrays**(`calls`): `Object`
+
+Transforms a list of Calls, each with their own calldata, into
+two arrays: one with the entry points, and one with the concatenated calldata
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :------------------------ | :------------------------------ |
+| `calls` | [`Call`](types.md#call)[] | the list of calls to transform. |
+
+#### Returns
+
+`Object`
+
+An object containing two arrays: callArray and calldata.
+
+| Name | Type |
+| :---------- | :---------------------------------------- |
+| `callArray` | [`ParsedStruct`](types.md#parsedstruct)[] |
+| `calldata` | [`Calldata`](types.md#calldata) |
+
+**`Example`**
+
+```typescript
+const calls: Call[] = [
+ {
+ contractAddress: '0x1234567890123456789012345678901234567890',
+ entrypoint: 'functionName',
+ calldata: [1, 2, 3],
+ },
+ {
+ contractAddress: '0x0987654321098765432109876543210987654321',
+ entrypoint: 'anotherFunction',
+ calldata: [4, 5, 6],
+ },
+];
+const result = transaction.transformCallsToMulticallArrays(calls);
+// result = {
+// callArray: [
+// { to: "0x1234567890123456789012345678901234567890", selector: "1234567890",
+// data_offset: "0", data_len: "3" },
+// { to: "0x0987654321098765432109876543210987654321", selector: "1234567890",
+// data_offset: "0987654321", data_offset: "3", data_len: "3"}
+// ], calldata: [1, 2, 3, 4, 5, 6]
+// }
+```
+
+#### Defined in
+
+[src/utils/transaction.ts:49](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transaction.ts#L49)
+
+---
+
+### fromCallsToExecuteCalldata
+
+▸ **fromCallsToExecuteCalldata**(`calls`): [`Calldata`](types.md#calldata)
+
+Transforms a list of calls into the Cairo 0 `__execute__` calldata.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :------------------------ | :----------------------------- |
+| `calls` | [`Call`](types.md#call)[] | the list of calls to transform |
+
+#### Returns
+
+[`Calldata`](types.md#calldata)
+
+the Cairo 0 `__execute__` calldata
+
+**`Example`**
+
+```typescript
+const calls: Call[] = [
+ {
+ contractAddress: '0x1234567890123456789012345678901234567890',
+ entrypoint: 'functionName',
+ calldata: [1, 2, 3],
+ },
+ {
+ contractAddress: '0x0987654321098765432109876543210987654321',
+ entrypoint: 'anotherFunction',
+ calldata: [4, 5, 6],
+ },
+];
+const result = transaction.fromCallsToExecuteCalldata(calls);
+// result = ['2', '103929005307130220006098923584552504982110632080',
+// '784552248838722632831848474045274978537388011177294206940059575485454596699', '0',
+// '3', '54400338722927882010739357306608455014511100705',
+// '836430224577382061379420368022192503799782058803937958828224424676927281484',
+// '3', '3', '6', '1', '2', '3', '4', '5', '6']
+```
+
+#### Defined in
+
+[src/utils/transaction.ts:94](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transaction.ts#L94)
+
+---
+
+### fromCallsToExecuteCalldataWithNonce
+
+▸ **fromCallsToExecuteCalldataWithNonce**(`calls`, `nonce`): [`Calldata`](types.md#calldata)
+
+Transforms a list of calls into the Cairo 0 `__execute__` calldata including nonce.
+
+#### Parameters
+
+| Name | Type |
+| :------ | :-------------------------------------- |
+| `calls` | [`Call`](types.md#call)[] |
+| `nonce` | [`BigNumberish`](types.md#bignumberish) |
+
+#### Returns
+
+[`Calldata`](types.md#calldata)
+
+**`Deprecated`**
+
+#### Defined in
+
+[src/utils/transaction.ts:104](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transaction.ts#L104)
+
+---
+
+### transformCallsToMulticallArrays_cairo1
+
+▸ **transformCallsToMulticallArrays_cairo1**(`calls`): [`CallStruct`](../interfaces/types.CallStruct.md)[]
+
+Format Data inside Calls
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------------------------ |
+| `calls` | [`Call`](types.md#call)[] |
+
+#### Returns
+
+[`CallStruct`](../interfaces/types.CallStruct.md)[]
+
+**`Deprecated`**
+
+Not required for getting execute Calldata
+
+#### Defined in
+
+[src/utils/transaction.ts:112](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transaction.ts#L112)
+
+---
+
+### fromCallsToExecuteCalldata_cairo1
+
+▸ **fromCallsToExecuteCalldata_cairo1**(`calls`): [`Calldata`](types.md#calldata)
+
+Transforms a list of calls into the Cairo 1 `__execute__` calldata.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :------------------------ | :------------------------------ |
+| `calls` | [`Call`](types.md#call)[] | the list of calls to transform. |
+
+#### Returns
+
+[`Calldata`](types.md#calldata)
+
+the Cairo 1 `__execute__` calldata.
+
+**`Example`**
+
+```typescript
+const calls: Call[] = [
+ {
+ contractAddress: '0x1234567890123456789012345678901234567890',
+ entrypoint: 'functionName',
+ calldata: [1, 2, 3],
+ },
+ {
+ contractAddress: '0x0987654321098765432109876543210987654321',
+ entrypoint: 'anotherFunction',
+ calldata: [4, 5, 6],
+ },
+];
+const result = transaction.fromCallsToExecuteCalldata_cairo1(calls);
+// result = ['2', '103929005307130220006098923584552504982110632080',
+// '784552248838722632831848474045274978537388011177294206940059575485454596699',
+// '3', '1', '2', '3', '54400338722927882010739357306608455014511100705',
+// '836430224577382061379420368022192503799782058803937958828224424676927281484',
+// '3', '4', '5', '6']
+```
+
+#### Defined in
+
+[src/utils/transaction.ts:147](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transaction.ts#L147)
+
+---
+
+### getExecuteCalldata
+
+▸ **getExecuteCalldata**(`calls`, `cairoVersion?`): [`Calldata`](types.md#calldata)
+
+Create `__execute__` Calldata from Calls based on Cairo versions.
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :------------- | :-------------------------------------- | :------------ | :----------------------------- |
+| `calls` | [`Call`](types.md#call)[] | `undefined` | the list of calls to transform |
+| `cairoVersion` | [`CairoVersion`](types.md#cairoversion) | `'0'` | the Cairo version |
+
+#### Returns
+
+[`Calldata`](types.md#calldata)
+
+the `__execute__` calldata.
+
+**`Example`**
+
+```typescript
+const calls: Call[] = [
+ {
+ contractAddress: '0x1234567890123456789012345678901234567890',
+ entrypoint: 'functionName',
+ calldata: [1, 2, 3],
+ },
+ {
+ contractAddress: '0x0987654321098765432109876543210987654321',
+ entrypoint: 'anotherFunction',
+ calldata: [4, 5, 6],
+ },
+];
+const result = transaction.getExecuteCalldata(calls, '1');
+// result = ['2', '103929005307130220006098923584552504982110632080',
+// '784552248838722632831848474045274978537388011177294206940059575485454596699',
+// '3', '1', '2', '3', '54400338722927882010739357306608455014511100705',
+// '836430224577382061379420368022192503799782058803937958828224424676927281484',
+// '3', '4', '5', '6']
+```
+
+#### Defined in
+
+[src/utils/transaction.ts:188](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/transaction.ts#L188)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/typedData.md b/www/versioned_docs/version-6.24.1/API/namespaces/typedData.md
new file mode 100644
index 000000000..8243376a2
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/typedData.md
@@ -0,0 +1,495 @@
+---
+id: 'typedData'
+title: 'Namespace: typedData'
+sidebar_label: 'typedData'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## References
+
+### TypedDataRevision
+
+Re-exports [TypedDataRevision](types.RPC.RPCSPEC07.WALLET_API.md#typeddatarevision-1)
+
+---
+
+### StarknetEnumType
+
+Re-exports [StarknetEnumType](types.RPC.RPCSPEC07.WALLET_API.md#starknetenumtype)
+
+---
+
+### StarknetMerkleType
+
+Re-exports [StarknetMerkleType](types.RPC.RPCSPEC07.WALLET_API.md#starknetmerkletype)
+
+---
+
+### StarknetType
+
+Re-exports [StarknetType](types.RPC.RPCSPEC07.WALLET_API.md#starknettype)
+
+---
+
+### StarknetDomain
+
+Re-exports [StarknetDomain](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetDomain.md)
+
+---
+
+### TypedData
+
+Re-exports [TypedData](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md)
+
+## Functions
+
+### validateTypedData
+
+▸ **validateTypedData**(`data`): data is TypedData
+
+Validates that `data` matches the EIP-712 JSON schema.
+
+#### Parameters
+
+| Name | Type |
+| :----- | :-------- |
+| `data` | `unknown` |
+
+#### Returns
+
+data is TypedData
+
+#### Defined in
+
+[src/utils/typedData.ts:102](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/typedData.ts#L102)
+
+---
+
+### prepareSelector
+
+▸ **prepareSelector**(`selector`): `string`
+
+Prepares the selector for later use, if it's not already in correct format.
+The selector in correct format is the starknet_keccak hash of the function name, encoded in ASCII.
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :------- | :--------------------------- |
+| `selector` | `string` | The selector to be prepared. |
+
+#### Returns
+
+`string`
+
+The prepared selector.
+
+**`Example`**
+
+```typescript
+const result1 = prepareSelector('0xc14cfe23f3fa7ce7b1f8db7d7682305b1692293f71a61cc06637f0d8d8b6c8');
+// result1 = '0xc14cfe23f3fa7ce7b1f8db7d7682305b1692293f71a61cc06637f0d8d8b6c8'
+
+const result2 = prepareSelector('myFunction');
+// result2 = '0xc14cfe23f3fa7ce7b1f8db7d7682305b1692293f71a61cc06637f0d8d8b6c8'
+```
+
+#### Defined in
+
+[src/utils/typedData.ts:125](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/typedData.ts#L125)
+
+---
+
+### isMerkleTreeType
+
+▸ **isMerkleTreeType**(`type`): type is StarknetMerkleType
+
+Checks if the given Starknet type is a Merkle tree type.
+
+#### Parameters
+
+| Name | Type | Description |
+| :----- | :--------------------------------------------------------------- | :-------------------------- |
+| `type` | [`StarknetType`](types.RPC.RPCSPEC07.WALLET_API.md#starknettype) | The StarkNet type to check. |
+
+#### Returns
+
+type is StarknetMerkleType
+
+- True if the type is a Merkle tree type, false otherwise.
+
+**`Example`**
+
+```typescript
+const type = { name: 'test', type: 'merkletree' };
+const result1 = isMerkleTreeType(type);
+// result1 = true
+
+const type2 = { name: 'test', type: 'non-merkletree' };
+const result2 = isMerkleTreeType(type2);
+// result2 = false
+```
+
+#### Defined in
+
+[src/utils/typedData.ts:147](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/typedData.ts#L147)
+
+---
+
+### getDependencies
+
+▸ **getDependencies**(`types`, `type`, `dependencies?`, `contains?`, `revision?`): `string`[]
+
+Get the dependencies of a struct type. If a struct has the same dependency multiple times, it's only included once
+in the resulting array.
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :-------------- | :-------------------------------------------------------------------------------------- | :---------------- | :--------------------------------------------- |
+| `types` | `Record`<`string`, [`StarknetType`](types.RPC.RPCSPEC07.WALLET_API.md#starknettype)[]\> | `undefined` | The types object containing all defined types. |
+| `type` | `string` | `undefined` | The name of the type to get dependencies for. |
+| `dependencies?` | `string`[] | `[]` | The array to store dependencies. |
+| `contains?` | `string` | `''` | The type contained within the struct. |
+| `revision?` | [`TypedDataRevision`](types.RPC.RPCSPEC07.WALLET_API.md#typeddatarevision-1) | `Revision.LEGACY` | The revision of the TypedData. |
+
+#### Returns
+
+`string`[]
+
+The array of dependencies.
+
+#### Defined in
+
+[src/utils/typedData.ts:163](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/typedData.ts#L163)
+
+---
+
+### encodeType
+
+▸ **encodeType**(`types`, `type`, `revision?`): `string`
+
+Encode a type to a string. All dependent types are alphabetically sorted.
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :---------- | :-------------------------------------------------------------------------------------- | :---------------- | :--------------------------------------------- |
+| `types` | `Record`<`string`, [`StarknetType`](types.RPC.RPCSPEC07.WALLET_API.md#starknettype)[]\> | `undefined` | The types object containing all defined types. |
+| `type` | `string` | `undefined` | The name of the type to encode. |
+| `revision?` | [`TypedDataRevision`](types.RPC.RPCSPEC07.WALLET_API.md#typeddatarevision-1) | `Revision.LEGACY` | The revision of the TypedData. |
+
+#### Returns
+
+`string`
+
+The encoded string.
+
+**`Example`**
+
+```typescript
+import typedDataExample from '../../__mocks__/typedData/baseExample.json';
+
+const result = encodeType(typedDataExample.types, 'Mail');
+// result = "Mail(from:Person,to:Person,contents:felt)Person(name:felt,wallet:felt)";
+```
+
+#### Defined in
+
+[src/utils/typedData.ts:245](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/typedData.ts#L245)
+
+---
+
+### getTypeHash
+
+▸ **getTypeHash**(`types`, `type`, `revision?`): `string`
+
+Get a type string as hash.
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :---------- | :-------------------------------------------------------------------------------------- | :---------------- | :--------------------------------------------- |
+| `types` | `Record`<`string`, [`StarknetType`](types.RPC.RPCSPEC07.WALLET_API.md#starknettype)[]\> | `undefined` | The types object containing all defined types. |
+| `type` | `string` | `undefined` | The name of the type to hash. |
+| `revision?` | [`TypedDataRevision`](types.RPC.RPCSPEC07.WALLET_API.md#typeddatarevision-1) | `Revision.LEGACY` | The revision of the TypedData. |
+
+#### Returns
+
+`string`
+
+The hash.
+
+**`Example`**
+
+```typescript
+import typedDataExample from '../../__mocks__/typedData/baseExample.json';
+
+const result = getTypeHash(typedDataExample.types, 'StarkNetDomain');
+// result = "0x1bfc207425a47a5dfa1a50a4f5241203f50624ca5fdf5e18755765416b8e288";
+```
+
+#### Defined in
+
+[src/utils/typedData.ts:304](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/typedData.ts#L304)
+
+---
+
+### encodeValue
+
+▸ **encodeValue**(`types`, `type`, `data`, `ctx?`, `revision?`): [`string`, `string`]
+
+Encodes a single value to an ABI serialisable string, number or Buffer. Returns the data as a tuple, which consists of
+an array of ABI compatible types, and an array of corresponding values.
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :---------- | :-------------------------------------------------------------------------------------- | :---------------- | :--------------------------------------------- |
+| `types` | `Record`<`string`, [`StarknetType`](types.RPC.RPCSPEC07.WALLET_API.md#starknettype)[]\> | `undefined` | The types object containing all defined types. |
+| `type` | `string` | `undefined` | The name of the type to encode. |
+| `data` | `unknown` | `undefined` | The data to encode. |
+| `ctx?` | `Context` | `{}` | The context of the encoding process. |
+| `revision?` | [`TypedDataRevision`](types.RPC.RPCSPEC07.WALLET_API.md#typeddatarevision-1) | `Revision.LEGACY` | The revision of the TypedData. |
+
+#### Returns
+
+[`string`, `string`]
+
+The ABI compatible type and corresponding value.
+
+**`Example`**
+
+```typescript
+import { getSelectorFromName } from '../../src/utils/hash';
+
+const selector = 'transfer';
+const selectorHash = getSelectorFromName(selector);
+const result1 = encodeValue({}, 'felt', selectorHash);
+
+// result1 = ['felt', '0x83afd3f4caedc6eebf44246fe54e38c95e3179a5ec9ea81740eca5b482d12e']
+```
+
+#### Defined in
+
+[src/utils/typedData.ts:335](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/typedData.ts#L335)
+
+---
+
+### encodeData
+
+▸ **encodeData**<`T`\>(`types`, `type`, `data`, `revision?`): [`string`[], `string`[]]
+
+Encode the data to an ABI encoded Buffer. The data should be a key -> value object with all the required values.
+All dependent types are automatically encoded.
+
+#### Type parameters
+
+| Name | Type |
+| :--- | :------------------------------------------------------------------------------- |
+| `T` | extends [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) |
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :---------- | :--------------------------------------------------------------------------- | :---------------- | :--------------------------------------------- |
+| `types` | `T`[``"types"``] | `undefined` | The types object containing all defined types. |
+| `type` | `string` | `undefined` | The name of the type to encode. |
+| `data` | `T`[``"message"``] | `undefined` | The data to encode. |
+| `revision?` | [`TypedDataRevision`](types.RPC.RPCSPEC07.WALLET_API.md#typeddatarevision-1) | `Revision.LEGACY` | The revision of the TypedData. |
+
+#### Returns
+
+[`string`[], `string`[]]
+
+The ABI compatible types and corresponding values.
+
+#### Defined in
+
+[src/utils/typedData.ts:473](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/typedData.ts#L473)
+
+---
+
+### getStructHash
+
+▸ **getStructHash**<`T`\>(`types`, `type`, `data`, `revision?`): `string`
+
+Get encoded data as a hash. The data should be a key -> value object with all the required values.
+All dependent types are automatically encoded.
+
+#### Type parameters
+
+| Name | Type |
+| :--- | :------------------------------------------------------------------------------- |
+| `T` | extends [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) |
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :---------- | :--------------------------------------------------------------------------- | :---------------- | :--------------------------------------------- |
+| `types` | `T`[``"types"``] | `undefined` | The types object containing all defined types. |
+| `type` | `string` | `undefined` | The name of the type to hash. |
+| `data` | `T`[``"message"``] | `undefined` | The data to hash. |
+| `revision?` | [`TypedDataRevision`](types.RPC.RPCSPEC07.WALLET_API.md#typeddatarevision-1) | `Revision.LEGACY` | The revision of the TypedData. |
+
+#### Returns
+
+`string`
+
+The hash of the encoded data.
+
+**`Example`**
+
+```typescript
+import exampleBaseTypes from '../../__mocks__/typedData/example_baseTypes.json';
+
+const result = getStructHash(
+ exampleBaseTypes.types,
+ 'StarknetDomain',
+ exampleBaseTypes.domain as StarknetDomain,
+ TypedDataRevision.ACTIVE
+);
+// result = "0x555f72e550b308e50c1a4f8611483a174026c982a9893a05c185eeb85399657";
+```
+
+#### Defined in
+
+[src/utils/typedData.ts:528](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/typedData.ts#L528)
+
+---
+
+### getMessageHash
+
+▸ **getMessageHash**(`typedData`, `account`): `string`
+
+Get the SNIP-12 encoded message to sign, from the typedData object.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------- | :----------------------------------------------------------------------- | :------------------------------- |
+| `typedData` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) | The TypedData object. |
+| `account` | [`BigNumberish`](types.md#bignumberish) | The account to sign the message. |
+
+#### Returns
+
+`string`
+
+The hash of the message to sign.
+
+**`Throws`**
+
+Will throw an error if the typedData does not match the JSON schema.
+
+**`Example`**
+
+```typescript
+const exampleAddress = '0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826';
+const typedDataStringExample = {
+ types: {
+ StarkNetDomain: [
+ { name: 'name', type: 'felt' },
+ { name: 'version', type: 'felt' },
+ { name: 'chainId', type: 'felt' },
+ ],
+ Person: [
+ { name: 'name', type: 'felt' },
+ { name: 'wallet', type: 'felt' },
+ ],
+ String: [
+ { name: 'len', type: 'felt' },
+ { name: 'data', type: 'felt*' },
+ ],
+ Mail: [
+ { name: 'from', type: 'Person' },
+ { name: 'to', type: 'Person' },
+ { name: 'contents', type: 'String' },
+ ],
+ },
+ primaryType: 'Mail',
+ domain: {
+ name: 'StarkNet Mail',
+ version: '1',
+ chainId: 1,
+ },
+ message: {
+ from: {
+ name: 'Cow',
+ wallet: exampleAddress,
+ },
+ to: {
+ name: 'Bob',
+ wallet: '0xbBbBBBBbbBBBbbbBbbBbbbbBBbBbbbbBbBbbBBbB',
+ },
+ contents: stringToStringStruct(
+ 'this is way longer than just 32 characters, to test if that is possible within a typedData struct.'
+ ),
+ },
+};
+
+const result = getMessageHash(typedDataStringExample, exampleAddress);
+// result = "0x70338fb11b8f70b68b261de8a322bcb004bd85e88ac47d9147982c7f5ac66fd"
+```
+
+#### Defined in
+
+[src/utils/typedData.ts:595](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/typedData.ts#L595)
+
+---
+
+### verifyMessage
+
+▸ **verifyMessage**(`message`, `signature`, `fullPublicKey`, `accountAddress?`): `boolean`
+
+Checks if a signed EIP712 message is related to an account.
+Valid for a standard Starknet signature.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------------- | :----------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------- |
+| `message` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) | a TypedMessage message, or the hash of an EIP712 message (SNIP-12). |
+| `signature` | [`Signature`](types.md#signature) | a WeierstrassSignatureType signature, or an array of 2 strings. |
+| `fullPublicKey` | [`BigNumberish`](types.md#bignumberish) | a number coded on 520 bits (from ec.getFullPublicKey()). |
+| `accountAddress?` | [`BigNumberish`](types.md#bignumberish) | address of the account that has signed the message. Not needed with a message hash is provided in `message` |
+
+#### Returns
+
+`boolean`
+
+true if the message is verified.
+
+**`Example`**
+
+```typescript
+const myTypedMessage: TypedMessage = .... ;
+const sign: Signature = ["0x123...abc", "0x345...def"];
+const fullPubK = "0x0400b730bd22358612b5a67f8ad52ce80f9e8e893639ade263537e6ef35852e5d3057795f6b090f7c6985ee143f798608a53b3659222c06693c630857a10a92acf";
+const accountAddress = "0x43b7240d227aa2fb8434350b3321c40ac1b88c7067982549e7609870621b535";
+const result1 = typedData.verifyMessage(myTypedMessage, sign, fullPubK, accountAddress);
+const result2 = typedData.verifyMessage(messageHash, sign, fullPubK);
+// result1 = result2 = true
+```
+
+#### Defined in
+
+[src/utils/typedData.ts:632](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/typedData.ts#L632)
+
+▸ **verifyMessage**(`message`, `signature`, `fullPublicKey`): `boolean`
+
+#### Parameters
+
+| Name | Type |
+| :-------------- | :-------------------------------------- |
+| `message` | [`BigNumberish`](types.md#bignumberish) |
+| `signature` | [`Signature`](types.md#signature) |
+| `fullPublicKey` | [`BigNumberish`](types.md#bignumberish) |
+
+#### Returns
+
+`boolean`
+
+#### Defined in
+
+[src/utils/typedData.ts:638](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/typedData.ts#L638)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.JRPC.md b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.JRPC.md
new file mode 100644
index 000000000..e085d344b
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.JRPC.md
@@ -0,0 +1,87 @@
+---
+id: 'types.RPC.JRPC'
+title: 'Namespace: JRPC'
+sidebar_label: 'JRPC'
+custom_edit_url: null
+---
+
+[types](types.md).[RPC](types.RPC.md).JRPC
+
+## Type Aliases
+
+### RequestBody
+
+Ƭ **RequestBody**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :------------------- |
+| `id` | `number` \| `string` |
+| `jsonrpc` | `"2.0"` |
+| `method` | `string` |
+| `params?` | {} |
+
+#### Defined in
+
+[src/types/api/jsonrpc/index.ts:1](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/jsonrpc/index.ts#L1)
+
+---
+
+### ResponseBody
+
+Ƭ **ResponseBody**: \{ `id`: `number` \| `string` ; `jsonrpc`: `"2.0"` } & [`SuccessResponseBody`](types.RPC.JRPC.md#successresponsebody) \| [`ErrorResponseBody`](types.RPC.JRPC.md#errorresponsebody)
+
+#### Defined in
+
+[src/types/api/jsonrpc/index.ts:8](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/jsonrpc/index.ts#L8)
+
+---
+
+### SuccessResponseBody
+
+Ƭ **SuccessResponseBody**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :-------- |
+| `result` | `unknown` |
+
+#### Defined in
+
+[src/types/api/jsonrpc/index.ts:13](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/jsonrpc/index.ts#L13)
+
+---
+
+### ErrorResponseBody
+
+Ƭ **ErrorResponseBody**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :--------------------------------- |
+| `error` | [`Error`](types.RPC.JRPC.md#error) |
+
+#### Defined in
+
+[src/types/api/jsonrpc/index.ts:17](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/jsonrpc/index.ts#L17)
+
+---
+
+### Error
+
+Ƭ **Error**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :-------- |
+| `code` | `number` |
+| `message` | `string` |
+| `data?` | `unknown` |
+
+#### Defined in
+
+[src/types/api/jsonrpc/index.ts:21](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/jsonrpc/index.ts#L21)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC06.Errors.md b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC06.Errors.md
new file mode 100644
index 000000000..a13ce556c
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC06.Errors.md
@@ -0,0 +1,40 @@
+---
+id: 'types.RPC.RPCSPEC06.Errors'
+title: 'Namespace: Errors'
+sidebar_label: 'Errors'
+custom_edit_url: null
+---
+
+[RPC](types.RPC.md).[RPCSPEC06](types.RPC.RPCSPEC06.md).Errors
+
+## Interfaces
+
+- [FAILED_TO_RECEIVE_TXN](../interfaces/types.RPC.RPCSPEC06.Errors.FAILED_TO_RECEIVE_TXN.md)
+- [NO_TRACE_AVAILABLE](../interfaces/types.RPC.RPCSPEC06.Errors.NO_TRACE_AVAILABLE.md)
+- [CONTRACT_NOT_FOUND](../interfaces/types.RPC.RPCSPEC06.Errors.CONTRACT_NOT_FOUND.md)
+- [INVALID_MESSAGE_SELECTOR](../interfaces/types.RPC.RPCSPEC06.Errors.INVALID_MESSAGE_SELECTOR.md)
+- [INVALID_CALL_DATA](../interfaces/types.RPC.RPCSPEC06.Errors.INVALID_CALL_DATA.md)
+- [BLOCK_NOT_FOUND](../interfaces/types.RPC.RPCSPEC06.Errors.BLOCK_NOT_FOUND.md)
+- [INVALID_BLOCK_HASH](../interfaces/types.RPC.RPCSPEC06.Errors.INVALID_BLOCK_HASH.md)
+- [INVALID_TXN_INDEX](../interfaces/types.RPC.RPCSPEC06.Errors.INVALID_TXN_INDEX.md)
+- [CLASS_HASH_NOT_FOUND](../interfaces/types.RPC.RPCSPEC06.Errors.CLASS_HASH_NOT_FOUND.md)
+- [TXN_HASH_NOT_FOUND](../interfaces/types.RPC.RPCSPEC06.Errors.TXN_HASH_NOT_FOUND.md)
+- [PAGE_SIZE_TOO_BIG](../interfaces/types.RPC.RPCSPEC06.Errors.PAGE_SIZE_TOO_BIG.md)
+- [NO_BLOCKS](../interfaces/types.RPC.RPCSPEC06.Errors.NO_BLOCKS.md)
+- [INVALID_CONTINUATION_TOKEN](../interfaces/types.RPC.RPCSPEC06.Errors.INVALID_CONTINUATION_TOKEN.md)
+- [TOO_MANY_KEYS_IN_FILTER](../interfaces/types.RPC.RPCSPEC06.Errors.TOO_MANY_KEYS_IN_FILTER.md)
+- [CONTRACT_ERROR](../interfaces/types.RPC.RPCSPEC06.Errors.CONTRACT_ERROR.md)
+- [TRANSACTION_EXECUTION_ERROR](../interfaces/types.RPC.RPCSPEC06.Errors.TRANSACTION_EXECUTION_ERROR.md)
+- [CLASS_ALREADY_DECLARED](../interfaces/types.RPC.RPCSPEC06.Errors.CLASS_ALREADY_DECLARED.md)
+- [INVALID_TRANSACTION_NONCE](../interfaces/types.RPC.RPCSPEC06.Errors.INVALID_TRANSACTION_NONCE.md)
+- [INSUFFICIENT_MAX_FEE](../interfaces/types.RPC.RPCSPEC06.Errors.INSUFFICIENT_MAX_FEE.md)
+- [INSUFFICIENT_ACCOUNT_BALANCE](../interfaces/types.RPC.RPCSPEC06.Errors.INSUFFICIENT_ACCOUNT_BALANCE.md)
+- [VALIDATION_FAILURE](../interfaces/types.RPC.RPCSPEC06.Errors.VALIDATION_FAILURE.md)
+- [COMPILATION_FAILED](../interfaces/types.RPC.RPCSPEC06.Errors.COMPILATION_FAILED.md)
+- [CONTRACT_CLASS_SIZE_IS_TOO_LARGE](../interfaces/types.RPC.RPCSPEC06.Errors.CONTRACT_CLASS_SIZE_IS_TOO_LARGE.md)
+- [NON_ACCOUNT](../interfaces/types.RPC.RPCSPEC06.Errors.NON_ACCOUNT.md)
+- [DUPLICATE_TX](../interfaces/types.RPC.RPCSPEC06.Errors.DUPLICATE_TX.md)
+- [COMPILED_CLASS_HASH_MISMATCH](../interfaces/types.RPC.RPCSPEC06.Errors.COMPILED_CLASS_HASH_MISMATCH.md)
+- [UNSUPPORTED_TX_VERSION](../interfaces/types.RPC.RPCSPEC06.Errors.UNSUPPORTED_TX_VERSION.md)
+- [UNSUPPORTED_CONTRACT_CLASS_VERSION](../interfaces/types.RPC.RPCSPEC06.Errors.UNSUPPORTED_CONTRACT_CLASS_VERSION.md)
+- [UNEXPECTED_ERROR](../interfaces/types.RPC.RPCSPEC06.Errors.UNEXPECTED_ERROR.md)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC06.SPEC.md b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC06.SPEC.md
new file mode 100644
index 000000000..e391785ee
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC06.SPEC.md
@@ -0,0 +1,1775 @@
+---
+id: 'types.RPC.RPCSPEC06.SPEC'
+title: 'Namespace: SPEC'
+sidebar_label: 'SPEC'
+custom_edit_url: null
+---
+
+[RPC](types.RPC.md).[RPCSPEC06](types.RPC.RPCSPEC06.md).SPEC
+
+## Type Aliases
+
+### FELT
+
+Ƭ **FELT**: `string`
+
+A field element. represented by at most 63 hex digits
+
+**`Pattern`**
+
+^0x(0|[a-fA-F1-9]{1}[a-fA-F0-9]{0,62})$
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:9](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L9)
+
+---
+
+### ETH_ADDRESS
+
+Ƭ **ETH_ADDRESS**: `string`
+
+an ethereum address represented as 40 hex digits
+
+**`Pattern`**
+
+^0x[a-fA-F0-9]{40}$
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:14](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L14)
+
+---
+
+### STORAGE_KEY
+
+Ƭ **STORAGE_KEY**: `string`
+
+A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes.
+
+**`Pattern`**
+
+^0x0[0-7]{1}[a-fA-F0-9]{0,62}$
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:19](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L19)
+
+---
+
+### ADDRESS
+
+Ƭ **ADDRESS**: [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:20](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L20)
+
+---
+
+### NUM_AS_HEX
+
+Ƭ **NUM_AS_HEX**: `string`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:21](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L21)
+
+---
+
+### u64
+
+Ƭ **u64**: `string`
+
+64 bit integers, represented by hex string of length at most 16
+"pattern": "^0x(0|[a-fA-F1-9]{1}[a-fA-F0-9]{0,15})$"
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:26](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L26)
+
+---
+
+### u128
+
+Ƭ **u128**: `string`
+
+64 bit integers, represented by hex string of length at most 32
+"pattern": "^0x(0|[a-fA-F1-9]{1}[a-fA-F0-9]{0,31})$"
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:31](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L31)
+
+---
+
+### SIGNATURE
+
+Ƭ **SIGNATURE**: [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[]
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:32](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L32)
+
+---
+
+### BLOCK_NUMBER
+
+Ƭ **BLOCK_NUMBER**: `number`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:33](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L33)
+
+---
+
+### BLOCK_HASH
+
+Ƭ **BLOCK_HASH**: [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:34](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L34)
+
+---
+
+### TXN_HASH
+
+Ƭ **TXN_HASH**: [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:35](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L35)
+
+---
+
+### CHAIN_ID
+
+Ƭ **CHAIN_ID**: [`NUM_AS_HEX`](types.RPC.RPCSPEC06.SPEC.md#num_as_hex)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:36](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L36)
+
+---
+
+### STRUCT_ABI_TYPE
+
+Ƭ **STRUCT_ABI_TYPE**: `"struct"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:37](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L37)
+
+---
+
+### EVENT_ABI_TYPE
+
+Ƭ **EVENT_ABI_TYPE**: `"event"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:38](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L38)
+
+---
+
+### FUNCTION_ABI_TYPE
+
+Ƭ **FUNCTION_ABI_TYPE**: `"function"` \| `"l1_handler"` \| `"constructor"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:39](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L39)
+
+---
+
+### ENTRY_POINT_TYPE
+
+Ƭ **ENTRY_POINT_TYPE**: `"EXTERNAL"` \| `"L1_HANDLER"` \| `"CONSTRUCTOR"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:41](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L41)
+
+---
+
+### CALL_TYPE
+
+Ƭ **CALL_TYPE**: `"DELEGATE"` \| `"LIBRARY_CALL"` \| `"CALL"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:43](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L43)
+
+---
+
+### TXN_STATUS
+
+Ƭ **TXN_STATUS**: `"RECEIVED"` \| `"REJECTED"` \| `"ACCEPTED_ON_L2"` \| `"ACCEPTED_ON_L1"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:45](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L45)
+
+---
+
+### SIMULATION_FLAG
+
+Ƭ **SIMULATION_FLAG**: `"SKIP_VALIDATE"` \| `"SKIP_FEE_CHARGE"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:47](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L47)
+
+---
+
+### DA_MODE
+
+Ƭ **DA_MODE**: `"L1"` \| `"L2"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:49](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L49)
+
+---
+
+### TXN_TYPE
+
+Ƭ **TXN_TYPE**: `"DECLARE"` \| `"DEPLOY"` \| `"DEPLOY_ACCOUNT"` \| `"INVOKE"` \| `"L1_HANDLER"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:50](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L50)
+
+---
+
+### TXN_FINALITY_STATUS
+
+Ƭ **TXN_FINALITY_STATUS**: `"ACCEPTED_ON_L2"` \| `"ACCEPTED_ON_L1"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:51](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L51)
+
+---
+
+### TXN_EXECUTION_STATUS
+
+Ƭ **TXN_EXECUTION_STATUS**: `"SUCCEEDED"` \| `"REVERTED"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:52](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L52)
+
+---
+
+### BLOCK_STATUS
+
+Ƭ **BLOCK_STATUS**: `"PENDING"` \| `"ACCEPTED_ON_L2"` \| `"ACCEPTED_ON_L1"` \| `"REJECTED"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:53](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L53)
+
+---
+
+### BLOCK_TAG
+
+Ƭ **BLOCK_TAG**: `"latest"` \| `"pending"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:54](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L54)
+
+---
+
+### EVENTS_CHUNK
+
+Ƭ **EVENTS_CHUNK**: `Object`
+
+READ API
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------- | :------------------------------------------------------------- |
+| `events` | [`EMITTED_EVENT`](types.RPC.RPCSPEC06.SPEC.md#emitted_event)[] |
+| `continuation_token?` | `string` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:60](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L60)
+
+---
+
+### RESULT_PAGE_REQUEST
+
+Ƭ **RESULT_PAGE_REQUEST**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------- | :------- |
+| `continuation_token?` | `string` |
+| `chunk_size` | `number` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:67](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L67)
+
+---
+
+### EMITTED_EVENT
+
+Ƭ **EMITTED_EVENT**: [`EVENT`](types.RPC.RPCSPEC06.SPEC.md#event) & \{ `block_hash`: [`BLOCK_HASH`](types.RPC.RPCSPEC06.SPEC.md#block_hash) ; `block_number`: [`BLOCK_NUMBER`](types.RPC.RPCSPEC06.SPEC.md#block_number) ; `transaction_hash`: [`TXN_HASH`](types.RPC.RPCSPEC06.SPEC.md#txn_hash) }
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:74](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L74)
+
+---
+
+### EVENT
+
+Ƭ **EVENT**: \{ `from_address`: [`ADDRESS`](types.RPC.RPCSPEC06.SPEC.md#address) } & [`EVENT_CONTENT`](types.RPC.RPCSPEC06.SPEC.md#event_content)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:80](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L80)
+
+---
+
+### EVENT_CONTENT
+
+Ƭ **EVENT_CONTENT**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----- | :------------------------------------------- |
+| `keys` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+| `data` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:84](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L84)
+
+---
+
+### EVENT_FILTER
+
+Ƭ **EVENT_FILTER**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------ | :------------------------------------------------- |
+| `from_block?` | [`BLOCK_ID`](types.RPC.RPCSPEC06.SPEC.md#block_id) |
+| `to_block?` | [`BLOCK_ID`](types.RPC.RPCSPEC06.SPEC.md#block_id) |
+| `address?` | [`ADDRESS`](types.RPC.RPCSPEC06.SPEC.md#address) |
+| `keys?` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[][] |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:89](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L89)
+
+---
+
+### BLOCK_ID
+
+Ƭ **BLOCK_ID**: \{ `block_hash?`: [`BLOCK_HASH`](types.RPC.RPCSPEC06.SPEC.md#block_hash) ; `block_number?`: [`BLOCK_NUMBER`](types.RPC.RPCSPEC06.SPEC.md#block_number) } \| [`BLOCK_TAG`](types.RPC.RPCSPEC06.SPEC.md#block_tag)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:96](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L96)
+
+---
+
+### SYNC_STATUS
+
+Ƭ **SYNC_STATUS**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------- | :--------------------------------------------------------- |
+| `starting_block_hash` | [`BLOCK_HASH`](types.RPC.RPCSPEC06.SPEC.md#block_hash) |
+| `starting_block_num` | [`BLOCK_NUMBER`](types.RPC.RPCSPEC06.SPEC.md#block_number) |
+| `current_block_hash` | [`BLOCK_HASH`](types.RPC.RPCSPEC06.SPEC.md#block_hash) |
+| `current_block_num` | [`BLOCK_NUMBER`](types.RPC.RPCSPEC06.SPEC.md#block_number) |
+| `highest_block_hash` | [`BLOCK_HASH`](types.RPC.RPCSPEC06.SPEC.md#block_hash) |
+| `highest_block_num` | [`BLOCK_NUMBER`](types.RPC.RPCSPEC06.SPEC.md#block_number) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:103](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L103)
+
+---
+
+### NEW_CLASSES
+
+Ƭ **NEW_CLASSES**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------- | :----------------------------------------- |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `compiled_class_hash` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:112](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L112)
+
+---
+
+### REPLACED_CLASS
+
+Ƭ **REPLACED_CLASS**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :----------------------------------------- |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `contract_address` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:117](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L117)
+
+---
+
+### NONCE_UPDATE
+
+Ƭ **NONCE_UPDATE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :----------------------------------------------- |
+| `contract_address` | [`ADDRESS`](types.RPC.RPCSPEC06.SPEC.md#address) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:122](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L122)
+
+---
+
+### STATE_DIFF
+
+Ƭ **STATE_DIFF**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------------------- | :--------------------------------------------------------------------------------------- |
+| `storage_diffs` | [`CONTRACT_STORAGE_DIFF_ITEM`](types.RPC.RPCSPEC06.SPEC.md#contract_storage_diff_item)[] |
+| `deprecated_declared_classes` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+| `declared_classes` | [`NEW_CLASSES`](types.RPC.RPCSPEC06.SPEC.md#new_classes)[] |
+| `deployed_contracts` | [`DEPLOYED_CONTRACT_ITEM`](types.RPC.RPCSPEC06.SPEC.md#deployed_contract_item)[] |
+| `replaced_classes` | [`REPLACED_CLASS`](types.RPC.RPCSPEC06.SPEC.md#replaced_class)[] |
+| `nonces` | [`NONCE_UPDATE`](types.RPC.RPCSPEC06.SPEC.md#nonce_update)[] |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:127](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L127)
+
+---
+
+### PENDING_STATE_UPDATE
+
+Ƭ **PENDING_STATE_UPDATE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------- | :----------------------------------------------------- |
+| `old_root` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `state_diff` | [`STATE_DIFF`](types.RPC.RPCSPEC06.SPEC.md#state_diff) |
+| `block_hash` | `never` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:136](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L136)
+
+---
+
+### STATE_UPDATE
+
+Ƭ **STATE_UPDATE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------- | :----------------------------------------------------- |
+| `block_hash` | [`BLOCK_HASH`](types.RPC.RPCSPEC06.SPEC.md#block_hash) |
+| `old_root` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `new_root` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `state_diff` | [`STATE_DIFF`](types.RPC.RPCSPEC06.SPEC.md#state_diff) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:142](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L142)
+
+---
+
+### BLOCK_BODY_WITH_TX_HASHES
+
+Ƭ **BLOCK_BODY_WITH_TX_HASHES**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------- | :--------------------------------------------------- |
+| `transactions` | [`TXN_HASH`](types.RPC.RPCSPEC06.SPEC.md#txn_hash)[] |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:149](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L149)
+
+---
+
+### BLOCK_BODY_WITH_TXS
+
+Ƭ **BLOCK_BODY_WITH_TXS**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------- | :----------------------------------------------------------------------------------------------------------------------- |
+| `transactions` | [`TXN`](types.RPC.RPCSPEC06.SPEC.md#txn) & \{ `transaction_hash`: [`TXN_HASH`](types.RPC.RPCSPEC06.SPEC.md#txn_hash) }[] |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:153](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L153)
+
+---
+
+### BLOCK_HEADER
+
+Ƭ **BLOCK_HEADER**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------ | :------------------------------------------------------------- |
+| `block_hash` | [`BLOCK_HASH`](types.RPC.RPCSPEC06.SPEC.md#block_hash) |
+| `parent_hash` | [`BLOCK_HASH`](types.RPC.RPCSPEC06.SPEC.md#block_hash) |
+| `block_number` | [`BLOCK_NUMBER`](types.RPC.RPCSPEC06.SPEC.md#block_number) |
+| `new_root` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `timestamp` | `number` |
+| `sequencer_address` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `l1_gas_price` | [`RESOURCE_PRICE`](types.RPC.RPCSPEC06.SPEC.md#resource_price) |
+| `starknet_version` | `string` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:159](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L159)
+
+---
+
+### PENDING_BLOCK_HEADER
+
+Ƭ **PENDING_BLOCK_HEADER**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------ | :------------------------------------------------------------- |
+| `parent_hash` | [`BLOCK_HASH`](types.RPC.RPCSPEC06.SPEC.md#block_hash) |
+| `timestamp` | `number` |
+| `sequencer_address` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `l1_gas_price` | [`RESOURCE_PRICE`](types.RPC.RPCSPEC06.SPEC.md#resource_price) |
+| `starknet_version` | `string` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:170](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L170)
+
+---
+
+### BLOCK_WITH_TX_HASHES
+
+Ƭ **BLOCK_WITH_TX_HASHES**: \{ `status`: [`BLOCK_STATUS`](types.RPC.RPCSPEC06.SPEC.md#block_status) } & [`BLOCK_HEADER`](types.RPC.RPCSPEC06.SPEC.md#block_header) & [`BLOCK_BODY_WITH_TX_HASHES`](types.RPC.RPCSPEC06.SPEC.md#block_body_with_tx_hashes)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:178](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L178)
+
+---
+
+### BLOCK_WITH_TXS
+
+Ƭ **BLOCK_WITH_TXS**: \{ `status`: [`BLOCK_STATUS`](types.RPC.RPCSPEC06.SPEC.md#block_status) } & [`BLOCK_HEADER`](types.RPC.RPCSPEC06.SPEC.md#block_header) & [`BLOCK_BODY_WITH_TXS`](types.RPC.RPCSPEC06.SPEC.md#block_body_with_txs)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:181](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L181)
+
+---
+
+### PENDING_BLOCK_WITH_TX_HASHES
+
+Ƭ **PENDING_BLOCK_WITH_TX_HASHES**: [`BLOCK_BODY_WITH_TX_HASHES`](types.RPC.RPCSPEC06.SPEC.md#block_body_with_tx_hashes) & [`PENDING_BLOCK_HEADER`](types.RPC.RPCSPEC06.SPEC.md#pending_block_header)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:183](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L183)
+
+---
+
+### PENDING_BLOCK_WITH_TXS
+
+Ƭ **PENDING_BLOCK_WITH_TXS**: [`BLOCK_BODY_WITH_TXS`](types.RPC.RPCSPEC06.SPEC.md#block_body_with_txs) & [`PENDING_BLOCK_HEADER`](types.RPC.RPCSPEC06.SPEC.md#pending_block_header)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:185](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L185)
+
+---
+
+### DEPLOYED_CONTRACT_ITEM
+
+Ƭ **DEPLOYED_CONTRACT_ITEM**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------- | :----------------------------------------- |
+| `address` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:187](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L187)
+
+---
+
+### CONTRACT_STORAGE_DIFF_ITEM
+
+Ƭ **CONTRACT_STORAGE_DIFF_ITEM**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------- | :----------------------------------------------------------------- |
+| `address` | `string` |
+| `storage_entries` | [`StorageDiffItem`](types.RPC.RPCSPEC06.SPEC.md#storagediffitem)[] |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:192](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L192)
+
+---
+
+### StorageDiffItem
+
+Ƭ **StorageDiffItem**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :------- |
+| `key` | `string` |
+| `value` | `string` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:199](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L199)
+
+---
+
+### TXN
+
+Ƭ **TXN**: [`INVOKE_TXN`](types.RPC.RPCSPEC06.SPEC.md#invoke_txn) \| [`L1_HANDLER_TXN`](types.RPC.RPCSPEC06.SPEC.md#l1_handler_txn) \| [`DECLARE_TXN`](types.RPC.RPCSPEC06.SPEC.md#declare_txn) \| [`DEPLOY_TXN`](types.RPC.RPCSPEC06.SPEC.md#deploy_txn) \| [`DEPLOY_ACCOUNT_TXN`](types.RPC.RPCSPEC06.SPEC.md#deploy_account_txn)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:206](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L206)
+
+---
+
+### DECLARE_TXN
+
+Ƭ **DECLARE_TXN**: [`DECLARE_TXN_V0`](types.RPC.RPCSPEC06.SPEC.md#declare_txn_v0) \| [`DECLARE_TXN_V1`](types.RPC.RPCSPEC06.SPEC.md#declare_txn_v1) \| [`DECLARE_TXN_V2`](types.RPC.RPCSPEC06.SPEC.md#declare_txn_v2) \| [`DECLARE_TXN_V3`](types.RPC.RPCSPEC06.SPEC.md#declare_txn_v3)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:208](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L208)
+
+---
+
+### DECLARE_TXN_V0
+
+Ƭ **DECLARE_TXN_V0**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :--------------------------------------------------- |
+| `type` | `"DECLARE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC06.SPEC.md#address) |
+| `max_fee` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `version` | `"0x0"` \| `"0x100000000000000000000000000000000"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC06.SPEC.md#signature) |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:210](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L210)
+
+---
+
+### DECLARE_TXN_V1
+
+Ƭ **DECLARE_TXN_V1**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :--------------------------------------------------- |
+| `type` | `"DECLARE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC06.SPEC.md#address) |
+| `max_fee` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `version` | `"0x1"` \| `"0x100000000000000000000000000000001"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC06.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:219](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L219)
+
+---
+
+### DECLARE_TXN_V2
+
+Ƭ **DECLARE_TXN_V2**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------- | :--------------------------------------------------- |
+| `type` | `"DECLARE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC06.SPEC.md#address) |
+| `compiled_class_hash` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `max_fee` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `version` | `"0x2"` \| `"0x100000000000000000000000000000002"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC06.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:229](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L229)
+
+---
+
+### DECLARE_TXN_V3
+
+Ƭ **DECLARE_TXN_V3**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------------------- | :------------------------------------------------------------------------------- |
+| `type` | `"DECLARE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC06.SPEC.md#address) |
+| `compiled_class_hash` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `version` | `"0x3"` \| `"0x100000000000000000000000000000003"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC06.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `resource_bounds` | [`RESOURCE_BOUNDS_MAPPING`](types.RPC.RPCSPEC06.SPEC.md#resource_bounds_mapping) |
+| `tip` | [`u64`](types.RPC.RPCSPEC06.SPEC.md#u64) |
+| `paymaster_data` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+| `account_deployment_data` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+| `nonce_data_availability_mode` | [`DA_MODE`](types.RPC.RPCSPEC06.SPEC.md#da_mode) |
+| `fee_data_availability_mode` | [`DA_MODE`](types.RPC.RPCSPEC06.SPEC.md#da_mode) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:240](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L240)
+
+---
+
+### BROADCASTED_TXN
+
+Ƭ **BROADCASTED_TXN**: [`BROADCASTED_INVOKE_TXN`](types.RPC.RPCSPEC06.SPEC.md#broadcasted_invoke_txn) \| [`BROADCASTED_DECLARE_TXN`](types.RPC.RPCSPEC06.SPEC.md#broadcasted_declare_txn) \| [`BROADCASTED_DEPLOY_ACCOUNT_TXN`](types.RPC.RPCSPEC06.SPEC.md#broadcasted_deploy_account_txn)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:257](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L257)
+
+---
+
+### BROADCASTED_INVOKE_TXN
+
+Ƭ **BROADCASTED_INVOKE_TXN**: [`INVOKE_TXN`](types.RPC.RPCSPEC06.SPEC.md#invoke_txn)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:262](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L262)
+
+---
+
+### BROADCASTED_DEPLOY_ACCOUNT_TXN
+
+Ƭ **BROADCASTED_DEPLOY_ACCOUNT_TXN**: [`DEPLOY_ACCOUNT_TXN`](types.RPC.RPCSPEC06.SPEC.md#deploy_account_txn)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:264](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L264)
+
+---
+
+### BROADCASTED_DECLARE_TXN
+
+Ƭ **BROADCASTED_DECLARE_TXN**: [`BROADCASTED_DECLARE_TXN_V1`](types.RPC.RPCSPEC06.SPEC.md#broadcasted_declare_txn_v1) \| [`BROADCASTED_DECLARE_TXN_V2`](types.RPC.RPCSPEC06.SPEC.md#broadcasted_declare_txn_v2) \| [`BROADCASTED_DECLARE_TXN_V3`](types.RPC.RPCSPEC06.SPEC.md#broadcasted_declare_txn_v3)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:266](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L266)
+
+---
+
+### BROADCASTED_DECLARE_TXN_V1
+
+Ƭ **BROADCASTED_DECLARE_TXN_V1**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :----------------------------------------------------------------------------------- |
+| `type` | `"DECLARE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC06.SPEC.md#address) |
+| `max_fee` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `version` | `"0x1"` \| `"0x100000000000000000000000000000001"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC06.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `contract_class` | [`DEPRECATED_CONTRACT_CLASS`](types.RPC.RPCSPEC06.SPEC.md#deprecated_contract_class) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:271](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L271)
+
+---
+
+### BROADCASTED_DECLARE_TXN_V2
+
+Ƭ **BROADCASTED_DECLARE_TXN_V2**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------- | :------------------------------------------------------------- |
+| `type` | `"DECLARE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC06.SPEC.md#address) |
+| `compiled_class_hash` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `max_fee` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `version` | `"0x2"` \| `"0x100000000000000000000000000000002"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC06.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `contract_class` | [`CONTRACT_CLASS`](types.RPC.RPCSPEC06.SPEC.md#contract_class) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:282](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L282)
+
+---
+
+### BROADCASTED_DECLARE_TXN_V3
+
+Ƭ **BROADCASTED_DECLARE_TXN_V3**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------------------- | :------------------------------------------------------------------------------- |
+| `type` | `"DECLARE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC06.SPEC.md#address) |
+| `compiled_class_hash` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `version` | `"0x3"` \| `"0x100000000000000000000000000000003"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC06.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `contract_class` | [`CONTRACT_CLASS`](types.RPC.RPCSPEC06.SPEC.md#contract_class) |
+| `resource_bounds` | [`RESOURCE_BOUNDS_MAPPING`](types.RPC.RPCSPEC06.SPEC.md#resource_bounds_mapping) |
+| `tip` | [`u64`](types.RPC.RPCSPEC06.SPEC.md#u64) |
+| `paymaster_data` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+| `account_deployment_data` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+| `nonce_data_availability_mode` | [`DA_MODE`](types.RPC.RPCSPEC06.SPEC.md#da_mode) |
+| `fee_data_availability_mode` | [`DA_MODE`](types.RPC.RPCSPEC06.SPEC.md#da_mode) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:293](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L293)
+
+---
+
+### DEPLOY_ACCOUNT_TXN
+
+Ƭ **DEPLOY_ACCOUNT_TXN**: [`DEPLOY_ACCOUNT_TXN_V1`](types.RPC.RPCSPEC06.SPEC.md#deploy_account_txn_v1) \| [`DEPLOY_ACCOUNT_TXN_V3`](types.RPC.RPCSPEC06.SPEC.md#deploy_account_txn_v3)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:310](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L310)
+
+---
+
+### DEPLOY_ACCOUNT_TXN_V1
+
+Ƭ **DEPLOY_ACCOUNT_TXN_V1**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------------- | :--------------------------------------------------- |
+| `type` | `"DEPLOY_ACCOUNT"` |
+| `max_fee` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `version` | `"0x1"` \| `"0x100000000000000000000000000000001"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC06.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `contract_address_salt` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `constructor_calldata` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:312](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L312)
+
+---
+
+### DEPLOY_ACCOUNT_TXN_V3
+
+Ƭ **DEPLOY_ACCOUNT_TXN_V3**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------------------- | :------------------------------------------------------------------------------- |
+| `type` | `"DEPLOY_ACCOUNT"` |
+| `version` | `"0x3"` \| `"0x100000000000000000000000000000003"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC06.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `contract_address_salt` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `constructor_calldata` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `resource_bounds` | [`RESOURCE_BOUNDS_MAPPING`](types.RPC.RPCSPEC06.SPEC.md#resource_bounds_mapping) |
+| `tip` | [`u64`](types.RPC.RPCSPEC06.SPEC.md#u64) |
+| `paymaster_data` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+| `nonce_data_availability_mode` | [`DA_MODE`](types.RPC.RPCSPEC06.SPEC.md#da_mode) |
+| `fee_data_availability_mode` | [`DA_MODE`](types.RPC.RPCSPEC06.SPEC.md#da_mode) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:323](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L323)
+
+---
+
+### DEPLOY_TXN
+
+Ƭ **DEPLOY_TXN**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------------- | :------------------------------------------- |
+| `type` | `"DEPLOY"` |
+| `version` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `contract_address_salt` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `constructor_calldata` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:338](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L338)
+
+---
+
+### INVOKE_TXN
+
+Ƭ **INVOKE_TXN**: [`INVOKE_TXN_V0`](types.RPC.RPCSPEC06.SPEC.md#invoke_txn_v0) \| [`INVOKE_TXN_V1`](types.RPC.RPCSPEC06.SPEC.md#invoke_txn_v1) \| [`INVOKE_TXN_V3`](types.RPC.RPCSPEC06.SPEC.md#invoke_txn_v3)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:346](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L346)
+
+---
+
+### INVOKE_TXN_V0
+
+Ƭ **INVOKE_TXN_V0**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------------- | :--------------------------------------------------- |
+| `type` | `"INVOKE"` |
+| `max_fee` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `version` | `"0x0"` \| `"0x100000000000000000000000000000000"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC06.SPEC.md#signature) |
+| `contract_address` | [`ADDRESS`](types.RPC.RPCSPEC06.SPEC.md#address) |
+| `entry_point_selector` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `calldata` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:348](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L348)
+
+---
+
+### INVOKE_TXN_V1
+
+Ƭ **INVOKE_TXN_V1**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :--------------------------------------------------- |
+| `type` | `"INVOKE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC06.SPEC.md#address) |
+| `calldata` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+| `max_fee` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `version` | `"0x1"` \| `"0x100000000000000000000000000000001"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC06.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:358](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L358)
+
+---
+
+### INVOKE_TXN_V3
+
+Ƭ **INVOKE_TXN_V3**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------------------- | :------------------------------------------------------------------------------- |
+| `type` | `"INVOKE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC06.SPEC.md#address) |
+| `calldata` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+| `version` | `"0x3"` \| `"0x100000000000000000000000000000003"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC06.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `resource_bounds` | [`RESOURCE_BOUNDS_MAPPING`](types.RPC.RPCSPEC06.SPEC.md#resource_bounds_mapping) |
+| `tip` | [`u64`](types.RPC.RPCSPEC06.SPEC.md#u64) |
+| `paymaster_data` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+| `account_deployment_data` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+| `nonce_data_availability_mode` | [`DA_MODE`](types.RPC.RPCSPEC06.SPEC.md#da_mode) |
+| `fee_data_availability_mode` | [`DA_MODE`](types.RPC.RPCSPEC06.SPEC.md#da_mode) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:368](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L368)
+
+---
+
+### L1_HANDLER_TXN
+
+Ƭ **L1_HANDLER_TXN**: \{ `version`: [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) ; `type`: `"L1_HANDLER"` ; `nonce`: [`NUM_AS_HEX`](types.RPC.RPCSPEC06.SPEC.md#num_as_hex) } & [`FUNCTION_CALL`](types.RPC.RPCSPEC06.SPEC.md#function_call)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:383](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L383)
+
+---
+
+### COMMON_RECEIPT_PROPERTIES
+
+Ƭ **COMMON_RECEIPT_PROPERTIES**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------- | :------------------------------------------------------------------------- |
+| `transaction_hash` | [`TXN_HASH`](types.RPC.RPCSPEC06.SPEC.md#txn_hash) |
+| `actual_fee` | [`FEE_PAYMENT`](types.RPC.RPCSPEC06.SPEC.md#fee_payment) |
+| `execution_status` | [`TXN_EXECUTION_STATUS`](types.RPC.RPCSPEC06.SPEC.md#txn_execution_status) |
+| `finality_status` | [`TXN_FINALITY_STATUS`](types.RPC.RPCSPEC06.SPEC.md#txn_finality_status) |
+| `block_hash` | [`BLOCK_HASH`](types.RPC.RPCSPEC06.SPEC.md#block_hash) |
+| `block_number` | [`BLOCK_NUMBER`](types.RPC.RPCSPEC06.SPEC.md#block_number) |
+| `messages_sent` | [`MSG_TO_L1`](types.RPC.RPCSPEC06.SPEC.md#msg_to_l1)[] |
+| `revert_reason?` | `string` |
+| `events` | [`EVENT`](types.RPC.RPCSPEC06.SPEC.md#event)[] |
+| `execution_resources` | [`EXECUTION_RESOURCES`](types.RPC.RPCSPEC06.SPEC.md#execution_resources) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:389](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L389)
+
+---
+
+### PENDING_COMMON_RECEIPT_PROPERTIES
+
+Ƭ **PENDING_COMMON_RECEIPT_PROPERTIES**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------- | :------------------------------------------------------------------------- |
+| `transaction_hash` | [`TXN_HASH`](types.RPC.RPCSPEC06.SPEC.md#txn_hash) |
+| `actual_fee` | [`FEE_PAYMENT`](types.RPC.RPCSPEC06.SPEC.md#fee_payment) |
+| `messages_sent` | [`MSG_TO_L1`](types.RPC.RPCSPEC06.SPEC.md#msg_to_l1)[] |
+| `events` | [`EVENT`](types.RPC.RPCSPEC06.SPEC.md#event)[] |
+| `revert_reason?` | `string` |
+| `finality_status` | `"ACCEPTED_ON_L2"` |
+| `execution_status` | [`TXN_EXECUTION_STATUS`](types.RPC.RPCSPEC06.SPEC.md#txn_execution_status) |
+| `execution_resources` | [`EXECUTION_RESOURCES`](types.RPC.RPCSPEC06.SPEC.md#execution_resources) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:402](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L402)
+
+---
+
+### INVOKE_TXN_RECEIPT
+
+Ƭ **INVOKE_TXN_RECEIPT**: \{ `type`: `"INVOKE"` } & [`COMMON_RECEIPT_PROPERTIES`](types.RPC.RPCSPEC06.SPEC.md#common_receipt_properties)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:413](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L413)
+
+---
+
+### PENDING_INVOKE_TXN_RECEIPT
+
+Ƭ **PENDING_INVOKE_TXN_RECEIPT**: \{ `type`: `"INVOKE"` } & [`PENDING_COMMON_RECEIPT_PROPERTIES`](types.RPC.RPCSPEC06.SPEC.md#pending_common_receipt_properties)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:417](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L417)
+
+---
+
+### DECLARE_TXN_RECEIPT
+
+Ƭ **DECLARE_TXN_RECEIPT**: \{ `type`: `"DECLARE"` } & [`COMMON_RECEIPT_PROPERTIES`](types.RPC.RPCSPEC06.SPEC.md#common_receipt_properties)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:421](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L421)
+
+---
+
+### PENDING_DECLARE_TXN_RECEIPT
+
+Ƭ **PENDING_DECLARE_TXN_RECEIPT**: \{ `type`: `"DECLARE"` } & [`PENDING_COMMON_RECEIPT_PROPERTIES`](types.RPC.RPCSPEC06.SPEC.md#pending_common_receipt_properties)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:425](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L425)
+
+---
+
+### DEPLOY_ACCOUNT_TXN_RECEIPT
+
+Ƭ **DEPLOY_ACCOUNT_TXN_RECEIPT**: \{ `type`: `"DEPLOY_ACCOUNT"` ; `contract_address`: [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) } & [`COMMON_RECEIPT_PROPERTIES`](types.RPC.RPCSPEC06.SPEC.md#common_receipt_properties)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:429](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L429)
+
+---
+
+### PENDING_DEPLOY_ACCOUNT_TXN_RECEIPT
+
+Ƭ **PENDING_DEPLOY_ACCOUNT_TXN_RECEIPT**: \{ `type`: `"DEPLOY_ACCOUNT"` ; `contract_address`: [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) } & [`PENDING_COMMON_RECEIPT_PROPERTIES`](types.RPC.RPCSPEC06.SPEC.md#pending_common_receipt_properties)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:434](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L434)
+
+---
+
+### DEPLOY_TXN_RECEIPT
+
+Ƭ **DEPLOY_TXN_RECEIPT**: \{ `type`: `"DEPLOY"` ; `contract_address`: [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) } & [`COMMON_RECEIPT_PROPERTIES`](types.RPC.RPCSPEC06.SPEC.md#common_receipt_properties)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:439](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L439)
+
+---
+
+### L1_HANDLER_TXN_RECEIPT
+
+Ƭ **L1_HANDLER_TXN_RECEIPT**: \{ `type`: `"L1_HANDLER"` ; `message_hash`: [`NUM_AS_HEX`](types.RPC.RPCSPEC06.SPEC.md#num_as_hex) } & [`COMMON_RECEIPT_PROPERTIES`](types.RPC.RPCSPEC06.SPEC.md#common_receipt_properties)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:444](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L444)
+
+---
+
+### PENDING_L1_HANDLER_TXN_RECEIPT
+
+Ƭ **PENDING_L1_HANDLER_TXN_RECEIPT**: \{ `type`: `"L1_HANDLER"` ; `message_hash`: [`NUM_AS_HEX`](types.RPC.RPCSPEC06.SPEC.md#num_as_hex) } & [`PENDING_COMMON_RECEIPT_PROPERTIES`](types.RPC.RPCSPEC06.SPEC.md#pending_common_receipt_properties)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:449](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L449)
+
+---
+
+### TXN_RECEIPT
+
+Ƭ **TXN_RECEIPT**: [`INVOKE_TXN_RECEIPT`](types.RPC.RPCSPEC06.SPEC.md#invoke_txn_receipt) \| [`L1_HANDLER_TXN_RECEIPT`](types.RPC.RPCSPEC06.SPEC.md#l1_handler_txn_receipt) \| [`DECLARE_TXN_RECEIPT`](types.RPC.RPCSPEC06.SPEC.md#declare_txn_receipt) \| [`DEPLOY_TXN_RECEIPT`](types.RPC.RPCSPEC06.SPEC.md#deploy_txn_receipt) \| [`DEPLOY_ACCOUNT_TXN_RECEIPT`](types.RPC.RPCSPEC06.SPEC.md#deploy_account_txn_receipt)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:454](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L454)
+
+---
+
+### PENDING_TXN_RECEIPT
+
+Ƭ **PENDING_TXN_RECEIPT**: [`PENDING_INVOKE_TXN_RECEIPT`](types.RPC.RPCSPEC06.SPEC.md#pending_invoke_txn_receipt) \| [`PENDING_L1_HANDLER_TXN_RECEIPT`](types.RPC.RPCSPEC06.SPEC.md#pending_l1_handler_txn_receipt) \| [`PENDING_DECLARE_TXN_RECEIPT`](types.RPC.RPCSPEC06.SPEC.md#pending_declare_txn_receipt) \| [`PENDING_DEPLOY_ACCOUNT_TXN_RECEIPT`](types.RPC.RPCSPEC06.SPEC.md#pending_deploy_account_txn_receipt)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:461](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L461)
+
+---
+
+### MSG_TO_L1
+
+Ƭ **MSG_TO_L1**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------- | :------------------------------------------- |
+| `from_address` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `to_address` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `payload` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:467](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L467)
+
+---
+
+### MSG_FROM_L1
+
+Ƭ **MSG_FROM_L1**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------------- | :------------------------------------------------------- |
+| `from_address` | [`ETH_ADDRESS`](types.RPC.RPCSPEC06.SPEC.md#eth_address) |
+| `to_address` | [`ADDRESS`](types.RPC.RPCSPEC06.SPEC.md#address) |
+| `entry_point_selector` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `payload` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:473](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L473)
+
+---
+
+### FUNCTION_CALL
+
+Ƭ **FUNCTION_CALL**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------------- | :----------------------------------------------- |
+| `contract_address` | [`ADDRESS`](types.RPC.RPCSPEC06.SPEC.md#address) |
+| `entry_point_selector` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `calldata` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:480](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L480)
+
+---
+
+### CONTRACT_CLASS
+
+Ƭ **CONTRACT_CLASS**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `sierra_program` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[] |
+| `contract_class_version` | `string` |
+| `entry_points_by_type` | \{ `CONSTRUCTOR`: [`SIERRA_ENTRY_POINT`](types.RPC.RPCSPEC06.SPEC.md#sierra_entry_point)[] ; `EXTERNAL`: [`SIERRA_ENTRY_POINT`](types.RPC.RPCSPEC06.SPEC.md#sierra_entry_point)[] ; `L1_HANDLER`: [`SIERRA_ENTRY_POINT`](types.RPC.RPCSPEC06.SPEC.md#sierra_entry_point)[] } |
+| `entry_points_by_type.CONSTRUCTOR` | [`SIERRA_ENTRY_POINT`](types.RPC.RPCSPEC06.SPEC.md#sierra_entry_point)[] |
+| `entry_points_by_type.EXTERNAL` | [`SIERRA_ENTRY_POINT`](types.RPC.RPCSPEC06.SPEC.md#sierra_entry_point)[] |
+| `entry_points_by_type.L1_HANDLER` | [`SIERRA_ENTRY_POINT`](types.RPC.RPCSPEC06.SPEC.md#sierra_entry_point)[] |
+| `abi` | `string` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:486](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L486)
+
+---
+
+### DEPRECATED_CONTRACT_CLASS
+
+Ƭ **DEPRECATED_CONTRACT_CLASS**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `program` | `string` |
+| `entry_points_by_type` | \{ `CONSTRUCTOR`: [`DEPRECATED_CAIRO_ENTRY_POINT`](types.RPC.RPCSPEC06.SPEC.md#deprecated_cairo_entry_point)[] ; `EXTERNAL`: [`DEPRECATED_CAIRO_ENTRY_POINT`](types.RPC.RPCSPEC06.SPEC.md#deprecated_cairo_entry_point)[] ; `L1_HANDLER`: [`DEPRECATED_CAIRO_ENTRY_POINT`](types.RPC.RPCSPEC06.SPEC.md#deprecated_cairo_entry_point)[] } |
+| `entry_points_by_type.CONSTRUCTOR` | [`DEPRECATED_CAIRO_ENTRY_POINT`](types.RPC.RPCSPEC06.SPEC.md#deprecated_cairo_entry_point)[] |
+| `entry_points_by_type.EXTERNAL` | [`DEPRECATED_CAIRO_ENTRY_POINT`](types.RPC.RPCSPEC06.SPEC.md#deprecated_cairo_entry_point)[] |
+| `entry_points_by_type.L1_HANDLER` | [`DEPRECATED_CAIRO_ENTRY_POINT`](types.RPC.RPCSPEC06.SPEC.md#deprecated_cairo_entry_point)[] |
+| `abi` | [`CONTRACT_ABI`](types.RPC.RPCSPEC06.SPEC.md#contract_abi) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:497](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L497)
+
+---
+
+### DEPRECATED_CAIRO_ENTRY_POINT
+
+Ƭ **DEPRECATED_CAIRO_ENTRY_POINT**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------- | :----------------------------------------------------------------- |
+| `offset` | [`NUM_AS_HEX`](types.RPC.RPCSPEC06.SPEC.md#num_as_hex) \| `number` |
+| `selector` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:507](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L507)
+
+---
+
+### SIERRA_ENTRY_POINT
+
+Ƭ **SIERRA_ENTRY_POINT**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------- | :----------------------------------------- |
+| `selector` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `function_idx` | `number` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:512](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L512)
+
+---
+
+### CONTRACT_ABI
+
+Ƭ **CONTRACT_ABI**: readonly [`CONTRACT_ABI_ENTRY`](types.RPC.RPCSPEC06.SPEC.md#contract_abi_entry)[]
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:517](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L517)
+
+---
+
+### CONTRACT_ABI_ENTRY
+
+Ƭ **CONTRACT_ABI_ENTRY**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------- | :----------------------------------------- |
+| `selector` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `input` | `string` |
+| `output` | `string` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:519](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L519)
+
+---
+
+### STRUCT_ABI_ENTRY
+
+Ƭ **STRUCT_ABI_ENTRY**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :--------------------------------------------------------------- |
+| `type` | [`STRUCT_ABI_TYPE`](types.RPC.RPCSPEC06.SPEC.md#struct_abi_type) |
+| `name` | `string` |
+| `size` | `number` |
+| `members` | [`STRUCT_MEMBER`](types.RPC.RPCSPEC06.SPEC.md#struct_member)[] |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:525](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L525)
+
+---
+
+### STRUCT_MEMBER
+
+Ƭ **STRUCT_MEMBER**: [`TYPED_PARAMETER`](types.RPC.RPCSPEC06.SPEC.md#typed_parameter) & \{ `offset`: `number` }
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:532](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L532)
+
+---
+
+### EVENT_ABI_ENTRY
+
+Ƭ **EVENT_ABI_ENTRY**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----- | :----------------------------------------------------------------- |
+| `type` | [`EVENT_ABI_TYPE`](types.RPC.RPCSPEC06.SPEC.md#event_abi_type) |
+| `name` | `string` |
+| `keys` | [`TYPED_PARAMETER`](types.RPC.RPCSPEC06.SPEC.md#typed_parameter)[] |
+| `data` | [`TYPED_PARAMETER`](types.RPC.RPCSPEC06.SPEC.md#typed_parameter)[] |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:536](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L536)
+
+---
+
+### FUNCTION_STATE_MUTABILITY
+
+Ƭ **FUNCTION_STATE_MUTABILITY**: `"view"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:543](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L543)
+
+---
+
+### FUNCTION_ABI_ENTRY
+
+Ƭ **FUNCTION_ABI_ENTRY**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------- | :----------------------------------------------------------------------------------- |
+| `type` | [`FUNCTION_ABI_TYPE`](types.RPC.RPCSPEC06.SPEC.md#function_abi_type) |
+| `name` | `string` |
+| `inputs` | [`TYPED_PARAMETER`](types.RPC.RPCSPEC06.SPEC.md#typed_parameter)[] |
+| `outputs` | [`TYPED_PARAMETER`](types.RPC.RPCSPEC06.SPEC.md#typed_parameter)[] |
+| `stateMutability` | [`FUNCTION_STATE_MUTABILITY`](types.RPC.RPCSPEC06.SPEC.md#function_state_mutability) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:545](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L545)
+
+---
+
+### TYPED_PARAMETER
+
+Ƭ **TYPED_PARAMETER**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----- | :------- |
+| `name` | `string` |
+| `type` | `string` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:553](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L553)
+
+---
+
+### SIMULATION_FLAG_FOR_ESTIMATE_FEE
+
+Ƭ **SIMULATION_FLAG_FOR_ESTIMATE_FEE**: `"SKIP_VALIDATE"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:558](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L558)
+
+---
+
+### PRICE_UNIT
+
+Ƭ **PRICE_UNIT**: `"WEI"` \| `"FRI"`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:559](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L559)
+
+---
+
+### FEE_ESTIMATE
+
+Ƭ **FEE_ESTIMATE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------- | :----------------------------------------------------- |
+| `gas_consumed` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `gas_price` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `overall_fee` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `unit` | [`PRICE_UNIT`](types.RPC.RPCSPEC06.SPEC.md#price_unit) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:561](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L561)
+
+---
+
+### FEE_PAYMENT
+
+Ƭ **FEE_PAYMENT**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :----------------------------------------------------- |
+| `amount` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `unit` | [`PRICE_UNIT`](types.RPC.RPCSPEC06.SPEC.md#price_unit) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:568](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L568)
+
+---
+
+### RESOURCE_BOUNDS_MAPPING
+
+Ƭ **RESOURCE_BOUNDS_MAPPING**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :--------------------------------------------------------------- |
+| `l1_gas` | [`RESOURCE_BOUNDS`](types.RPC.RPCSPEC06.SPEC.md#resource_bounds) |
+| `l2_gas` | [`RESOURCE_BOUNDS`](types.RPC.RPCSPEC06.SPEC.md#resource_bounds) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:573](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L573)
+
+---
+
+### RESOURCE_BOUNDS
+
+Ƭ **RESOURCE_BOUNDS**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------- | :----------------------------------------- |
+| `max_amount` | [`u64`](types.RPC.RPCSPEC06.SPEC.md#u64) |
+| `max_price_per_unit` | [`u128`](types.RPC.RPCSPEC06.SPEC.md#u128) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:578](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L578)
+
+---
+
+### RESOURCE_PRICE
+
+Ƭ **RESOURCE_PRICE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------- | :----------------------------------------- |
+| `price_in_fri` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+| `price_in_wei` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:583](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L583)
+
+---
+
+### EXECUTION_RESOURCES
+
+Ƭ **EXECUTION_RESOURCES**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------------------------- | :------- |
+| `steps` | `number` |
+| `memory_holes?` | `number` |
+| `range_check_builtin_applications?` | `number` |
+| `pedersen_builtin_applications?` | `number` |
+| `poseidon_builtin_applications?` | `number` |
+| `ec_op_builtin_applications?` | `number` |
+| `ecdsa_builtin_applications?` | `number` |
+| `bitwise_builtin_applications?` | `number` |
+| `keccak_builtin_applications?` | `number` |
+| `segment_arena_builtin?` | `number` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:588](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L588)
+
+---
+
+### TRANSACTION_TRACE
+
+Ƭ **TRANSACTION_TRACE**: `Object`
+
+TRACE API
+
+#### Type declaration
+
+| Name | Type |
+| :------------------------- | :--------------------------------------------------------------------------------- |
+| `invoke_tx_trace?` | [`INVOKE_TXN_TRACE`](types.RPC.RPCSPEC06.SPEC.md#invoke_txn_trace) |
+| `declare_tx_trace?` | [`DECLARE_TXN_TRACE`](types.RPC.RPCSPEC06.SPEC.md#declare_txn_trace) |
+| `deploy_account_tx_trace?` | [`DEPLOY_ACCOUNT_TXN_TRACE`](types.RPC.RPCSPEC06.SPEC.md#deploy_account_txn_trace) |
+| `l1_handler_tx_trace?` | [`L1_HANDLER_TXN_TRACE`](types.RPC.RPCSPEC06.SPEC.md#l1_handler_txn_trace) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:606](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L606)
+
+---
+
+### INVOKE_TXN_TRACE
+
+Ƭ **INVOKE_TXN_TRACE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------------- | :--------------------------------------------------------------------------------------------------------- |
+| `type` | `"INVOKE"` |
+| `execute_invocation` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC06.SPEC.md#function_invocation) \| \{ `revert_reason`: `string` } |
+| `validate_invocation?` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC06.SPEC.md#function_invocation) |
+| `fee_transfer_invocation?` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC06.SPEC.md#function_invocation) |
+| `state_diff?` | [`STATE_DIFF`](types.RPC.RPCSPEC06.SPEC.md#state_diff) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:614](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L614)
+
+---
+
+### DECLARE_TXN_TRACE
+
+Ƭ **DECLARE_TXN_TRACE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------------- | :----------------------------------------------------------------------- |
+| `type` | `"DECLARE"` |
+| `validate_invocation?` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC06.SPEC.md#function_invocation) |
+| `fee_transfer_invocation?` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC06.SPEC.md#function_invocation) |
+| `state_diff?` | [`STATE_DIFF`](types.RPC.RPCSPEC06.SPEC.md#state_diff) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:623](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L623)
+
+---
+
+### DEPLOY_ACCOUNT_TXN_TRACE
+
+Ƭ **DEPLOY_ACCOUNT_TXN_TRACE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------------- | :----------------------------------------------------------------------- |
+| `type` | `"DEPLOY_ACCOUNT"` |
+| `constructor_invocation` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC06.SPEC.md#function_invocation) |
+| `validate_invocation?` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC06.SPEC.md#function_invocation) |
+| `fee_transfer_invocation?` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC06.SPEC.md#function_invocation) |
+| `state_diff?` | [`STATE_DIFF`](types.RPC.RPCSPEC06.SPEC.md#state_diff) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:631](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L631)
+
+---
+
+### L1_HANDLER_TXN_TRACE
+
+Ƭ **L1_HANDLER_TXN_TRACE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------- | :----------------------------------------------------------------------- |
+| `type` | `"L1_HANDLER"` |
+| `function_invocation` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC06.SPEC.md#function_invocation) |
+| `state_diff?` | [`STATE_DIFF`](types.RPC.RPCSPEC06.SPEC.md#state_diff) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:640](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L640)
+
+---
+
+### NESTED_CALL
+
+Ƭ **NESTED_CALL**: [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC06.SPEC.md#function_invocation)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:647](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L647)
+
+---
+
+### FUNCTION_INVOCATION
+
+Ƭ **FUNCTION_INVOCATION**: [`FUNCTION_CALL`](types.RPC.RPCSPEC06.SPEC.md#function_call) & \{ `caller_address`: `string` ; `class_hash`: `string` ; `entry_point_type`: [`ENTRY_POINT_TYPE`](types.RPC.RPCSPEC06.SPEC.md#entry_point_type) ; `call_type`: [`CALL_TYPE`](types.RPC.RPCSPEC06.SPEC.md#call_type) ; `result`: `string`[] ; `calls`: [`NESTED_CALL`](types.RPC.RPCSPEC06.SPEC.md#nested_call)[] ; `events`: [`ORDERED_EVENT`](types.RPC.RPCSPEC06.SPEC.md#ordered_event)[] ; `messages`: [`ORDERED_MESSAGE`](types.RPC.RPCSPEC06.SPEC.md#ordered_message)[] ; `execution_resources`: [`EXECUTION_RESOURCES`](types.RPC.RPCSPEC06.SPEC.md#execution_resources) }
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:650](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L650)
+
+---
+
+### ORDERED_EVENT
+
+Ƭ **ORDERED_EVENT**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :------------------------------------------- |
+| `order` | `number` |
+| `event` | [`EVENT`](types.RPC.RPCSPEC06.SPEC.md#event) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:663](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L663)
+
+---
+
+### ORDERED_MESSAGE
+
+Ƭ **ORDERED_MESSAGE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :--------------------------------------------------- |
+| `order` | `number` |
+| `message` | [`MSG_TO_L1`](types.RPC.RPCSPEC06.SPEC.md#msg_to_l1) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/components.ts:669](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/components.ts#L669)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC06.md b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC06.md
new file mode 100644
index 000000000..8718377d2
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC06.md
@@ -0,0 +1,844 @@
+---
+id: 'types.RPC.RPCSPEC06'
+title: 'Namespace: RPCSPEC06'
+sidebar_label: 'RPCSPEC06'
+custom_edit_url: null
+---
+
+[types](types.md).[RPC](types.RPC.md).RPCSPEC06
+
+## Namespaces
+
+- [Errors](types.RPC.RPCSPEC06.Errors.md)
+- [SPEC](types.RPC.RPCSPEC06.SPEC.md)
+
+## Type Aliases
+
+### Methods
+
+Ƭ **Methods**: `ReadMethods` & `WriteMethods` & `TraceMethods`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/methods.ts:330](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/methods.ts#L330)
+
+---
+
+### ABI
+
+Ƭ **ABI**: (`FUNCTION` \| `CONSTRUCTOR` \| `L1_HANDLER` \| `EVENT` \| `STRUCT` \| `ENUM` \| `INTERFACE` \| `IMPL`)[]
+
+TypeScript Representation of Cairo1 v2+ Starknet Contract ABI
+
+starknet_metadata.json - tags/v0.5.0
+
+'starknet-specs' (OpenRpc protocol types)
+https://github.com/starkware-libs/starknet-specs
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/contract.ts:10](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/contract.ts#L10)
+
+---
+
+### ContractClass
+
+Ƭ **ContractClass**: [`CONTRACT_CLASS`](types.RPC.RPCSPEC06.SPEC.md#contract_class) \| [`DEPRECATED_CONTRACT_CLASS`](types.RPC.RPCSPEC06.SPEC.md#deprecated_contract_class)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:46](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L46)
+
+---
+
+### SimulateTransaction
+
+Ƭ **SimulateTransaction**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------ | :------------------------------------------------------------------- |
+| `transaction_trace` | [`TRANSACTION_TRACE`](types.RPC.RPCSPEC06.SPEC.md#transaction_trace) |
+| `fee_estimation` | [`FEE_ESTIMATE`](types.RPC.RPCSPEC06.SPEC.md#fee_estimate) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:48](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L48)
+
+---
+
+### SimulateTransactionResponse
+
+Ƭ **SimulateTransactionResponse**: [`SimulateTransaction`](types.RPC.RPCSPEC06.md#simulatetransaction)[]
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:52](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L52)
+
+---
+
+### FeeEstimate
+
+Ƭ **FeeEstimate**: [`FEE_ESTIMATE`](types.RPC.RPCSPEC06.SPEC.md#fee_estimate)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:54](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L54)
+
+---
+
+### TransactionWithHash
+
+Ƭ **TransactionWithHash**: [`TXN`](types.RPC.RPCSPEC06.SPEC.md#txn) & \{ `transaction_hash`: [`TXN_HASH`](types.RPC.RPCSPEC06.SPEC.md#txn_hash) }
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:56](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L56)
+
+---
+
+### BlockHashAndNumber
+
+Ƭ **BlockHashAndNumber**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------- | :--------------------------------------------------------- |
+| `block_hash` | [`BLOCK_HASH`](types.RPC.RPCSPEC06.SPEC.md#block_hash) |
+| `block_number` | [`BLOCK_NUMBER`](types.RPC.RPCSPEC06.SPEC.md#block_number) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:58](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L58)
+
+---
+
+### BlockWithTxs
+
+Ƭ **BlockWithTxs**: [`BLOCK_WITH_TXS`](types.RPC.RPCSPEC06.SPEC.md#block_with_txs) \| [`PENDING_BLOCK_WITH_TXS`](types.RPC.RPCSPEC06.SPEC.md#pending_block_with_txs)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:60](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L60)
+
+---
+
+### BlockWithTxHashes
+
+Ƭ **BlockWithTxHashes**: [`BLOCK_WITH_TX_HASHES`](types.RPC.RPCSPEC06.SPEC.md#block_with_tx_hashes) \| [`PENDING_BLOCK_WITH_TX_HASHES`](types.RPC.RPCSPEC06.SPEC.md#pending_block_with_tx_hashes)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:62](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L62)
+
+---
+
+### StateUpdate
+
+Ƭ **StateUpdate**: [`STATE_UPDATE`](types.RPC.RPCSPEC06.SPEC.md#state_update) \| [`PENDING_STATE_UPDATE`](types.RPC.RPCSPEC06.SPEC.md#pending_state_update)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:64](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L64)
+
+---
+
+### BlockTransactionsTraces
+
+Ƭ **BlockTransactionsTraces**: \{ `transaction_hash`: [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) ; `trace_root`: [`TRANSACTION_TRACE`](types.RPC.RPCSPEC06.SPEC.md#transaction_trace) }[]
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:66](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L66)
+
+---
+
+### Syncing
+
+Ƭ **Syncing**: `false` \| [`SYNC_STATUS`](types.RPC.RPCSPEC06.SPEC.md#sync_status)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:68](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L68)
+
+---
+
+### Events
+
+Ƭ **Events**: [`EVENTS_CHUNK`](types.RPC.RPCSPEC06.SPEC.md#events_chunk)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:70](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L70)
+
+---
+
+### EmittedEvent
+
+Ƭ **EmittedEvent**: [`EMITTED_EVENT`](types.RPC.RPCSPEC06.SPEC.md#emitted_event)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:71](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L71)
+
+---
+
+### Event
+
+Ƭ **Event**: [`EVENT`](types.RPC.RPCSPEC06.SPEC.md#event)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:72](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L72)
+
+---
+
+### InvokedTransaction
+
+Ƭ **InvokedTransaction**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :------------------------------------------------- |
+| `transaction_hash` | [`TXN_HASH`](types.RPC.RPCSPEC06.SPEC.md#txn_hash) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:74](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L74)
+
+---
+
+### DeclaredTransaction
+
+Ƭ **DeclaredTransaction**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :------------------------------------------------- |
+| `transaction_hash` | [`TXN_HASH`](types.RPC.RPCSPEC06.SPEC.md#txn_hash) |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:76](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L76)
+
+---
+
+### DeployedAccountTransaction
+
+Ƭ **DeployedAccountTransaction**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :------------------------------------------------- |
+| `transaction_hash` | [`TXN_HASH`](types.RPC.RPCSPEC06.SPEC.md#txn_hash) |
+| `contract_address` | [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:78](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L78)
+
+---
+
+### ContractAddress
+
+Ƭ **ContractAddress**: [`ADDRESS`](types.RPC.RPCSPEC06.SPEC.md#address)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:81](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L81)
+
+---
+
+### Felt
+
+Ƭ **Felt**: [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:82](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L82)
+
+---
+
+### Nonce
+
+Ƭ **Nonce**: [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:83](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L83)
+
+---
+
+### TransactionHash
+
+Ƭ **TransactionHash**: [`TXN_HASH`](types.RPC.RPCSPEC06.SPEC.md#txn_hash)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:84](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L84)
+
+---
+
+### TransactionTrace
+
+Ƭ **TransactionTrace**: [`TRANSACTION_TRACE`](types.RPC.RPCSPEC06.SPEC.md#transaction_trace)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:85](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L85)
+
+---
+
+### BlockHash
+
+Ƭ **BlockHash**: [`BLOCK_HASH`](types.RPC.RPCSPEC06.SPEC.md#block_hash)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:86](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L86)
+
+---
+
+### TransactionReceipt
+
+Ƭ **TransactionReceipt**: [`TXN_RECEIPT`](types.RPC.RPCSPEC06.SPEC.md#txn_receipt) \| [`PENDING_TXN_RECEIPT`](types.RPC.RPCSPEC06.SPEC.md#pending_txn_receipt)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:87](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L87)
+
+---
+
+### Receipt
+
+Ƭ **Receipt**: [`TXN_RECEIPT`](types.RPC.RPCSPEC06.SPEC.md#txn_receipt)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:88](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L88)
+
+---
+
+### PendingReceipt
+
+Ƭ **PendingReceipt**: [`PENDING_TXN_RECEIPT`](types.RPC.RPCSPEC06.SPEC.md#pending_txn_receipt)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:89](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L89)
+
+---
+
+### EventFilter
+
+Ƭ **EventFilter**: [`EVENT_FILTER`](types.RPC.RPCSPEC06.SPEC.md#event_filter) & [`RESULT_PAGE_REQUEST`](types.RPC.RPCSPEC06.SPEC.md#result_page_request)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:90](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L90)
+
+---
+
+### SimulationFlags
+
+Ƭ **SimulationFlags**: [`SIMULATION_FLAG`](types.RPC.RPCSPEC06.SPEC.md#simulation_flag)[]
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:91](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L91)
+
+---
+
+### L1Message
+
+Ƭ **L1Message**: [`MSG_FROM_L1`](types.RPC.RPCSPEC06.SPEC.md#msg_from_l1)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:92](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L92)
+
+---
+
+### BaseTransaction
+
+Ƭ **BaseTransaction**: [`BROADCASTED_TXN`](types.RPC.RPCSPEC06.SPEC.md#broadcasted_txn)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:93](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L93)
+
+---
+
+### ChainId
+
+Ƭ **ChainId**: [`CHAIN_ID`](types.RPC.RPCSPEC06.SPEC.md#chain_id)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:94](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L94)
+
+---
+
+### Transaction
+
+Ƭ **Transaction**: [`TXN`](types.RPC.RPCSPEC06.SPEC.md#txn)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:95](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L95)
+
+---
+
+### TransactionStatus
+
+Ƭ **TransactionStatus**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------ | :------------------------------------------------------------------------- |
+| `finality_status` | [`TXN_STATUS`](types.RPC.RPCSPEC06.SPEC.md#txn_status) |
+| `execution_status?` | [`TXN_EXECUTION_STATUS`](types.RPC.RPCSPEC06.SPEC.md#txn_execution_status) |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:96](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L96)
+
+---
+
+### ResourceBounds
+
+Ƭ **ResourceBounds**: [`RESOURCE_BOUNDS_MAPPING`](types.RPC.RPCSPEC06.SPEC.md#resource_bounds_mapping)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:100](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L100)
+
+---
+
+### FeePayment
+
+Ƭ **FeePayment**: [`FEE_PAYMENT`](types.RPC.RPCSPEC06.SPEC.md#fee_payment)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:101](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L101)
+
+---
+
+### PriceUnit
+
+Ƭ **PriceUnit**: [`PRICE_UNIT`](types.RPC.RPCSPEC06.SPEC.md#price_unit)
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:102](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L102)
+
+---
+
+### StorageDiffs
+
+Ƭ **StorageDiffs**: [`CONTRACT_STORAGE_DIFF_ITEM`](types.RPC.RPCSPEC06.SPEC.md#contract_storage_diff_item)[]
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:105](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L105)
+
+---
+
+### DeprecatedDeclaredClasses
+
+Ƭ **DeprecatedDeclaredClasses**: [`FELT`](types.RPC.RPCSPEC06.SPEC.md#felt)[]
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:106](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L106)
+
+---
+
+### NonceUpdates
+
+Ƭ **NonceUpdates**: [`NONCE_UPDATE`](types.RPC.RPCSPEC06.SPEC.md#nonce_update)[]
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:107](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L107)
+
+---
+
+### ReplacedClasses
+
+Ƭ **ReplacedClasses**: [`REPLACED_CLASS`](types.RPC.RPCSPEC06.SPEC.md#replaced_class)[]
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:108](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L108)
+
+---
+
+### ETransactionType
+
+Ƭ **ETransactionType**: `ValuesType`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:111](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L111)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:119](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L119)
+
+---
+
+### ESimulationFlag
+
+Ƭ **ESimulationFlag**: `ValuesType`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:121](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L121)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:126](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L126)
+
+---
+
+### ETransactionStatus
+
+Ƭ **ETransactionStatus**: `ValuesType`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:128](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L128)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:135](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L135)
+
+---
+
+### ETransactionFinalityStatus
+
+Ƭ **ETransactionFinalityStatus**: `ValuesType`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:137](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L137)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:142](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L142)
+
+---
+
+### ETransactionExecutionStatus
+
+Ƭ **ETransactionExecutionStatus**: `ValuesType`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:144](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L144)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:149](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L149)
+
+---
+
+### EBlockTag
+
+Ƭ **EBlockTag**: `ValuesType`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:151](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L151)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:156](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L156)
+
+---
+
+### EDataAvailabilityMode
+
+Ƭ **EDataAvailabilityMode**: `ValuesType`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:159](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L159)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:164](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L164)
+
+---
+
+### EDAMode
+
+Ƭ **EDAMode**: `ValuesType`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:167](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L167)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:172](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L172)
+
+---
+
+### ETransactionVersion
+
+Ƭ **ETransactionVersion**: `ValuesType`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:178](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L178)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:189](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L189)
+
+---
+
+### ETransactionVersion2
+
+Ƭ **ETransactionVersion2**: `ValuesType`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:194](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L194)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:203](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L203)
+
+---
+
+### ETransactionVersion3
+
+Ƭ **ETransactionVersion3**: `ValuesType`
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:208](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L208)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:213](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L213)
+
+## Variables
+
+### ETransactionType
+
+• `Const` **ETransactionType**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :----------------- |
+| `DECLARE` | `"DECLARE"` |
+| `DEPLOY` | `"DEPLOY"` |
+| `DEPLOY_ACCOUNT` | `"DEPLOY_ACCOUNT"` |
+| `INVOKE` | `"INVOKE"` |
+| `L1_HANDLER` | `"L1_HANDLER"` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:111](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L111)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:119](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L119)
+
+---
+
+### ESimulationFlag
+
+• `Const` **ESimulationFlag**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------- | :------------------ |
+| `SKIP_VALIDATE` | `"SKIP_VALIDATE"` |
+| `SKIP_FEE_CHARGE` | `"SKIP_FEE_CHARGE"` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:121](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L121)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:126](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L126)
+
+---
+
+### ETransactionStatus
+
+• `Const` **ETransactionStatus**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :----------------- |
+| `RECEIVED` | `"RECEIVED"` |
+| `REJECTED` | `"REJECTED"` |
+| `ACCEPTED_ON_L2` | `"ACCEPTED_ON_L2"` |
+| `ACCEPTED_ON_L1` | `"ACCEPTED_ON_L1"` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:128](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L128)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:135](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L135)
+
+---
+
+### ETransactionFinalityStatus
+
+• `Const` **ETransactionFinalityStatus**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :----------------- |
+| `ACCEPTED_ON_L2` | `"ACCEPTED_ON_L2"` |
+| `ACCEPTED_ON_L1` | `"ACCEPTED_ON_L1"` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:137](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L137)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:142](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L142)
+
+---
+
+### ETransactionExecutionStatus
+
+• `Const` **ETransactionExecutionStatus**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------- | :------------ |
+| `SUCCEEDED` | `"SUCCEEDED"` |
+| `REVERTED` | `"REVERTED"` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:144](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L144)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:149](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L149)
+
+---
+
+### EBlockTag
+
+• `Const` **EBlockTag**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :---------- |
+| `PENDING` | `"pending"` |
+| `LATEST` | `"latest"` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:151](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L151)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:156](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L156)
+
+---
+
+### EDataAvailabilityMode
+
+• `Const` **EDataAvailabilityMode**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--- | :----- |
+| `L1` | `"L1"` |
+| `L2` | `"L2"` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:159](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L159)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:164](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L164)
+
+---
+
+### EDAMode
+
+• `Const` **EDAMode**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--- | :--- |
+| `L1` | `0` |
+| `L2` | `1` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:167](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L167)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:172](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L172)
+
+---
+
+### ETransactionVersion
+
+• `Const` **ETransactionVersion**: `Object`
+
+V* Transaction versions HexString
+F* Fee Transaction Versions HexString (2 \*\* 128 + TRANSACTION_VERSION)
+
+#### Type declaration
+
+| Name | Type |
+| :--- | :-------------------------------------- |
+| `V0` | `"0x0"` |
+| `V1` | `"0x1"` |
+| `V2` | `"0x2"` |
+| `V3` | `"0x3"` |
+| `F0` | `"0x100000000000000000000000000000000"` |
+| `F1` | `"0x100000000000000000000000000000001"` |
+| `F2` | `"0x100000000000000000000000000000002"` |
+| `F3` | `"0x100000000000000000000000000000003"` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:178](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L178)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:189](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L189)
+
+---
+
+### ETransactionVersion2
+
+• `Const` **ETransactionVersion2**: `Object`
+
+Old Transaction Versions
+
+#### Type declaration
+
+| Name | Type |
+| :--- | :-------------------------------------- |
+| `V0` | `"0x0"` |
+| `V1` | `"0x1"` |
+| `V2` | `"0x2"` |
+| `F0` | `"0x100000000000000000000000000000000"` |
+| `F1` | `"0x100000000000000000000000000000001"` |
+| `F2` | `"0x100000000000000000000000000000002"` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:194](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L194)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:203](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L203)
+
+---
+
+### ETransactionVersion3
+
+• `Const` **ETransactionVersion3**: `Object`
+
+V3 Transaction Versions
+
+#### Type declaration
+
+| Name | Type |
+| :--- | :-------------------------------------- |
+| `V3` | `"0x3"` |
+| `F3` | `"0x100000000000000000000000000000003"` |
+
+#### Defined in
+
+[src/types/api/rpcspec_0_6/nonspec.ts:208](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L208)
+
+[src/types/api/rpcspec_0_6/nonspec.ts:213](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/api/rpcspec_0_6/nonspec.ts#L213)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC07.API.Errors.md b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC07.API.Errors.md
new file mode 100644
index 000000000..b2ae269f3
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC07.API.Errors.md
@@ -0,0 +1,40 @@
+---
+id: 'types.RPC.RPCSPEC07.API.Errors'
+title: 'Namespace: Errors'
+sidebar_label: 'Errors'
+custom_edit_url: null
+---
+
+[RPCSPEC07](types.RPC.RPCSPEC07.md).[API](types.RPC.RPCSPEC07.API.md).Errors
+
+## Interfaces
+
+- [FAILED_TO_RECEIVE_TXN](../interfaces/types.RPC.RPCSPEC07.API.Errors.FAILED_TO_RECEIVE_TXN.md)
+- [NO_TRACE_AVAILABLE](../interfaces/types.RPC.RPCSPEC07.API.Errors.NO_TRACE_AVAILABLE.md)
+- [CONTRACT_NOT_FOUND](../interfaces/types.RPC.RPCSPEC07.API.Errors.CONTRACT_NOT_FOUND.md)
+- [INVALID_MESSAGE_SELECTOR](../interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_MESSAGE_SELECTOR.md)
+- [INVALID_CALL_DATA](../interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_CALL_DATA.md)
+- [BLOCK_NOT_FOUND](../interfaces/types.RPC.RPCSPEC07.API.Errors.BLOCK_NOT_FOUND.md)
+- [INVALID_BLOCK_HASH](../interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_BLOCK_HASH.md)
+- [INVALID_TXN_INDEX](../interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_TXN_INDEX.md)
+- [CLASS_HASH_NOT_FOUND](../interfaces/types.RPC.RPCSPEC07.API.Errors.CLASS_HASH_NOT_FOUND.md)
+- [TXN_HASH_NOT_FOUND](../interfaces/types.RPC.RPCSPEC07.API.Errors.TXN_HASH_NOT_FOUND.md)
+- [PAGE_SIZE_TOO_BIG](../interfaces/types.RPC.RPCSPEC07.API.Errors.PAGE_SIZE_TOO_BIG.md)
+- [NO_BLOCKS](../interfaces/types.RPC.RPCSPEC07.API.Errors.NO_BLOCKS.md)
+- [INVALID_CONTINUATION_TOKEN](../interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_CONTINUATION_TOKEN.md)
+- [TOO_MANY_KEYS_IN_FILTER](../interfaces/types.RPC.RPCSPEC07.API.Errors.TOO_MANY_KEYS_IN_FILTER.md)
+- [CONTRACT_ERROR](../interfaces/types.RPC.RPCSPEC07.API.Errors.CONTRACT_ERROR.md)
+- [TRANSACTION_EXECUTION_ERROR](../interfaces/types.RPC.RPCSPEC07.API.Errors.TRANSACTION_EXECUTION_ERROR.md)
+- [CLASS_ALREADY_DECLARED](../interfaces/types.RPC.RPCSPEC07.API.Errors.CLASS_ALREADY_DECLARED.md)
+- [INVALID_TRANSACTION_NONCE](../interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_TRANSACTION_NONCE.md)
+- [INSUFFICIENT_MAX_FEE](../interfaces/types.RPC.RPCSPEC07.API.Errors.INSUFFICIENT_MAX_FEE.md)
+- [INSUFFICIENT_ACCOUNT_BALANCE](../interfaces/types.RPC.RPCSPEC07.API.Errors.INSUFFICIENT_ACCOUNT_BALANCE.md)
+- [VALIDATION_FAILURE](../interfaces/types.RPC.RPCSPEC07.API.Errors.VALIDATION_FAILURE.md)
+- [COMPILATION_FAILED](../interfaces/types.RPC.RPCSPEC07.API.Errors.COMPILATION_FAILED.md)
+- [CONTRACT_CLASS_SIZE_IS_TOO_LARGE](../interfaces/types.RPC.RPCSPEC07.API.Errors.CONTRACT_CLASS_SIZE_IS_TOO_LARGE.md)
+- [NON_ACCOUNT](../interfaces/types.RPC.RPCSPEC07.API.Errors.NON_ACCOUNT.md)
+- [DUPLICATE_TX](../interfaces/types.RPC.RPCSPEC07.API.Errors.DUPLICATE_TX.md)
+- [COMPILED_CLASS_HASH_MISMATCH](../interfaces/types.RPC.RPCSPEC07.API.Errors.COMPILED_CLASS_HASH_MISMATCH.md)
+- [UNSUPPORTED_TX_VERSION](../interfaces/types.RPC.RPCSPEC07.API.Errors.UNSUPPORTED_TX_VERSION.md)
+- [UNSUPPORTED_CONTRACT_CLASS_VERSION](../interfaces/types.RPC.RPCSPEC07.API.Errors.UNSUPPORTED_CONTRACT_CLASS_VERSION.md)
+- [UNEXPECTED_ERROR](../interfaces/types.RPC.RPCSPEC07.API.Errors.UNEXPECTED_ERROR.md)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC07.API.SPEC.md b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC07.API.SPEC.md
new file mode 100644
index 000000000..2c754f56d
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC07.API.SPEC.md
@@ -0,0 +1,1753 @@
+---
+id: 'types.RPC.RPCSPEC07.API.SPEC'
+title: 'Namespace: SPEC'
+sidebar_label: 'SPEC'
+custom_edit_url: null
+---
+
+[RPCSPEC07](types.RPC.RPCSPEC07.md).[API](types.RPC.RPCSPEC07.API.md).SPEC
+
+## Type Aliases
+
+### FELT
+
+Ƭ **FELT**: `string`
+
+A field element. represented by at most 63 hex digits
+
+**`Pattern`**
+
+^0x(0|[a-fA-F1-9]{1}[a-fA-F0-9]{0,62})$
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:8
+
+---
+
+### ETH_ADDRESS
+
+Ƭ **ETH_ADDRESS**: `string`
+
+an ethereum address represented as 40 hex digits
+
+**`Pattern`**
+
+^0x[a-fA-F0-9]{40}$
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:13
+
+---
+
+### STORAGE_KEY
+
+Ƭ **STORAGE_KEY**: `string`
+
+A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes.
+
+**`Pattern`**
+
+^0x(0|[0-7]{1}[a-fA-F0-9]{0,62}$)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:18
+
+---
+
+### ADDRESS
+
+Ƭ **ADDRESS**: [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:19
+
+---
+
+### NUM_AS_HEX
+
+Ƭ **NUM_AS_HEX**: `string`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:20
+
+---
+
+### u64
+
+Ƭ **u64**: `string`
+
+64 bit integers, represented by hex string of length at most 16
+"pattern": "^0x(0|[a-fA-F1-9]{1}[a-fA-F0-9]{0,15})$"
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:25
+
+---
+
+### u128
+
+Ƭ **u128**: `string`
+
+64 bit integers, represented by hex string of length at most 32
+"pattern": "^0x(0|[a-fA-F1-9]{1}[a-fA-F0-9]{0,31})$"
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:30
+
+---
+
+### SIGNATURE
+
+Ƭ **SIGNATURE**: [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:31
+
+---
+
+### BLOCK_NUMBER
+
+Ƭ **BLOCK_NUMBER**: `number`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:32
+
+---
+
+### BLOCK_HASH
+
+Ƭ **BLOCK_HASH**: [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:33
+
+---
+
+### TXN_HASH
+
+Ƭ **TXN_HASH**: [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:34
+
+---
+
+### CHAIN_ID
+
+Ƭ **CHAIN_ID**: [`NUM_AS_HEX`](types.RPC.RPCSPEC07.API.SPEC.md#num_as_hex)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:35
+
+---
+
+### STRUCT_ABI_TYPE
+
+Ƭ **STRUCT_ABI_TYPE**: `"struct"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:36
+
+---
+
+### EVENT_ABI_TYPE
+
+Ƭ **EVENT_ABI_TYPE**: `"event"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:37
+
+---
+
+### FUNCTION_ABI_TYPE
+
+Ƭ **FUNCTION_ABI_TYPE**: `"function"` \| `"l1_handler"` \| `"constructor"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:38
+
+---
+
+### ENTRY_POINT_TYPE
+
+Ƭ **ENTRY_POINT_TYPE**: `"EXTERNAL"` \| `"L1_HANDLER"` \| `"CONSTRUCTOR"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:39
+
+---
+
+### CALL_TYPE
+
+Ƭ **CALL_TYPE**: `"DELEGATE"` \| `"LIBRARY_CALL"` \| `"CALL"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:40
+
+---
+
+### TXN_STATUS
+
+Ƭ **TXN_STATUS**: `"RECEIVED"` \| `"REJECTED"` \| `"ACCEPTED_ON_L2"` \| `"ACCEPTED_ON_L1"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:41
+
+---
+
+### SIMULATION_FLAG
+
+Ƭ **SIMULATION_FLAG**: `"SKIP_VALIDATE"` \| `"SKIP_FEE_CHARGE"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:42
+
+---
+
+### DA_MODE
+
+Ƭ **DA_MODE**: `"L1"` \| `"L2"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:43
+
+---
+
+### TXN_TYPE
+
+Ƭ **TXN_TYPE**: `"DECLARE"` \| `"DEPLOY"` \| `"DEPLOY_ACCOUNT"` \| `"INVOKE"` \| `"L1_HANDLER"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:44
+
+---
+
+### TXN_FINALITY_STATUS
+
+Ƭ **TXN_FINALITY_STATUS**: `"ACCEPTED_ON_L2"` \| `"ACCEPTED_ON_L1"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:45
+
+---
+
+### TXN_EXECUTION_STATUS
+
+Ƭ **TXN_EXECUTION_STATUS**: `"SUCCEEDED"` \| `"REVERTED"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:46
+
+---
+
+### BLOCK_STATUS
+
+Ƭ **BLOCK_STATUS**: `"PENDING"` \| `"ACCEPTED_ON_L2"` \| `"ACCEPTED_ON_L1"` \| `"REJECTED"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:47
+
+---
+
+### BLOCK_TAG
+
+Ƭ **BLOCK_TAG**: `"latest"` \| `"pending"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:48
+
+---
+
+### EVENTS_CHUNK
+
+Ƭ **EVENTS_CHUNK**: `Object`
+
+READ API
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------- | :----------------------------------------------------------------- |
+| `events` | [`EMITTED_EVENT`](types.RPC.RPCSPEC07.API.SPEC.md#emitted_event)[] |
+| `continuation_token?` | `string` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:52
+
+---
+
+### RESULT_PAGE_REQUEST
+
+Ƭ **RESULT_PAGE_REQUEST**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------- | :------- |
+| `continuation_token?` | `string` |
+| `chunk_size` | `number` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:56
+
+---
+
+### EMITTED_EVENT
+
+Ƭ **EMITTED_EVENT**: [`EVENT`](types.RPC.RPCSPEC07.API.SPEC.md#event) & \{ `block_hash`: [`BLOCK_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#block_hash) ; `block_number`: [`BLOCK_NUMBER`](types.RPC.RPCSPEC07.API.SPEC.md#block_number) ; `transaction_hash`: [`TXN_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#txn_hash) }
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:60
+
+---
+
+### EVENT
+
+Ƭ **EVENT**: \{ `from_address`: [`ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#address) } & [`EVENT_CONTENT`](types.RPC.RPCSPEC07.API.SPEC.md#event_content)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:65
+
+---
+
+### EVENT_CONTENT
+
+Ƭ **EVENT_CONTENT**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----- | :----------------------------------------------- |
+| `keys` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+| `data` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:68
+
+---
+
+### EVENT_FILTER
+
+Ƭ **EVENT_FILTER**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------ | :----------------------------------------------------- |
+| `from_block?` | [`BLOCK_ID`](types.RPC.RPCSPEC07.API.SPEC.md#block_id) |
+| `to_block?` | [`BLOCK_ID`](types.RPC.RPCSPEC07.API.SPEC.md#block_id) |
+| `address?` | [`ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#address) |
+| `keys?` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[][] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:72
+
+---
+
+### BLOCK_ID
+
+Ƭ **BLOCK_ID**: \{ `block_hash?`: [`BLOCK_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#block_hash) ; `block_number?`: [`BLOCK_NUMBER`](types.RPC.RPCSPEC07.API.SPEC.md#block_number) } \| [`BLOCK_TAG`](types.RPC.RPCSPEC07.API.SPEC.md#block_tag)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:78
+
+---
+
+### SYNC_STATUS
+
+Ƭ **SYNC_STATUS**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------- | :------------------------------------------------------------- |
+| `starting_block_hash` | [`BLOCK_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#block_hash) |
+| `starting_block_num` | [`BLOCK_NUMBER`](types.RPC.RPCSPEC07.API.SPEC.md#block_number) |
+| `current_block_hash` | [`BLOCK_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#block_hash) |
+| `current_block_num` | [`BLOCK_NUMBER`](types.RPC.RPCSPEC07.API.SPEC.md#block_number) |
+| `highest_block_hash` | [`BLOCK_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#block_hash) |
+| `highest_block_num` | [`BLOCK_NUMBER`](types.RPC.RPCSPEC07.API.SPEC.md#block_number) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:82
+
+---
+
+### NEW_CLASSES
+
+Ƭ **NEW_CLASSES**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------- | :--------------------------------------------- |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `compiled_class_hash` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:90
+
+---
+
+### REPLACED_CLASS
+
+Ƭ **REPLACED_CLASS**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :--------------------------------------------- |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `contract_address` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:94
+
+---
+
+### NONCE_UPDATE
+
+Ƭ **NONCE_UPDATE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :--------------------------------------------------- |
+| `contract_address` | [`ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#address) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:98
+
+---
+
+### STATE_DIFF
+
+Ƭ **STATE_DIFF**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------------------- | :------------------------------------------------------------------------------------------- |
+| `storage_diffs` | [`CONTRACT_STORAGE_DIFF_ITEM`](types.RPC.RPCSPEC07.API.SPEC.md#contract_storage_diff_item)[] |
+| `deprecated_declared_classes` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+| `declared_classes` | [`NEW_CLASSES`](types.RPC.RPCSPEC07.API.SPEC.md#new_classes)[] |
+| `deployed_contracts` | [`DEPLOYED_CONTRACT_ITEM`](types.RPC.RPCSPEC07.API.SPEC.md#deployed_contract_item)[] |
+| `replaced_classes` | [`REPLACED_CLASS`](types.RPC.RPCSPEC07.API.SPEC.md#replaced_class)[] |
+| `nonces` | [`NONCE_UPDATE`](types.RPC.RPCSPEC07.API.SPEC.md#nonce_update)[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:102
+
+---
+
+### PENDING_STATE_UPDATE
+
+Ƭ **PENDING_STATE_UPDATE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------- | :--------------------------------------------------------- |
+| `old_root` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `state_diff` | [`STATE_DIFF`](types.RPC.RPCSPEC07.API.SPEC.md#state_diff) |
+| `block_hash` | `never` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:110
+
+---
+
+### STATE_UPDATE
+
+Ƭ **STATE_UPDATE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------- | :--------------------------------------------------------- |
+| `block_hash` | [`BLOCK_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#block_hash) |
+| `old_root` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `new_root` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `state_diff` | [`STATE_DIFF`](types.RPC.RPCSPEC07.API.SPEC.md#state_diff) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:115
+
+---
+
+### BLOCK_BODY_WITH_TX_HASHES
+
+Ƭ **BLOCK_BODY_WITH_TX_HASHES**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------- | :------------------------------------------------------- |
+| `transactions` | [`TXN_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#txn_hash)[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:121
+
+---
+
+### BLOCK_BODY_WITH_TXS
+
+Ƭ **BLOCK_BODY_WITH_TXS**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------- | :------------------------------------------------------------------------------------------------------------------------------- |
+| `transactions` | [`TXN`](types.RPC.RPCSPEC07.API.SPEC.md#txn) & \{ `transaction_hash`: [`TXN_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#txn_hash) }[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:124
+
+---
+
+### BLOCK_BODY_WITH_RECEIPTS
+
+Ƭ **BLOCK_BODY_WITH_RECEIPTS**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------- | :------------------------------------------------------------------------------------------------------------------------------------------- |
+| `transactions` | \{ `transaction`: [`TXN`](types.RPC.RPCSPEC07.API.SPEC.md#txn) ; `receipt`: [`TXN_RECEIPT`](types.RPC.RPCSPEC07.API.SPEC.md#txn_receipt) }[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:129
+
+---
+
+### BLOCK_HEADER
+
+Ƭ **BLOCK_HEADER**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------ | :----------------------------------------------------------------- |
+| `block_hash` | [`BLOCK_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#block_hash) |
+| `parent_hash` | [`BLOCK_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#block_hash) |
+| `block_number` | [`BLOCK_NUMBER`](types.RPC.RPCSPEC07.API.SPEC.md#block_number) |
+| `new_root` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `timestamp` | `number` |
+| `sequencer_address` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `l1_gas_price` | [`RESOURCE_PRICE`](types.RPC.RPCSPEC07.API.SPEC.md#resource_price) |
+| `l1_data_gas_price` | [`RESOURCE_PRICE`](types.RPC.RPCSPEC07.API.SPEC.md#resource_price) |
+| `l1_da_mode` | `"BLOB"` \| `"CALLDATA"` |
+| `starknet_version` | `string` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:135
+
+---
+
+### PENDING_BLOCK_HEADER
+
+Ƭ **PENDING_BLOCK_HEADER**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------ | :----------------------------------------------------------------- |
+| `parent_hash` | [`BLOCK_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#block_hash) |
+| `timestamp` | `number` |
+| `sequencer_address` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `l1_gas_price` | [`RESOURCE_PRICE`](types.RPC.RPCSPEC07.API.SPEC.md#resource_price) |
+| `l1_data_gas_price` | [`RESOURCE_PRICE`](types.RPC.RPCSPEC07.API.SPEC.md#resource_price) |
+| `l1_da_mode` | `"BLOB"` \| `"CALLDATA"` |
+| `starknet_version` | `string` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:147
+
+---
+
+### BLOCK_WITH_TX_HASHES
+
+Ƭ **BLOCK_WITH_TX_HASHES**: \{ `status`: [`BLOCK_STATUS`](types.RPC.RPCSPEC07.API.SPEC.md#block_status) } & [`BLOCK_HEADER`](types.RPC.RPCSPEC07.API.SPEC.md#block_header) & [`BLOCK_BODY_WITH_TX_HASHES`](types.RPC.RPCSPEC07.API.SPEC.md#block_body_with_tx_hashes)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:156
+
+---
+
+### BLOCK_WITH_TXS
+
+Ƭ **BLOCK_WITH_TXS**: \{ `status`: [`BLOCK_STATUS`](types.RPC.RPCSPEC07.API.SPEC.md#block_status) } & [`BLOCK_HEADER`](types.RPC.RPCSPEC07.API.SPEC.md#block_header) & [`BLOCK_BODY_WITH_TXS`](types.RPC.RPCSPEC07.API.SPEC.md#block_body_with_txs)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:159
+
+---
+
+### BLOCK_WITH_RECEIPTS
+
+Ƭ **BLOCK_WITH_RECEIPTS**: \{ `status`: [`BLOCK_STATUS`](types.RPC.RPCSPEC07.API.SPEC.md#block_status) } & [`BLOCK_HEADER`](types.RPC.RPCSPEC07.API.SPEC.md#block_header) & [`BLOCK_BODY_WITH_RECEIPTS`](types.RPC.RPCSPEC07.API.SPEC.md#block_body_with_receipts)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:162
+
+---
+
+### PENDING_BLOCK_WITH_TX_HASHES
+
+Ƭ **PENDING_BLOCK_WITH_TX_HASHES**: [`BLOCK_BODY_WITH_TX_HASHES`](types.RPC.RPCSPEC07.API.SPEC.md#block_body_with_tx_hashes) & [`PENDING_BLOCK_HEADER`](types.RPC.RPCSPEC07.API.SPEC.md#pending_block_header)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:165
+
+---
+
+### PENDING_BLOCK_WITH_TXS
+
+Ƭ **PENDING_BLOCK_WITH_TXS**: [`BLOCK_BODY_WITH_TXS`](types.RPC.RPCSPEC07.API.SPEC.md#block_body_with_txs) & [`PENDING_BLOCK_HEADER`](types.RPC.RPCSPEC07.API.SPEC.md#pending_block_header)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:166
+
+---
+
+### PENDING_BLOCK_WITH_RECEIPTS
+
+Ƭ **PENDING_BLOCK_WITH_RECEIPTS**: [`BLOCK_BODY_WITH_RECEIPTS`](types.RPC.RPCSPEC07.API.SPEC.md#block_body_with_receipts) & [`PENDING_BLOCK_HEADER`](types.RPC.RPCSPEC07.API.SPEC.md#pending_block_header)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:167
+
+---
+
+### DEPLOYED_CONTRACT_ITEM
+
+Ƭ **DEPLOYED_CONTRACT_ITEM**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------- | :--------------------------------------------- |
+| `address` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:168
+
+---
+
+### CONTRACT_STORAGE_DIFF_ITEM
+
+Ƭ **CONTRACT_STORAGE_DIFF_ITEM**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------- | :--------------------------------------------------------------------- |
+| `address` | `string` |
+| `storage_entries` | [`StorageDiffItem`](types.RPC.RPCSPEC07.API.SPEC.md#storagediffitem)[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:172
+
+---
+
+### StorageDiffItem
+
+Ƭ **StorageDiffItem**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :------- |
+| `key` | `string` |
+| `value` | `string` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:176
+
+---
+
+### TXN
+
+Ƭ **TXN**: [`INVOKE_TXN`](types.RPC.RPCSPEC07.API.SPEC.md#invoke_txn) \| [`L1_HANDLER_TXN`](types.RPC.RPCSPEC07.API.SPEC.md#l1_handler_txn) \| [`DECLARE_TXN`](types.RPC.RPCSPEC07.API.SPEC.md#declare_txn) \| [`DEPLOY_TXN`](types.RPC.RPCSPEC07.API.SPEC.md#deploy_txn) \| [`DEPLOY_ACCOUNT_TXN`](types.RPC.RPCSPEC07.API.SPEC.md#deploy_account_txn)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:180
+
+---
+
+### DECLARE_TXN
+
+Ƭ **DECLARE_TXN**: [`DECLARE_TXN_V0`](types.RPC.RPCSPEC07.API.SPEC.md#declare_txn_v0) \| [`DECLARE_TXN_V1`](types.RPC.RPCSPEC07.API.SPEC.md#declare_txn_v1) \| [`DECLARE_TXN_V2`](types.RPC.RPCSPEC07.API.SPEC.md#declare_txn_v2) \| [`DECLARE_TXN_V3`](types.RPC.RPCSPEC07.API.SPEC.md#declare_txn_v3)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:181
+
+---
+
+### DECLARE_TXN_V0
+
+Ƭ **DECLARE_TXN_V0**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :------------------------------------------------------- |
+| `type` | `"DECLARE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#address) |
+| `max_fee` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `version` | `"0x0"` \| `"0x100000000000000000000000000000000"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC07.API.SPEC.md#signature) |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:182
+
+---
+
+### DECLARE_TXN_V1
+
+Ƭ **DECLARE_TXN_V1**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :------------------------------------------------------- |
+| `type` | `"DECLARE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#address) |
+| `max_fee` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `version` | `"0x1"` \| `"0x100000000000000000000000000000001"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC07.API.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:190
+
+---
+
+### DECLARE_TXN_V2
+
+Ƭ **DECLARE_TXN_V2**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------- | :------------------------------------------------------- |
+| `type` | `"DECLARE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#address) |
+| `compiled_class_hash` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `max_fee` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `version` | `"0x2"` \| `"0x100000000000000000000000000000002"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC07.API.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:199
+
+---
+
+### DECLARE_TXN_V3
+
+Ƭ **DECLARE_TXN_V3**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------------------- | :----------------------------------------------------------------------------------- |
+| `type` | `"DECLARE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#address) |
+| `compiled_class_hash` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `version` | `"0x3"` \| `"0x100000000000000000000000000000003"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC07.API.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `resource_bounds` | [`RESOURCE_BOUNDS_MAPPING`](types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds_mapping) |
+| `tip` | [`u64`](types.RPC.RPCSPEC07.API.SPEC.md#u64) |
+| `paymaster_data` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+| `account_deployment_data` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+| `nonce_data_availability_mode` | [`DA_MODE`](types.RPC.RPCSPEC07.API.SPEC.md#da_mode) |
+| `fee_data_availability_mode` | [`DA_MODE`](types.RPC.RPCSPEC07.API.SPEC.md#da_mode) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:209
+
+---
+
+### BROADCASTED_TXN
+
+Ƭ **BROADCASTED_TXN**: [`BROADCASTED_INVOKE_TXN`](types.RPC.RPCSPEC07.API.SPEC.md#broadcasted_invoke_txn) \| [`BROADCASTED_DECLARE_TXN`](types.RPC.RPCSPEC07.API.SPEC.md#broadcasted_declare_txn) \| [`BROADCASTED_DEPLOY_ACCOUNT_TXN`](types.RPC.RPCSPEC07.API.SPEC.md#broadcasted_deploy_account_txn)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:224
+
+---
+
+### BROADCASTED_INVOKE_TXN
+
+Ƭ **BROADCASTED_INVOKE_TXN**: [`INVOKE_TXN`](types.RPC.RPCSPEC07.API.SPEC.md#invoke_txn)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:225
+
+---
+
+### BROADCASTED_DEPLOY_ACCOUNT_TXN
+
+Ƭ **BROADCASTED_DEPLOY_ACCOUNT_TXN**: [`DEPLOY_ACCOUNT_TXN`](types.RPC.RPCSPEC07.API.SPEC.md#deploy_account_txn)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:226
+
+---
+
+### BROADCASTED_DECLARE_TXN
+
+Ƭ **BROADCASTED_DECLARE_TXN**: [`BROADCASTED_DECLARE_TXN_V1`](types.RPC.RPCSPEC07.API.SPEC.md#broadcasted_declare_txn_v1) \| [`BROADCASTED_DECLARE_TXN_V2`](types.RPC.RPCSPEC07.API.SPEC.md#broadcasted_declare_txn_v2) \| [`BROADCASTED_DECLARE_TXN_V3`](types.RPC.RPCSPEC07.API.SPEC.md#broadcasted_declare_txn_v3)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:227
+
+---
+
+### BROADCASTED_DECLARE_TXN_V1
+
+Ƭ **BROADCASTED_DECLARE_TXN_V1**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :--------------------------------------------------------------------------------------- |
+| `type` | `"DECLARE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#address) |
+| `max_fee` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `version` | `"0x1"` \| `"0x100000000000000000000000000000001"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC07.API.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `contract_class` | [`DEPRECATED_CONTRACT_CLASS`](types.RPC.RPCSPEC07.API.SPEC.md#deprecated_contract_class) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:228
+
+---
+
+### BROADCASTED_DECLARE_TXN_V2
+
+Ƭ **BROADCASTED_DECLARE_TXN_V2**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------- | :----------------------------------------------------------------- |
+| `type` | `"DECLARE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#address) |
+| `compiled_class_hash` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `max_fee` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `version` | `"0x2"` \| `"0x100000000000000000000000000000002"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC07.API.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `contract_class` | [`CONTRACT_CLASS`](types.RPC.RPCSPEC07.API.SPEC.md#contract_class) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:237
+
+---
+
+### BROADCASTED_DECLARE_TXN_V3
+
+Ƭ **BROADCASTED_DECLARE_TXN_V3**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------------------- | :----------------------------------------------------------------------------------- |
+| `type` | `"DECLARE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#address) |
+| `compiled_class_hash` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `version` | `"0x3"` \| `"0x100000000000000000000000000000003"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC07.API.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `contract_class` | [`CONTRACT_CLASS`](types.RPC.RPCSPEC07.API.SPEC.md#contract_class) |
+| `resource_bounds` | [`RESOURCE_BOUNDS_MAPPING`](types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds_mapping) |
+| `tip` | [`u64`](types.RPC.RPCSPEC07.API.SPEC.md#u64) |
+| `paymaster_data` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+| `account_deployment_data` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+| `nonce_data_availability_mode` | [`DA_MODE`](types.RPC.RPCSPEC07.API.SPEC.md#da_mode) |
+| `fee_data_availability_mode` | [`DA_MODE`](types.RPC.RPCSPEC07.API.SPEC.md#da_mode) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:247
+
+---
+
+### DEPLOY_ACCOUNT_TXN
+
+Ƭ **DEPLOY_ACCOUNT_TXN**: [`DEPLOY_ACCOUNT_TXN_V1`](types.RPC.RPCSPEC07.API.SPEC.md#deploy_account_txn_v1) \| [`DEPLOY_ACCOUNT_TXN_V3`](types.RPC.RPCSPEC07.API.SPEC.md#deploy_account_txn_v3)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:262
+
+---
+
+### DEPLOY_ACCOUNT_TXN_V1
+
+Ƭ **DEPLOY_ACCOUNT_TXN_V1**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------------- | :------------------------------------------------------- |
+| `type` | `"DEPLOY_ACCOUNT"` |
+| `max_fee` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `version` | `"0x1"` \| `"0x100000000000000000000000000000001"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC07.API.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `contract_address_salt` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `constructor_calldata` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:263
+
+---
+
+### DEPLOY_ACCOUNT_TXN_V3
+
+Ƭ **DEPLOY_ACCOUNT_TXN_V3**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------------------- | :----------------------------------------------------------------------------------- |
+| `type` | `"DEPLOY_ACCOUNT"` |
+| `version` | `"0x3"` \| `"0x100000000000000000000000000000003"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC07.API.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `contract_address_salt` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `constructor_calldata` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `resource_bounds` | [`RESOURCE_BOUNDS_MAPPING`](types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds_mapping) |
+| `tip` | [`u64`](types.RPC.RPCSPEC07.API.SPEC.md#u64) |
+| `paymaster_data` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+| `nonce_data_availability_mode` | [`DA_MODE`](types.RPC.RPCSPEC07.API.SPEC.md#da_mode) |
+| `fee_data_availability_mode` | [`DA_MODE`](types.RPC.RPCSPEC07.API.SPEC.md#da_mode) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:273
+
+---
+
+### DEPLOY_TXN
+
+Ƭ **DEPLOY_TXN**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------------- | :----------------------------------------------- |
+| `type` | `"DEPLOY"` |
+| `version` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `contract_address_salt` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `constructor_calldata` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:287
+
+---
+
+### INVOKE_TXN
+
+Ƭ **INVOKE_TXN**: [`INVOKE_TXN_V0`](types.RPC.RPCSPEC07.API.SPEC.md#invoke_txn_v0) \| [`INVOKE_TXN_V1`](types.RPC.RPCSPEC07.API.SPEC.md#invoke_txn_v1) \| [`INVOKE_TXN_V3`](types.RPC.RPCSPEC07.API.SPEC.md#invoke_txn_v3)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:294
+
+---
+
+### INVOKE_TXN_V0
+
+Ƭ **INVOKE_TXN_V0**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------------- | :------------------------------------------------------- |
+| `type` | `"INVOKE"` |
+| `max_fee` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `version` | `"0x0"` \| `"0x100000000000000000000000000000000"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC07.API.SPEC.md#signature) |
+| `contract_address` | [`ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#address) |
+| `entry_point_selector` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `calldata` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:295
+
+---
+
+### INVOKE_TXN_V1
+
+Ƭ **INVOKE_TXN_V1**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :------------------------------------------------------- |
+| `type` | `"INVOKE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#address) |
+| `calldata` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+| `max_fee` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `version` | `"0x1"` \| `"0x100000000000000000000000000000001"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC07.API.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:304
+
+---
+
+### INVOKE_TXN_V3
+
+Ƭ **INVOKE_TXN_V3**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------------------- | :----------------------------------------------------------------------------------- |
+| `type` | `"INVOKE"` |
+| `sender_address` | [`ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#address) |
+| `calldata` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+| `version` | `"0x3"` \| `"0x100000000000000000000000000000003"` |
+| `signature` | [`SIGNATURE`](types.RPC.RPCSPEC07.API.SPEC.md#signature) |
+| `nonce` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `resource_bounds` | [`RESOURCE_BOUNDS_MAPPING`](types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds_mapping) |
+| `tip` | [`u64`](types.RPC.RPCSPEC07.API.SPEC.md#u64) |
+| `paymaster_data` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+| `account_deployment_data` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+| `nonce_data_availability_mode` | [`DA_MODE`](types.RPC.RPCSPEC07.API.SPEC.md#da_mode) |
+| `fee_data_availability_mode` | [`DA_MODE`](types.RPC.RPCSPEC07.API.SPEC.md#da_mode) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:313
+
+---
+
+### L1_HANDLER_TXN
+
+Ƭ **L1_HANDLER_TXN**: \{ `version`: `"0x0"` ; `type`: `"L1_HANDLER"` ; `nonce`: [`NUM_AS_HEX`](types.RPC.RPCSPEC07.API.SPEC.md#num_as_hex) } & [`FUNCTION_CALL`](types.RPC.RPCSPEC07.API.SPEC.md#function_call)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:327
+
+---
+
+### COMMON_RECEIPT_PROPERTIES
+
+Ƭ **COMMON_RECEIPT_PROPERTIES**: \{ `transaction_hash`: [`TXN_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#txn_hash) ; `actual_fee`: [`FEE_PAYMENT`](types.RPC.RPCSPEC07.API.SPEC.md#fee_payment) ; `finality_status`: [`TXN_FINALITY_STATUS`](types.RPC.RPCSPEC07.API.SPEC.md#txn_finality_status) ; `messages_sent`: [`MSG_TO_L1`](types.RPC.RPCSPEC07.API.SPEC.md#msg_to_l1)[] ; `events`: [`EVENT`](types.RPC.RPCSPEC07.API.SPEC.md#event)[] ; `execution_resources`: [`EXECUTION_RESOURCES`](types.RPC.RPCSPEC07.API.SPEC.md#execution_resources) } & `SUCCESSFUL_COMMON_RECEIPT_PROPERTIES` \| `REVERTED_COMMON_RECEIPT_PROPERTIES`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:332
+
+---
+
+### INVOKE_TXN_RECEIPT
+
+Ƭ **INVOKE_TXN_RECEIPT**: \{ `type`: `"INVOKE"` } & [`COMMON_RECEIPT_PROPERTIES`](types.RPC.RPCSPEC07.API.SPEC.md#common_receipt_properties)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:347
+
+---
+
+### DECLARE_TXN_RECEIPT
+
+Ƭ **DECLARE_TXN_RECEIPT**: \{ `type`: `"DECLARE"` } & [`COMMON_RECEIPT_PROPERTIES`](types.RPC.RPCSPEC07.API.SPEC.md#common_receipt_properties)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:350
+
+---
+
+### DEPLOY_ACCOUNT_TXN_RECEIPT
+
+Ƭ **DEPLOY_ACCOUNT_TXN_RECEIPT**: \{ `type`: `"DEPLOY_ACCOUNT"` ; `contract_address`: [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) } & [`COMMON_RECEIPT_PROPERTIES`](types.RPC.RPCSPEC07.API.SPEC.md#common_receipt_properties)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:353
+
+---
+
+### DEPLOY_TXN_RECEIPT
+
+Ƭ **DEPLOY_TXN_RECEIPT**: \{ `type`: `"DEPLOY"` ; `contract_address`: [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) } & [`COMMON_RECEIPT_PROPERTIES`](types.RPC.RPCSPEC07.API.SPEC.md#common_receipt_properties)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:357
+
+---
+
+### L1_HANDLER_TXN_RECEIPT
+
+Ƭ **L1_HANDLER_TXN_RECEIPT**: \{ `type`: `"L1_HANDLER"` ; `message_hash`: [`NUM_AS_HEX`](types.RPC.RPCSPEC07.API.SPEC.md#num_as_hex) } & [`COMMON_RECEIPT_PROPERTIES`](types.RPC.RPCSPEC07.API.SPEC.md#common_receipt_properties)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:361
+
+---
+
+### TXN_RECEIPT
+
+Ƭ **TXN_RECEIPT**: [`INVOKE_TXN_RECEIPT`](types.RPC.RPCSPEC07.API.SPEC.md#invoke_txn_receipt) \| [`L1_HANDLER_TXN_RECEIPT`](types.RPC.RPCSPEC07.API.SPEC.md#l1_handler_txn_receipt) \| [`DECLARE_TXN_RECEIPT`](types.RPC.RPCSPEC07.API.SPEC.md#declare_txn_receipt) \| [`DEPLOY_TXN_RECEIPT`](types.RPC.RPCSPEC07.API.SPEC.md#deploy_txn_receipt) \| [`DEPLOY_ACCOUNT_TXN_RECEIPT`](types.RPC.RPCSPEC07.API.SPEC.md#deploy_account_txn_receipt)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:365
+
+---
+
+### TXN_RECEIPT_WITH_BLOCK_INFO
+
+Ƭ **TXN_RECEIPT_WITH_BLOCK_INFO**: [`TXN_RECEIPT`](types.RPC.RPCSPEC07.API.SPEC.md#txn_receipt) & \{ `block_hash?`: [`BLOCK_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#block_hash) ; `block_number?`: [`BLOCK_NUMBER`](types.RPC.RPCSPEC07.API.SPEC.md#block_number) }
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:366
+
+---
+
+### MSG_TO_L1
+
+Ƭ **MSG_TO_L1**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------- | :----------------------------------------------- |
+| `from_address` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `to_address` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `payload` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:370
+
+---
+
+### MSG_FROM_L1
+
+Ƭ **MSG_FROM_L1**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------------- | :----------------------------------------------------------- |
+| `from_address` | [`ETH_ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#eth_address) |
+| `to_address` | [`ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#address) |
+| `entry_point_selector` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `payload` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:375
+
+---
+
+### FUNCTION_CALL
+
+Ƭ **FUNCTION_CALL**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------------- | :--------------------------------------------------- |
+| `contract_address` | [`ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#address) |
+| `entry_point_selector` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `calldata` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:381
+
+---
+
+### CONTRACT_CLASS
+
+Ƭ **CONTRACT_CLASS**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `sierra_program` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+| `contract_class_version` | `string` |
+| `entry_points_by_type` | \{ `CONSTRUCTOR`: [`SIERRA_ENTRY_POINT`](types.RPC.RPCSPEC07.API.SPEC.md#sierra_entry_point)[] ; `EXTERNAL`: [`SIERRA_ENTRY_POINT`](types.RPC.RPCSPEC07.API.SPEC.md#sierra_entry_point)[] ; `L1_HANDLER`: [`SIERRA_ENTRY_POINT`](types.RPC.RPCSPEC07.API.SPEC.md#sierra_entry_point)[] } |
+| `entry_points_by_type.CONSTRUCTOR` | [`SIERRA_ENTRY_POINT`](types.RPC.RPCSPEC07.API.SPEC.md#sierra_entry_point)[] |
+| `entry_points_by_type.EXTERNAL` | [`SIERRA_ENTRY_POINT`](types.RPC.RPCSPEC07.API.SPEC.md#sierra_entry_point)[] |
+| `entry_points_by_type.L1_HANDLER` | [`SIERRA_ENTRY_POINT`](types.RPC.RPCSPEC07.API.SPEC.md#sierra_entry_point)[] |
+| `abi` | `string` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:386
+
+---
+
+### DEPRECATED_CONTRACT_CLASS
+
+Ƭ **DEPRECATED_CONTRACT_CLASS**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `program` | `string` |
+| `entry_points_by_type` | \{ `CONSTRUCTOR`: [`DEPRECATED_CAIRO_ENTRY_POINT`](types.RPC.RPCSPEC07.API.SPEC.md#deprecated_cairo_entry_point)[] ; `EXTERNAL`: [`DEPRECATED_CAIRO_ENTRY_POINT`](types.RPC.RPCSPEC07.API.SPEC.md#deprecated_cairo_entry_point)[] ; `L1_HANDLER`: [`DEPRECATED_CAIRO_ENTRY_POINT`](types.RPC.RPCSPEC07.API.SPEC.md#deprecated_cairo_entry_point)[] } |
+| `entry_points_by_type.CONSTRUCTOR` | [`DEPRECATED_CAIRO_ENTRY_POINT`](types.RPC.RPCSPEC07.API.SPEC.md#deprecated_cairo_entry_point)[] |
+| `entry_points_by_type.EXTERNAL` | [`DEPRECATED_CAIRO_ENTRY_POINT`](types.RPC.RPCSPEC07.API.SPEC.md#deprecated_cairo_entry_point)[] |
+| `entry_points_by_type.L1_HANDLER` | [`DEPRECATED_CAIRO_ENTRY_POINT`](types.RPC.RPCSPEC07.API.SPEC.md#deprecated_cairo_entry_point)[] |
+| `abi` | [`CONTRACT_ABI`](types.RPC.RPCSPEC07.API.SPEC.md#contract_abi) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:396
+
+---
+
+### DEPRECATED_CAIRO_ENTRY_POINT
+
+Ƭ **DEPRECATED_CAIRO_ENTRY_POINT**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------- | :--------------------------------------------------------------------- |
+| `offset` | [`NUM_AS_HEX`](types.RPC.RPCSPEC07.API.SPEC.md#num_as_hex) \| `number` |
+| `selector` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:405
+
+---
+
+### SIERRA_ENTRY_POINT
+
+Ƭ **SIERRA_ENTRY_POINT**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------- | :--------------------------------------------- |
+| `selector` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `function_idx` | `number` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:409
+
+---
+
+### CONTRACT_ABI
+
+Ƭ **CONTRACT_ABI**: readonly [`CONTRACT_ABI_ENTRY`](types.RPC.RPCSPEC07.API.SPEC.md#contract_abi_entry)[]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:413
+
+---
+
+### CONTRACT_ABI_ENTRY
+
+Ƭ **CONTRACT_ABI_ENTRY**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------- | :--------------------------------------------- |
+| `selector` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `input` | `string` |
+| `output` | `string` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:414
+
+---
+
+### STRUCT_ABI_ENTRY
+
+Ƭ **STRUCT_ABI_ENTRY**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :------------------------------------------------------------------- |
+| `type` | [`STRUCT_ABI_TYPE`](types.RPC.RPCSPEC07.API.SPEC.md#struct_abi_type) |
+| `name` | `string` |
+| `size` | `number` |
+| `members` | [`STRUCT_MEMBER`](types.RPC.RPCSPEC07.API.SPEC.md#struct_member)[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:419
+
+---
+
+### STRUCT_MEMBER
+
+Ƭ **STRUCT_MEMBER**: [`TYPED_PARAMETER`](types.RPC.RPCSPEC07.API.SPEC.md#typed_parameter) & \{ `offset`: `number` }
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:425
+
+---
+
+### EVENT_ABI_ENTRY
+
+Ƭ **EVENT_ABI_ENTRY**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----- | :--------------------------------------------------------------------- |
+| `type` | [`EVENT_ABI_TYPE`](types.RPC.RPCSPEC07.API.SPEC.md#event_abi_type) |
+| `name` | `string` |
+| `keys` | [`TYPED_PARAMETER`](types.RPC.RPCSPEC07.API.SPEC.md#typed_parameter)[] |
+| `data` | [`TYPED_PARAMETER`](types.RPC.RPCSPEC07.API.SPEC.md#typed_parameter)[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:428
+
+---
+
+### FUNCTION_STATE_MUTABILITY
+
+Ƭ **FUNCTION_STATE_MUTABILITY**: `"view"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:434
+
+---
+
+### FUNCTION_ABI_ENTRY
+
+Ƭ **FUNCTION_ABI_ENTRY**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------- | :--------------------------------------------------------------------------------------- |
+| `type` | [`FUNCTION_ABI_TYPE`](types.RPC.RPCSPEC07.API.SPEC.md#function_abi_type) |
+| `name` | `string` |
+| `inputs` | [`TYPED_PARAMETER`](types.RPC.RPCSPEC07.API.SPEC.md#typed_parameter)[] |
+| `outputs` | [`TYPED_PARAMETER`](types.RPC.RPCSPEC07.API.SPEC.md#typed_parameter)[] |
+| `stateMutability` | [`FUNCTION_STATE_MUTABILITY`](types.RPC.RPCSPEC07.API.SPEC.md#function_state_mutability) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:435
+
+---
+
+### TYPED_PARAMETER
+
+Ƭ **TYPED_PARAMETER**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----- | :------- |
+| `name` | `string` |
+| `type` | `string` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:442
+
+---
+
+### SIMULATION_FLAG_FOR_ESTIMATE_FEE
+
+Ƭ **SIMULATION_FLAG_FOR_ESTIMATE_FEE**: `"SKIP_VALIDATE"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:446
+
+---
+
+### PRICE_UNIT
+
+Ƭ **PRICE_UNIT**: `"WEI"` \| `"FRI"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:447
+
+---
+
+### FEE_ESTIMATE
+
+Ƭ **FEE_ESTIMATE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------ | :--------------------------------------------------------- |
+| `gas_consumed` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `gas_price` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `data_gas_consumed` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `data_gas_price` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `overall_fee` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `unit` | [`PRICE_UNIT`](types.RPC.RPCSPEC07.API.SPEC.md#price_unit) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:448
+
+---
+
+### FEE_PAYMENT
+
+Ƭ **FEE_PAYMENT**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :--------------------------------------------------------- |
+| `amount` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `unit` | [`PRICE_UNIT`](types.RPC.RPCSPEC07.API.SPEC.md#price_unit) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:456
+
+---
+
+### RESOURCE_BOUNDS_MAPPING
+
+Ƭ **RESOURCE_BOUNDS_MAPPING**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :------------------------------------------------------------------- |
+| `l1_gas` | [`RESOURCE_BOUNDS`](types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds) |
+| `l2_gas` | [`RESOURCE_BOUNDS`](types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:460
+
+---
+
+### RESOURCE_BOUNDS
+
+Ƭ **RESOURCE_BOUNDS**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------- | :--------------------------------------------- |
+| `max_amount` | [`u64`](types.RPC.RPCSPEC07.API.SPEC.md#u64) |
+| `max_price_per_unit` | [`u128`](types.RPC.RPCSPEC07.API.SPEC.md#u128) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:464
+
+---
+
+### RESOURCE_PRICE
+
+Ƭ **RESOURCE_PRICE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------- | :--------------------------------------------- |
+| `price_in_fri` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+| `price_in_wei` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:468
+
+---
+
+### COMPUTATION_RESOURCES
+
+Ƭ **COMPUTATION_RESOURCES**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------------------------- | :------- |
+| `steps` | `number` |
+| `memory_holes?` | `number` |
+| `range_check_builtin_applications?` | `number` |
+| `pedersen_builtin_applications?` | `number` |
+| `poseidon_builtin_applications?` | `number` |
+| `ec_op_builtin_applications?` | `number` |
+| `ecdsa_builtin_applications?` | `number` |
+| `bitwise_builtin_applications?` | `number` |
+| `keccak_builtin_applications?` | `number` |
+| `segment_arena_builtin?` | `number` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:472
+
+---
+
+### EXECUTION_RESOURCES
+
+Ƭ **EXECUTION_RESOURCES**: [`COMPUTATION_RESOURCES`](types.RPC.RPCSPEC07.API.SPEC.md#computation_resources) & \{ `data_availability`: \{ `l1_gas`: `number` ; `l1_data_gas`: `number` } }
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:484
+
+---
+
+### TRANSACTION_TRACE
+
+Ƭ **TRANSACTION_TRACE**: `Object`
+
+TRACE API
+
+#### Type declaration
+
+| Name | Type |
+| :------------------------- | :------------------------------------------------------------------------------------- |
+| `invoke_tx_trace?` | [`INVOKE_TXN_TRACE`](types.RPC.RPCSPEC07.API.SPEC.md#invoke_txn_trace) |
+| `declare_tx_trace?` | [`DECLARE_TXN_TRACE`](types.RPC.RPCSPEC07.API.SPEC.md#declare_txn_trace) |
+| `deploy_account_tx_trace?` | [`DEPLOY_ACCOUNT_TXN_TRACE`](types.RPC.RPCSPEC07.API.SPEC.md#deploy_account_txn_trace) |
+| `l1_handler_tx_trace?` | [`L1_HANDLER_TXN_TRACE`](types.RPC.RPCSPEC07.API.SPEC.md#l1_handler_txn_trace) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:493
+
+---
+
+### INVOKE_TXN_TRACE
+
+Ƭ **INVOKE_TXN_TRACE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------------- | :------------------------------------------------------------------------------------------------------------- |
+| `type` | `"INVOKE"` |
+| `execute_invocation` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC07.API.SPEC.md#function_invocation) \| \{ `revert_reason`: `string` } |
+| `validate_invocation?` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC07.API.SPEC.md#function_invocation) |
+| `fee_transfer_invocation?` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC07.API.SPEC.md#function_invocation) |
+| `state_diff?` | [`STATE_DIFF`](types.RPC.RPCSPEC07.API.SPEC.md#state_diff) |
+| `execution_resources` | [`EXECUTION_RESOURCES`](types.RPC.RPCSPEC07.API.SPEC.md#execution_resources) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:499
+
+---
+
+### DECLARE_TXN_TRACE
+
+Ƭ **DECLARE_TXN_TRACE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------------- | :--------------------------------------------------------------------------- |
+| `type` | `"DECLARE"` |
+| `validate_invocation?` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC07.API.SPEC.md#function_invocation) |
+| `fee_transfer_invocation?` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC07.API.SPEC.md#function_invocation) |
+| `state_diff?` | [`STATE_DIFF`](types.RPC.RPCSPEC07.API.SPEC.md#state_diff) |
+| `execution_resources` | [`EXECUTION_RESOURCES`](types.RPC.RPCSPEC07.API.SPEC.md#execution_resources) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:509
+
+---
+
+### DEPLOY_ACCOUNT_TXN_TRACE
+
+Ƭ **DEPLOY_ACCOUNT_TXN_TRACE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------------- | :--------------------------------------------------------------------------- |
+| `type` | `"DEPLOY_ACCOUNT"` |
+| `constructor_invocation` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC07.API.SPEC.md#function_invocation) |
+| `validate_invocation?` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC07.API.SPEC.md#function_invocation) |
+| `fee_transfer_invocation?` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC07.API.SPEC.md#function_invocation) |
+| `state_diff?` | [`STATE_DIFF`](types.RPC.RPCSPEC07.API.SPEC.md#state_diff) |
+| `execution_resources` | [`EXECUTION_RESOURCES`](types.RPC.RPCSPEC07.API.SPEC.md#execution_resources) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:516
+
+---
+
+### L1_HANDLER_TXN_TRACE
+
+Ƭ **L1_HANDLER_TXN_TRACE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------- | :--------------------------------------------------------------------------- |
+| `type` | `"L1_HANDLER"` |
+| `function_invocation` | [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC07.API.SPEC.md#function_invocation) |
+| `state_diff?` | [`STATE_DIFF`](types.RPC.RPCSPEC07.API.SPEC.md#state_diff) |
+| `execution_resources` | [`EXECUTION_RESOURCES`](types.RPC.RPCSPEC07.API.SPEC.md#execution_resources) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:524
+
+---
+
+### NESTED_CALL
+
+Ƭ **NESTED_CALL**: [`FUNCTION_INVOCATION`](types.RPC.RPCSPEC07.API.SPEC.md#function_invocation)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:530
+
+---
+
+### FUNCTION_INVOCATION
+
+Ƭ **FUNCTION_INVOCATION**: [`FUNCTION_CALL`](types.RPC.RPCSPEC07.API.SPEC.md#function_call) & \{ `caller_address`: `string` ; `class_hash`: `string` ; `entry_point_type`: [`ENTRY_POINT_TYPE`](types.RPC.RPCSPEC07.API.SPEC.md#entry_point_type) ; `call_type`: [`CALL_TYPE`](types.RPC.RPCSPEC07.API.SPEC.md#call_type) ; `result`: `string`[] ; `calls`: [`NESTED_CALL`](types.RPC.RPCSPEC07.API.SPEC.md#nested_call)[] ; `events`: [`ORDERED_EVENT`](types.RPC.RPCSPEC07.API.SPEC.md#ordered_event)[] ; `messages`: [`ORDERED_MESSAGE`](types.RPC.RPCSPEC07.API.SPEC.md#ordered_message)[] ; `execution_resources`: [`COMPUTATION_RESOURCES`](types.RPC.RPCSPEC07.API.SPEC.md#computation_resources) }
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:531
+
+---
+
+### ORDERED_EVENT
+
+Ƭ **ORDERED_EVENT**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :----------------------------------------------- |
+| `order` | `number` |
+| `event` | [`EVENT`](types.RPC.RPCSPEC07.API.SPEC.md#event) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:542
+
+---
+
+### ORDERED_MESSAGE
+
+Ƭ **ORDERED_MESSAGE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :------------------------------------------------------- |
+| `order` | `number` |
+| `message` | [`MSG_TO_L1`](types.RPC.RPCSPEC07.API.SPEC.md#msg_to_l1) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/components.d.ts:546
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC07.API.md b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC07.API.md
new file mode 100644
index 000000000..bd23a4f91
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC07.API.md
@@ -0,0 +1,1056 @@
+---
+id: 'types.RPC.RPCSPEC07.API'
+title: 'Namespace: API'
+sidebar_label: 'API'
+custom_edit_url: null
+---
+
+[RPC](types.RPC.md).[RPCSPEC07](types.RPC.RPCSPEC07.md).API
+
+## Namespaces
+
+- [Errors](types.RPC.RPCSPEC07.API.Errors.md)
+- [SPEC](types.RPC.RPCSPEC07.API.SPEC.md)
+
+## Type Aliases
+
+### Methods
+
+Ƭ **Methods**: `ReadMethods` & `WriteMethods` & `TraceMethods`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/methods.d.ts:4
+
+---
+
+### ABI
+
+Ƭ **ABI**: ([`FUNCTION`](types.RPC.RPCSPEC07.API.md#function) \| [`CONSTRUCTOR`](types.RPC.RPCSPEC07.API.md#constructor) \| [`L1_HANDLER`](types.RPC.RPCSPEC07.API.md#l1_handler) \| [`EVENT`](types.RPC.RPCSPEC07.API.md#event) \| [`STRUCT`](types.RPC.RPCSPEC07.API.md#struct) \| [`ENUM`](types.RPC.RPCSPEC07.API.md#enum) \| [`INTERFACE`](types.RPC.RPCSPEC07.API.md#interface) \| [`IMPL`](types.RPC.RPCSPEC07.API.md#impl))[]
+
+TypeScript Representation of Cairo1 v2+ Starknet Contract ABI
+
+starknet_metadata.json - tags/v0.5.0
+
+'starknet-specs' (OpenRpc protocol types)
+https://github.com/starkware-libs/starknet-specs
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/contract.d.ts:9
+
+---
+
+### FUNCTION
+
+Ƭ **FUNCTION**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :----------------------------------------- |
+| `type` | `"function"` |
+| `name` | `string` |
+| `inputs` | \{ `name`: `string` ; `type`: `string` }[] |
+| `outputs?` | \{ `type`: `string` }[] |
+| `state_mutability` | `"view"` \| `"external"` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/contract.d.ts:10
+
+---
+
+### CONSTRUCTOR
+
+Ƭ **CONSTRUCTOR**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :----------------------------------------- |
+| `type` | `"constructor"` |
+| `name` | `"constructor"` |
+| `inputs` | \{ `name`: `string` ; `type`: `string` }[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/contract.d.ts:22
+
+---
+
+### L1_HANDLER
+
+Ƭ **L1_HANDLER**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :----------------------------------------- |
+| `type` | `"l1_handler"` |
+| `name` | `string` |
+| `inputs` | \{ `name`: `string` ; `type`: `string` }[] |
+| `outputs?` | \{ `type`: `string` }[] |
+| `state_mutability` | `"view"` \| `"external"` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/contract.d.ts:30
+
+---
+
+### EVENT
+
+Ƭ **EVENT**: \{ `type`: `"event"` ; `name`: `string` } & [`ENUM_EVENT`](types.RPC.RPCSPEC07.API.md#enum_event) \| [`STRUCT_EVENT`](types.RPC.RPCSPEC07.API.md#struct_event)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/contract.d.ts:42
+
+---
+
+### STRUCT_EVENT
+
+Ƭ **STRUCT_EVENT**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :-------------------------------------------------------- |
+| `kind` | `"struct"` |
+| `members` | [`EVENT_FIELD`](types.RPC.RPCSPEC07.API.md#event_field)[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/contract.d.ts:46
+
+---
+
+### ENUM_EVENT
+
+Ƭ **ENUM_EVENT**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------- | :-------------------------------------------------------- |
+| `kind` | `"enum"` |
+| `variants` | [`EVENT_FIELD`](types.RPC.RPCSPEC07.API.md#event_field)[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/contract.d.ts:50
+
+---
+
+### STRUCT
+
+Ƭ **STRUCT**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :----------------------------------------- |
+| `type` | `"struct"` |
+| `name` | `string` |
+| `members` | \{ `name`: `string` ; `type`: `string` }[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/contract.d.ts:54
+
+---
+
+### ENUM
+
+Ƭ **ENUM**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------- | :----------------------------------------- |
+| `type` | `"enum"` |
+| `name` | `string` |
+| `variants` | \{ `name`: `string` ; `type`: `string` }[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/contract.d.ts:62
+
+---
+
+### INTERFACE
+
+Ƭ **INTERFACE**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :-------------------------------------------------- |
+| `type` | `"interface"` |
+| `name` | `string` |
+| `items` | [`FUNCTION`](types.RPC.RPCSPEC07.API.md#function)[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/contract.d.ts:70
+
+---
+
+### IMPL
+
+Ƭ **IMPL**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :------- |
+| `type` | `"impl"` |
+| `name` | `string` |
+| `interface_name` | `string` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/contract.d.ts:75
+
+---
+
+### EVENT_KIND
+
+Ƭ **EVENT_KIND**: `"struct"` \| `"enum"`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/contract.d.ts:80
+
+---
+
+### EVENT_FIELD
+
+Ƭ **EVENT_FIELD**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----- | :-------------------------------- |
+| `name` | `string` |
+| `type` | `string` |
+| `kind` | `"key"` \| `"data"` \| `"nested"` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/contract.d.ts:81
+
+---
+
+### ContractClass
+
+Ƭ **ContractClass**: [`CONTRACT_CLASS`](types.RPC.RPCSPEC07.API.SPEC.md#contract_class) \| [`DEPRECATED_CONTRACT_CLASS`](types.RPC.RPCSPEC07.API.SPEC.md#deprecated_contract_class)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:5
+
+---
+
+### SimulateTransaction
+
+Ƭ **SimulateTransaction**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------ | :----------------------------------------------------------------------- |
+| `transaction_trace` | [`TRANSACTION_TRACE`](types.RPC.RPCSPEC07.API.SPEC.md#transaction_trace) |
+| `fee_estimation` | [`FEE_ESTIMATE`](types.RPC.RPCSPEC07.API.SPEC.md#fee_estimate) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:6
+
+---
+
+### SimulateTransactionResponse
+
+Ƭ **SimulateTransactionResponse**: [`SimulateTransaction`](types.RPC.RPCSPEC07.API.md#simulatetransaction)[]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:10
+
+---
+
+### FeeEstimate
+
+Ƭ **FeeEstimate**: [`FEE_ESTIMATE`](types.RPC.RPCSPEC07.API.SPEC.md#fee_estimate)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:11
+
+---
+
+### TransactionWithHash
+
+Ƭ **TransactionWithHash**: [`TXN`](types.RPC.RPCSPEC07.API.SPEC.md#txn) & \{ `transaction_hash`: [`TXN_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#txn_hash) }
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:12
+
+---
+
+### BlockHashAndNumber
+
+Ƭ **BlockHashAndNumber**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------- | :------------------------------------------------------------- |
+| `block_hash` | [`BLOCK_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#block_hash) |
+| `block_number` | [`BLOCK_NUMBER`](types.RPC.RPCSPEC07.API.SPEC.md#block_number) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:15
+
+---
+
+### BlockWithTxs
+
+Ƭ **BlockWithTxs**: [`BLOCK_WITH_TXS`](types.RPC.RPCSPEC07.API.SPEC.md#block_with_txs) \| [`PENDING_BLOCK_WITH_TXS`](types.RPC.RPCSPEC07.API.SPEC.md#pending_block_with_txs)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:19
+
+---
+
+### BlockWithTxHashes
+
+Ƭ **BlockWithTxHashes**: [`BLOCK_WITH_TX_HASHES`](types.RPC.RPCSPEC07.API.SPEC.md#block_with_tx_hashes) \| [`PENDING_BLOCK_WITH_TX_HASHES`](types.RPC.RPCSPEC07.API.SPEC.md#pending_block_with_tx_hashes)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:20
+
+---
+
+### BlockWithTxReceipts
+
+Ƭ **BlockWithTxReceipts**: [`BLOCK_WITH_RECEIPTS`](types.RPC.RPCSPEC07.API.SPEC.md#block_with_receipts) \| [`PENDING_BLOCK_WITH_RECEIPTS`](types.RPC.RPCSPEC07.API.SPEC.md#pending_block_with_receipts)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:21
+
+---
+
+### StateUpdate
+
+Ƭ **StateUpdate**: [`STATE_UPDATE`](types.RPC.RPCSPEC07.API.SPEC.md#state_update) \| [`PENDING_STATE_UPDATE`](types.RPC.RPCSPEC07.API.SPEC.md#pending_state_update)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:22
+
+---
+
+### BlockTransactionsTraces
+
+Ƭ **BlockTransactionsTraces**: \{ `transaction_hash`: [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) ; `trace_root`: [`TRANSACTION_TRACE`](types.RPC.RPCSPEC07.API.SPEC.md#transaction_trace) }[]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:23
+
+---
+
+### Syncing
+
+Ƭ **Syncing**: `false` \| [`SYNC_STATUS`](types.RPC.RPCSPEC07.API.SPEC.md#sync_status)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:27
+
+---
+
+### Events
+
+Ƭ **Events**: [`EVENTS_CHUNK`](types.RPC.RPCSPEC07.API.SPEC.md#events_chunk)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:28
+
+---
+
+### EmittedEvent
+
+Ƭ **EmittedEvent**: [`EMITTED_EVENT`](types.RPC.RPCSPEC07.API.SPEC.md#emitted_event)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:29
+
+---
+
+### Event
+
+Ƭ **Event**: [`EVENT`](types.RPC.RPCSPEC07.API.SPEC.md#event)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:30
+
+---
+
+### InvokedTransaction
+
+Ƭ **InvokedTransaction**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :----------------------------------------------------- |
+| `transaction_hash` | [`TXN_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#txn_hash) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:31
+
+---
+
+### DeclaredTransaction
+
+Ƭ **DeclaredTransaction**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :----------------------------------------------------- |
+| `transaction_hash` | [`TXN_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#txn_hash) |
+| `class_hash` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:34
+
+---
+
+### DeployedAccountTransaction
+
+Ƭ **DeployedAccountTransaction**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :----------------------------------------------------- |
+| `transaction_hash` | [`TXN_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#txn_hash) |
+| `contract_address` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:38
+
+---
+
+### ContractAddress
+
+Ƭ **ContractAddress**: [`ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#address)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:42
+
+---
+
+### Felt
+
+Ƭ **Felt**: [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:43
+
+---
+
+### Nonce
+
+Ƭ **Nonce**: [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:44
+
+---
+
+### TransactionHash
+
+Ƭ **TransactionHash**: [`TXN_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#txn_hash)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:45
+
+---
+
+### TransactionTrace
+
+Ƭ **TransactionTrace**: [`TRANSACTION_TRACE`](types.RPC.RPCSPEC07.API.SPEC.md#transaction_trace)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:46
+
+---
+
+### BlockHash
+
+Ƭ **BlockHash**: [`BLOCK_HASH`](types.RPC.RPCSPEC07.API.SPEC.md#block_hash)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:47
+
+---
+
+### TransactionReceipt
+
+Ƭ **TransactionReceipt**: [`TXN_RECEIPT_WITH_BLOCK_INFO`](types.RPC.RPCSPEC07.API.SPEC.md#txn_receipt_with_block_info)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:48
+
+---
+
+### Receipt
+
+Ƭ **Receipt**: [`TXN_RECEIPT_WITH_BLOCK_INFO`](types.RPC.RPCSPEC07.API.SPEC.md#txn_receipt_with_block_info) & [`BlockHashAndNumber`](types.RPC.RPCSPEC07.API.md#blockhashandnumber)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:49
+
+---
+
+### PendingReceipt
+
+Ƭ **PendingReceipt**: [`TXN_RECEIPT`](types.RPC.RPCSPEC07.API.SPEC.md#txn_receipt)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:50
+
+---
+
+### EventFilter
+
+Ƭ **EventFilter**: [`EVENT_FILTER`](types.RPC.RPCSPEC07.API.SPEC.md#event_filter) & [`RESULT_PAGE_REQUEST`](types.RPC.RPCSPEC07.API.SPEC.md#result_page_request)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:51
+
+---
+
+### SimulationFlags
+
+Ƭ **SimulationFlags**: [`SIMULATION_FLAG`](types.RPC.RPCSPEC07.API.SPEC.md#simulation_flag)[]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:52
+
+---
+
+### L1Message
+
+Ƭ **L1Message**: [`MSG_FROM_L1`](types.RPC.RPCSPEC07.API.SPEC.md#msg_from_l1)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:53
+
+---
+
+### BaseTransaction
+
+Ƭ **BaseTransaction**: [`BROADCASTED_TXN`](types.RPC.RPCSPEC07.API.SPEC.md#broadcasted_txn)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:54
+
+---
+
+### ChainId
+
+Ƭ **ChainId**: [`CHAIN_ID`](types.RPC.RPCSPEC07.API.SPEC.md#chain_id)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:55
+
+---
+
+### Transaction
+
+Ƭ **Transaction**: [`TXN`](types.RPC.RPCSPEC07.API.SPEC.md#txn)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:56
+
+---
+
+### TransactionStatus
+
+Ƭ **TransactionStatus**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------ | :----------------------------------------------------------------------------- |
+| `finality_status` | [`TXN_STATUS`](types.RPC.RPCSPEC07.API.SPEC.md#txn_status) |
+| `execution_status?` | [`TXN_EXECUTION_STATUS`](types.RPC.RPCSPEC07.API.SPEC.md#txn_execution_status) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:57
+
+---
+
+### ResourceBounds
+
+Ƭ **ResourceBounds**: [`RESOURCE_BOUNDS_MAPPING`](types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds_mapping)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:61
+
+---
+
+### FeePayment
+
+Ƭ **FeePayment**: [`FEE_PAYMENT`](types.RPC.RPCSPEC07.API.SPEC.md#fee_payment)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:62
+
+---
+
+### PriceUnit
+
+Ƭ **PriceUnit**: [`PRICE_UNIT`](types.RPC.RPCSPEC07.API.SPEC.md#price_unit)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:63
+
+---
+
+### StorageDiffs
+
+Ƭ **StorageDiffs**: [`CONTRACT_STORAGE_DIFF_ITEM`](types.RPC.RPCSPEC07.API.SPEC.md#contract_storage_diff_item)[]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:64
+
+---
+
+### DeprecatedDeclaredClasses
+
+Ƭ **DeprecatedDeclaredClasses**: [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:65
+
+---
+
+### NonceUpdates
+
+Ƭ **NonceUpdates**: [`NONCE_UPDATE`](types.RPC.RPCSPEC07.API.SPEC.md#nonce_update)[]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:66
+
+---
+
+### ReplacedClasses
+
+Ƭ **ReplacedClasses**: [`REPLACED_CLASS`](types.RPC.RPCSPEC07.API.SPEC.md#replaced_class)[]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:67
+
+---
+
+### ETransactionType
+
+Ƭ **ETransactionType**: typeof [`ETransactionType`](types.RPC.RPCSPEC07.API.md#etransactiontype-1)[keyof typeof [`ETransactionType`](types.RPC.RPCSPEC07.API.md#etransactiontype-1)]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:68
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:75
+
+---
+
+### ESimulationFlag
+
+Ƭ **ESimulationFlag**: typeof [`ESimulationFlag`](types.RPC.RPCSPEC07.API.md#esimulationflag-1)[keyof typeof [`ESimulationFlag`](types.RPC.RPCSPEC07.API.md#esimulationflag-1)]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:76
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:80
+
+---
+
+### ETransactionStatus
+
+Ƭ **ETransactionStatus**: typeof [`ETransactionStatus`](types.RPC.RPCSPEC07.API.md#etransactionstatus-1)[keyof typeof [`ETransactionStatus`](types.RPC.RPCSPEC07.API.md#etransactionstatus-1)]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:81
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:87
+
+---
+
+### ETransactionFinalityStatus
+
+Ƭ **ETransactionFinalityStatus**: typeof [`ETransactionFinalityStatus`](types.RPC.RPCSPEC07.API.md#etransactionfinalitystatus-1)[keyof typeof [`ETransactionFinalityStatus`](types.RPC.RPCSPEC07.API.md#etransactionfinalitystatus-1)]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:88
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:92
+
+---
+
+### ETransactionExecutionStatus
+
+Ƭ **ETransactionExecutionStatus**: typeof [`ETransactionExecutionStatus`](types.RPC.RPCSPEC07.API.md#etransactionexecutionstatus-1)[keyof typeof [`ETransactionExecutionStatus`](types.RPC.RPCSPEC07.API.md#etransactionexecutionstatus-1)]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:93
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:97
+
+---
+
+### EBlockTag
+
+Ƭ **EBlockTag**: typeof [`EBlockTag`](types.RPC.RPCSPEC07.API.md#eblocktag-1)[keyof typeof [`EBlockTag`](types.RPC.RPCSPEC07.API.md#eblocktag-1)]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:98
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:102
+
+---
+
+### EDataAvailabilityMode
+
+Ƭ **EDataAvailabilityMode**: typeof [`EDataAvailabilityMode`](types.RPC.RPCSPEC07.API.md#edataavailabilitymode-1)[keyof typeof [`EDataAvailabilityMode`](types.RPC.RPCSPEC07.API.md#edataavailabilitymode-1)]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:103
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:107
+
+---
+
+### EDAMode
+
+Ƭ **EDAMode**: typeof [`EDAMode`](types.RPC.RPCSPEC07.API.md#edamode-1)[keyof typeof [`EDAMode`](types.RPC.RPCSPEC07.API.md#edamode-1)]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:108
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:112
+
+---
+
+### ETransactionVersion
+
+Ƭ **ETransactionVersion**: typeof [`ETransactionVersion`](types.RPC.RPCSPEC07.API.md#etransactionversion-1)[keyof typeof [`ETransactionVersion`](types.RPC.RPCSPEC07.API.md#etransactionversion-1)]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:117
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:127
+
+---
+
+### ETransactionVersion2
+
+Ƭ **ETransactionVersion2**: typeof [`ETransactionVersion2`](types.RPC.RPCSPEC07.API.md#etransactionversion2-1)[keyof typeof [`ETransactionVersion2`](types.RPC.RPCSPEC07.API.md#etransactionversion2-1)]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:131
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:139
+
+---
+
+### ETransactionVersion3
+
+Ƭ **ETransactionVersion3**: typeof [`ETransactionVersion3`](types.RPC.RPCSPEC07.API.md#etransactionversion3-1)[keyof typeof [`ETransactionVersion3`](types.RPC.RPCSPEC07.API.md#etransactionversion3-1)]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:143
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:147
+
+## Variables
+
+### ETransactionType
+
+• `Const` **ETransactionType**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :----------------- |
+| `DECLARE` | `"DECLARE"` |
+| `DEPLOY` | `"DEPLOY"` |
+| `DEPLOY_ACCOUNT` | `"DEPLOY_ACCOUNT"` |
+| `INVOKE` | `"INVOKE"` |
+| `L1_HANDLER` | `"L1_HANDLER"` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:68
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:75
+
+---
+
+### ESimulationFlag
+
+• `Const` **ESimulationFlag**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------- | :------------------ |
+| `SKIP_VALIDATE` | `"SKIP_VALIDATE"` |
+| `SKIP_FEE_CHARGE` | `"SKIP_FEE_CHARGE"` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:76
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:80
+
+---
+
+### ETransactionStatus
+
+• `Const` **ETransactionStatus**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :----------------- |
+| `RECEIVED` | `"RECEIVED"` |
+| `REJECTED` | `"REJECTED"` |
+| `ACCEPTED_ON_L2` | `"ACCEPTED_ON_L2"` |
+| `ACCEPTED_ON_L1` | `"ACCEPTED_ON_L1"` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:81
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:87
+
+---
+
+### ETransactionFinalityStatus
+
+• `Const` **ETransactionFinalityStatus**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :----------------- |
+| `ACCEPTED_ON_L2` | `"ACCEPTED_ON_L2"` |
+| `ACCEPTED_ON_L1` | `"ACCEPTED_ON_L1"` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:88
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:92
+
+---
+
+### ETransactionExecutionStatus
+
+• `Const` **ETransactionExecutionStatus**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------- | :------------ |
+| `SUCCEEDED` | `"SUCCEEDED"` |
+| `REVERTED` | `"REVERTED"` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:93
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:97
+
+---
+
+### EBlockTag
+
+• `Const` **EBlockTag**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :---------- |
+| `LATEST` | `"latest"` |
+| `PENDING` | `"pending"` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:98
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:102
+
+---
+
+### EDataAvailabilityMode
+
+• `Const` **EDataAvailabilityMode**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--- | :----- |
+| `L1` | `"L1"` |
+| `L2` | `"L2"` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:103
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:107
+
+---
+
+### EDAMode
+
+• `Const` **EDAMode**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--- | :--- |
+| `L1` | `0` |
+| `L2` | `1` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:108
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:112
+
+---
+
+### ETransactionVersion
+
+• `Const` **ETransactionVersion**: `Object`
+
+V* Transaction versions HexString
+F* Fee Transaction Versions HexString (2 \*\* 128 + TRANSACTION_VERSION)
+
+#### Type declaration
+
+| Name | Type |
+| :--- | :-------------------------------------- |
+| `V0` | `"0x0"` |
+| `V1` | `"0x1"` |
+| `V2` | `"0x2"` |
+| `V3` | `"0x3"` |
+| `F0` | `"0x100000000000000000000000000000000"` |
+| `F1` | `"0x100000000000000000000000000000001"` |
+| `F2` | `"0x100000000000000000000000000000002"` |
+| `F3` | `"0x100000000000000000000000000000003"` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:117
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:127
+
+---
+
+### ETransactionVersion2
+
+• `Const` **ETransactionVersion2**: `Object`
+
+Old Transaction Versions
+
+#### Type declaration
+
+| Name | Type |
+| :--- | :-------------------------------------- |
+| `V0` | `"0x0"` |
+| `V1` | `"0x1"` |
+| `V2` | `"0x2"` |
+| `F0` | `"0x100000000000000000000000000000000"` |
+| `F1` | `"0x100000000000000000000000000000001"` |
+| `F2` | `"0x100000000000000000000000000000002"` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:131
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:139
+
+---
+
+### ETransactionVersion3
+
+• `Const` **ETransactionVersion3**: `Object`
+
+V3 Transaction Versions
+
+#### Type declaration
+
+| Name | Type |
+| :--- | :-------------------------------------- |
+| `V3` | `"0x3"` |
+| `F3` | `"0x100000000000000000000000000000003"` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:143
+
+node_modules/starknet-types-07/dist/types/api/nonspec.d.ts:147
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC07.WALLET_API.md b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC07.WALLET_API.md
new file mode 100644
index 000000000..f58f8288b
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC07.WALLET_API.md
@@ -0,0 +1,464 @@
+---
+id: 'types.RPC.RPCSPEC07.WALLET_API'
+title: 'Namespace: WALLET_API'
+sidebar_label: 'WALLET_API'
+custom_edit_url: null
+---
+
+[RPC](types.RPC.md).[RPCSPEC07](types.RPC.RPCSPEC07.md).WALLET_API
+
+## Interfaces
+
+- [StarknetDomain](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetDomain.md)
+- [TypedData](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md)
+- [StarknetWindowObject](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md)
+- [AddInvokeTransactionParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionParameters.md)
+- [AddInvokeTransactionResult](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionResult.md)
+- [AddDeclareTransactionParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionParameters.md)
+- [AddDeclareTransactionResult](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionResult.md)
+- [RequestAccountsParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.RequestAccountsParameters.md)
+- [WatchAssetParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.WatchAssetParameters.md)
+- [AddStarknetChainParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddStarknetChainParameters.md)
+- [SwitchStarknetChainParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.SwitchStarknetChainParameters.md)
+- [AccountDeploymentData](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AccountDeploymentData.md)
+- [ApiVersionRequest](../interfaces/types.RPC.RPCSPEC07.WALLET_API.ApiVersionRequest.md)
+- [RpcTypeToMessageMap](../interfaces/types.RPC.RPCSPEC07.WALLET_API.RpcTypeToMessageMap.md)
+- [WalletEventHandlers](../interfaces/types.RPC.RPCSPEC07.WALLET_API.WalletEventHandlers.md)
+- [NOT_ERC20](../interfaces/types.RPC.RPCSPEC07.WALLET_API.NOT_ERC20.md)
+- [UNLISTED_NETWORK](../interfaces/types.RPC.RPCSPEC07.WALLET_API.UNLISTED_NETWORK.md)
+- [USER_REFUSED_OP](../interfaces/types.RPC.RPCSPEC07.WALLET_API.USER_REFUSED_OP.md)
+- [INVALID_REQUEST_PAYLOAD](../interfaces/types.RPC.RPCSPEC07.WALLET_API.INVALID_REQUEST_PAYLOAD.md)
+- [ACCOUNT_ALREADY_DEPLOYED](../interfaces/types.RPC.RPCSPEC07.WALLET_API.ACCOUNT_ALREADY_DEPLOYED.md)
+- [API_VERSION_NOT_SUPPORTED](../interfaces/types.RPC.RPCSPEC07.WALLET_API.API_VERSION_NOT_SUPPORTED.md)
+- [UNKNOWN_ERROR](../interfaces/types.RPC.RPCSPEC07.WALLET_API.UNKNOWN_ERROR.md)
+
+## Type Aliases
+
+### Permission
+
+Ƭ **Permission**: typeof [`Permission`](types.RPC.RPCSPEC07.WALLET_API.md#permission-1)[keyof typeof [`Permission`](types.RPC.RPCSPEC07.WALLET_API.md#permission-1)]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/constants.d.ts:1
+
+node_modules/starknet-types-07/dist/types/wallet-api/constants.d.ts:4
+
+---
+
+### TypedDataRevision
+
+Ƭ **TypedDataRevision**: typeof [`TypedDataRevision`](types.RPC.RPCSPEC07.WALLET_API.md#typeddatarevision-1)[keyof typeof [`TypedDataRevision`](types.RPC.RPCSPEC07.WALLET_API.md#typeddatarevision-1)]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/typedData.d.ts:1
+
+node_modules/starknet-types-07/dist/types/wallet-api/typedData.d.ts:5
+
+---
+
+### StarknetEnumType
+
+Ƭ **StarknetEnumType**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------- | :------- |
+| `name` | `string` |
+| `type` | `"enum"` |
+| `contains` | `string` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/typedData.d.ts:6
+
+---
+
+### StarknetMerkleType
+
+Ƭ **StarknetMerkleType**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------- | :------------- |
+| `name` | `string` |
+| `type` | `"merkletree"` |
+| `contains` | `string` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/typedData.d.ts:11
+
+---
+
+### StarknetType
+
+Ƭ **StarknetType**: \{ `name`: `string` ; `type`: `string` } \| [`StarknetEnumType`](types.RPC.RPCSPEC07.WALLET_API.md#starknetenumtype) \| [`StarknetMerkleType`](types.RPC.RPCSPEC07.WALLET_API.md#starknetmerkletype)
+
+SPEC: STARKNET_TYPE
+A single type, as part of a struct. The `type` field can be any of the EIP-712 supported types.
+Note that the `uint` and `int` aliases like in Solidity, and fixed point numbers are not supported by the EIP-712
+standard.
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/typedData.d.ts:22
+
+---
+
+### Address
+
+Ƭ **Address**: [`ADDRESS`](types.RPC.RPCSPEC07.API.SPEC.md#address)
+
+Account Address
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:6
+
+---
+
+### Signature
+
+Ƭ **Signature**: [`SIGNATURE`](types.RPC.RPCSPEC07.API.SPEC.md#signature)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:7
+
+---
+
+### PADDED_TXN_HASH
+
+Ƭ **PADDED_TXN_HASH**: [`PADDED_FELT`](types.RPC.RPCSPEC07.WALLET_API.md#padded_felt)
+
+The transaction hash, as assigned in Starknet
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:11
+
+---
+
+### PADDED_FELT
+
+Ƭ **PADDED_FELT**: `string`
+
+A padded felt represent 0x0 + (0-7) + (62 hex digits)
+
+**`Pattern`**
+
+^0x(0[0-7]{1}[a-fA-F0-9]{62}$)
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:16
+
+---
+
+### SpecVersion
+
+Ƭ **SpecVersion**: `string`
+
+A Starknet RPC spec version, only two numbers are provided
+
+**`Pattern`**
+
+^[0-9]+\\.[0-9]+$
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:21
+
+---
+
+### TokenSymbol
+
+Ƭ **TokenSymbol**: `string`
+
+ERC20 Token Symbol (min:1 char - max:6 chars)
+
+**`Pattern`**
+
+^[A-Za-z0-9]{1,6}$
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:26
+
+---
+
+### Asset
+
+Ƭ **Asset**: `Object`
+
+Starknet Token
+Details of an onchain Starknet ERC20 token
+
+#### Type declaration
+
+| Name | Type |
+| :------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| `type` | `"ERC20"` |
+| `options` | \{ `address`: [`Address`](types.RPC.RPCSPEC07.WALLET_API.md#address) ; `symbol?`: [`TokenSymbol`](types.RPC.RPCSPEC07.WALLET_API.md#tokensymbol) ; `decimals?`: `number` ; `image?`: `string` ; `name?`: `string` } |
+| `options.address` | [`Address`](types.RPC.RPCSPEC07.WALLET_API.md#address) |
+| `options.symbol?` | [`TokenSymbol`](types.RPC.RPCSPEC07.WALLET_API.md#tokensymbol) |
+| `options.decimals?` | `number` |
+| `options.image?` | `string` |
+| `options.name?` | `string` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:31
+
+---
+
+### StarknetChain
+
+Ƭ **StarknetChain**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------- | :------------------------------------------------- |
+| `id` | `string` |
+| `chain_id` | [`ChainId`](types.RPC.RPCSPEC07.API.md#chainid) |
+| `chain_name` | `string` |
+| `rpc_urls?` | `string`[] |
+| `block_explorer_url?` | `string`[] |
+| `native_currency?` | [`Asset`](types.RPC.RPCSPEC07.WALLET_API.md#asset) |
+| `icon_urls?` | `string`[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:41
+
+---
+
+### Call
+
+Ƭ **Call**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :----------------------------------------------------- |
+| `contract_address` | [`Address`](types.RPC.RPCSPEC07.WALLET_API.md#address) |
+| `entry_point` | `string` |
+| `calldata?` | [`FELT`](types.RPC.RPCSPEC07.API.SPEC.md#felt)[] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:50
+
+---
+
+### API_VERSION
+
+Ƭ **API_VERSION**: `string`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/components.d.ts:126
+
+---
+
+### RpcMessage
+
+Ƭ **RpcMessage**: \{ [K in keyof RpcTypeToMessageMap]: Object & RpcTypeToMessageMap[K] }[keyof [`RpcTypeToMessageMap`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.RpcTypeToMessageMap.md)]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/methods.d.ts:125
+
+---
+
+### IsParamsOptional
+
+Ƭ **IsParamsOptional**<`T`\>: `undefined` extends [`RpcTypeToMessageMap`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.RpcTypeToMessageMap.md)[`T`][``"params"``] ? `true` : `false`
+
+#### Type parameters
+
+| Name | Type |
+| :--- | :--------------------------------------------------------------------------------------------------------- |
+| `T` | extends keyof [`RpcTypeToMessageMap`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.RpcTypeToMessageMap.md) |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/methods.d.ts:130
+
+---
+
+### RequestFnCall
+
+Ƭ **RequestFnCall**<`T`\>: \{ `type`: `T` } & [`IsParamsOptional`](types.RPC.RPCSPEC07.WALLET_API.md#isparamsoptional)<`T`\> extends `true` ? \{ `params?`: [`RpcTypeToMessageMap`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.RpcTypeToMessageMap.md)[`T`][``"params"``] } : \{ `params`: [`RpcTypeToMessageMap`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.RpcTypeToMessageMap.md)[`T`][``"params"``] }
+
+#### Type parameters
+
+| Name | Type |
+| :--- | :------------------------------------------------------------------------------- |
+| `T` | extends [`RpcMessage`](types.RPC.RPCSPEC07.WALLET_API.md#rpcmessage)[``"type"``] |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/methods.d.ts:131
+
+---
+
+### RequestFn
+
+Ƭ **RequestFn**: (`call`: [`RequestFnCall`](types.RPC.RPCSPEC07.WALLET_API.md#requestfncall)<`T`\>) => `Promise`<[`RpcTypeToMessageMap`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.RpcTypeToMessageMap.md)[`T`][``"result"``]\>
+
+#### Type declaration
+
+▸ <`T`\>(`call`): `Promise`<[`RpcTypeToMessageMap`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.RpcTypeToMessageMap.md)[`T`][``"result"``]\>
+
+##### Type parameters
+
+| Name | Type |
+| :--- | :------------------------------------------------------------------------------- |
+| `T` | extends [`RpcMessage`](types.RPC.RPCSPEC07.WALLET_API.md#rpcmessage)[``"type"``] |
+
+##### Parameters
+
+| Name | Type |
+| :----- | :----------------------------------------------------------------------- |
+| `call` | [`RequestFnCall`](types.RPC.RPCSPEC07.WALLET_API.md#requestfncall)<`T`\> |
+
+##### Returns
+
+`Promise`<[`RpcTypeToMessageMap`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.RpcTypeToMessageMap.md)[`T`][``"result"``]\>
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/methods.d.ts:138
+
+---
+
+### AccountChangeEventHandler
+
+Ƭ **AccountChangeEventHandler**: (`accounts?`: `string`[]) => `void`
+
+#### Type declaration
+
+▸ (`accounts?`): `void`
+
+##### Parameters
+
+| Name | Type |
+| :---------- | :--------- |
+| `accounts?` | `string`[] |
+
+##### Returns
+
+`void`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/events.d.ts:2
+
+---
+
+### NetworkChangeEventHandler
+
+Ƭ **NetworkChangeEventHandler**: (`chainId?`: [`ChainId`](types.RPC.RPCSPEC07.API.md#chainid), `accounts?`: `string`[]) => `void`
+
+#### Type declaration
+
+▸ (`chainId?`, `accounts?`): `void`
+
+##### Parameters
+
+| Name | Type |
+| :---------- | :---------------------------------------------- |
+| `chainId?` | [`ChainId`](types.RPC.RPCSPEC07.API.md#chainid) |
+| `accounts?` | `string`[] |
+
+##### Returns
+
+`void`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/events.d.ts:3
+
+---
+
+### WalletEvents
+
+Ƭ **WalletEvents**: \{ [E in keyof WalletEventHandlers]: Object }[keyof [`WalletEventHandlers`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.WalletEventHandlers.md)]
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/events.d.ts:8
+
+---
+
+### WalletEventListener
+
+Ƭ **WalletEventListener**: (`event`: `E`, `handleEvent`: [`WalletEventHandlers`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.WalletEventHandlers.md)[`E`]) => `void`
+
+#### Type declaration
+
+▸ <`E`\>(`event`, `handleEvent`): `void`
+
+##### Type parameters
+
+| Name | Type |
+| :--- | :--------------------------------------------------------------------------------------------------------- |
+| `E` | extends keyof [`WalletEventHandlers`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.WalletEventHandlers.md) |
+
+##### Parameters
+
+| Name | Type |
+| :------------ | :------------------------------------------------------------------------------------------------ |
+| `event` | `E` |
+| `handleEvent` | [`WalletEventHandlers`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.WalletEventHandlers.md)[`E`] |
+
+##### Returns
+
+`void`
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/events.d.ts:14
+
+## Variables
+
+### Permission
+
+• `Const` **Permission**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------- | :----------- |
+| `ACCOUNTS` | `"accounts"` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/constants.d.ts:1
+
+node_modules/starknet-types-07/dist/types/wallet-api/constants.d.ts:4
+
+---
+
+### TypedDataRevision
+
+• `Const` **TypedDataRevision**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :---- |
+| `ACTIVE` | `"1"` |
+| `LEGACY` | `"0"` |
+
+#### Defined in
+
+node_modules/starknet-types-07/dist/types/wallet-api/typedData.d.ts:1
+
+node_modules/starknet-types-07/dist/types/wallet-api/typedData.d.ts:5
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC07.md b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC07.md
new file mode 100644
index 000000000..d65381d28
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.RPCSPEC07.md
@@ -0,0 +1,691 @@
+---
+id: 'types.RPC.RPCSPEC07'
+title: 'Namespace: RPCSPEC07'
+sidebar_label: 'RPCSPEC07'
+custom_edit_url: null
+---
+
+[types](types.md).[RPC](types.RPC.md).RPCSPEC07
+
+## Namespaces
+
+- [API](types.RPC.RPCSPEC07.API.md)
+- [WALLET_API](types.RPC.RPCSPEC07.WALLET_API.md)
+
+## References
+
+### Methods
+
+Re-exports [Methods](types.RPC.RPCSPEC07.API.md#methods)
+
+---
+
+### Errors
+
+Re-exports [Errors](types.RPC.RPCSPEC07.API.Errors.md)
+
+---
+
+### SPEC
+
+Re-exports [SPEC](types.RPC.RPCSPEC07.API.SPEC.md)
+
+---
+
+### ABI
+
+Re-exports [ABI](types.RPC.RPCSPEC07.API.md#abi)
+
+---
+
+### FUNCTION
+
+Re-exports [FUNCTION](types.RPC.RPCSPEC07.API.md#function)
+
+---
+
+### CONSTRUCTOR
+
+Re-exports [CONSTRUCTOR](types.RPC.RPCSPEC07.API.md#constructor)
+
+---
+
+### L1_HANDLER
+
+Re-exports [L1_HANDLER](types.RPC.RPCSPEC07.API.md#l1_handler)
+
+---
+
+### EVENT
+
+Re-exports [EVENT](types.RPC.RPCSPEC07.API.md#event)
+
+---
+
+### STRUCT_EVENT
+
+Re-exports [STRUCT_EVENT](types.RPC.RPCSPEC07.API.md#struct_event)
+
+---
+
+### ENUM_EVENT
+
+Re-exports [ENUM_EVENT](types.RPC.RPCSPEC07.API.md#enum_event)
+
+---
+
+### STRUCT
+
+Re-exports [STRUCT](types.RPC.RPCSPEC07.API.md#struct)
+
+---
+
+### ENUM
+
+Re-exports [ENUM](types.RPC.RPCSPEC07.API.md#enum)
+
+---
+
+### INTERFACE
+
+Re-exports [INTERFACE](types.RPC.RPCSPEC07.API.md#interface)
+
+---
+
+### IMPL
+
+Re-exports [IMPL](types.RPC.RPCSPEC07.API.md#impl)
+
+---
+
+### EVENT_KIND
+
+Re-exports [EVENT_KIND](types.RPC.RPCSPEC07.API.md#event_kind)
+
+---
+
+### EVENT_FIELD
+
+Re-exports [EVENT_FIELD](types.RPC.RPCSPEC07.API.md#event_field)
+
+---
+
+### ContractClass
+
+Re-exports [ContractClass](types.RPC.RPCSPEC07.API.md#contractclass)
+
+---
+
+### SimulateTransaction
+
+Re-exports [SimulateTransaction](types.RPC.RPCSPEC07.API.md#simulatetransaction)
+
+---
+
+### SimulateTransactionResponse
+
+Re-exports [SimulateTransactionResponse](types.RPC.RPCSPEC07.API.md#simulatetransactionresponse)
+
+---
+
+### FeeEstimate
+
+Re-exports [FeeEstimate](types.RPC.RPCSPEC07.API.md#feeestimate)
+
+---
+
+### TransactionWithHash
+
+Re-exports [TransactionWithHash](types.RPC.RPCSPEC07.API.md#transactionwithhash)
+
+---
+
+### BlockHashAndNumber
+
+Re-exports [BlockHashAndNumber](types.RPC.RPCSPEC07.API.md#blockhashandnumber)
+
+---
+
+### BlockWithTxs
+
+Re-exports [BlockWithTxs](types.RPC.RPCSPEC07.API.md#blockwithtxs)
+
+---
+
+### BlockWithTxHashes
+
+Re-exports [BlockWithTxHashes](types.RPC.RPCSPEC07.API.md#blockwithtxhashes)
+
+---
+
+### BlockWithTxReceipts
+
+Re-exports [BlockWithTxReceipts](types.RPC.RPCSPEC07.API.md#blockwithtxreceipts)
+
+---
+
+### StateUpdate
+
+Re-exports [StateUpdate](types.RPC.RPCSPEC07.API.md#stateupdate)
+
+---
+
+### BlockTransactionsTraces
+
+Re-exports [BlockTransactionsTraces](types.RPC.RPCSPEC07.API.md#blocktransactionstraces)
+
+---
+
+### Syncing
+
+Re-exports [Syncing](types.RPC.RPCSPEC07.API.md#syncing)
+
+---
+
+### Events
+
+Re-exports [Events](types.RPC.RPCSPEC07.API.md#events)
+
+---
+
+### EmittedEvent
+
+Re-exports [EmittedEvent](types.RPC.RPCSPEC07.API.md#emittedevent)
+
+---
+
+### Event
+
+Re-exports [Event](types.RPC.RPCSPEC07.API.md#event-1)
+
+---
+
+### InvokedTransaction
+
+Re-exports [InvokedTransaction](types.RPC.RPCSPEC07.API.md#invokedtransaction)
+
+---
+
+### DeclaredTransaction
+
+Re-exports [DeclaredTransaction](types.RPC.RPCSPEC07.API.md#declaredtransaction)
+
+---
+
+### DeployedAccountTransaction
+
+Re-exports [DeployedAccountTransaction](types.RPC.RPCSPEC07.API.md#deployedaccounttransaction)
+
+---
+
+### ContractAddress
+
+Re-exports [ContractAddress](types.RPC.RPCSPEC07.API.md#contractaddress)
+
+---
+
+### Felt
+
+Re-exports [Felt](types.RPC.RPCSPEC07.API.md#felt)
+
+---
+
+### Nonce
+
+Re-exports [Nonce](types.RPC.RPCSPEC07.API.md#nonce)
+
+---
+
+### TransactionHash
+
+Re-exports [TransactionHash](types.RPC.RPCSPEC07.API.md#transactionhash)
+
+---
+
+### TransactionTrace
+
+Re-exports [TransactionTrace](types.RPC.RPCSPEC07.API.md#transactiontrace)
+
+---
+
+### BlockHash
+
+Re-exports [BlockHash](types.RPC.RPCSPEC07.API.md#blockhash)
+
+---
+
+### TransactionReceipt
+
+Re-exports [TransactionReceipt](types.RPC.RPCSPEC07.API.md#transactionreceipt)
+
+---
+
+### Receipt
+
+Re-exports [Receipt](types.RPC.RPCSPEC07.API.md#receipt)
+
+---
+
+### PendingReceipt
+
+Re-exports [PendingReceipt](types.RPC.RPCSPEC07.API.md#pendingreceipt)
+
+---
+
+### EventFilter
+
+Re-exports [EventFilter](types.RPC.RPCSPEC07.API.md#eventfilter)
+
+---
+
+### SimulationFlags
+
+Re-exports [SimulationFlags](types.RPC.RPCSPEC07.API.md#simulationflags)
+
+---
+
+### L1Message
+
+Re-exports [L1Message](types.RPC.RPCSPEC07.API.md#l1message)
+
+---
+
+### BaseTransaction
+
+Re-exports [BaseTransaction](types.RPC.RPCSPEC07.API.md#basetransaction)
+
+---
+
+### ChainId
+
+Re-exports [ChainId](types.RPC.RPCSPEC07.API.md#chainid)
+
+---
+
+### Transaction
+
+Re-exports [Transaction](types.RPC.RPCSPEC07.API.md#transaction)
+
+---
+
+### TransactionStatus
+
+Re-exports [TransactionStatus](types.RPC.RPCSPEC07.API.md#transactionstatus)
+
+---
+
+### ResourceBounds
+
+Re-exports [ResourceBounds](types.RPC.RPCSPEC07.API.md#resourcebounds)
+
+---
+
+### FeePayment
+
+Re-exports [FeePayment](types.RPC.RPCSPEC07.API.md#feepayment)
+
+---
+
+### PriceUnit
+
+Re-exports [PriceUnit](types.RPC.RPCSPEC07.API.md#priceunit)
+
+---
+
+### StorageDiffs
+
+Re-exports [StorageDiffs](types.RPC.RPCSPEC07.API.md#storagediffs)
+
+---
+
+### DeprecatedDeclaredClasses
+
+Re-exports [DeprecatedDeclaredClasses](types.RPC.RPCSPEC07.API.md#deprecateddeclaredclasses)
+
+---
+
+### NonceUpdates
+
+Re-exports [NonceUpdates](types.RPC.RPCSPEC07.API.md#nonceupdates)
+
+---
+
+### ReplacedClasses
+
+Re-exports [ReplacedClasses](types.RPC.RPCSPEC07.API.md#replacedclasses)
+
+---
+
+### ETransactionType
+
+Re-exports [ETransactionType](types.RPC.RPCSPEC07.API.md#etransactiontype-1)
+
+---
+
+### ESimulationFlag
+
+Re-exports [ESimulationFlag](types.RPC.RPCSPEC07.API.md#esimulationflag-1)
+
+---
+
+### ETransactionStatus
+
+Re-exports [ETransactionStatus](types.RPC.RPCSPEC07.API.md#etransactionstatus-1)
+
+---
+
+### ETransactionFinalityStatus
+
+Re-exports [ETransactionFinalityStatus](types.RPC.RPCSPEC07.API.md#etransactionfinalitystatus-1)
+
+---
+
+### ETransactionExecutionStatus
+
+Re-exports [ETransactionExecutionStatus](types.RPC.RPCSPEC07.API.md#etransactionexecutionstatus-1)
+
+---
+
+### EBlockTag
+
+Re-exports [EBlockTag](types.RPC.RPCSPEC07.API.md#eblocktag-1)
+
+---
+
+### EDataAvailabilityMode
+
+Re-exports [EDataAvailabilityMode](types.RPC.RPCSPEC07.API.md#edataavailabilitymode-1)
+
+---
+
+### EDAMode
+
+Re-exports [EDAMode](types.RPC.RPCSPEC07.API.md#edamode-1)
+
+---
+
+### ETransactionVersion
+
+Re-exports [ETransactionVersion](types.RPC.RPCSPEC07.API.md#etransactionversion-1)
+
+---
+
+### ETransactionVersion2
+
+Re-exports [ETransactionVersion2](types.RPC.RPCSPEC07.API.md#etransactionversion2-1)
+
+---
+
+### ETransactionVersion3
+
+Re-exports [ETransactionVersion3](types.RPC.RPCSPEC07.API.md#etransactionversion3-1)
+
+---
+
+### Permission
+
+Re-exports [Permission](types.RPC.RPCSPEC07.WALLET_API.md#permission-1)
+
+---
+
+### TypedDataRevision
+
+Re-exports [TypedDataRevision](types.RPC.RPCSPEC07.WALLET_API.md#typeddatarevision-1)
+
+---
+
+### StarknetEnumType
+
+Re-exports [StarknetEnumType](types.RPC.RPCSPEC07.WALLET_API.md#starknetenumtype)
+
+---
+
+### StarknetMerkleType
+
+Re-exports [StarknetMerkleType](types.RPC.RPCSPEC07.WALLET_API.md#starknetmerkletype)
+
+---
+
+### StarknetType
+
+Re-exports [StarknetType](types.RPC.RPCSPEC07.WALLET_API.md#starknettype)
+
+---
+
+### StarknetDomain
+
+Re-exports [StarknetDomain](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetDomain.md)
+
+---
+
+### TypedData
+
+Re-exports [TypedData](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md)
+
+---
+
+### StarknetWindowObject
+
+Re-exports [StarknetWindowObject](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md)
+
+---
+
+### Address
+
+Re-exports [Address](types.RPC.RPCSPEC07.WALLET_API.md#address)
+
+---
+
+### Signature
+
+Re-exports [Signature](types.RPC.RPCSPEC07.WALLET_API.md#signature)
+
+---
+
+### PADDED_TXN_HASH
+
+Re-exports [PADDED_TXN_HASH](types.RPC.RPCSPEC07.WALLET_API.md#padded_txn_hash)
+
+---
+
+### PADDED_FELT
+
+Re-exports [PADDED_FELT](types.RPC.RPCSPEC07.WALLET_API.md#padded_felt)
+
+---
+
+### SpecVersion
+
+Re-exports [SpecVersion](types.RPC.RPCSPEC07.WALLET_API.md#specversion)
+
+---
+
+### TokenSymbol
+
+Re-exports [TokenSymbol](types.RPC.RPCSPEC07.WALLET_API.md#tokensymbol)
+
+---
+
+### Asset
+
+Re-exports [Asset](types.RPC.RPCSPEC07.WALLET_API.md#asset)
+
+---
+
+### StarknetChain
+
+Re-exports [StarknetChain](types.RPC.RPCSPEC07.WALLET_API.md#starknetchain)
+
+---
+
+### Call
+
+Re-exports [Call](types.RPC.RPCSPEC07.WALLET_API.md#call)
+
+---
+
+### AddInvokeTransactionParameters
+
+Re-exports [AddInvokeTransactionParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionParameters.md)
+
+---
+
+### AddInvokeTransactionResult
+
+Re-exports [AddInvokeTransactionResult](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionResult.md)
+
+---
+
+### AddDeclareTransactionParameters
+
+Re-exports [AddDeclareTransactionParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionParameters.md)
+
+---
+
+### AddDeclareTransactionResult
+
+Re-exports [AddDeclareTransactionResult](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionResult.md)
+
+---
+
+### RequestAccountsParameters
+
+Re-exports [RequestAccountsParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.RequestAccountsParameters.md)
+
+---
+
+### WatchAssetParameters
+
+Re-exports [WatchAssetParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.WatchAssetParameters.md)
+
+---
+
+### AddStarknetChainParameters
+
+Re-exports [AddStarknetChainParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddStarknetChainParameters.md)
+
+---
+
+### SwitchStarknetChainParameters
+
+Re-exports [SwitchStarknetChainParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.SwitchStarknetChainParameters.md)
+
+---
+
+### AccountDeploymentData
+
+Re-exports [AccountDeploymentData](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AccountDeploymentData.md)
+
+---
+
+### API_VERSION
+
+Re-exports [API_VERSION](types.RPC.RPCSPEC07.WALLET_API.md#api_version)
+
+---
+
+### ApiVersionRequest
+
+Re-exports [ApiVersionRequest](../interfaces/types.RPC.RPCSPEC07.WALLET_API.ApiVersionRequest.md)
+
+---
+
+### RpcTypeToMessageMap
+
+Re-exports [RpcTypeToMessageMap](../interfaces/types.RPC.RPCSPEC07.WALLET_API.RpcTypeToMessageMap.md)
+
+---
+
+### RpcMessage
+
+Re-exports [RpcMessage](types.RPC.RPCSPEC07.WALLET_API.md#rpcmessage)
+
+---
+
+### IsParamsOptional
+
+Re-exports [IsParamsOptional](types.RPC.RPCSPEC07.WALLET_API.md#isparamsoptional)
+
+---
+
+### RequestFnCall
+
+Re-exports [RequestFnCall](types.RPC.RPCSPEC07.WALLET_API.md#requestfncall)
+
+---
+
+### RequestFn
+
+Re-exports [RequestFn](types.RPC.RPCSPEC07.WALLET_API.md#requestfn)
+
+---
+
+### AccountChangeEventHandler
+
+Re-exports [AccountChangeEventHandler](types.RPC.RPCSPEC07.WALLET_API.md#accountchangeeventhandler)
+
+---
+
+### NetworkChangeEventHandler
+
+Re-exports [NetworkChangeEventHandler](types.RPC.RPCSPEC07.WALLET_API.md#networkchangeeventhandler)
+
+---
+
+### WalletEventHandlers
+
+Re-exports [WalletEventHandlers](../interfaces/types.RPC.RPCSPEC07.WALLET_API.WalletEventHandlers.md)
+
+---
+
+### WalletEvents
+
+Re-exports [WalletEvents](types.RPC.RPCSPEC07.WALLET_API.md#walletevents)
+
+---
+
+### WalletEventListener
+
+Re-exports [WalletEventListener](types.RPC.RPCSPEC07.WALLET_API.md#walleteventlistener)
+
+---
+
+### NOT_ERC20
+
+Re-exports [NOT_ERC20](../interfaces/types.RPC.RPCSPEC07.WALLET_API.NOT_ERC20.md)
+
+---
+
+### UNLISTED_NETWORK
+
+Re-exports [UNLISTED_NETWORK](../interfaces/types.RPC.RPCSPEC07.WALLET_API.UNLISTED_NETWORK.md)
+
+---
+
+### USER_REFUSED_OP
+
+Re-exports [USER_REFUSED_OP](../interfaces/types.RPC.RPCSPEC07.WALLET_API.USER_REFUSED_OP.md)
+
+---
+
+### INVALID_REQUEST_PAYLOAD
+
+Re-exports [INVALID_REQUEST_PAYLOAD](../interfaces/types.RPC.RPCSPEC07.WALLET_API.INVALID_REQUEST_PAYLOAD.md)
+
+---
+
+### ACCOUNT_ALREADY_DEPLOYED
+
+Re-exports [ACCOUNT_ALREADY_DEPLOYED](../interfaces/types.RPC.RPCSPEC07.WALLET_API.ACCOUNT_ALREADY_DEPLOYED.md)
+
+---
+
+### API_VERSION_NOT_SUPPORTED
+
+Re-exports [API_VERSION_NOT_SUPPORTED](../interfaces/types.RPC.RPCSPEC07.WALLET_API.API_VERSION_NOT_SUPPORTED.md)
+
+---
+
+### UNKNOWN_ERROR
+
+Re-exports [UNKNOWN_ERROR](../interfaces/types.RPC.RPCSPEC07.WALLET_API.UNKNOWN_ERROR.md)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.md b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.md
new file mode 100644
index 000000000..e22926b3c
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/types.RPC.md
@@ -0,0 +1,704 @@
+---
+id: 'types.RPC'
+title: 'Namespace: RPC'
+sidebar_label: 'RPC'
+custom_edit_url: null
+---
+
+[types](types.md).RPC
+
+## Namespaces
+
+- [JRPC](types.RPC.JRPC.md)
+- [RPCSPEC06](types.RPC.RPCSPEC06.md)
+- [RPCSPEC07](types.RPC.RPCSPEC07.md)
+
+## References
+
+### API
+
+Re-exports [API](types.RPC.RPCSPEC07.API.md)
+
+---
+
+### WALLET_API
+
+Re-exports [WALLET_API](types.RPC.RPCSPEC07.WALLET_API.md)
+
+---
+
+### Methods
+
+Re-exports [Methods](types.RPC.RPCSPEC07.API.md#methods)
+
+---
+
+### Errors
+
+Re-exports [Errors](types.RPC.RPCSPEC07.API.Errors.md)
+
+---
+
+### SPEC
+
+Re-exports [SPEC](types.RPC.RPCSPEC07.API.SPEC.md)
+
+---
+
+### ABI
+
+Re-exports [ABI](types.RPC.RPCSPEC07.API.md#abi)
+
+---
+
+### FUNCTION
+
+Re-exports [FUNCTION](types.RPC.RPCSPEC07.API.md#function)
+
+---
+
+### CONSTRUCTOR
+
+Re-exports [CONSTRUCTOR](types.RPC.RPCSPEC07.API.md#constructor)
+
+---
+
+### L1_HANDLER
+
+Re-exports [L1_HANDLER](types.RPC.RPCSPEC07.API.md#l1_handler)
+
+---
+
+### EVENT
+
+Re-exports [EVENT](types.RPC.RPCSPEC07.API.md#event)
+
+---
+
+### STRUCT_EVENT
+
+Re-exports [STRUCT_EVENT](types.RPC.RPCSPEC07.API.md#struct_event)
+
+---
+
+### ENUM_EVENT
+
+Re-exports [ENUM_EVENT](types.RPC.RPCSPEC07.API.md#enum_event)
+
+---
+
+### STRUCT
+
+Re-exports [STRUCT](types.RPC.RPCSPEC07.API.md#struct)
+
+---
+
+### ENUM
+
+Re-exports [ENUM](types.RPC.RPCSPEC07.API.md#enum)
+
+---
+
+### INTERFACE
+
+Re-exports [INTERFACE](types.RPC.RPCSPEC07.API.md#interface)
+
+---
+
+### IMPL
+
+Re-exports [IMPL](types.RPC.RPCSPEC07.API.md#impl)
+
+---
+
+### EVENT_KIND
+
+Re-exports [EVENT_KIND](types.RPC.RPCSPEC07.API.md#event_kind)
+
+---
+
+### EVENT_FIELD
+
+Re-exports [EVENT_FIELD](types.RPC.RPCSPEC07.API.md#event_field)
+
+---
+
+### ContractClass
+
+Re-exports [ContractClass](types.RPC.RPCSPEC07.API.md#contractclass)
+
+---
+
+### SimulateTransaction
+
+Re-exports [SimulateTransaction](types.RPC.RPCSPEC07.API.md#simulatetransaction)
+
+---
+
+### SimulateTransactionResponse
+
+Re-exports [SimulateTransactionResponse](types.RPC.RPCSPEC07.API.md#simulatetransactionresponse)
+
+---
+
+### FeeEstimate
+
+Re-exports [FeeEstimate](types.RPC.RPCSPEC07.API.md#feeestimate)
+
+---
+
+### TransactionWithHash
+
+Re-exports [TransactionWithHash](types.RPC.RPCSPEC07.API.md#transactionwithhash)
+
+---
+
+### BlockHashAndNumber
+
+Re-exports [BlockHashAndNumber](types.RPC.RPCSPEC07.API.md#blockhashandnumber)
+
+---
+
+### BlockWithTxs
+
+Re-exports [BlockWithTxs](types.RPC.RPCSPEC07.API.md#blockwithtxs)
+
+---
+
+### BlockWithTxHashes
+
+Re-exports [BlockWithTxHashes](types.RPC.RPCSPEC07.API.md#blockwithtxhashes)
+
+---
+
+### BlockWithTxReceipts
+
+Re-exports [BlockWithTxReceipts](types.RPC.RPCSPEC07.API.md#blockwithtxreceipts)
+
+---
+
+### StateUpdate
+
+Re-exports [StateUpdate](types.RPC.RPCSPEC07.API.md#stateupdate)
+
+---
+
+### BlockTransactionsTraces
+
+Re-exports [BlockTransactionsTraces](types.RPC.RPCSPEC07.API.md#blocktransactionstraces)
+
+---
+
+### Syncing
+
+Re-exports [Syncing](types.RPC.RPCSPEC07.API.md#syncing)
+
+---
+
+### Events
+
+Re-exports [Events](types.RPC.RPCSPEC07.API.md#events)
+
+---
+
+### EmittedEvent
+
+Re-exports [EmittedEvent](types.RPC.RPCSPEC07.API.md#emittedevent)
+
+---
+
+### Event
+
+Re-exports [Event](types.RPC.RPCSPEC07.API.md#event-1)
+
+---
+
+### InvokedTransaction
+
+Re-exports [InvokedTransaction](types.RPC.RPCSPEC07.API.md#invokedtransaction)
+
+---
+
+### DeclaredTransaction
+
+Re-exports [DeclaredTransaction](types.RPC.RPCSPEC07.API.md#declaredtransaction)
+
+---
+
+### DeployedAccountTransaction
+
+Re-exports [DeployedAccountTransaction](types.RPC.RPCSPEC07.API.md#deployedaccounttransaction)
+
+---
+
+### ContractAddress
+
+Re-exports [ContractAddress](types.RPC.RPCSPEC07.API.md#contractaddress)
+
+---
+
+### Felt
+
+Re-exports [Felt](types.RPC.RPCSPEC07.API.md#felt)
+
+---
+
+### Nonce
+
+Re-exports [Nonce](types.RPC.RPCSPEC07.API.md#nonce)
+
+---
+
+### TransactionHash
+
+Re-exports [TransactionHash](types.RPC.RPCSPEC07.API.md#transactionhash)
+
+---
+
+### TransactionTrace
+
+Re-exports [TransactionTrace](types.RPC.RPCSPEC07.API.md#transactiontrace)
+
+---
+
+### BlockHash
+
+Re-exports [BlockHash](types.RPC.RPCSPEC07.API.md#blockhash)
+
+---
+
+### TransactionReceipt
+
+Re-exports [TransactionReceipt](types.RPC.RPCSPEC07.API.md#transactionreceipt)
+
+---
+
+### Receipt
+
+Re-exports [Receipt](types.RPC.RPCSPEC07.API.md#receipt)
+
+---
+
+### PendingReceipt
+
+Re-exports [PendingReceipt](types.RPC.RPCSPEC07.API.md#pendingreceipt)
+
+---
+
+### EventFilter
+
+Re-exports [EventFilter](types.RPC.RPCSPEC07.API.md#eventfilter)
+
+---
+
+### SimulationFlags
+
+Re-exports [SimulationFlags](types.RPC.RPCSPEC07.API.md#simulationflags)
+
+---
+
+### L1Message
+
+Re-exports [L1Message](types.RPC.RPCSPEC07.API.md#l1message)
+
+---
+
+### BaseTransaction
+
+Re-exports [BaseTransaction](types.RPC.RPCSPEC07.API.md#basetransaction)
+
+---
+
+### ChainId
+
+Re-exports [ChainId](types.RPC.RPCSPEC07.API.md#chainid)
+
+---
+
+### Transaction
+
+Re-exports [Transaction](types.RPC.RPCSPEC07.API.md#transaction)
+
+---
+
+### TransactionStatus
+
+Re-exports [TransactionStatus](types.RPC.RPCSPEC07.API.md#transactionstatus)
+
+---
+
+### ResourceBounds
+
+Re-exports [ResourceBounds](types.RPC.RPCSPEC07.API.md#resourcebounds)
+
+---
+
+### FeePayment
+
+Re-exports [FeePayment](types.RPC.RPCSPEC07.API.md#feepayment)
+
+---
+
+### PriceUnit
+
+Re-exports [PriceUnit](types.RPC.RPCSPEC07.API.md#priceunit)
+
+---
+
+### StorageDiffs
+
+Re-exports [StorageDiffs](types.RPC.RPCSPEC07.API.md#storagediffs)
+
+---
+
+### DeprecatedDeclaredClasses
+
+Re-exports [DeprecatedDeclaredClasses](types.RPC.RPCSPEC07.API.md#deprecateddeclaredclasses)
+
+---
+
+### NonceUpdates
+
+Re-exports [NonceUpdates](types.RPC.RPCSPEC07.API.md#nonceupdates)
+
+---
+
+### ReplacedClasses
+
+Re-exports [ReplacedClasses](types.RPC.RPCSPEC07.API.md#replacedclasses)
+
+---
+
+### ETransactionType
+
+Re-exports [ETransactionType](types.RPC.RPCSPEC07.API.md#etransactiontype-1)
+
+---
+
+### ESimulationFlag
+
+Re-exports [ESimulationFlag](types.RPC.RPCSPEC07.API.md#esimulationflag-1)
+
+---
+
+### ETransactionStatus
+
+Re-exports [ETransactionStatus](types.RPC.RPCSPEC07.API.md#etransactionstatus-1)
+
+---
+
+### ETransactionFinalityStatus
+
+Re-exports [ETransactionFinalityStatus](types.RPC.RPCSPEC07.API.md#etransactionfinalitystatus-1)
+
+---
+
+### ETransactionExecutionStatus
+
+Re-exports [ETransactionExecutionStatus](types.RPC.RPCSPEC07.API.md#etransactionexecutionstatus-1)
+
+---
+
+### EBlockTag
+
+Re-exports [EBlockTag](types.RPC.RPCSPEC07.API.md#eblocktag-1)
+
+---
+
+### EDataAvailabilityMode
+
+Re-exports [EDataAvailabilityMode](types.RPC.RPCSPEC07.API.md#edataavailabilitymode-1)
+
+---
+
+### EDAMode
+
+Re-exports [EDAMode](types.RPC.RPCSPEC07.API.md#edamode-1)
+
+---
+
+### ETransactionVersion
+
+Re-exports [ETransactionVersion](types.RPC.RPCSPEC07.API.md#etransactionversion-1)
+
+---
+
+### ETransactionVersion2
+
+Re-exports [ETransactionVersion2](types.RPC.RPCSPEC07.API.md#etransactionversion2-1)
+
+---
+
+### ETransactionVersion3
+
+Re-exports [ETransactionVersion3](types.RPC.RPCSPEC07.API.md#etransactionversion3-1)
+
+---
+
+### Permission
+
+Re-exports [Permission](types.RPC.RPCSPEC07.WALLET_API.md#permission-1)
+
+---
+
+### TypedDataRevision
+
+Re-exports [TypedDataRevision](types.RPC.RPCSPEC07.WALLET_API.md#typeddatarevision-1)
+
+---
+
+### StarknetEnumType
+
+Re-exports [StarknetEnumType](types.RPC.RPCSPEC07.WALLET_API.md#starknetenumtype)
+
+---
+
+### StarknetMerkleType
+
+Re-exports [StarknetMerkleType](types.RPC.RPCSPEC07.WALLET_API.md#starknetmerkletype)
+
+---
+
+### StarknetType
+
+Re-exports [StarknetType](types.RPC.RPCSPEC07.WALLET_API.md#starknettype)
+
+---
+
+### StarknetDomain
+
+Re-exports [StarknetDomain](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetDomain.md)
+
+---
+
+### TypedData
+
+Re-exports [TypedData](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md)
+
+---
+
+### StarknetWindowObject
+
+Re-exports [StarknetWindowObject](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md)
+
+---
+
+### Address
+
+Re-exports [Address](types.RPC.RPCSPEC07.WALLET_API.md#address)
+
+---
+
+### Signature
+
+Re-exports [Signature](types.RPC.RPCSPEC07.WALLET_API.md#signature)
+
+---
+
+### PADDED_TXN_HASH
+
+Re-exports [PADDED_TXN_HASH](types.RPC.RPCSPEC07.WALLET_API.md#padded_txn_hash)
+
+---
+
+### PADDED_FELT
+
+Re-exports [PADDED_FELT](types.RPC.RPCSPEC07.WALLET_API.md#padded_felt)
+
+---
+
+### SpecVersion
+
+Re-exports [SpecVersion](types.RPC.RPCSPEC07.WALLET_API.md#specversion)
+
+---
+
+### TokenSymbol
+
+Re-exports [TokenSymbol](types.RPC.RPCSPEC07.WALLET_API.md#tokensymbol)
+
+---
+
+### Asset
+
+Re-exports [Asset](types.RPC.RPCSPEC07.WALLET_API.md#asset)
+
+---
+
+### StarknetChain
+
+Re-exports [StarknetChain](types.RPC.RPCSPEC07.WALLET_API.md#starknetchain)
+
+---
+
+### Call
+
+Re-exports [Call](types.RPC.RPCSPEC07.WALLET_API.md#call)
+
+---
+
+### AddInvokeTransactionParameters
+
+Re-exports [AddInvokeTransactionParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionParameters.md)
+
+---
+
+### AddInvokeTransactionResult
+
+Re-exports [AddInvokeTransactionResult](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionResult.md)
+
+---
+
+### AddDeclareTransactionParameters
+
+Re-exports [AddDeclareTransactionParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionParameters.md)
+
+---
+
+### AddDeclareTransactionResult
+
+Re-exports [AddDeclareTransactionResult](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionResult.md)
+
+---
+
+### RequestAccountsParameters
+
+Re-exports [RequestAccountsParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.RequestAccountsParameters.md)
+
+---
+
+### WatchAssetParameters
+
+Re-exports [WatchAssetParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.WatchAssetParameters.md)
+
+---
+
+### AddStarknetChainParameters
+
+Re-exports [AddStarknetChainParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddStarknetChainParameters.md)
+
+---
+
+### SwitchStarknetChainParameters
+
+Re-exports [SwitchStarknetChainParameters](../interfaces/types.RPC.RPCSPEC07.WALLET_API.SwitchStarknetChainParameters.md)
+
+---
+
+### AccountDeploymentData
+
+Re-exports [AccountDeploymentData](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AccountDeploymentData.md)
+
+---
+
+### API_VERSION
+
+Re-exports [API_VERSION](types.RPC.RPCSPEC07.WALLET_API.md#api_version)
+
+---
+
+### ApiVersionRequest
+
+Re-exports [ApiVersionRequest](../interfaces/types.RPC.RPCSPEC07.WALLET_API.ApiVersionRequest.md)
+
+---
+
+### RpcTypeToMessageMap
+
+Re-exports [RpcTypeToMessageMap](../interfaces/types.RPC.RPCSPEC07.WALLET_API.RpcTypeToMessageMap.md)
+
+---
+
+### RpcMessage
+
+Re-exports [RpcMessage](types.RPC.RPCSPEC07.WALLET_API.md#rpcmessage)
+
+---
+
+### IsParamsOptional
+
+Re-exports [IsParamsOptional](types.RPC.RPCSPEC07.WALLET_API.md#isparamsoptional)
+
+---
+
+### RequestFnCall
+
+Re-exports [RequestFnCall](types.RPC.RPCSPEC07.WALLET_API.md#requestfncall)
+
+---
+
+### RequestFn
+
+Re-exports [RequestFn](types.RPC.RPCSPEC07.WALLET_API.md#requestfn)
+
+---
+
+### AccountChangeEventHandler
+
+Re-exports [AccountChangeEventHandler](types.RPC.RPCSPEC07.WALLET_API.md#accountchangeeventhandler)
+
+---
+
+### NetworkChangeEventHandler
+
+Re-exports [NetworkChangeEventHandler](types.RPC.RPCSPEC07.WALLET_API.md#networkchangeeventhandler)
+
+---
+
+### WalletEventHandlers
+
+Re-exports [WalletEventHandlers](../interfaces/types.RPC.RPCSPEC07.WALLET_API.WalletEventHandlers.md)
+
+---
+
+### WalletEvents
+
+Re-exports [WalletEvents](types.RPC.RPCSPEC07.WALLET_API.md#walletevents)
+
+---
+
+### WalletEventListener
+
+Re-exports [WalletEventListener](types.RPC.RPCSPEC07.WALLET_API.md#walleteventlistener)
+
+---
+
+### NOT_ERC20
+
+Re-exports [NOT_ERC20](../interfaces/types.RPC.RPCSPEC07.WALLET_API.NOT_ERC20.md)
+
+---
+
+### UNLISTED_NETWORK
+
+Re-exports [UNLISTED_NETWORK](../interfaces/types.RPC.RPCSPEC07.WALLET_API.UNLISTED_NETWORK.md)
+
+---
+
+### USER_REFUSED_OP
+
+Re-exports [USER_REFUSED_OP](../interfaces/types.RPC.RPCSPEC07.WALLET_API.USER_REFUSED_OP.md)
+
+---
+
+### INVALID_REQUEST_PAYLOAD
+
+Re-exports [INVALID_REQUEST_PAYLOAD](../interfaces/types.RPC.RPCSPEC07.WALLET_API.INVALID_REQUEST_PAYLOAD.md)
+
+---
+
+### ACCOUNT_ALREADY_DEPLOYED
+
+Re-exports [ACCOUNT_ALREADY_DEPLOYED](../interfaces/types.RPC.RPCSPEC07.WALLET_API.ACCOUNT_ALREADY_DEPLOYED.md)
+
+---
+
+### API_VERSION_NOT_SUPPORTED
+
+Re-exports [API_VERSION_NOT_SUPPORTED](../interfaces/types.RPC.RPCSPEC07.WALLET_API.API_VERSION_NOT_SUPPORTED.md)
+
+---
+
+### UNKNOWN_ERROR
+
+Re-exports [UNKNOWN_ERROR](../interfaces/types.RPC.RPCSPEC07.WALLET_API.UNKNOWN_ERROR.md)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/types.md b/www/versioned_docs/version-6.24.1/API/namespaces/types.md
new file mode 100644
index 000000000..70fc28e14
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/types.md
@@ -0,0 +1,2544 @@
+---
+id: 'types'
+title: 'Namespace: types'
+sidebar_label: 'types'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Namespaces
+
+- [RPC](types.RPC.md)
+
+## Enumerations
+
+- [OutsideExecutionVersion](../enums/types.OutsideExecutionVersion.md)
+
+## Interfaces
+
+- [Uint256](../interfaces/types.Uint256.md)
+- [Uint512](../interfaces/types.Uint512.md)
+- [CallStruct](../interfaces/types.CallStruct.md)
+- [Program](../interfaces/types.Program.md)
+- [ProviderOptions](../interfaces/types.ProviderOptions.md)
+- [MessageToL1](../interfaces/types.MessageToL1.md)
+- [EstimateFeeResponse](../interfaces/types.EstimateFeeResponse.md)
+- [EstimateFee](../interfaces/types.EstimateFee.md)
+- [UniversalDetails](../interfaces/types.UniversalDetails.md)
+- [EstimateFeeDetails](../interfaces/types.EstimateFeeDetails.md)
+- [DeployContractResponse](../interfaces/types.DeployContractResponse.md)
+- [OutsideExecutionOptions](../interfaces/types.OutsideExecutionOptions.md)
+- [OutsideCall](../interfaces/types.OutsideCall.md)
+- [OutsideExecution](../interfaces/types.OutsideExecution.md)
+- [OutsideTransaction](../interfaces/types.OutsideTransaction.md)
+
+## References
+
+### TypedDataRevision
+
+Re-exports [TypedDataRevision](types.RPC.RPCSPEC07.WALLET_API.md#typeddatarevision-1)
+
+---
+
+### StarknetEnumType
+
+Re-exports [StarknetEnumType](types.RPC.RPCSPEC07.WALLET_API.md#starknetenumtype)
+
+---
+
+### StarknetMerkleType
+
+Re-exports [StarknetMerkleType](types.RPC.RPCSPEC07.WALLET_API.md#starknetmerkletype)
+
+---
+
+### StarknetType
+
+Re-exports [StarknetType](types.RPC.RPCSPEC07.WALLET_API.md#starknettype)
+
+---
+
+### StarknetDomain
+
+Re-exports [StarknetDomain](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetDomain.md)
+
+---
+
+### TypedData
+
+Re-exports [TypedData](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md)
+
+## Type Aliases
+
+### WeierstrassSignatureType
+
+Ƭ **WeierstrassSignatureType**: [`SignatureType`](../interfaces/ec.weierstrass.SignatureType.md)
+
+#### Defined in
+
+[src/types/lib/index.ts:8](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L8)
+
+---
+
+### ArraySignatureType
+
+Ƭ **ArraySignatureType**: `string`[]
+
+#### Defined in
+
+[src/types/lib/index.ts:9](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L9)
+
+---
+
+### Signature
+
+Ƭ **Signature**: [`ArraySignatureType`](types.md#arraysignaturetype) \| [`WeierstrassSignatureType`](types.md#weierstrasssignaturetype)
+
+#### Defined in
+
+[src/types/lib/index.ts:10](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L10)
+
+---
+
+### BigNumberish
+
+Ƭ **BigNumberish**: `string` \| `number` \| `bigint`
+
+#### Defined in
+
+[src/types/lib/index.ts:12](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L12)
+
+---
+
+### ByteArray
+
+Ƭ **ByteArray**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :---------------------------------------- |
+| `data` | [`BigNumberish`](types.md#bignumberish)[] |
+| `pending_word` | [`BigNumberish`](types.md#bignumberish) |
+| `pending_word_len` | [`BigNumberish`](types.md#bignumberish) |
+
+#### Defined in
+
+[src/types/lib/index.ts:14](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L14)
+
+---
+
+### Calldata
+
+Ƭ **Calldata**: `string`[] & \{ `__compiled__?`: `true` }
+
+Compiled calldata ready to be sent
+
+decimal-string array
+
+#### Defined in
+
+[src/types/lib/index.ts:25](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L25)
+
+---
+
+### RawCalldata
+
+Ƭ **RawCalldata**: [`BigNumberish`](types.md#bignumberish)[]
+
+BigNumberish array
+
+use CallData.compile() to convert to Calldata
+
+#### Defined in
+
+[src/types/lib/index.ts:54](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L54)
+
+---
+
+### HexCalldata
+
+Ƭ **HexCalldata**: `string`[]
+
+Hexadecimal-string array
+
+#### Defined in
+
+[src/types/lib/index.ts:59](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L59)
+
+---
+
+### AllowArray
+
+Ƭ **AllowArray**<`T`\>: `T` \| `T`[]
+
+#### Type parameters
+
+| Name |
+| :--- |
+| `T` |
+
+#### Defined in
+
+[src/types/lib/index.ts:61](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L61)
+
+---
+
+### OptionalPayload
+
+Ƭ **OptionalPayload**<`T`\>: \{ `payload`: `T` } \| `T`
+
+#### Type parameters
+
+| Name |
+| :--- |
+| `T` |
+
+#### Defined in
+
+[src/types/lib/index.ts:63](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L63)
+
+---
+
+### RawArgs
+
+Ƭ **RawArgs**: [`RawArgsObject`](types.md#rawargsobject) \| [`RawArgsArray`](types.md#rawargsarray)
+
+#### Defined in
+
+[src/types/lib/index.ts:65](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L65)
+
+---
+
+### RawArgsObject
+
+Ƭ **RawArgsObject**: `Object`
+
+#### Index signature
+
+▪ [inputName: `string`]: [`MultiType`](types.md#multitype) \| [`MultiType`](types.md#multitype)[] \| [`RawArgs`](types.md#rawargs)
+
+#### Defined in
+
+[src/types/lib/index.ts:67](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L67)
+
+---
+
+### RawArgsArray
+
+Ƭ **RawArgsArray**: ([`MultiType`](types.md#multitype) \| [`MultiType`](types.md#multitype)[] \| [`RawArgs`](types.md#rawargs))[]
+
+#### Defined in
+
+[src/types/lib/index.ts:71](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L71)
+
+---
+
+### MultiType
+
+Ƭ **MultiType**: [`BigNumberish`](types.md#bignumberish) \| [`Uint256`](../interfaces/types.Uint256.md) \| `object` \| `boolean` \| [`CairoEnum`](types.md#cairoenum)
+
+#### Defined in
+
+[src/types/lib/index.ts:73](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L73)
+
+---
+
+### UniversalDeployerContractPayload
+
+Ƭ **UniversalDeployerContractPayload**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------------- | :-------------------------------------- |
+| `classHash` | [`BigNumberish`](types.md#bignumberish) |
+| `salt?` | `string` |
+| `unique?` | `boolean` |
+| `constructorCalldata?` | [`RawArgs`](types.md#rawargs) |
+
+#### Defined in
+
+[src/types/lib/index.ts:75](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L75)
+
+---
+
+### DeployAccountContractPayload
+
+Ƭ **DeployAccountContractPayload**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------------- | :-------------------------------------- |
+| `classHash` | `string` |
+| `constructorCalldata?` | [`RawArgs`](types.md#rawargs) |
+| `addressSalt?` | [`BigNumberish`](types.md#bignumberish) |
+| `contractAddress?` | `string` |
+
+#### Defined in
+
+[src/types/lib/index.ts:82](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L82)
+
+---
+
+### DeployAccountContractTransaction
+
+Ƭ **DeployAccountContractTransaction**: `Omit`<[`DeployAccountContractPayload`](types.md#deployaccountcontractpayload), `"contractAddress"`\> & \{ `signature?`: [`Signature`](types.md#signature) }
+
+#### Defined in
+
+[src/types/lib/index.ts:89](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L89)
+
+---
+
+### DeclareContractPayload
+
+Ƭ **DeclareContractPayload**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------- | :---------------------------------------------------------- |
+| `contract` | [`CompiledContract`](types.md#compiledcontract) \| `string` |
+| `classHash?` | `string` |
+| `casm?` | [`CompiledSierraCasm`](types.md#compiledsierracasm) |
+| `compiledClassHash?` | `string` |
+
+#### Defined in
+
+[src/types/lib/index.ts:96](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L96)
+
+---
+
+### ContractClassIdentifier
+
+Ƭ **ContractClassIdentifier**: [`DeclareContractPayload`](types.md#declarecontractpayload) \| \{ `classHash`: `string` }
+
+DeclareContractPayload with classHash or contract defined
+
+#### Defined in
+
+[src/types/lib/index.ts:106](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L106)
+
+---
+
+### CompleteDeclareContractPayload
+
+Ƭ **CompleteDeclareContractPayload**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------- | :---------------------------------------------------------- |
+| `contract` | [`CompiledContract`](types.md#compiledcontract) \| `string` |
+| `classHash` | `string` |
+| `casm?` | [`CompiledSierraCasm`](types.md#compiledsierracasm) |
+| `compiledClassHash?` | `string` |
+
+#### Defined in
+
+[src/types/lib/index.ts:108](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L108)
+
+---
+
+### DeclareAndDeployContractPayload
+
+Ƭ **DeclareAndDeployContractPayload**: `Omit`<[`UniversalDeployerContractPayload`](types.md#universaldeployercontractpayload), `"classHash"`\> & [`DeclareContractPayload`](types.md#declarecontractpayload)
+
+#### Defined in
+
+[src/types/lib/index.ts:115](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L115)
+
+---
+
+### DeclareContractTransaction
+
+Ƭ **DeclareContractTransaction**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------- | :---------------------------------------- |
+| `contract` | [`ContractClass`](types.md#contractclass) |
+| `senderAddress` | `string` |
+| `signature?` | [`Signature`](types.md#signature) |
+| `compiledClassHash?` | `string` |
+
+#### Defined in
+
+[src/types/lib/index.ts:118](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L118)
+
+---
+
+### CallDetails
+
+Ƭ **CallDetails**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------- | :--------------------------------------------------------------- |
+| `contractAddress` | `string` |
+| `calldata?` | [`RawArgs`](types.md#rawargs) \| [`Calldata`](types.md#calldata) |
+| `entrypoint?` | `string` |
+
+#### Defined in
+
+[src/types/lib/index.ts:125](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L125)
+
+---
+
+### Invocation
+
+Ƭ **Invocation**: [`CallDetails`](types.md#calldetails) & \{ `signature?`: [`Signature`](types.md#signature) }
+
+#### Defined in
+
+[src/types/lib/index.ts:131](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L131)
+
+---
+
+### Call
+
+Ƭ **Call**: [`CallDetails`](types.md#calldetails) & \{ `entrypoint`: `string` }
+
+#### Defined in
+
+[src/types/lib/index.ts:133](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L133)
+
+---
+
+### CairoVersion
+
+Ƭ **CairoVersion**: `"0"` \| `"1"` \| `undefined`
+
+#### Defined in
+
+[src/types/lib/index.ts:135](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L135)
+
+---
+
+### CompilerVersion
+
+Ƭ **CompilerVersion**: `"0"` \| `"1"` \| `"2"` \| `undefined`
+
+#### Defined in
+
+[src/types/lib/index.ts:136](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L136)
+
+---
+
+### InvocationsDetails
+
+Ƭ **InvocationsDetails**: \{ `nonce?`: [`BigNumberish`](types.md#bignumberish) ; `maxFee?`: [`BigNumberish`](types.md#bignumberish) ; `version?`: [`BigNumberish`](types.md#bignumberish) } & `Partial`<[`V3TransactionDetails`](types.md#v3transactiondetails)\>
+
+#### Defined in
+
+[src/types/lib/index.ts:138](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L138)
+
+---
+
+### V3TransactionDetails
+
+Ƭ **V3TransactionDetails**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------------- | :---------------------------------------------------------------------------- |
+| `nonce` | [`BigNumberish`](types.md#bignumberish) |
+| `version` | [`BigNumberish`](types.md#bignumberish) |
+| `resourceBounds` | [`ResourceBounds`](types.RPC.RPCSPEC07.API.md#resourcebounds) |
+| `tip` | [`BigNumberish`](types.md#bignumberish) |
+| `paymasterData` | [`BigNumberish`](types.md#bignumberish)[] |
+| `accountDeploymentData` | [`BigNumberish`](types.md#bignumberish)[] |
+| `nonceDataAvailabilityMode` | [`EDataAvailabilityMode`](types.RPC.RPCSPEC07.API.md#edataavailabilitymode-1) |
+| `feeDataAvailabilityMode` | [`EDataAvailabilityMode`](types.RPC.RPCSPEC07.API.md#edataavailabilitymode-1) |
+
+#### Defined in
+
+[src/types/lib/index.ts:144](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L144)
+
+---
+
+### Details
+
+Ƭ **Details**: `Object`
+
+Contain all additional details params
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :--------------------------------------------------------- |
+| `nonce` | [`BigNumberish`](types.md#bignumberish) |
+| `maxFee` | [`BigNumberish`](types.md#bignumberish) |
+| `version` | [`BigNumberish`](types.md#bignumberish) |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) |
+
+#### Defined in
+
+[src/types/lib/index.ts:158](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L158)
+
+---
+
+### InvocationsDetailsWithNonce
+
+Ƭ **InvocationsDetailsWithNonce**: [`InvocationsDetails`](types.md#invocationsdetails) & \{ `nonce`: [`BigNumberish`](types.md#bignumberish) } \| [`V3TransactionDetails`](types.md#v3transactiondetails)
+
+#### Defined in
+
+[src/types/lib/index.ts:165](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L165)
+
+---
+
+### TransactionType
+
+Ƭ **TransactionType**: `ValuesType`
+
+#### Defined in
+
+[src/types/lib/index.ts:169](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L169)
+
+[src/types/lib/index.ts:176](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L176)
+
+---
+
+### TransactionStatus
+
+Ƭ **TransactionStatus**: `ValuesType`
+
+#### Defined in
+
+[src/types/lib/index.ts:182](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L182)
+
+[src/types/lib/index.ts:191](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L191)
+
+---
+
+### TransactionFinalityStatus
+
+Ƭ **TransactionFinalityStatus**: `ValuesType`
+
+#### Defined in
+
+[src/types/lib/index.ts:193](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L193)
+
+[src/types/lib/index.ts:200](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L200)
+
+---
+
+### TransactionExecutionStatus
+
+Ƭ **TransactionExecutionStatus**: `ValuesType`
+
+#### Defined in
+
+[src/types/lib/index.ts:202](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L202)
+
+[src/types/lib/index.ts:208](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L208)
+
+---
+
+### BlockStatus
+
+Ƭ **BlockStatus**: `ValuesType`
+
+#### Defined in
+
+[src/types/lib/index.ts:210](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L210)
+
+[src/types/lib/index.ts:217](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L217)
+
+---
+
+### BlockTag
+
+Ƭ **BlockTag**: `ValuesType`
+
+#### Defined in
+
+[src/types/lib/index.ts:219](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L219)
+
+[src/types/lib/index.ts:224](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L224)
+
+---
+
+### BlockNumber
+
+Ƭ **BlockNumber**: [`BlockTag`](types.md#blocktag-1) \| `null` \| `number`
+
+#### Defined in
+
+[src/types/lib/index.ts:226](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L226)
+
+---
+
+### BlockIdentifier
+
+Ƭ **BlockIdentifier**: [`BlockNumber`](types.md#blocknumber) \| [`BigNumberish`](types.md#bignumberish)
+
+hex string and BigInt are detected as block hashes
+
+decimal string and number are detected as block numbers
+
+text string are detected as block tag
+
+null return 'pending' block tag
+
+#### Defined in
+
+[src/types/lib/index.ts:237](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L237)
+
+---
+
+### AccountInvocationItem
+
+Ƭ **AccountInvocationItem**: \{ `type`: typeof [`DECLARE`](types.md#declare) } & [`DeclareContractTransaction`](types.md#declarecontracttransaction) \| \{ `type`: typeof [`DEPLOY_ACCOUNT`](types.md#deploy_account) } & [`DeployAccountContractTransaction`](types.md#deployaccountcontracttransaction) \| \{ `type`: typeof [`INVOKE`](types.md#invoke) } & [`Invocation`](types.md#invocation) & [`InvocationsDetailsWithNonce`](types.md#invocationsdetailswithnonce)
+
+items used by AccountInvocations
+
+#### Defined in
+
+[src/types/lib/index.ts:242](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L242)
+
+---
+
+### AccountInvocations
+
+Ƭ **AccountInvocations**: [`AccountInvocationItem`](types.md#accountinvocationitem)[]
+
+Complete invocations array with account details (internal type from account -> provider)
+
+#### Defined in
+
+[src/types/lib/index.ts:252](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L252)
+
+---
+
+### Invocations
+
+Ƭ **Invocations**: (\{ `type`: typeof [`DECLARE`](types.md#declare) } & [`OptionalPayload`](types.md#optionalpayload)<[`DeclareContractPayload`](types.md#declarecontractpayload)\> \| \{ `type`: typeof [`DEPLOY`](types.md#deploy) } & [`OptionalPayload`](types.md#optionalpayload)<[`AllowArray`](types.md#allowarray)<[`UniversalDeployerContractPayload`](types.md#universaldeployercontractpayload)\>\> \| \{ `type`: typeof [`DEPLOY_ACCOUNT`](types.md#deploy_account) } & [`OptionalPayload`](types.md#optionalpayload)<[`DeployAccountContractPayload`](types.md#deployaccountcontractpayload)\> \| \{ `type`: typeof [`INVOKE`](types.md#invoke) } & [`OptionalPayload`](types.md#optionalpayload)<[`AllowArray`](types.md#allowarray)<[`Call`](types.md#call)\>\>)[]
+
+Invocations array user provide to bulk method (simulate)
+
+#### Defined in
+
+[src/types/lib/index.ts:257](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L257)
+
+---
+
+### Tupled
+
+Ƭ **Tupled**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :------- |
+| `element` | `any` |
+| `type` | `string` |
+
+#### Defined in
+
+[src/types/lib/index.ts:268](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L268)
+
+---
+
+### Args
+
+Ƭ **Args**: `Object`
+
+#### Index signature
+
+▪ [inputName: `string`]: [`BigNumberish`](types.md#bignumberish) \| [`BigNumberish`](types.md#bignumberish)[] \| [`ParsedStruct`](types.md#parsedstruct) \| [`ParsedStruct`](types.md#parsedstruct)[]
+
+#### Defined in
+
+[src/types/lib/index.ts:270](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L270)
+
+---
+
+### ParsedStruct
+
+Ƭ **ParsedStruct**: `Object`
+
+#### Index signature
+
+▪ [key: `string`]: [`BigNumberish`](types.md#bignumberish) \| [`BigNumberish`](types.md#bignumberish)[] \| [`ParsedStruct`](types.md#parsedstruct) \| [`Uint256`](../interfaces/types.Uint256.md)
+
+#### Defined in
+
+[src/types/lib/index.ts:273](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L273)
+
+---
+
+### waitForTransactionOptions
+
+Ƭ **waitForTransactionOptions**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :----------------------------------------------------------------------------------------------------------------------------------------------- |
+| `retryInterval?` | `number` |
+| `successStates?` | ([`TransactionFinalityStatus`](types.md#transactionfinalitystatus-1) \| [`TransactionExecutionStatus`](types.md#transactionexecutionstatus-1))[] |
+| `errorStates?` | ([`TransactionFinalityStatus`](types.md#transactionfinalitystatus-1) \| [`TransactionExecutionStatus`](types.md#transactionexecutionstatus-1))[] |
+
+#### Defined in
+
+[src/types/lib/index.ts:277](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L277)
+
+---
+
+### getSimulateTransactionOptions
+
+Ƭ **getSimulateTransactionOptions**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :-------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](types.md#blockidentifier) |
+| `skipValidate?` | `boolean` |
+| `skipExecute?` | `boolean` |
+| `skipFeeCharge?` | `boolean` |
+
+#### Defined in
+
+[src/types/lib/index.ts:283](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L283)
+
+---
+
+### getContractVersionOptions
+
+Ƭ **getContractVersionOptions**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :-------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](types.md#blockidentifier) |
+| `compiler?` | `boolean` |
+
+#### Defined in
+
+[src/types/lib/index.ts:290](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L290)
+
+---
+
+### getEstimateFeeBulkOptions
+
+Ƭ **getEstimateFeeBulkOptions**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :-------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](types.md#blockidentifier) |
+| `skipValidate?` | `boolean` |
+
+#### Defined in
+
+[src/types/lib/index.ts:295](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L295)
+
+---
+
+### ContractVersion
+
+Ƭ **ContractVersion**: `Object`
+
+Represent Contract version
+
+#### Type declaration
+
+| Name | Type | Description |
+| :--------- | :-------------------------------------------- | :--------------------------------------------------------- |
+| `cairo` | [`CairoVersion`](types.md#cairoversion) | version of the cairo language |
+| `compiler` | [`CompilerVersion`](types.md#compilerversion) | version of the cairo compiler used to compile the contract |
+
+#### Defined in
+
+[src/types/lib/index.ts:309](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L309)
+
+---
+
+### ContractClass
+
+Ƭ **ContractClass**: [`LegacyContractClass`](types.md#legacycontractclass) \| [`SierraContractClass`](types.md#sierracontractclass)
+
+format produced after compressing compiled contract
+
+CompressedCompiledContract
+
+#### Defined in
+
+[src/types/lib/contract/index.ts:11](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/index.ts#L11)
+
+---
+
+### CompiledContract
+
+Ƭ **CompiledContract**: [`LegacyCompiledContract`](types.md#legacycompiledcontract) \| [`CompiledSierra`](types.md#compiledsierra)
+
+format produced after compile .cairo to .json
+
+#### Defined in
+
+[src/types/lib/contract/index.ts:16](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/index.ts#L16)
+
+---
+
+### CairoContract
+
+Ƭ **CairoContract**: [`ContractClass`](types.md#contractclass) \| [`CompiledContract`](types.md#compiledcontract)
+
+Compressed or decompressed Cairo0 or Cairo1 Contract
+
+#### Defined in
+
+[src/types/lib/contract/index.ts:21](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/index.ts#L21)
+
+---
+
+### EntryPointType
+
+Ƭ **EntryPointType**: `ValuesType`
+
+#### Defined in
+
+[src/types/lib/contract/index.ts:24](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/index.ts#L24)
+
+[src/types/lib/contract/index.ts:30](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/index.ts#L30)
+
+---
+
+### Abi
+
+Ƭ **Abi**: `ReadonlyArray`<[`FunctionAbi`](types.md#functionabi) \| [`AbiEvent`](types.md#abievent) \| [`AbiStruct`](types.md#abistruct) \| [`InterfaceAbi`](types.md#interfaceabi) \| `any`\>
+
+ABI
+
+#### Defined in
+
+[src/types/lib/contract/abi.ts:4](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/abi.ts#L4)
+
+---
+
+### AbiEntry
+
+Ƭ **AbiEntry**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----- | :--------------------------------------------- |
+| `name` | `string` |
+| `type` | `"felt"` \| `"felt*"` \| `"event"` \| `string` |
+
+#### Defined in
+
+[src/types/lib/contract/abi.ts:7](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/abi.ts#L7)
+
+---
+
+### EventEntry
+
+Ƭ **EventEntry**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----- | :-------------------------------- |
+| `name` | `string` |
+| `type` | `"felt"` \| `"felt*"` \| `string` |
+| `kind` | `"key"` \| `"data"` |
+
+#### Defined in
+
+[src/types/lib/contract/abi.ts:9](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/abi.ts#L9)
+
+---
+
+### FunctionAbi
+
+Ƭ **FunctionAbi**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------ | :-------------------------------- |
+| `inputs` | [`AbiEntry`](types.md#abientry)[] |
+| `name` | `string` |
+| `outputs` | [`AbiEntry`](types.md#abientry)[] |
+| `stateMutability?` | `"view"` |
+| `state_mutability?` | `string` |
+| `type` | `FunctionAbiType` |
+
+#### Defined in
+
+[src/types/lib/contract/abi.ts:14](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/abi.ts#L14)
+
+---
+
+### AbiStructs
+
+Ƭ **AbiStructs**: `Object`
+
+#### Index signature
+
+▪ [name: `string`]: [`AbiStruct`](types.md#abistruct)
+
+#### Defined in
+
+[src/types/lib/contract/abi.ts:23](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/abi.ts#L23)
+
+---
+
+### AbiStruct
+
+Ƭ **AbiStruct**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :---------------------------------------------------------- |
+| `members` | [`AbiEntry`](types.md#abientry) & \{ `offset`: `number` }[] |
+| `name` | `string` |
+| `size` | `number` |
+| `type` | `"struct"` |
+
+#### Defined in
+
+[src/types/lib/contract/abi.ts:25](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/abi.ts#L25)
+
+---
+
+### AbiInterfaces
+
+Ƭ **AbiInterfaces**: `Object`
+
+#### Index signature
+
+▪ [name: `string`]: [`InterfaceAbi`](types.md#interfaceabi)
+
+#### Defined in
+
+[src/types/lib/contract/abi.ts:32](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/abi.ts#L32)
+
+---
+
+### InterfaceAbi
+
+Ƭ **InterfaceAbi**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :-------------------------------------- |
+| `items` | [`FunctionAbi`](types.md#functionabi)[] |
+| `name` | `string` |
+| `type` | `"interface"` |
+
+#### Defined in
+
+[src/types/lib/contract/abi.ts:33](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/abi.ts#L33)
+
+---
+
+### AbiEnums
+
+Ƭ **AbiEnums**: `Object`
+
+#### Index signature
+
+▪ [name: `string`]: [`AbiEnum`](types.md#abienum)
+
+#### Defined in
+
+[src/types/lib/contract/abi.ts:39](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/abi.ts#L39)
+
+---
+
+### AbiEnum
+
+Ƭ **AbiEnum**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------- | :---------------------------------------------------------- |
+| `variants` | [`AbiEntry`](types.md#abientry) & \{ `offset`: `number` }[] |
+| `name` | `string` |
+| `size` | `number` |
+| `type` | `"enum"` |
+
+#### Defined in
+
+[src/types/lib/contract/abi.ts:40](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/abi.ts#L40)
+
+---
+
+### AbiEvents
+
+Ƭ **AbiEvents**: `Object`
+
+#### Index signature
+
+▪ [hash: `string`]: [`AbiEvent`](types.md#abievent)
+
+#### Defined in
+
+[src/types/lib/contract/abi.ts:53](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/abi.ts#L53)
+
+---
+
+### AbiEvent
+
+Ƭ **AbiEvent**: [`CairoEvent`](types.md#cairoevent) \| [`LegacyEvent`](types.md#legacyevent)
+
+#### Defined in
+
+[src/types/lib/contract/abi.ts:57](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/abi.ts#L57)
+
+---
+
+### CairoEvent
+
+Ƭ **CairoEvent**: [`CairoEventDefinition`](types.md#cairoeventdefinition) \| [`AbiEvents`](types.md#abievents)
+
+#### Defined in
+
+[src/types/lib/contract/abi.ts:60](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/abi.ts#L60)
+
+---
+
+### CairoEventDefinition
+
+Ƭ **CairoEventDefinition**: [`STRUCT_EVENT`](types.RPC.RPCSPEC07.API.md#struct_event) & \{ `name`: `string` ; `type`: `"event"` }
+
+#### Defined in
+
+[src/types/lib/contract/abi.ts:62](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/abi.ts#L62)
+
+---
+
+### CairoEventVariant
+
+Ƭ **CairoEventVariant**: [`ENUM_EVENT`](types.RPC.RPCSPEC07.API.md#enum_event) & \{ `name`: `string` ; `type`: `string` }
+
+#### Defined in
+
+[src/types/lib/contract/abi.ts:67](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/abi.ts#L67)
+
+---
+
+### LegacyEvent
+
+Ƭ **LegacyEvent**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----- | :-------------------------------------------------------- |
+| `name` | `string` |
+| `type` | `"event"` |
+| `data` | [`EVENT_FIELD`](types.RPC.RPCSPEC07.API.md#event_field)[] |
+| `keys` | [`EVENT_FIELD`](types.RPC.RPCSPEC07.API.md#event_field)[] |
+
+#### Defined in
+
+[src/types/lib/contract/abi.ts:72](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/abi.ts#L72)
+
+---
+
+### LegacyContractClass
+
+Ƭ **LegacyContractClass**: `Object`
+
+format produced after compressing 'program' property
+
+#### Type declaration
+
+| Name | Type |
+| :--------------------- | :------------------------------------------------ |
+| `program` | [`CompressedProgram`](types.md#compressedprogram) |
+| `entry_points_by_type` | [`EntryPointsByType`](types.md#entrypointsbytype) |
+| `abi` | [`Abi`](types.md#abi) |
+
+#### Defined in
+
+[src/types/lib/contract/legacy.ts:7](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/legacy.ts#L7)
+
+---
+
+### LegacyCompiledContract
+
+Ƭ **LegacyCompiledContract**: `Omit`<[`LegacyContractClass`](types.md#legacycontractclass), `"program"`\> & \{ `program`: [`Program`](../interfaces/types.Program.md) }
+
+format produced after compiling .cairo to .json
+
+#### Defined in
+
+[src/types/lib/contract/legacy.ts:16](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/legacy.ts#L16)
+
+---
+
+### Builtins
+
+Ƭ **Builtins**: `string`[]
+
+SUBTYPES
+
+#### Defined in
+
+[src/types/lib/contract/legacy.ts:21](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/legacy.ts#L21)
+
+---
+
+### CompressedProgram
+
+Ƭ **CompressedProgram**: `string`
+
+#### Defined in
+
+[src/types/lib/contract/legacy.ts:22](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/legacy.ts#L22)
+
+---
+
+### EntryPointsByType
+
+Ƭ **EntryPointsByType**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------ | :---------------------------------------------------------------- |
+| `CONSTRUCTOR` | [`ContractEntryPointFields`](types.md#contractentrypointfields)[] |
+| `EXTERNAL` | [`ContractEntryPointFields`](types.md#contractentrypointfields)[] |
+| `L1_HANDLER` | [`ContractEntryPointFields`](types.md#contractentrypointfields)[] |
+
+#### Defined in
+
+[src/types/lib/contract/legacy.ts:24](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/legacy.ts#L24)
+
+---
+
+### ContractEntryPointFields
+
+Ƭ **ContractEntryPointFields**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------- | :------------------------------ |
+| `selector` | `string` |
+| `offset` | `string` \| `number` |
+| `builtins?` | [`Builtins`](types.md#builtins) |
+
+#### Defined in
+
+[src/types/lib/contract/legacy.ts:30](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/legacy.ts#L30)
+
+---
+
+### CairoAssembly
+
+Ƭ **CairoAssembly**: `Object`
+
+SYSTEM TYPES
+
+#### Type declaration
+
+| Name | Type |
+| :-------------------------- | :------------------------------------------------ |
+| `prime` | `string` |
+| `compiler_version` | `string` |
+| `bytecode` | [`ByteCode`](types.md#bytecode) |
+| `hints` | `any`[] |
+| `pythonic_hints?` | [`PythonicHints`](types.md#pythonichints) |
+| `bytecode_segment_lengths?` | `number`[] |
+| `entry_points_by_type` | [`EntryPointsByType`](types.md#entrypointsbytype) |
+
+#### Defined in
+
+[src/types/lib/contract/sierra.ts:5](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/sierra.ts#L5)
+
+---
+
+### CompiledSierra
+
+Ƭ **CompiledSierra**: `Object`
+
+format produced after starknet-compile .cairo to .json
+
+sierra_program is hex array
+
+#### Type declaration
+
+| Name | Type |
+| :--------------------------- | :------------------------------------------------------------ |
+| `sierra_program` | [`ByteCode`](types.md#bytecode) |
+| `sierra_program_debug_info?` | [`SierraProgramDebugInfo`](types.md#sierraprogramdebuginfo) |
+| `contract_class_version` | `string` |
+| `entry_points_by_type` | [`SierraEntryPointsByType`](types.md#sierraentrypointsbytype) |
+| `abi` | [`Abi`](types.md#abi) |
+
+#### Defined in
+
+[src/types/lib/contract/sierra.ts:21](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/sierra.ts#L21)
+
+---
+
+### SierraContractClass
+
+Ƭ **SierraContractClass**: `Omit`<[`CompiledSierra`](types.md#compiledsierra), `"abi"` \| `"sierra_program_debug_info"`\> & \{ `sierra_program`: `string` ; `abi`: `string` }
+
+format produced after compressing 'sierra_program', stringifies 'abi' property and omit sierra_program_debug_info
+
+CompressedCompiledSierra
+
+#### Defined in
+
+[src/types/lib/contract/sierra.ts:34](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/sierra.ts#L34)
+
+---
+
+### CompiledSierraCasm
+
+Ƭ **CompiledSierraCasm**: [`CairoAssembly`](types.md#cairoassembly)
+
+#### Defined in
+
+[src/types/lib/contract/sierra.ts:38](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/sierra.ts#L38)
+
+---
+
+### ByteCode
+
+Ƭ **ByteCode**: `string`[]
+
+SUBTYPES
+
+#### Defined in
+
+[src/types/lib/contract/sierra.ts:41](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/sierra.ts#L41)
+
+---
+
+### PythonicHints
+
+Ƭ **PythonicHints**: [`number`, `string`[]][]
+
+#### Defined in
+
+[src/types/lib/contract/sierra.ts:42](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/sierra.ts#L42)
+
+---
+
+### SierraProgramDebugInfo
+
+Ƭ **SierraProgramDebugInfo**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------- | :--------------------- |
+| `type_names` | [`number`, `string`][] |
+| `libfunc_names` | [`number`, `string`][] |
+| `user_func_names` | [`number`, `string`][] |
+
+#### Defined in
+
+[src/types/lib/contract/sierra.ts:44](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/sierra.ts#L44)
+
+---
+
+### SierraEntryPointsByType
+
+Ƭ **SierraEntryPointsByType**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------ | :---------------------------------------------------------------------------- |
+| `CONSTRUCTOR` | [`SierraContractEntryPointFields`](types.md#sierracontractentrypointfields)[] |
+| `EXTERNAL` | [`SierraContractEntryPointFields`](types.md#sierracontractentrypointfields)[] |
+| `L1_HANDLER` | [`SierraContractEntryPointFields`](types.md#sierracontractentrypointfields)[] |
+
+#### Defined in
+
+[src/types/lib/contract/sierra.ts:50](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/sierra.ts#L50)
+
+---
+
+### SierraContractEntryPointFields
+
+Ƭ **SierraContractEntryPointFields**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------- | :------- |
+| `selector` | `string` |
+| `function_idx` | `number` |
+
+#### Defined in
+
+[src/types/lib/contract/sierra.ts:56](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/sierra.ts#L56)
+
+---
+
+### RpcProviderOptions
+
+Ƭ **RpcProviderOptions**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------------------------------- | :------------------------------------------------------------------------------------------ |
+| `nodeUrl?` | `string` \| [`NetworkName`](../enums/constants.NetworkName.md) |
+| `retries?` | `number` |
+| `transactionRetryIntervalFallback?` | `number` |
+| `headers?` | `object` |
+| `blockIdentifier?` | [`BlockIdentifier`](types.md#blockidentifier) |
+| `chainId?` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) |
+| `specVersion?` | `string` |
+| `default?` | `boolean` |
+| `waitMode?` | `boolean` |
+| `baseFetch?` | `WindowOrWorkerGlobalScope`[``"fetch"``] |
+| `feeMarginPercentage?` | \{ `l1BoundMaxAmount`: `number` ; `l1BoundMaxPricePerUnit`: `number` ; `maxFee`: `number` } |
+| `feeMarginPercentage.l1BoundMaxAmount` | `number` |
+| `feeMarginPercentage.l1BoundMaxPricePerUnit` | `number` |
+| `feeMarginPercentage.maxFee` | `number` |
+| `batch?` | `false` \| `number` |
+
+#### Defined in
+
+[src/types/provider/configuration.ts:6](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/configuration.ts#L6)
+
+---
+
+### BlockWithTxHashes
+
+Ƭ **BlockWithTxHashes**: `Merge`<[`BlockWithTxHashes`](types.RPC.RPCSPEC06.md#blockwithtxhashes), [`BlockWithTxHashes`](types.RPC.RPCSPEC07.API.md#blockwithtxhashes)\>
+
+#### Defined in
+
+[src/types/provider/spec.ts:101](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/spec.ts#L101)
+
+---
+
+### ContractClassPayload
+
+Ƭ **ContractClassPayload**: `Merge`<[`ContractClass`](types.RPC.RPCSPEC06.md#contractclass), [`ContractClass`](types.RPC.RPCSPEC07.API.md#contractclass)\>
+
+#### Defined in
+
+[src/types/provider/spec.ts:102](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/spec.ts#L102)
+
+---
+
+### FeeEstimate
+
+Ƭ **FeeEstimate**: `Merge`<[`FEE_ESTIMATE`](types.RPC.RPCSPEC06.SPEC.md#fee_estimate), [`FEE_ESTIMATE`](types.RPC.RPCSPEC07.API.SPEC.md#fee_estimate)\>
+
+#### Defined in
+
+[src/types/provider/spec.ts:104](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/spec.ts#L104)
+
+---
+
+### TransactionReceipt
+
+Ƭ **TransactionReceipt**: `Merge`<[`TransactionReceipt`](types.RPC.RPCSPEC06.md#transactionreceipt), [`TransactionReceipt`](types.RPC.RPCSPEC07.API.md#transactionreceipt)\>
+
+#### Defined in
+
+[src/types/provider/spec.ts:110](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/spec.ts#L110)
+
+---
+
+### GetBlockResponse
+
+Ƭ **GetBlockResponse**: [`PendingBlock`](types.md#pendingblock) \| [`Block`](types.md#block)
+
+#### Defined in
+
+[src/types/provider/response.ts:42](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L42)
+
+---
+
+### PendingBlock
+
+Ƭ **PendingBlock**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------ | :--------------- |
+| `status` | `"PENDING"` |
+| `parent_hash` | `BLOCK_HASH` |
+| `timestamp` | `number` |
+| `sequencer_address` | `FELT` |
+| `l1_gas_price` | `RESOURCE_PRICE` |
+| `starknet_version` | `string` |
+| `transactions` | `TXN_HASH`[] |
+
+#### Defined in
+
+[src/types/provider/response.ts:44](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L44)
+
+---
+
+### Block
+
+Ƭ **Block**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------ | :------------------------------------------------------- |
+| `status` | `"ACCEPTED_ON_L2"` \| `"ACCEPTED_ON_L1"` \| `"REJECTED"` |
+| `block_hash` | `BLOCK_HASH` |
+| `parent_hash` | `BLOCK_HASH` |
+| `block_number` | `BLOCK_NUMBER` |
+| `new_root` | `FELT` |
+| `timestamp` | `number` |
+| `sequencer_address` | `FELT` |
+| `l1_gas_price` | `RESOURCE_PRICE` |
+| `starknet_version` | `string` |
+| `transactions` | `TXN_HASH`[] |
+
+#### Defined in
+
+[src/types/provider/response.ts:54](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L54)
+
+---
+
+### RevertedTransactionReceiptResponse
+
+Ƭ **RevertedTransactionReceiptResponse**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------- | :--------------------------------------------------------------------------- |
+| `type?` | [`TransactionType`](types.md#transactiontype-1) \| `any` |
+| `execution_status` | typeof [`REVERTED`](types.md#reverted) \| `any` |
+| `finality_status` | [`TransactionFinalityStatus`](types.md#transactionfinalitystatus-1) \| `any` |
+| `status?` | [`TransactionStatus`](types.md#transactionstatus-1) |
+| `actual_fee` | `string` |
+| `block_hash?` | `string` |
+| `block_number?` | [`BlockNumber`](types.md#blocknumber) |
+| `transaction_hash` | `string` |
+| `transaction_index?` | `number` |
+| `messages_sent` | [`MessageToL1`](../interfaces/types.MessageToL1.md)[] |
+| `events` | `any`[] |
+| `revert_reason?` | `string` |
+
+#### Defined in
+
+[src/types/provider/response.ts:72](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L72)
+
+---
+
+### RejectedTransactionReceiptResponse
+
+Ƭ **RejectedTransactionReceiptResponse**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------------------------------- | :------------------------------------------------ |
+| `status` | typeof [`REJECTED`](types.md#rejected) |
+| `transaction_failure_reason` | \{ `code`: `string` ; `error_message`: `string` } |
+| `transaction_failure_reason.code` | `string` |
+| `transaction_failure_reason.error_message` | `string` |
+
+#### Defined in
+
+[src/types/provider/response.ts:87](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L87)
+
+---
+
+### GetTxReceiptResponseWithoutHelper
+
+Ƭ **GetTxReceiptResponseWithoutHelper**: [`SuccessfulTransactionReceiptResponse`](types.md#successfultransactionreceiptresponse) \| [`RevertedTransactionReceiptResponse`](types.md#revertedtransactionreceiptresponse) \| [`RejectedTransactionReceiptResponse`](types.md#rejectedtransactionreceiptresponse)
+
+#### Defined in
+
+[src/types/provider/response.ts:95](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L95)
+
+---
+
+### SuccessfulTransactionReceiptResponse
+
+Ƭ **SuccessfulTransactionReceiptResponse**: [`InvokeTransactionReceiptResponse`](types.md#invoketransactionreceiptresponse) \| [`DeployTransactionReceiptResponse`](types.md#deploytransactionreceiptresponse) \| [`DeclareTransactionReceiptResponse`](types.md#declaretransactionreceiptresponse)
+
+#### Defined in
+
+[src/types/provider/response.ts:100](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L100)
+
+---
+
+### GetTransactionResponse
+
+Ƭ **GetTransactionResponse**: `TransactionWithHash`
+
+#### Defined in
+
+[src/types/provider/response.ts:105](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L105)
+
+---
+
+### InvokeTransactionReceiptResponse
+
+Ƭ **InvokeTransactionReceiptResponse**: `INVOKE_TXN_RECEIPT` \| `PENDING_INVOKE_TXN_RECEIPT`
+
+#### Defined in
+
+[src/types/provider/response.ts:107](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L107)
+
+---
+
+### DeclareTransactionReceiptResponse
+
+Ƭ **DeclareTransactionReceiptResponse**: `DECLARE_TXN_RECEIPT` \| `PENDING_DECLARE_TXN_RECEIPT`
+
+#### Defined in
+
+[src/types/provider/response.ts:108](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L108)
+
+---
+
+### DeployTransactionReceiptResponse
+
+Ƭ **DeployTransactionReceiptResponse**: [`InvokeTransactionReceiptResponse`](types.md#invoketransactionreceiptresponse)
+
+#### Defined in
+
+[src/types/provider/response.ts:109](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L109)
+
+---
+
+### DeployAccountTransactionReceiptResponse
+
+Ƭ **DeployAccountTransactionReceiptResponse**: `DEPLOY_ACCOUNT_TXN_RECEIPT` \| `PENDING_DEPLOY_ACCOUNT_TXN_RECEIPT`
+
+#### Defined in
+
+[src/types/provider/response.ts:110](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L110)
+
+---
+
+### L1HandlerTransactionReceiptResponse
+
+Ƭ **L1HandlerTransactionReceiptResponse**: `L1_HANDLER_TXN_RECEIPT` \| `PENDING_L1_HANDLER_TXN_RECEIPT`
+
+#### Defined in
+
+[src/types/provider/response.ts:113](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L113)
+
+---
+
+### EstimateFeeResponseBulk
+
+Ƭ **EstimateFeeResponseBulk**: [`EstimateFeeResponse`](../interfaces/types.EstimateFeeResponse.md)[]
+
+#### Defined in
+
+[src/types/provider/response.ts:128](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L128)
+
+---
+
+### InvokeFunctionResponse
+
+Ƭ **InvokeFunctionResponse**: `InvokedTransaction`
+
+#### Defined in
+
+[src/types/provider/response.ts:130](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L130)
+
+---
+
+### DeclareContractResponse
+
+Ƭ **DeclareContractResponse**: `DeclaredTransaction`
+
+#### Defined in
+
+[src/types/provider/response.ts:132](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L132)
+
+---
+
+### CallContractResponse
+
+Ƭ **CallContractResponse**: `string`[]
+
+#### Defined in
+
+[src/types/provider/response.ts:134](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L134)
+
+---
+
+### Storage
+
+Ƭ **Storage**: `FELT`
+
+#### Defined in
+
+[src/types/provider/response.ts:136](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L136)
+
+---
+
+### Nonce
+
+Ƭ **Nonce**: `string`
+
+#### Defined in
+
+[src/types/provider/response.ts:138](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L138)
+
+---
+
+### SIMULATION_FLAG
+
+Ƭ **SIMULATION_FLAG**: `Merge`<[`SIMULATION_FLAG`](types.RPC.RPCSPEC06.SPEC.md#simulation_flag), [`SIMULATION_FLAG`](types.RPC.RPCSPEC07.API.SPEC.md#simulation_flag)\>
+
+#### Defined in
+
+[src/types/provider/spec.ts:60](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/spec.ts#L60)
+
+---
+
+### SimulationFlags
+
+Ƭ **SimulationFlags**: [`SIMULATION_FLAG`](types.md#simulation_flag)[]
+
+#### Defined in
+
+[src/types/provider/response.ts:141](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L141)
+
+---
+
+### SimulatedTransaction
+
+Ƭ **SimulatedTransaction**: `SimulateTransaction` & \{ `suggestedMaxFee`: `bigint` ; `resourceBounds`: `ResourceBounds` }
+
+#### Defined in
+
+[src/types/provider/response.ts:143](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L143)
+
+---
+
+### SimulateTransactionResponse
+
+Ƭ **SimulateTransactionResponse**: [`SimulatedTransaction`](types.md#simulatedtransaction)[]
+
+#### Defined in
+
+[src/types/provider/response.ts:148](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L148)
+
+---
+
+### StateUpdateResponse
+
+Ƭ **StateUpdateResponse**: [`StateUpdate`](types.md#stateupdate) \| [`PendingStateUpdate`](types.md#pendingstateupdate)
+
+#### Defined in
+
+[src/types/provider/response.ts:150](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L150)
+
+---
+
+### StateUpdate
+
+Ƭ **StateUpdate**: `STATE_UPDATE`
+
+#### Defined in
+
+[src/types/provider/response.ts:151](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L151)
+
+---
+
+### PendingStateUpdate
+
+Ƭ **PendingStateUpdate**: `PENDING_STATE_UPDATE`
+
+#### Defined in
+
+[src/types/provider/response.ts:152](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L152)
+
+---
+
+### ContractClassResponse
+
+Ƭ **ContractClassResponse**: [`LegacyContractClass`](types.md#legacycontractclass) \| `Omit`<[`CompiledSierra`](types.md#compiledsierra), `"sierra_program_debug_info"`\>
+
+Standardized type
+
+Cairo0 program compressed and Cairo1 sierra_program decompressed
+
+abi Abi
+
+CompiledSierra without '.sierra_program_debug_info'
+
+#### Defined in
+
+[src/types/provider/response.ts:163](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/provider/response.ts#L163)
+
+---
+
+### UniversalSuggestedFee
+
+Ƭ **UniversalSuggestedFee**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :------------------------------------------------------------ |
+| `maxFee` | [`BigNumberish`](types.md#bignumberish) |
+| `resourceBounds` | [`ResourceBounds`](types.RPC.RPCSPEC07.API.md#resourcebounds) |
+
+#### Defined in
+
+[src/types/account.ts:17](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L17)
+
+---
+
+### EstimateFeeBulk
+
+Ƭ **EstimateFeeBulk**: [`EstimateFee`](../interfaces/types.EstimateFee.md)[]
+
+#### Defined in
+
+[src/types/account.ts:22](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L22)
+
+---
+
+### AccountInvocationsFactoryDetails
+
+Ƭ **AccountInvocationsFactoryDetails**: \{ `versions`: \`$\{ETransactionVersion}\`[] ; `nonce?`: [`BigNumberish`](types.md#bignumberish) ; `blockIdentifier?`: [`BlockIdentifier`](types.md#blockidentifier) ; `skipValidate?`: `boolean` } & `Partial`<[`V3TransactionDetails`](types.md#v3transactiondetails)\>
+
+#### Defined in
+
+[src/types/account.ts:25](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L25)
+
+---
+
+### MultiDeployContractResponse
+
+Ƭ **MultiDeployContractResponse**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :--------- |
+| `contract_address` | `string`[] |
+| `transaction_hash` | `string` |
+
+#### Defined in
+
+[src/types/account.ts:53](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L53)
+
+---
+
+### DeployContractUDCResponse
+
+Ƭ **DeployContractUDCResponse**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :--------- |
+| `contract_address` | `string` |
+| `transaction_hash` | `string` |
+| `address` | `string` |
+| `deployer` | `string` |
+| `unique` | `string` |
+| `classHash` | `string` |
+| `calldata_len` | `string` |
+| `calldata` | `string`[] |
+| `salt` | `string` |
+
+#### Defined in
+
+[src/types/account.ts:58](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L58)
+
+---
+
+### DeclareDeployUDCResponse
+
+Ƭ **DeclareDeployUDCResponse**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `declare` | \{ `class_hash`: [`BigNumberish`](types.md#bignumberish) } & `Partial`<[`DeclareTransactionReceiptResponse`](types.md#declaretransactionreceiptresponse)\> |
+| `deploy` | [`DeployContractUDCResponse`](types.md#deploycontractudcresponse) |
+
+#### Defined in
+
+[src/types/account.ts:70](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L70)
+
+---
+
+### SimulateTransactionDetails
+
+Ƭ **SimulateTransactionDetails**: \{ `nonce?`: [`BigNumberish`](types.md#bignumberish) ; `blockIdentifier?`: [`BlockIdentifier`](types.md#blockidentifier) ; `skipValidate?`: `boolean` ; `skipExecute?`: `boolean` } & `Partial`<[`V3TransactionDetails`](types.md#v3transactiondetails)\>
+
+#### Defined in
+
+[src/types/account.ts:77](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L77)
+
+---
+
+### EstimateFeeAction
+
+Ƭ **EstimateFeeAction**: \{ `type`: typeof [`INVOKE`](types.md#invoke) ; `payload`: [`AllowArray`](types.md#allowarray)<[`Call`](types.md#call)\> } \| \{ `type`: typeof [`DECLARE`](types.md#declare) ; `payload`: [`DeclareContractPayload`](types.md#declarecontractpayload) } \| \{ `type`: typeof [`DEPLOY_ACCOUNT`](types.md#deploy_account) ; `payload`: [`DeployAccountContractPayload`](types.md#deployaccountcontractpayload) } \| \{ `type`: typeof [`DEPLOY`](types.md#deploy) ; `payload`: [`UniversalDeployerContractPayload`](types.md#universaldeployercontractpayload) }
+
+#### Defined in
+
+[src/types/account.ts:84](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L84)
+
+---
+
+### StarkProfile
+
+Ƭ **StarkProfile**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------------- | :-------- |
+| `name?` | `string` |
+| `profilePicture?` | `string` |
+| `discord?` | `string` |
+| `twitter?` | `string` |
+| `github?` | `string` |
+| `proofOfPersonhood?` | `boolean` |
+
+#### Defined in
+
+[src/types/account.ts:102](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/account.ts#L102)
+
+---
+
+### CairoEnum
+
+Ƭ **CairoEnum**: [`CairoCustomEnum`](../classes/CairoCustomEnum.md) \| [`CairoOption`](../classes/CairoOption.md)<`any`\> \| [`CairoResult`](../classes/CairoResult.md)<`any`, `any`\>
+
+#### Defined in
+
+[src/types/cairoEnum.ts:3](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/cairoEnum.ts#L3)
+
+---
+
+### ValidateType
+
+Ƭ **ValidateType**: `ValuesType`
+
+#### Defined in
+
+[src/types/calldata.ts:3](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/calldata.ts#L3)
+
+[src/types/calldata.ts:9](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/calldata.ts#L9)
+
+---
+
+### Uint
+
+Ƭ **Uint**: `ValuesType`
+
+#### Defined in
+
+[src/types/calldata.ts:11](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/calldata.ts#L11)
+
+[src/types/calldata.ts:21](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/calldata.ts#L21)
+
+---
+
+### Literal
+
+Ƭ **Literal**: `ValuesType`
+
+#### Defined in
+
+[src/types/calldata.ts:23](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/calldata.ts#L23)
+
+[src/types/calldata.ts:30](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/calldata.ts#L30)
+
+---
+
+### AsyncContractFunction
+
+Ƭ **AsyncContractFunction**<`T`\>: (...`args`: [`ArgsOrCalldataWithOptions`](types.md#argsorcalldatawithoptions)) => `Promise`<`T`\>
+
+#### Type parameters
+
+| Name | Type |
+| :--- | :---- |
+| `T` | `any` |
+
+#### Type declaration
+
+▸ (`...args`): `Promise`<`T`\>
+
+##### Parameters
+
+| Name | Type |
+| :-------- | :---------------------------------------------------------------- |
+| `...args` | [`ArgsOrCalldataWithOptions`](types.md#argsorcalldatawithoptions) |
+
+##### Returns
+
+`Promise`<`T`\>
+
+#### Defined in
+
+[src/types/contract.ts:13](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/contract.ts#L13)
+
+---
+
+### ContractFunction
+
+Ƭ **ContractFunction**: (...`args`: [`ArgsOrCalldataWithOptions`](types.md#argsorcalldatawithoptions)) => `any`
+
+#### Type declaration
+
+▸ (`...args`): `any`
+
+##### Parameters
+
+| Name | Type |
+| :-------- | :---------------------------------------------------------------- |
+| `...args` | [`ArgsOrCalldataWithOptions`](types.md#argsorcalldatawithoptions) |
+
+##### Returns
+
+`any`
+
+#### Defined in
+
+[src/types/contract.ts:14](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/contract.ts#L14)
+
+---
+
+### Result
+
+Ƭ **Result**: \{ `[key: string]`: `any`; } \| [`Result`](types.md#result)[] \| `bigint` \| `string` \| `boolean` \| [`CairoEnum`](types.md#cairoenum)
+
+#### Defined in
+
+[src/types/contract.ts:16](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/contract.ts#L16)
+
+---
+
+### ArgsOrCalldata
+
+Ƭ **ArgsOrCalldata**: [`RawArgsArray`](types.md#rawargsarray) \| [[`Calldata`](types.md#calldata)] \| [`Calldata`](types.md#calldata)
+
+#### Defined in
+
+[src/types/contract.ts:26](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/contract.ts#L26)
+
+---
+
+### ArgsOrCalldataWithOptions
+
+Ƭ **ArgsOrCalldataWithOptions**: [`ArgsOrCalldata`](types.md#argsorcalldata) & [`ContractOptions`](types.md#contractoptions)
+
+#### Defined in
+
+[src/types/contract.ts:27](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/contract.ts#L27)
+
+---
+
+### ContractOptions
+
+Ƭ **ContractOptions**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :-------------------------------------------- |
+| `blockIdentifier?` | [`BlockIdentifier`](types.md#blockidentifier) |
+| `parseRequest?` | `boolean` |
+| `parseResponse?` | `boolean` |
+| `formatResponse?` | \{ `[key: string]`: `any`; } |
+| `maxFee?` | [`BigNumberish`](types.md#bignumberish) |
+| `nonce?` | [`BigNumberish`](types.md#bignumberish) |
+| `signature?` | [`Signature`](types.md#signature) |
+| `addressSalt?` | `string` |
+
+#### Defined in
+
+[src/types/contract.ts:28](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/contract.ts#L28)
+
+---
+
+### CallOptions
+
+Ƭ **CallOptions**: `Pick`<[`ContractOptions`](types.md#contractoptions), `"blockIdentifier"` \| `"parseRequest"` \| `"parseResponse"` \| `"formatResponse"`\>
+
+#### Defined in
+
+[src/types/contract.ts:39](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/contract.ts#L39)
+
+---
+
+### InvokeOptions
+
+Ƭ **InvokeOptions**: `Pick`<[`ContractOptions`](types.md#contractoptions), `"maxFee"` \| `"nonce"` \| `"signature"` \| `"parseRequest"`\>
+
+#### Defined in
+
+[src/types/contract.ts:44](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/contract.ts#L44)
+
+---
+
+### ParsedEvent
+
+Ƭ **ParsedEvent**: \{ `[name: string]`: [`ParsedStruct`](types.md#parsedstruct); } & \{ `block_hash?`: [`BlockHash`](types.RPC.RPCSPEC07.API.md#blockhash) ; `block_number?`: [`BlockNumber`](types.md#blocknumber) ; `transaction_hash?`: [`TransactionHash`](types.RPC.RPCSPEC07.API.md#transactionhash) }
+
+#### Defined in
+
+[src/types/contract.ts:49](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/contract.ts#L49)
+
+---
+
+### ParsedEvents
+
+Ƭ **ParsedEvents**: [`ParsedEvent`](types.md#parsedevent)[]
+
+#### Defined in
+
+[src/types/contract.ts:55](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/contract.ts#L55)
+
+---
+
+### RPC_ERROR_SET
+
+Ƭ **RPC_ERROR_SET**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------------------------- | :------------------------------------------------------------------------------------------------------------------------- |
+| `FAILED_TO_RECEIVE_TXN` | [`FAILED_TO_RECEIVE_TXN`](../interfaces/types.RPC.RPCSPEC07.API.Errors.FAILED_TO_RECEIVE_TXN.md) |
+| `NO_TRACE_AVAILABLE` | [`NO_TRACE_AVAILABLE`](../interfaces/types.RPC.RPCSPEC07.API.Errors.NO_TRACE_AVAILABLE.md) |
+| `CONTRACT_NOT_FOUND` | [`CONTRACT_NOT_FOUND`](../interfaces/types.RPC.RPCSPEC07.API.Errors.CONTRACT_NOT_FOUND.md) |
+| `BLOCK_NOT_FOUND` | [`BLOCK_NOT_FOUND`](../interfaces/types.RPC.RPCSPEC07.API.Errors.BLOCK_NOT_FOUND.md) |
+| `INVALID_TXN_INDEX` | [`INVALID_TXN_INDEX`](../interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_TXN_INDEX.md) |
+| `CLASS_HASH_NOT_FOUND` | [`CLASS_HASH_NOT_FOUND`](../interfaces/types.RPC.RPCSPEC07.API.Errors.CLASS_HASH_NOT_FOUND.md) |
+| `TXN_HASH_NOT_FOUND` | [`TXN_HASH_NOT_FOUND`](../interfaces/types.RPC.RPCSPEC07.API.Errors.TXN_HASH_NOT_FOUND.md) |
+| `PAGE_SIZE_TOO_BIG` | [`PAGE_SIZE_TOO_BIG`](../interfaces/types.RPC.RPCSPEC07.API.Errors.PAGE_SIZE_TOO_BIG.md) |
+| `NO_BLOCKS` | [`NO_BLOCKS`](../interfaces/types.RPC.RPCSPEC07.API.Errors.NO_BLOCKS.md) |
+| `INVALID_CONTINUATION_TOKEN` | [`INVALID_CONTINUATION_TOKEN`](../interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_CONTINUATION_TOKEN.md) |
+| `TOO_MANY_KEYS_IN_FILTER` | [`TOO_MANY_KEYS_IN_FILTER`](../interfaces/types.RPC.RPCSPEC07.API.Errors.TOO_MANY_KEYS_IN_FILTER.md) |
+| `CONTRACT_ERROR` | [`CONTRACT_ERROR`](../interfaces/types.RPC.RPCSPEC07.API.Errors.CONTRACT_ERROR.md) |
+| `TRANSACTION_EXECUTION_ERROR` | [`TRANSACTION_EXECUTION_ERROR`](../interfaces/types.RPC.RPCSPEC07.API.Errors.TRANSACTION_EXECUTION_ERROR.md) |
+| `CLASS_ALREADY_DECLARED` | [`CLASS_ALREADY_DECLARED`](../interfaces/types.RPC.RPCSPEC07.API.Errors.CLASS_ALREADY_DECLARED.md) |
+| `INVALID_TRANSACTION_NONCE` | [`INVALID_TRANSACTION_NONCE`](../interfaces/types.RPC.RPCSPEC07.API.Errors.INVALID_TRANSACTION_NONCE.md) |
+| `INSUFFICIENT_MAX_FEE` | [`INSUFFICIENT_MAX_FEE`](../interfaces/types.RPC.RPCSPEC07.API.Errors.INSUFFICIENT_MAX_FEE.md) |
+| `INSUFFICIENT_ACCOUNT_BALANCE` | [`INSUFFICIENT_ACCOUNT_BALANCE`](../interfaces/types.RPC.RPCSPEC07.API.Errors.INSUFFICIENT_ACCOUNT_BALANCE.md) |
+| `VALIDATION_FAILURE` | [`VALIDATION_FAILURE`](../interfaces/types.RPC.RPCSPEC07.API.Errors.VALIDATION_FAILURE.md) |
+| `COMPILATION_FAILED` | [`COMPILATION_FAILED`](../interfaces/types.RPC.RPCSPEC07.API.Errors.COMPILATION_FAILED.md) |
+| `CONTRACT_CLASS_SIZE_IS_TOO_LARGE` | [`CONTRACT_CLASS_SIZE_IS_TOO_LARGE`](../interfaces/types.RPC.RPCSPEC07.API.Errors.CONTRACT_CLASS_SIZE_IS_TOO_LARGE.md) |
+| `NON_ACCOUNT` | [`NON_ACCOUNT`](../interfaces/types.RPC.RPCSPEC07.API.Errors.NON_ACCOUNT.md) |
+| `DUPLICATE_TX` | [`DUPLICATE_TX`](../interfaces/types.RPC.RPCSPEC07.API.Errors.DUPLICATE_TX.md) |
+| `COMPILED_CLASS_HASH_MISMATCH` | [`COMPILED_CLASS_HASH_MISMATCH`](../interfaces/types.RPC.RPCSPEC07.API.Errors.COMPILED_CLASS_HASH_MISMATCH.md) |
+| `UNSUPPORTED_TX_VERSION` | [`UNSUPPORTED_TX_VERSION`](../interfaces/types.RPC.RPCSPEC07.API.Errors.UNSUPPORTED_TX_VERSION.md) |
+| `UNSUPPORTED_CONTRACT_CLASS_VERSION` | [`UNSUPPORTED_CONTRACT_CLASS_VERSION`](../interfaces/types.RPC.RPCSPEC07.API.Errors.UNSUPPORTED_CONTRACT_CLASS_VERSION.md) |
+| `UNEXPECTED_ERROR` | [`UNEXPECTED_ERROR`](../interfaces/types.RPC.RPCSPEC07.API.Errors.UNEXPECTED_ERROR.md) |
+
+#### Defined in
+
+[src/types/errors.ts:4](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/errors.ts#L4)
+
+---
+
+### RPC_ERROR
+
+Ƭ **RPC_ERROR**: [`RPC_ERROR_SET`](types.md#rpc_error_set)[keyof [`RPC_ERROR_SET`](types.md#rpc_error_set)]
+
+#### Defined in
+
+[src/types/errors.ts:33](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/errors.ts#L33)
+
+---
+
+### InvocationsSignerDetails
+
+Ƭ **InvocationsSignerDetails**: [`V2InvocationsSignerDetails`](types.md#v2invocationssignerdetails) \| [`V3InvocationsSignerDetails`](types.md#v3invocationssignerdetails) & \{ `version`: \`$\{ETransactionVersion}\` ; `skipValidate?`: `boolean` }
+
+#### Defined in
+
+[src/types/signer.ts:11](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/signer.ts#L11)
+
+---
+
+### V2InvocationsSignerDetails
+
+Ƭ **V2InvocationsSignerDetails**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------------- | :--------------------------------------------------------- |
+| `walletAddress` | `string` |
+| `cairoVersion` | [`CairoVersion`](types.md#cairoversion) |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) |
+| `nonce` | [`BigNumberish`](types.md#bignumberish) |
+| `maxFee` | [`BigNumberish`](types.md#bignumberish) |
+| `version` | \`$\{ETransactionVersion2}\` |
+
+#### Defined in
+
+[src/types/signer.ts:16](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/signer.ts#L16)
+
+---
+
+### V3InvocationsSignerDetails
+
+Ƭ **V3InvocationsSignerDetails**: [`V3TransactionDetails`](types.md#v3transactiondetails) & \{ `walletAddress`: `string` ; `cairoVersion`: [`CairoVersion`](types.md#cairoversion) ; `chainId`: [`StarknetChainId`](../enums/constants.StarknetChainId.md) ; `version`: \`$\{ETransactionVersion3}\` }
+
+#### Defined in
+
+[src/types/signer.ts:25](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/signer.ts#L25)
+
+---
+
+### DeclareSignerDetails
+
+Ƭ **DeclareSignerDetails**: [`V3DeclareSignerDetails`](types.md#v3declaresignerdetails) \| [`V2DeclareSignerDetails`](types.md#v2declaresignerdetails) & \{ `version`: \`$\{ETransactionVersion}\` }
+
+#### Defined in
+
+[src/types/signer.ts:32](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/signer.ts#L32)
+
+---
+
+### V2DeclareSignerDetails
+
+Ƭ **V2DeclareSignerDetails**: `Required`<[`InvocationsDetails`](types.md#invocationsdetails)\> & \{ `classHash`: `string` ; `compiledClassHash?`: `string` ; `senderAddress`: `string` ; `chainId`: [`StarknetChainId`](../enums/constants.StarknetChainId.md) ; `version`: \`$\{ETransactionVersion2}\` }
+
+#### Defined in
+
+[src/types/signer.ts:36](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/signer.ts#L36)
+
+---
+
+### V3DeclareSignerDetails
+
+Ƭ **V3DeclareSignerDetails**: [`V3TransactionDetails`](types.md#v3transactiondetails) & \{ `classHash`: `string` ; `compiledClassHash`: `string` ; `senderAddress`: `string` ; `chainId`: [`StarknetChainId`](../enums/constants.StarknetChainId.md) ; `version`: \`$\{ETransactionVersion3}\` }
+
+#### Defined in
+
+[src/types/signer.ts:44](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/signer.ts#L44)
+
+---
+
+### DeployAccountSignerDetails
+
+Ƭ **DeployAccountSignerDetails**: [`V2DeployAccountSignerDetails`](types.md#v2deployaccountsignerdetails) \| [`V3DeployAccountSignerDetails`](types.md#v3deployaccountsignerdetails)
+
+#### Defined in
+
+[src/types/signer.ts:52](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/signer.ts#L52)
+
+---
+
+### V2DeployAccountSignerDetails
+
+Ƭ **V2DeployAccountSignerDetails**: `Required`<[`DeployAccountContractPayload`](types.md#deployaccountcontractpayload)\> & `Required`<[`InvocationsDetails`](types.md#invocationsdetails)\> & \{ `contractAddress`: [`BigNumberish`](types.md#bignumberish) ; `chainId`: [`StarknetChainId`](../enums/constants.StarknetChainId.md) ; `version`: \`$\{ETransactionVersion2}\` }
+
+#### Defined in
+
+[src/types/signer.ts:56](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/signer.ts#L56)
+
+---
+
+### V3DeployAccountSignerDetails
+
+Ƭ **V3DeployAccountSignerDetails**: `Required`<[`DeployAccountContractPayload`](types.md#deployaccountcontractpayload)\> & [`V3TransactionDetails`](types.md#v3transactiondetails) & \{ `contractAddress`: [`BigNumberish`](types.md#bignumberish) ; `chainId`: [`StarknetChainId`](../enums/constants.StarknetChainId.md) ; `version`: \`$\{ETransactionVersion3}\` }
+
+#### Defined in
+
+[src/types/signer.ts:63](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/signer.ts#L63)
+
+---
+
+### LedgerPathCalculation
+
+Ƭ **LedgerPathCalculation**: (`accountId`: `number`, `applicationName`: `string`) => `Uint8Array`
+
+#### Type declaration
+
+▸ (`accountId`, `applicationName`): `Uint8Array`
+
+##### Parameters
+
+| Name | Type |
+| :---------------- | :------- |
+| `accountId` | `number` |
+| `applicationName` | `string` |
+
+##### Returns
+
+`Uint8Array`
+
+#### Defined in
+
+[src/types/signer.ts:70](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/signer.ts#L70)
+
+---
+
+### TransactionStatusReceiptSets
+
+Ƭ **TransactionStatusReceiptSets**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------- | :-------------------------------------------------------------------------------------- |
+| `success` | [`SuccessfulTransactionReceiptResponse`](types.md#successfultransactionreceiptresponse) |
+| `reverted` | [`RevertedTransactionReceiptResponse`](types.md#revertedtransactionreceiptresponse) |
+| `rejected` | [`RejectedTransactionReceiptResponse`](types.md#rejectedtransactionreceiptresponse) |
+| `error` | `Error` |
+
+#### Defined in
+
+[src/types/transactionReceipt.ts:7](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/transactionReceipt.ts#L7)
+
+---
+
+### TransactionReceiptStatus
+
+Ƭ **TransactionReceiptStatus**: keyof [`TransactionStatusReceiptSets`](types.md#transactionstatusreceiptsets)
+
+#### Defined in
+
+[src/types/transactionReceipt.ts:13](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/transactionReceipt.ts#L13)
+
+---
+
+### TransactionReceiptValue
+
+Ƭ **TransactionReceiptValue**: [`TransactionStatusReceiptSets`](types.md#transactionstatusreceiptsets)[[`TransactionReceiptStatus`](types.md#transactionreceiptstatus)]
+
+#### Defined in
+
+[src/types/transactionReceipt.ts:14](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/transactionReceipt.ts#L14)
+
+---
+
+### TransactionReceiptCallbacksDefined
+
+Ƭ **TransactionReceiptCallbacksDefined**: \{ [key in TransactionReceiptStatus]: Function }
+
+#### Defined in
+
+[src/types/transactionReceipt.ts:16](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/transactionReceipt.ts#L16)
+
+---
+
+### TransactionReceiptCallbacksDefault
+
+Ƭ **TransactionReceiptCallbacksDefault**: `Partial`<[`TransactionReceiptCallbacksDefined`](types.md#transactionreceiptcallbacksdefined)\> & \{ `_`: () => `void` }
+
+#### Defined in
+
+[src/types/transactionReceipt.ts:19](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/transactionReceipt.ts#L19)
+
+---
+
+### TransactionReceiptCallbacks
+
+Ƭ **TransactionReceiptCallbacks**: [`TransactionReceiptCallbacksDefined`](types.md#transactionreceiptcallbacksdefined) \| [`TransactionReceiptCallbacksDefault`](types.md#transactionreceiptcallbacksdefault)
+
+#### Defined in
+
+[src/types/transactionReceipt.ts:22](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/transactionReceipt.ts#L22)
+
+---
+
+### TransactionReceiptUtilityInterface
+
+Ƭ **TransactionReceiptUtilityInterface**: \{ `statusReceipt`: [`TransactionReceiptStatus`](types.md#transactionreceiptstatus) ; `value`: [`TransactionReceiptValue`](types.md#transactionreceiptvalue) ; `match`: (`callbacks`: [`TransactionReceiptCallbacks`](types.md#transactionreceiptcallbacks)) => `void` } & \{ [key in \`is$\{Capitalize}\`]: Function }
+
+#### Defined in
+
+[src/types/transactionReceipt.ts:26](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/transactionReceipt.ts#L26)
+
+## Variables
+
+### TransactionType
+
+• `Const` **TransactionType**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :------------------ |
+| `DECLARE` | `"DECLARE"` |
+| `DEPLOY` | `"DEPLOY"` |
+| `DEPLOY_ACCOUNT` | `"DEPLOY_ACCOUNT"` |
+| `INVOKE` | `"INVOKE_FUNCTION"` |
+
+#### Defined in
+
+[src/types/lib/index.ts:169](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L169)
+
+[src/types/lib/index.ts:176](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L176)
+
+---
+
+### TransactionStatus
+
+• `Const` **TransactionStatus**: `Object`
+
+new statuses are defined by props: finality_status and execution_status
+to be #deprecated
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :----------------- |
+| `NOT_RECEIVED` | `"NOT_RECEIVED"` |
+| `RECEIVED` | `"RECEIVED"` |
+| `ACCEPTED_ON_L2` | `"ACCEPTED_ON_L2"` |
+| `ACCEPTED_ON_L1` | `"ACCEPTED_ON_L1"` |
+| `REJECTED` | `"REJECTED"` |
+| `REVERTED` | `"REVERTED"` |
+
+#### Defined in
+
+[src/types/lib/index.ts:182](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L182)
+
+[src/types/lib/index.ts:191](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L191)
+
+---
+
+### TransactionFinalityStatus
+
+• `Const` **TransactionFinalityStatus**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :----------------- |
+| `NOT_RECEIVED` | `"NOT_RECEIVED"` |
+| `RECEIVED` | `"RECEIVED"` |
+| `ACCEPTED_ON_L2` | `"ACCEPTED_ON_L2"` |
+| `ACCEPTED_ON_L1` | `"ACCEPTED_ON_L1"` |
+
+#### Defined in
+
+[src/types/lib/index.ts:193](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L193)
+
+[src/types/lib/index.ts:200](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L200)
+
+---
+
+### TransactionExecutionStatus
+
+• `Const` **TransactionExecutionStatus**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------- | :------------ |
+| `REJECTED` | `"REJECTED"` |
+| `REVERTED` | `"REVERTED"` |
+| `SUCCEEDED` | `"SUCCEEDED"` |
+
+#### Defined in
+
+[src/types/lib/index.ts:202](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L202)
+
+[src/types/lib/index.ts:208](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L208)
+
+---
+
+### BlockStatus
+
+• `Const` **BlockStatus**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :--------------- | :----------------- |
+| `PENDING` | `"PENDING"` |
+| `ACCEPTED_ON_L1` | `"ACCEPTED_ON_L1"` |
+| `ACCEPTED_ON_L2` | `"ACCEPTED_ON_L2"` |
+| `REJECTED` | `"REJECTED"` |
+
+#### Defined in
+
+[src/types/lib/index.ts:210](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L210)
+
+[src/types/lib/index.ts:217](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L217)
+
+---
+
+### BlockTag
+
+• `Const` **BlockTag**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :-------- | :---------- |
+| `PENDING` | `"pending"` |
+| `LATEST` | `"latest"` |
+
+#### Defined in
+
+[src/types/lib/index.ts:219](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L219)
+
+[src/types/lib/index.ts:224](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/index.ts#L224)
+
+---
+
+### EntryPointType
+
+• `Const` **EntryPointType**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------------ | :-------------- |
+| `EXTERNAL` | `"EXTERNAL"` |
+| `L1_HANDLER` | `"L1_HANDLER"` |
+| `CONSTRUCTOR` | `"CONSTRUCTOR"` |
+
+#### Defined in
+
+[src/types/lib/contract/index.ts:24](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/index.ts#L24)
+
+[src/types/lib/contract/index.ts:30](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/lib/contract/index.ts#L30)
+
+---
+
+### ValidateType
+
+• `Const` **ValidateType**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------- | :--------- |
+| `DEPLOY` | `"DEPLOY"` |
+| `CALL` | `"CALL"` |
+| `INVOKE` | `"INVOKE"` |
+
+#### Defined in
+
+[src/types/calldata.ts:3](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/calldata.ts#L3)
+
+[src/types/calldata.ts:9](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/calldata.ts#L9)
+
+---
+
+### Uint
+
+• `Const` **Uint**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----- | :---------------------- |
+| `u8` | `"core::integer::u8"` |
+| `u16` | `"core::integer::u16"` |
+| `u32` | `"core::integer::u32"` |
+| `u64` | `"core::integer::u64"` |
+| `u128` | `"core::integer::u128"` |
+| `u256` | `"core::integer::u256"` |
+| `u512` | `"core::integer::u512"` |
+
+#### Defined in
+
+[src/types/calldata.ts:11](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/calldata.ts#L11)
+
+[src/types/calldata.ts:21](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/calldata.ts#L21)
+
+---
+
+### Literal
+
+• `Const` **Literal**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :---------------- | :------------------------------------------------------------------------------ |
+| `ClassHash` | `"core::starknet::class_hash::ClassHash"` |
+| `ContractAddress` | `"core::starknet::contract_address::ContractAddress"` |
+| `Secp256k1Point` | `"core::starknet::secp256k1::Secp256k1Point"` |
+| `U96` | `"core::internal::bounded_int::BoundedInt::<0, 79228162514264337593543950335>"` |
+
+#### Defined in
+
+[src/types/calldata.ts:23](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/calldata.ts#L23)
+
+[src/types/calldata.ts:30](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/calldata.ts#L30)
+
+---
+
+### ETH_ADDRESS
+
+• `Const` **ETH_ADDRESS**: `"core::starknet::eth_address::EthAddress"`
+
+#### Defined in
+
+[src/types/calldata.ts:32](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/calldata.ts#L32)
+
+---
+
+### NON_ZERO_PREFIX
+
+• `Const` **NON_ZERO_PREFIX**: `"core::zeroable::NonZero::"`
+
+#### Defined in
+
+[src/types/calldata.ts:33](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/calldata.ts#L33)
+
+---
+
+### OutsideExecutionTypesV1
+
+• `Const` **OutsideExecutionTypesV1**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :------------------------------------------------------------ |
+| `StarkNetDomain` | \{ `name`: `string` = 'name'; `type`: `string` = 'felt' }[] |
+| `OutsideExecution` | \{ `name`: `string` = 'caller'; `type`: `string` = 'felt' }[] |
+| `OutsideCall` | \{ `name`: `string` = 'to'; `type`: `string` = 'felt' }[] |
+
+#### Defined in
+
+[src/types/outsideExecution.ts:33](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L33)
+
+---
+
+### OutsideExecutionTypesV2
+
+• `Const` **OutsideExecutionTypesV2**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :----------------- | :----------------------------------------------------------------------- |
+| `StarknetDomain` | \{ `name`: `string` = 'name'; `type`: `string` = 'shortstring' }[] |
+| `OutsideExecution` | \{ `name`: `string` = 'Caller'; `type`: `string` = 'ContractAddress' }[] |
+| `Call` | \{ `name`: `string` = 'To'; `type`: `string` = 'ContractAddress' }[] |
+
+#### Defined in
+
+[src/types/outsideExecution.ts:55](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/types/outsideExecution.ts#L55)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/uint256.md b/www/versioned_docs/version-6.24.1/API/namespaces/uint256.md
new file mode 100644
index 000000000..db87cae26
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/uint256.md
@@ -0,0 +1,126 @@
+---
+id: 'uint256'
+title: 'Namespace: uint256'
+sidebar_label: 'uint256'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Variables
+
+### UINT_128_MAX
+
+• `Const` **UINT_128_MAX**: `bigint`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:10](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L10)
+
+---
+
+### UINT_256_MAX
+
+• `Const` **UINT_256_MAX**: `bigint`
+
+#### Defined in
+
+[src/utils/cairoDataTypes/uint256.ts:11](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/cairoDataTypes/uint256.ts#L11)
+
+## Functions
+
+### uint256ToBN
+
+▸ **uint256ToBN**(`uint256`): `bigint`
+
+Convert Uint256 to bigint
+Legacy support Export
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :------------------------------------------ | :--------------------------------- |
+| `uint256` | [`Uint256`](../interfaces/types.Uint256.md) | Uint256 value to convert to bigint |
+
+#### Returns
+
+`bigint`
+
+BigInt representation of the input Uint256
+
+**`Example`**
+
+```typescript
+const uint256Value: Uint256 = { low: 1234567890, high: 1 };
+const result = uint256.uint256ToBN(uint256Value);
+// result = 340282366920938463463374607433002779346n
+```
+
+#### Defined in
+
+[src/utils/uint256.ts:22](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/uint256.ts#L22)
+
+---
+
+### isUint256
+
+▸ **isUint256**(`bn`): `boolean`
+
+Test BigNumberish is in the range[0, 2**256-1]
+Legacy support Export
+
+#### Parameters
+
+| Name | Type | Description |
+| :--- | :-------------------------------------- | :------------ |
+| `bn` | [`BigNumberish`](types.md#bignumberish) | value to test |
+
+#### Returns
+
+`boolean`
+
+True if the input value is in the range[0, 2**256-1], false otherwise
+
+**`Example`**
+
+```typescript
+const result = uint256.isUint256(12345n);
+// result = true
+const result1 = uint256.isUint256(-1);
+// result1 = false
+```
+
+#### Defined in
+
+[src/utils/uint256.ts:39](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/uint256.ts#L39)
+
+---
+
+### bnToUint256
+
+▸ **bnToUint256**(`bn`): [`Uint256`](../interfaces/types.Uint256.md)
+
+Convert BigNumberish (string | number | bigint) to Uint256
+Legacy support Export
+
+#### Parameters
+
+| Name | Type | Description |
+| :--- | :-------------------------------------- | :-------------------------- |
+| `bn` | [`BigNumberish`](types.md#bignumberish) | value to convert to Uint256 |
+
+#### Returns
+
+[`Uint256`](../interfaces/types.Uint256.md)
+
+Uint256 object representing the BigNumberish value
+
+**`Example`**
+
+```typescript
+const result = uint256.bnToUint256(1000000000n);
+// result = {"low": "0x3b9aca00", "high": "0x0"}
+```
+
+#### Defined in
+
+[src/utils/uint256.ts:54](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/uint256.ts#L54)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/v2hash.md b/www/versioned_docs/version-6.24.1/API/namespaces/v2hash.md
new file mode 100644
index 000000000..36b4f0203
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/v2hash.md
@@ -0,0 +1,160 @@
+---
+id: 'v2hash'
+title: 'Namespace: v2hash'
+sidebar_label: 'v2hash'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## References
+
+### calculateL2MessageTxHash
+
+Re-exports [calculateL2MessageTxHash](hash.md#calculatel2messagetxhash)
+
+## Functions
+
+### computeHashOnElements
+
+▸ **computeHashOnElements**(`data`): `string`
+
+Compute pedersen hash from data
+
+#### Parameters
+
+| Name | Type |
+| :----- | :---------------------------------------- |
+| `data` | [`BigNumberish`](types.md#bignumberish)[] |
+
+#### Returns
+
+`string`
+
+format: hex-string - pedersen hash
+
+#### Defined in
+
+[src/utils/hash/transactionHash/v2.ts:17](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/transactionHash/v2.ts#L17)
+
+---
+
+### calculateTransactionHashCommon
+
+▸ **calculateTransactionHashCommon**(`txHashPrefix`, `version`, `contractAddress`, `entryPointSelector`, `calldata`, `maxFee`, `chainId`, `additionalData?`): `string`
+
+Calculate transaction pedersen hash for common properties
+
+Following implementation is based on this python [implementation #](https://github.com/starkware-libs/cairo-lang/blob/b614d1867c64f3fb2cf4a4879348cfcf87c3a5a7/src/starkware/starknet/core/os/transaction_hash/transaction_hash.py)
+
+#### Parameters
+
+| Name | Type | Default value |
+| :------------------- | :--------------------------------------------------------------------- | :------------ |
+| `txHashPrefix` | [`TransactionHashPrefix`](../enums/constants.TransactionHashPrefix.md) | `undefined` |
+| `version` | [`BigNumberish`](types.md#bignumberish) | `undefined` |
+| `contractAddress` | [`BigNumberish`](types.md#bignumberish) | `undefined` |
+| `entryPointSelector` | [`BigNumberish`](types.md#bignumberish) | `undefined` |
+| `calldata` | [`RawCalldata`](types.md#rawcalldata) | `undefined` |
+| `maxFee` | [`BigNumberish`](types.md#bignumberish) | `undefined` |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) | `undefined` |
+| `additionalData` | [`BigNumberish`](types.md#bignumberish)[] | `[]` |
+
+#### Returns
+
+`string`
+
+format: hex-string
+
+#### Defined in
+
+[src/utils/hash/transactionHash/v2.ts:29](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/transactionHash/v2.ts#L29)
+
+---
+
+### calculateDeclareTransactionHash
+
+▸ **calculateDeclareTransactionHash**(`classHash`, `senderAddress`, `version`, `maxFee`, `chainId`, `nonce`, `compiledClassHash?`): `string`
+
+Calculate declare transaction hash
+
+#### Parameters
+
+| Name | Type | Description |
+| :------------------- | :--------------------------------------------------------- | :---------- |
+| `classHash` | `string` | hex-string |
+| `senderAddress` | [`BigNumberish`](types.md#bignumberish) | - |
+| `version` | [`BigNumberish`](types.md#bignumberish) | - |
+| `maxFee` | [`BigNumberish`](types.md#bignumberish) | - |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) | - |
+| `nonce` | [`BigNumberish`](types.md#bignumberish) | - |
+| `compiledClassHash?` | `string` | hex-string |
+
+#### Returns
+
+`string`
+
+format: hex-string
+
+#### Defined in
+
+[src/utils/hash/transactionHash/v2.ts:59](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/transactionHash/v2.ts#L59)
+
+---
+
+### calculateDeployAccountTransactionHash
+
+▸ **calculateDeployAccountTransactionHash**(`contractAddress`, `classHash`, `constructorCalldata`, `salt`, `version`, `maxFee`, `chainId`, `nonce`): `string`
+
+Calculate deploy_account transaction hash
+
+#### Parameters
+
+| Name | Type |
+| :-------------------- | :--------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](types.md#bignumberish) |
+| `classHash` | [`BigNumberish`](types.md#bignumberish) |
+| `constructorCalldata` | [`RawCalldata`](types.md#rawcalldata) |
+| `salt` | [`BigNumberish`](types.md#bignumberish) |
+| `version` | [`BigNumberish`](types.md#bignumberish) |
+| `maxFee` | [`BigNumberish`](types.md#bignumberish) |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) |
+| `nonce` | [`BigNumberish`](types.md#bignumberish) |
+
+#### Returns
+
+`string`
+
+format: hex-string
+
+#### Defined in
+
+[src/utils/hash/transactionHash/v2.ts:84](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/transactionHash/v2.ts#L84)
+
+---
+
+### calculateTransactionHash
+
+▸ **calculateTransactionHash**(`contractAddress`, `version`, `calldata`, `maxFee`, `chainId`, `nonce`): `string`
+
+Calculate invoke transaction hash
+
+#### Parameters
+
+| Name | Type |
+| :---------------- | :--------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](types.md#bignumberish) |
+| `version` | [`BigNumberish`](types.md#bignumberish) |
+| `calldata` | [`RawCalldata`](types.md#rawcalldata) |
+| `maxFee` | [`BigNumberish`](types.md#bignumberish) |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) |
+| `nonce` | [`BigNumberish`](types.md#bignumberish) |
+
+#### Returns
+
+`string`
+
+format: hex-string
+
+#### Defined in
+
+[src/utils/hash/transactionHash/v2.ts:112](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/transactionHash/v2.ts#L112)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/v3hash.md b/www/versioned_docs/version-6.24.1/API/namespaces/v3hash.md
new file mode 100644
index 000000000..6c36e36e1
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/v3hash.md
@@ -0,0 +1,231 @@
+---
+id: 'v3hash'
+title: 'Namespace: v3hash'
+sidebar_label: 'v3hash'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Functions
+
+### hashDAMode
+
+▸ **hashDAMode**(`nonceDAMode`, `feeDAMode`): `bigint`
+
+#### Parameters
+
+| Name | Type |
+| :------------ | :-------------------------------------- |
+| `nonceDAMode` | [`BigNumberish`](types.md#bignumberish) |
+| `feeDAMode` | [`BigNumberish`](types.md#bignumberish) |
+
+#### Returns
+
+`bigint`
+
+#### Defined in
+
+[src/utils/hash/transactionHash/v3.ts:23](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/transactionHash/v3.ts#L23)
+
+---
+
+### encodeResourceBoundsL1
+
+▸ **encodeResourceBoundsL1**(`bounds`): `bigint`
+
+Encode the L1&L2 gas limits of a V3 transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :------- | :----------------------------------------------------------------------------------- | :------------------------------------------ |
+| `bounds` | [`RESOURCE_BOUNDS_MAPPING`](types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds_mapping) | object including the limits for L1 & L2 gas |
+
+#### Returns
+
+`bigint`
+
+encoded data
+
+#### Defined in
+
+[src/utils/hash/transactionHash/v3.ts:32](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/transactionHash/v3.ts#L32)
+
+---
+
+### encodeResourceBoundsL2
+
+▸ **encodeResourceBoundsL2**(`bounds`): `bigint`
+
+Encode the L2 bound of a V3 transaction
+
+#### Parameters
+
+| Name | Type | Description |
+| :------- | :----------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------- |
+| `bounds` | [`RESOURCE_BOUNDS_MAPPING`](types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds_mapping) | {l1_gas: {max_amount: u64, max_price_per_unit: u128}, l2_gas: {max_amount: u64, max_price_per_unit: u128}} } |
+
+#### Returns
+
+`bigint`
+
+encoded data
+
+#### Defined in
+
+[src/utils/hash/transactionHash/v3.ts:48](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/transactionHash/v3.ts#L48)
+
+---
+
+### hashFeeField
+
+▸ **hashFeeField**(`tip`, `bounds`): `bigint`
+
+#### Parameters
+
+| Name | Type |
+| :------- | :----------------------------------------------------------------------------------- |
+| `tip` | [`BigNumberish`](types.md#bignumberish) |
+| `bounds` | [`RESOURCE_BOUNDS_MAPPING`](types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds_mapping) |
+
+#### Returns
+
+`bigint`
+
+#### Defined in
+
+[src/utils/hash/transactionHash/v3.ts:56](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/transactionHash/v3.ts#L56)
+
+---
+
+### calculateTransactionHashCommon
+
+▸ **calculateTransactionHashCommon**(`txHashPrefix`, `version`, `senderAddress`, `chainId`, `nonce`, `tip`, `paymasterData`, `nonceDataAvailabilityMode`, `feeDataAvailabilityMode`, `resourceBounds`, `additionalData?`): `string`
+
+#### Parameters
+
+| Name | Type | Default value |
+| :-------------------------- | :----------------------------------------------------------------------------------- | :------------ |
+| `txHashPrefix` | [`TransactionHashPrefix`](../enums/constants.TransactionHashPrefix.md) | `undefined` |
+| `version` | [`BigNumberish`](types.md#bignumberish) | `undefined` |
+| `senderAddress` | [`BigNumberish`](types.md#bignumberish) | `undefined` |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) | `undefined` |
+| `nonce` | [`BigNumberish`](types.md#bignumberish) | `undefined` |
+| `tip` | [`BigNumberish`](types.md#bignumberish) | `undefined` |
+| `paymasterData` | [`BigNumberish`](types.md#bignumberish)[] | `undefined` |
+| `nonceDataAvailabilityMode` | [`EDAMode`](types.RPC.RPCSPEC07.API.md#edamode-1) | `undefined` |
+| `feeDataAvailabilityMode` | [`EDAMode`](types.RPC.RPCSPEC07.API.md#edamode-1) | `undefined` |
+| `resourceBounds` | [`RESOURCE_BOUNDS_MAPPING`](types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds_mapping) | `undefined` |
+| `additionalData` | [`BigNumberish`](types.md#bignumberish)[] | `[]` |
+
+#### Returns
+
+`string`
+
+#### Defined in
+
+[src/utils/hash/transactionHash/v3.ts:62](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/transactionHash/v3.ts#L62)
+
+---
+
+### calculateDeployAccountTransactionHash
+
+▸ **calculateDeployAccountTransactionHash**(`contractAddress`, `classHash`, `compiledConstructorCalldata`, `salt`, `version`, `chainId`, `nonce`, `nonceDataAvailabilityMode`, `feeDataAvailabilityMode`, `resourceBounds`, `tip`, `paymasterData`): `string`
+
+Calculate v3 deploy_account transaction hash
+
+#### Parameters
+
+| Name | Type |
+| :---------------------------- | :----------------------------------------------------------------------------------- |
+| `contractAddress` | [`BigNumberish`](types.md#bignumberish) |
+| `classHash` | [`BigNumberish`](types.md#bignumberish) |
+| `compiledConstructorCalldata` | [`Calldata`](types.md#calldata) |
+| `salt` | [`BigNumberish`](types.md#bignumberish) |
+| `version` | [`BigNumberish`](types.md#bignumberish) |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) |
+| `nonce` | [`BigNumberish`](types.md#bignumberish) |
+| `nonceDataAvailabilityMode` | [`EDAMode`](types.RPC.RPCSPEC07.API.md#edamode-1) |
+| `feeDataAvailabilityMode` | [`EDAMode`](types.RPC.RPCSPEC07.API.md#edamode-1) |
+| `resourceBounds` | [`RESOURCE_BOUNDS_MAPPING`](types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds_mapping) |
+| `tip` | [`BigNumberish`](types.md#bignumberish) |
+| `paymasterData` | [`BigNumberish`](types.md#bignumberish)[] |
+
+#### Returns
+
+`string`
+
+format: hex-string
+
+#### Defined in
+
+[src/utils/hash/transactionHash/v3.ts:95](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/transactionHash/v3.ts#L95)
+
+---
+
+### calculateDeclareTransactionHash
+
+▸ **calculateDeclareTransactionHash**(`classHash`, `compiledClassHash`, `senderAddress`, `version`, `chainId`, `nonce`, `accountDeploymentData`, `nonceDataAvailabilityMode`, `feeDataAvailabilityMode`, `resourceBounds`, `tip`, `paymasterData`): `string`
+
+Calculate v3 declare transaction hash
+
+#### Parameters
+
+| Name | Type |
+| :-------------------------- | :----------------------------------------------------------------------------------- |
+| `classHash` | `string` |
+| `compiledClassHash` | `string` |
+| `senderAddress` | [`BigNumberish`](types.md#bignumberish) |
+| `version` | [`BigNumberish`](types.md#bignumberish) |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) |
+| `nonce` | [`BigNumberish`](types.md#bignumberish) |
+| `accountDeploymentData` | [`BigNumberish`](types.md#bignumberish)[] |
+| `nonceDataAvailabilityMode` | [`EDAMode`](types.RPC.RPCSPEC07.API.md#edamode-1) |
+| `feeDataAvailabilityMode` | [`EDAMode`](types.RPC.RPCSPEC07.API.md#edamode-1) |
+| `resourceBounds` | [`RESOURCE_BOUNDS_MAPPING`](types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds_mapping) |
+| `tip` | [`BigNumberish`](types.md#bignumberish) |
+| `paymasterData` | [`BigNumberish`](types.md#bignumberish)[] |
+
+#### Returns
+
+`string`
+
+format: hex-string
+
+#### Defined in
+
+[src/utils/hash/transactionHash/v3.ts:128](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/transactionHash/v3.ts#L128)
+
+---
+
+### calculateInvokeTransactionHash
+
+▸ **calculateInvokeTransactionHash**(`senderAddress`, `version`, `compiledCalldata`, `chainId`, `nonce`, `accountDeploymentData`, `nonceDataAvailabilityMode`, `feeDataAvailabilityMode`, `resourceBounds`, `tip`, `paymasterData`): `string`
+
+Calculate v3 invoke transaction hash
+
+#### Parameters
+
+| Name | Type |
+| :-------------------------- | :----------------------------------------------------------------------------------- |
+| `senderAddress` | [`BigNumberish`](types.md#bignumberish) |
+| `version` | [`BigNumberish`](types.md#bignumberish) |
+| `compiledCalldata` | [`Calldata`](types.md#calldata) |
+| `chainId` | [`StarknetChainId`](../enums/constants.StarknetChainId.md) |
+| `nonce` | [`BigNumberish`](types.md#bignumberish) |
+| `accountDeploymentData` | [`BigNumberish`](types.md#bignumberish)[] |
+| `nonceDataAvailabilityMode` | [`EDAMode`](types.RPC.RPCSPEC07.API.md#edamode-1) |
+| `feeDataAvailabilityMode` | [`EDAMode`](types.RPC.RPCSPEC07.API.md#edamode-1) |
+| `resourceBounds` | [`RESOURCE_BOUNDS_MAPPING`](types.RPC.RPCSPEC07.API.SPEC.md#resource_bounds_mapping) |
+| `tip` | [`BigNumberish`](types.md#bignumberish) |
+| `paymasterData` | [`BigNumberish`](types.md#bignumberish)[] |
+
+#### Returns
+
+`string`
+
+format: hex-string
+
+#### Defined in
+
+[src/utils/hash/transactionHash/v3.ts:161](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/utils/hash/transactionHash/v3.ts#L161)
diff --git a/www/versioned_docs/version-6.24.1/API/namespaces/wallet.md b/www/versioned_docs/version-6.24.1/API/namespaces/wallet.md
new file mode 100644
index 000000000..33e9a95f8
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/API/namespaces/wallet.md
@@ -0,0 +1,325 @@
+---
+id: 'wallet'
+title: 'Namespace: wallet'
+sidebar_label: 'wallet'
+sidebar_position: 0
+custom_edit_url: null
+---
+
+## Functions
+
+### requestAccounts
+
+▸ **requestAccounts**(`swo`, `silent_mode?`): `Promise`<[`Address`](types.RPC.RPCSPEC07.WALLET_API.md#address)[]\>
+
+Request Permission for wallet account, return addresses that are allowed by user
+
+#### Parameters
+
+| Name | Type | Default value | Description |
+| :------------- | :--------------------------------------------------------------------------------------------- | :------------ | :----------------------------------------------------------------------- |
+| `swo` | [`StarknetWindowObject`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md) | `undefined` | - |
+| `silent_mode?` | `boolean` | `false` | false: request user interaction allowance. true: return only pre-allowed |
+
+#### Returns
+
+`Promise`<[`Address`](types.RPC.RPCSPEC07.WALLET_API.md#address)[]\>
+
+allowed accounts addresses
+
+#### Defined in
+
+[src/wallet/connect.ts:25](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/connect.ts#L25)
+
+---
+
+### getPermissions
+
+▸ **getPermissions**(`swo`): `Promise`<[`Permission`](types.RPC.RPCSPEC07.WALLET_API.md#permission-1)[]\>
+
+Request Permission for wallet account
+
+#### Parameters
+
+| Name | Type |
+| :---- | :--------------------------------------------------------------------------------------------- |
+| `swo` | [`StarknetWindowObject`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md) |
+
+#### Returns
+
+`Promise`<[`Permission`](types.RPC.RPCSPEC07.WALLET_API.md#permission-1)[]\>
+
+allowed accounts addresses
+
+#### Defined in
+
+[src/wallet/connect.ts:39](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/connect.ts#L39)
+
+---
+
+### watchAsset
+
+▸ **watchAsset**(`swo`, `asset`): `Promise`<`boolean`\>
+
+Request adding ERC20 Token to Wallet List
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :--------------------------------------------------------------------------------------------- | :------------------- |
+| `swo` | [`StarknetWindowObject`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md) | - |
+| `asset` | [`WatchAssetParameters`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.WatchAssetParameters.md) | WatchAssetParameters |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+boolean
+
+#### Defined in
+
+[src/wallet/connect.ts:48](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/connect.ts#L48)
+
+---
+
+### addStarknetChain
+
+▸ **addStarknetChain**(`swo`, `chain`): `Promise`<`boolean`\>
+
+Request adding custom Starknet chain
+
+#### Parameters
+
+| Name | Type | Description |
+| :------ | :--------------------------------------------------------------------------------------------------------- | :------------------------- |
+| `swo` | [`StarknetWindowObject`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md) | - |
+| `chain` | [`AddStarknetChainParameters`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddStarknetChainParameters.md) | AddStarknetChainParameters |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+boolean
+
+#### Defined in
+
+[src/wallet/connect.ts:60](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/connect.ts#L60)
+
+---
+
+### switchStarknetChain
+
+▸ **switchStarknetChain**(`swo`, `chainId`): `Promise`<`boolean`\>
+
+Request Wallet Network change
+
+#### Parameters
+
+| Name | Type | Description |
+| :-------- | :--------------------------------------------------------------------------------------------- | :-------------- |
+| `swo` | [`StarknetWindowObject`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md) | - |
+| `chainId` | `string` | StarknetChainId |
+
+#### Returns
+
+`Promise`<`boolean`\>
+
+boolean
+
+#### Defined in
+
+[src/wallet/connect.ts:73](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/connect.ts#L73)
+
+---
+
+### requestChainId
+
+▸ **requestChainId**(`swo`): `Promise`<[`ChainId`](types.RPC.RPCSPEC07.API.md#chainid)\>
+
+Request the current chain ID from the wallet.
+
+#### Parameters
+
+| Name | Type |
+| :---- | :--------------------------------------------------------------------------------------------- |
+| `swo` | [`StarknetWindowObject`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md) |
+
+#### Returns
+
+`Promise`<[`ChainId`](types.RPC.RPCSPEC07.API.md#chainid)\>
+
+The current Starknet chain ID.
+
+#### Defined in
+
+[src/wallet/connect.ts:84](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/connect.ts#L84)
+
+---
+
+### deploymentData
+
+▸ **deploymentData**(`swo`): `Promise`<[`AccountDeploymentData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AccountDeploymentData.md)\>
+
+Get deployment data for a contract.
+
+#### Parameters
+
+| Name | Type |
+| :---- | :--------------------------------------------------------------------------------------------- |
+| `swo` | [`StarknetWindowObject`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md) |
+
+#### Returns
+
+`Promise`<[`AccountDeploymentData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AccountDeploymentData.md)\>
+
+The deployment data result.
+
+#### Defined in
+
+[src/wallet/connect.ts:92](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/connect.ts#L92)
+
+---
+
+### addInvokeTransaction
+
+▸ **addInvokeTransaction**(`swo`, `params`): `Promise`<[`AddInvokeTransactionResult`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionResult.md)\>
+
+Add an invoke transaction to the wallet.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------- | :----------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------- |
+| `swo` | [`StarknetWindowObject`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md) | - |
+| `params` | [`AddInvokeTransactionParameters`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionParameters.md) | The parameters required for the invoke transaction. |
+
+#### Returns
+
+`Promise`<[`AddInvokeTransactionResult`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddInvokeTransactionResult.md)\>
+
+The result of adding the invoke transaction.
+
+#### Defined in
+
+[src/wallet/connect.ts:101](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/connect.ts#L101)
+
+---
+
+### addDeclareTransaction
+
+▸ **addDeclareTransaction**(`swo`, `params`): `Promise`<[`AddDeclareTransactionResult`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionResult.md)\>
+
+Add a declare transaction to the wallet.
+
+#### Parameters
+
+| Name | Type | Description |
+| :------- | :------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------- |
+| `swo` | [`StarknetWindowObject`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md) | - |
+| `params` | [`AddDeclareTransactionParameters`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionParameters.md) | The parameters required for the declare transaction. |
+
+#### Returns
+
+`Promise`<[`AddDeclareTransactionResult`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.AddDeclareTransactionResult.md)\>
+
+The result of adding the declare transaction.
+
+#### Defined in
+
+[src/wallet/connect.ts:113](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/connect.ts#L113)
+
+---
+
+### signMessage
+
+▸ **signMessage**(`swo`, `typedData`): `Promise`<[`Signature`](types.RPC.RPCSPEC07.WALLET_API.md#signature)\>
+
+Sign typed data using the wallet.
+
+#### Parameters
+
+| Name | Type | Description |
+| :---------- | :--------------------------------------------------------------------------------------------- | :------------------------------------------------------------ |
+| `swo` | [`StarknetWindowObject`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md) | the starknet (wallet) window object to request the signature. |
+| `typedData` | [`TypedData`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.TypedData.md) | The typed data to sign. |
+
+#### Returns
+
+`Promise`<[`Signature`](types.RPC.RPCSPEC07.WALLET_API.md#signature)\>
+
+An array of signatures as strings.
+
+#### Defined in
+
+[src/wallet/connect.ts:126](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/connect.ts#L126)
+
+---
+
+### supportedSpecs
+
+▸ **supportedSpecs**(`swo`): `Promise`<[`SpecVersion`](types.RPC.RPCSPEC07.WALLET_API.md#specversion)[]\>
+
+Get the list of supported specifications.
+
+#### Parameters
+
+| Name | Type |
+| :---- | :--------------------------------------------------------------------------------------------- |
+| `swo` | [`StarknetWindowObject`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md) |
+
+#### Returns
+
+`Promise`<[`SpecVersion`](types.RPC.RPCSPEC07.WALLET_API.md#specversion)[]\>
+
+An array of supported specification strings.
+
+#### Defined in
+
+[src/wallet/connect.ts:134](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/connect.ts#L134)
+
+---
+
+### onAccountChange
+
+▸ **onAccountChange**(`swo`, `callback`): `void`
+
+Attaches an event handler function to the "accountsChanged" event of a StarknetWindowObject.
+When the accounts are changed, the specified callback function will be called.
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :--------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------ |
+| `swo` | [`StarknetWindowObject`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md) | The StarknetWindowObject to attach the event handler to. |
+| `callback` | [`AccountChangeEventHandler`](types.RPC.RPCSPEC07.WALLET_API.md#accountchangeeventhandler) | The function to be called when the accounts are changed. It will receive the changed accounts as a parameter. |
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+[src/wallet/connect.ts:147](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/connect.ts#L147)
+
+---
+
+### onNetworkChanged
+
+▸ **onNetworkChanged**(`swo`, `callback`): `void`
+
+Register a callback function to be called when the network is changed.
+
+#### Parameters
+
+| Name | Type | Description |
+| :--------- | :--------------------------------------------------------------------------------------------- | :-------------------------------------------------------------- |
+| `swo` | [`StarknetWindowObject`](../interfaces/types.RPC.RPCSPEC07.WALLET_API.StarknetWindowObject.md) | The StarknetWindowObject instance. |
+| `callback` | [`NetworkChangeEventHandler`](types.RPC.RPCSPEC07.WALLET_API.md#networkchangeeventhandler) | The callback function to be called when the network is changed. |
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+[src/wallet/connect.ts:161](https://github.com/starknet-io/starknet.js/blob/v6.24.1/src/wallet/connect.ts#L161)
diff --git a/www/versioned_docs/version-6.24.1/guides/L1message.md b/www/versioned_docs/version-6.24.1/guides/L1message.md
new file mode 100644
index 000000000..22708d55b
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/L1message.md
@@ -0,0 +1,123 @@
+---
+sidebar_position: 14
+---
+
+# Messages with L1 network
+
+You can exchange messages between L1 & L2 networks:
+
+- L2 Starknet mainnet ↔️ L1 Ethereum.
+- L2 Starknet testnet ↔️ L1 Sepolia ETH testnet.
+- L2 local Starknet devnet ↔️ L1 local ETH testnet (anvil, ...).
+
+You can find an explanation of the global mechanism [here](https://docs.starknet.io/documentation/architecture_and_concepts/L1-L2_Communication/messaging-mechanism/).
+
+Most of the code for this messaging process will be written in Cairo, but Starknet.js provides some functionalities for this subject.
+
+## L1 ➡️ L2 messages
+
+To send a message from L1 to L2, you need a solidity smart contract in the L1 network, calling the `SendMessageToL2` function of the Starknet core contract.
+The interface of this function:
+
+```solidity
+/**
+ Sends a message to an L2 contract.
+ This function is payable, the paid amount is the message fee.
+ Returns the hash of the message and the nonce of the message.
+*/
+function sendMessageToL2(
+ uint256 toAddress,
+ uint256 selector,
+ uint256[] calldata payload
+) external payable returns (bytes32, uint256);
+```
+
+You have to pay in the L1 an extra fee when invoking `sendMessageToL2` (of course paid with the L1 fee TOKEN), to pay the L2 part of the messaging mechanism. You can estimate this fee with this function:
+
+```typescript
+import { RpcProvider, constants } from 'starknet';
+const provider = new RpcProvider({ nodeUrl: constants.NetworkName.SN_SEPOLIA }); // for testnet
+
+const responseEstimateMessageFee = await provider.estimateMessageFee({
+ from_address: L1address,
+ to_address: L2address,
+ entry_point_selector: 'handle_l1_mess',
+ payload: ['1234567890123456789', '200'], // without from_address
+});
+```
+
+If the fee is paid in L1, the Cairo contract at `to_Address` is automatically executed, function `entry_point_selector` (the function shall have a decorator `#[l1_handler]` in the Cairo code, with a first parameter called `from_address: felt252`). The payload shall not include the `from_address` parameter.
+
+### L1 ➡️ L2 hashes
+
+Starknet.js proposes 2 functions to calculate hashes related to a L1 ➡️ L2 message :
+
+- The L2 message hash:
+ For a L1 tx requesting a message L1->L2, some data extracted from etherscan : https://sepolia.etherscan.io/tx/0xd82ce7dd9f3964d89d2eb9d555e1460fb7792be274950abe578d610f95cc40f5
+
+ ```typescript
+ const l1FromAddress = '0x0000000000000000000000008453fc6cd1bcfe8d4dfc069c400b433054d47bdc';
+ const l2ToAddress = 2158142789748719025684046545159279785659305214176670733242887773692203401023n;
+ const l2Selector = 774397379524139446221206168840917193112228400237242521560346153613428128537n;
+ const payload = [
+ 4543560n,
+ 829565602143178078434185452406102222830667255948n,
+ 3461886633118033953192540141609307739580461579986333346825796013261542798665n,
+ 9000000000000000n,
+ 0n,
+ ];
+ const l1Nonce = 8288n;
+ const l1ToL2MessageHash = hash.getL2MessageHash(
+ l1FromAddress,
+ l2ToAddress,
+ l2Selector,
+ payload,
+ l1Nonce
+ );
+ // l1ToL2MessageHash = '0x2e350fa9d830482605cb68be4fdb9f0cb3e1f95a0c51623ac1a5d1bd997c2090'
+ ```
+
+ Can be verified here : https://sepolia.starkscan.co/message/0x2e350fa9d830482605cb68be4fdb9f0cb3e1f95a0c51623ac1a5d1bd997c2090#messagelogs
+
+- The L2 transaction hash:
+ For the same message:
+ ```typescript
+ const l1ToL2TransactionHash = hash.calculateL2MessageTxHash(
+ l1FromAddress,
+ l2ToAddress,
+ l2Selector,
+ payload,
+ constants.StarknetChainId.SN_SEPOLIA,
+ l1Nonce
+ );
+ // l1ToL2TransactionHash = '0x67d959200d65d4ad293aa4b0da21bb050a1f669bce37d215c6edbf041269c07'
+ ```
+ Can be verified here : https://sepolia.starkscan.co/tx/0x067d959200d65d4ad293aa4b0da21bb050a1f669bce37d215c6edbf041269c07
+
+## L2 ➡️ L1 messages
+
+To send a message to L1, you will just invoke a Cairo contract function, paying a fee that will pay all the processes (in L1 & L2).
+
+If necessary you can estimate this fee with the generic `estimateInvokeFee` function:
+
+```typescript
+const { suggestedMaxFee: estimatedFee1 } = await account0.estimateInvokeFee({
+ contractAddress: testAddress,
+ entrypoint: 'withdraw_to_L1',
+ calldata: ['123456789', '30'],
+});
+```
+
+The result is in `estimatedFee1`, of type BN.
+
+### L2 ➡️ L1 hash
+
+Starknet.js proposes a function to calculate the L1 ➡️ L2 message hash :
+
+```typescript
+const l2TransactionHash = '0x28dfc05eb4f261b37ddad451ff22f1d08d4e3c24dc646af0ec69fa20e096819';
+const l1MessageHash = await provider.getL1MessageHash(l2TransactionHash);
+// l1MessageHash = '0x55b3f8b6e607fffd9b4d843dfe8f9b5c05822cd94fcad8797deb01d77805532a'
+```
+
+Can be verified here : https://sepolia.voyager.online/tx/0x28dfc05eb4f261b37ddad451ff22f1d08d4e3c24dc646af0ec69fa20e096819#messages
diff --git a/www/versioned_docs/version-6.24.1/guides/_category_.json b/www/versioned_docs/version-6.24.1/guides/_category_.json
new file mode 100644
index 000000000..c694eb5b2
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/_category_.json
@@ -0,0 +1,5 @@
+{
+ "label": "Guides",
+ "position": 2,
+ "collapsed": false
+}
diff --git a/www/versioned_docs/version-6.24.1/guides/automatic_cairo_ABI_parsing.md b/www/versioned_docs/version-6.24.1/guides/automatic_cairo_ABI_parsing.md
new file mode 100644
index 000000000..11aebb085
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/automatic_cairo_ABI_parsing.md
@@ -0,0 +1,82 @@
+---
+sidebar_position: 18
+---
+
+# Automatic TypeScript parsing of Cairo ABI-s
+
+Starknet.js has integrated [Abi-Wan-Kanabi](https://github.com/keep-starknet-strange/abi-wan-kanabi), the standalone TypeScript parser for Cairo smart contracts.
+
+It enables on-the-fly typechecking and autocompletion for contract calls directly in TypeScript. Developers can now catch typing mistakes early, prior to executing a call on-chain, thus enhancing the overall DAPP development experience.
+
+## Supported Cairo ABI-s
+
+Please take a look on the Abi-Wan [documentation](https://github.com/keep-starknet-strange/abi-wan-kanabi#cairo-versions) for a list of supported Cairo ABI-s.
+
+## Usage
+
+First, you need to wrap your ABI in an array and export it as a `const`.
+
+Example:
+
+```js
+export const ABI = [
+ {
+ type: 'function',
+ name: 'increase_balance',
+ inputs: [
+ {
+ name: 'amount',
+ type: 'core::felt252',
+ },
+ ],
+ outputs: [],
+ state_mutability: 'external',
+ },
+] as const;
+```
+
+Later on, to use it in our code:
+
+```js
+import { Contract, RpcProvider, constants } from 'starknet';
+
+const address = 'YOUR_ADDRESS_HERE';
+const provider = new RpcProvider({ nodeUrl: `${yourNodeUrl}` });
+const contract = new Contract(ABI, address, provider).typedv2(ABI);
+
+// Notice the autocompletion and typechecking in your editor
+const result = await contract.increase_balance(100);
+```
+
+After that, you can use `contract` in your code as you would before, but with autocompletion and typechecking!
+
+### Generate `abi.ts` from the contract class
+
+If you have your contract class in a Json file, you can use the abiwan CLI to generate the `abi.ts` typescript file
+
+```bash
+npx abi-wan-kanabi --input /path/to/contract_class.json --output /path/to/abi.ts
+```
+
+### Usage for deployed contracts
+
+Let's say you want to interact with the [Ekubo: Core](https://starkscan.co/contract/0x00000005dd3d2f4429af886cd1a3b08289dbcea99a294197e9eb43b0e0325b4b) contract
+
+You need to first get the **ABI** of the contract and export it in a typescript file, you can do so using one command combining both [`starkli`](https://github.com/xJonathanLEI/starkli) (tested with version 0.2.3) and `npx abi-wan-kanabi`:
+
+```bash
+starkli class-at "0x00000005dd3d2f4429af886cd1a3b08289dbcea99a294197e9eb43b0e0325b4b" --network mainnet | npx abi-wan-kanabi --input /dev/stdin --output abi.ts
+```
+
+```typescript
+import { Contract, RpcProvider, constants } from 'starknet';
+import { ABI } from './abi';
+
+const address = '0x00000005dd3d2f4429af886cd1a3b08289dbcea99a294197e9eb43b0e0325b4b';
+const provider = new RpcProvider({ nodeUrl: constants.NetworkName.SN_MAIN });
+const contract = new Contract(ABI, address, provider).typedv2(ABI);
+
+// Notice the types inferred for the parameter and the returned value
+const primary_interface_id = contract.get_primary_interface_id();
+const protocol_fees_collected = contract.get_protocol_fees_collected('0x1');
+```
diff --git a/www/versioned_docs/version-6.24.1/guides/cairo_enum.md b/www/versioned_docs/version-6.24.1/guides/cairo_enum.md
new file mode 100644
index 000000000..ed89d1f73
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/cairo_enum.md
@@ -0,0 +1,285 @@
+---
+sidebar_position: 17
+---
+
+# Cairo Enums
+
+## Cairo Enums usage
+
+Cairo-lang v0.12.0 (includes Cairo v2.0.0) introduces a new type of data that can be exchanged with Starknet: the Enums. Not related to the TypeScript Enums, the Cairo Enums are identical to Rust Enums.
+More information in the Cairo book [here](https://book.cairo-lang.org/ch08-01-generic-data-types.html?highlight=enum#enums).
+In the following paragraphs, you will see how to send and receive Enums with the Starknet network.
+
+## Cairo Option
+
+The `Option` Enum is a core enum, and has 2 variants (`Some` and `None`). Only the `some` variant can contain data.
+
+### Receive Cairo Option
+
+An example of Cairo code that returns an Option enum:
+
+```rust
+fn test(self: @ContractState, val1: u16) -> Option {
+ if val1 < 100 {
+ return Option::None(());
+ }
+ Option::Some(Order { p1: 18, p2: val1 })
+}
+```
+
+In your code, the Starknet.js response will be an instance of the CairoOption class:
+
+```typescript
+import { CairoOption } from 'starknet';
+type Order = {
+ p1: BigNumberish;
+ p2: BigNumberish;
+};
+const res: CairoOption = await myTestContract.test(50);
+const res2: CairoOption = await myTestContract.test(150);
+```
+
+In `CairoOption`, T is the type of the data related to the `Some` variant.
+The `CairoOption` class has "Cairo like" methods:
+
+```typescript
+const a = res.isSome(); // false
+const a2 = res2.isSome(); // true
+const b = res.isNone(); // true
+const b2 = res2.isNone(); // false
+const c = res.unwrap(); // undefined
+const c2: Order = res2.unwrap(); // { p1: 18n, p2: 150n }
+```
+
+### Send Cairo Option
+
+An example of Cairo code that use an Option enum as input:
+
+```rust
+fn test5(self: @ContractState, inp: Option) -> u16 {
+ match inp {
+ Option::Some(x) => {
+ return x.p2;
+ },
+ Option::None(()) => {
+ return 17;
+ }
+ }
+}
+```
+
+In your code, the Starknet.js request is an instance of the CairoOption class:
+
+```typescript
+import { CairoOption, CairoOptionVariant } from 'starknet';
+type Order = {
+ p1: BigNumberish;
+ p2: BigNumberish;
+};
+const res = (await myTestContract.call('test5', [
+ new CairoOption(CairoOptionVariant.Some, { p1: 20, p2: 40 }),
+])) as bigint;
+const res2 = (await myTestContract.call('test5', [
+ new CairoOption(CairoOptionVariant.None),
+])) as bigint;
+```
+
+## Cairo Result
+
+Cairo v2.1.0 introduces another core Enum: `Result`.
+This Enum has 2 variants (`Ok` and `Err`) and both variants can contain data.
+
+### Receive Cairo Result
+
+An example of Cairo code that returns a Result enum:
+
+```rust
+fn test(self: @ContractState, val1: u16) -> Result {
+ if val1 < 100 {
+ return Result::Err(14);
+ }
+ Result::Ok(val1)
+}
+```
+
+In your code, the Starknet.js response will be an instance of the CairoResult class:
+
+```typescript
+import { CairoResult } from 'starknet';
+
+const res: CairoResult = await myTestContract.test(90);
+const res2 = (await myTestContract.call('test', [110])) as CairoResult;
+```
+
+In `CairoResult`, T is the type of the data related to the `Ok` variant, and U is the type of the data related to the `Err` variant.
+The `CairoResult` class has "Cairo like" methods:
+
+```typescript
+const a = res.isOk(); // false
+const a2 = res2.isOk(); // true
+const b = res.isErr(); // true
+const b2 = res2.isErr(); // false
+const c = res.unwrap(); // 14n
+const c2 = res2.unwrap(); // 110n
+```
+
+### Send Cairo Result
+
+An example of Cairo code that uses a Result enum:
+
+```rust
+fn test8(self: @ContractState, inp: Result) -> u16 {
+ match inp {
+ Result::Ok(x) => {
+ return x.p2;
+ },
+ Result::Err(y) => {
+ return y;
+ }
+ }
+}
+```
+
+In your code, the Starknet.js request is an instance of the CairoResult class:
+
+```typescript
+import { CairoResult, CairoResultVariant } from 'starknet';
+
+const res = (await myTestContract.call('test8', [
+ new CairoResult(CairoResultVariant.Ok, { p1: 50, p2: 60 }),
+])) as bigint;
+const res2 = (await myTestContract.call('test8', [
+ new CairoResult(CairoResultVariant.Err, 50),
+])) as bigint;
+```
+
+## Cairo custom Enum
+
+In Cairo v2.0.0, you can also create your own customized Enum.
+
+### Receive Cairo custom Enum
+
+An example of Cairo code that returns the Result enum:
+
+```rust
+#[derive(Drop, Serde, Append)]
+enum MyEnum {
+ Response: Order,
+ Warning: felt252,
+ Error: (u16,u16),
+ Critical: Array,
+ Empty:(),
+}
+fn test(self: @ContractState, val1: u16) -> MyEnum {
+ if val1 < 100 {
+ return MyEnum::Error((3,4));
+ }
+ if val1 == 100 {
+ return MyEnum::Warning('attention:100');
+ }
+ if val1 < 150 {
+ let mut arr=ArrayTrait::new();
+ arr.append(5);
+ arr.append(6);
+ return MyEnum::Critical(arr);
+ }
+ if val1<200 {
+ return MyEnum::Empty(());
+ }
+ MyEnum::Response(Order { p1: 1, p2: val1 })
+}
+```
+
+This example Enum has 5 variants (`Response`, `Warning`, `Error`, `Critical` and `Empty`) and both variants can contain data.
+
+In your code, the Starknet.js response will be an instance of the CairoCustomEnum class:
+
+```typescript
+import { CairoCustomEnum } from 'starknet';
+
+const res: CairoCustomEnum = await myTestContract.test(10);
+const res2: CairoCustomEnum = await myTestContract.test(100);
+const res3: CairoCustomEnum = await myTestContract.test(120);
+const res4: CairoCustomEnum = await myTestContract.test(190);
+const res5: CairoCustomEnum = await myTestContract.test(220);
+```
+
+The `CairoCustomEnum` class has "Cairo like" methods:
+
+```typescript
+const a = res.activeVariant(); // "Error"
+const a2 = res2.activeVariant(); // "Warning"
+const a3 = res3.activeVariant(); // "Critical"
+const a4 = res4.activeVariant(); // "Response"
+const a5 = res5.activeVariant(); // "Empty"
+const c = res.unwrap(); // {"0": 3n, "1": 4n}
+const c2: bigint = res2.unwrap(); // 7721172739414537047772488609840n
+const c3: bigint[] = res3.unwrap(); // [5n, 6n]
+const c4: Order = res4.unwrap(); // { p1: 1n, p2: 190n }
+const c5: Object = res5.unwrap(); // {}
+```
+
+> In a `CairoCustomEnum` instance, you can also have a direct access to the content of a variant:
+
+```typescript
+const d: Order = res4.variant.Response; // { p1: 1n, p2: 190n }
+const e = res4.variant['Critical']; // undefined
+```
+
+### Send Cairo custom Enum
+
+An example of Cairo code that uses the Result enum:
+
+```rust
+#[derive(Drop, Serde, Append)]
+enum MyEnum {
+ Response: Order,
+ Warning: felt252,
+ Error: (u16,u16),
+ Critical: Array,
+ Empty:(),
+}
+fn test2a(self: @ContractState, customEnum:MyEnum ) -> u16{
+ match customEnum{
+ MyEnum::Response(my_order)=>{return my_order.p2;},
+ MyEnum::Warning(val)=>{return 0x13_u16;},
+ MyEnum::Error((a,b))=>{return b;},
+ MyEnum::Critical(myArray)=>{return 0x3c_u16;},
+ MyEnum::Empty(_)=>{return 0xab_u16;}
+ }
+}
+```
+
+In your code, the Starknet.js request is an instance of the CairoCustomEnum class:
+
+```typescript
+import { CairoCustomEnum } from 'starknet';
+
+const orderToSend: Order = { p1: 8, p2: 10 };
+const myCustomEnum = new CairoCustomEnum({ Response: orderToSend });
+const res14 = (await myTestContract.call('test2a', [myCustomEnum])) as bigint;
+const res14c = (await myTestContract.call('test2a', [
+ new CairoCustomEnum({ Error: cairo.tuple(100, 110) }),
+])) as bigint;
+const res14d = (await myTestContract.call('test2a', [
+ new CairoCustomEnum({ Critical: ['0x10', '0x11'] }),
+])) as bigint;
+const res14e = (await myTestContract.call('test2a', [
+ new CairoCustomEnum({ Empty: {} }),
+])) as bigint;
+```
+
+Take care that if you call a method that do not use the abi (as `CallData.compile`), you have to list all the variants of the enum, like this:
+
+```typescript
+const orderToSend: Order = { p1: 8, p2: 10 };
+const myCustomEnum = new CairoCustomEnum({
+ Response: undefined,
+ Warning: undefined,
+ Error: cairo.tuple(100, 110),
+ Critical: undefined,
+ Empty: undefined,
+});
+const myCalldata = CallData.compile(myCustomEnum);
+const res = (await myTestContract.call('test2a', myCalldata)) as bigint;
+```
diff --git a/www/versioned_docs/version-6.24.1/guides/configuration.md b/www/versioned_docs/version-6.24.1/guides/configuration.md
new file mode 100644
index 000000000..0963af17e
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/configuration.md
@@ -0,0 +1,91 @@
+---
+sidebar_position: 2.1
+---
+
+# Configuration
+
+Starknet.js has behaviors that can be adjusted through its configurations: `config` and `logger`.
+
+## Config
+
+The core global configuration is a singleton object containing case-sensitive global default properties.
+Each property can be configured before the rest of the code is run to modify their corresponding behavior.
+When they overlap, constructor and method parameters have higher precedence over the global configuration defaults.
+Custom keys can also be used to store and use arbitrary values during runtime.
+
+```ts
+import { config } from 'starknet';
+
+// Set existing or custom global property
+config.set('mode', 'DEFAULT');
+
+// Retrieve entire configuration
+config.getAll();
+
+// Retrieve single global property
+config.get('legacyMode');
+
+// Update (merge) existing configuration with modified or custom property
+config.update({ logLevel: 'DEBUG', newKey: 'value' });
+
+// Reset config to initial global configuration
+config.reset();
+
+// Delete existing global property
+config.delete('newKey');
+
+// Check existence of the global property
+config.hasKey('newKey');
+```
+
+### Global parameters and Default Global Configuration
+
+Default global configuration is the initial state that global configuration starts with.
+
+Details can be found in [global/constants.ts](https://github.com/starknet-io/starknet.js/blob/develop/src/global/constants.ts)
+
+```ts
+ logLevel: 'INFO', // verbosity levels of the system logger, more details under logger
+ accountTxVersion: ETransactionVersion.V2, // by default use V2 transactions in Account class instances
+ legacyMode: false, // enable legacy transaction types (note: this could break the code depending on the Starknet version used by the network)
+```
+
+## Logger
+
+Logger is a singleton object through which the Starknet.js logs are managed.
+
+Supported log levels:
+
+| | | |
+| :-----: | --- | ----------------------------- |
+| `DEBUG` | 5 | show all logs |
+| `INFO` | 4 | show INFO, WARN, ERROR, FATAL |
+| `WARN` | 3 | show WARN, ERROR, FATAL |
+| `ERROR` | 2 | show ERROR, FATAL |
+| `FATAL` | 1 | show only FATAL |
+| `OFF` | 0 | disable logs |
+
+```ts
+import { logger } from 'starknet';
+
+// set custom log level (can also be done using global config)
+logger.setLogLevel('WARN');
+
+// get current log level
+logger.getLogLevel();
+
+// get a list of all verbosity modes that would be displayed with the current log level
+logger.getEnabledLogLevels();
+```
+
+Developers can also use it to add custom logs.
+
+```ts
+import { logger } from 'starknet';
+
+logger.debug('Debug message', additionalDataObject);
+logger.info('Info message', additionalDataObject);
+logger.warn('Warn message', additionalDataObject);
+logger.error('Error message', additionalDataObject);
+logger.fatal('Fatal message', additionalDataObject);
+```
diff --git a/www/versioned_docs/version-6.24.1/guides/connect_account.md b/www/versioned_docs/version-6.24.1/guides/connect_account.md
new file mode 100644
index 000000000..fa775c329
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/connect_account.md
@@ -0,0 +1,88 @@
+---
+sidebar_position: 4
+---
+
+# 🔌 Connect to an existing account
+
+Once your provider is initialized, you can connect an existing account.
+
+You need 2 pieces of data:
+
+- the address of the account
+- the private key of this account
+
+```typescript
+import { Account, RpcProvider } from 'starknet';
+```
+
+## Connect to a pre-deployed account in Starknet-devnet-rs
+
+When you launch starknet-devnet-rs, 10 accounts are pre-deployed with 100 dummy ETH in each.
+
+Addresses and private keys are displayed on the console at initialization.
+
+> This data will change at each launch, so to freeze them, launch with: `cargo run --release -- --seed 0`.
+
+The result for `account #0`:
+
+```text
+Address : 0x64b48806902a367c8598f4f95c305e8c1a1acba5f082d294a43793113115691
+Private key: 0x71d7bb07b9a64f6f78ac4c816aff4da9
+Public key : 0x7e52885445756b313ea16849145363ccb73fb4ab0440dbac333cf9d13de82b9
+```
+
+Then you can use this code:
+
+```typescript
+// initialize provider
+const provider = new RpcProvider({ nodeUrl: 'http://127.0.0.1:5050/rpc' });
+// initialize existing pre-deployed account 0 of Devnet
+const privateKey = '0x71d7bb07b9a64f6f78ac4c816aff4da9';
+const accountAddress = '0x64b48806902a367c8598f4f95c305e8c1a1acba5f082d294a43793113115691';
+
+const account = new Account(provider, accountAddress, privateKey);
+```
+
+Your account is now connected, and you can use it.
+
+```typescript
+const account = new Account(provider, accountAddress, privateKey);
+```
+
+> Take care that this added parameter is a string, NOT a number.
+
+## 👛 Connect to an existing account (in any network)
+
+The code is the same, you just have to:
+
+- connect to the appropriate network.
+- use the address of this account (public data).
+- use the private key of this account (very sensitive data: your code MUST not disclose it).
+
+For example, to connect an existing account on testnet, with a private key stored in a .env non-archived file:
+
+```typescript
+import * as dotenv from 'dotenv';
+dotenv.config();
+
+// initialize provider
+const provider = new RpcProvider({ nodeUrl: `${myNodeUrl}` });
+// initialize existing account
+const privateKey = process.env.OZ_NEW_ACCOUNT_PRIVKEY;
+const accountAddress = '0x051158d244c7636dde39ec822873b29e6c9a758c6a9812d005b6287564908667';
+
+const account = new Account(provider, accountAddress, privateKey);
+```
+
+## Connect to an account that uses Ethereum signature
+
+As a consequence of account abstraction, you can find accounts that uses Ethereum signature logical.
+To connect to this type of account:
+
+```typescript
+const myEthPrivateKey = '0x525bc68475c0955fae83869beec0996114d4bb27b28b781ed2a20ef23121b8de';
+const myEthAccountAddressInStarknet =
+ '0x65a822fbee1ae79e898688b5a4282dc79e0042cbed12f6169937fddb4c26641';
+const myEthSigner = new EthSigner(myEthPrivateKey);
+const myEthAccount = new Account(provider, myEthAccountAddressInStarknet, myEthSigner);
+```
diff --git a/www/versioned_docs/version-6.24.1/guides/connect_contract.md b/www/versioned_docs/version-6.24.1/guides/connect_contract.md
new file mode 100644
index 000000000..fd5921070
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/connect_contract.md
@@ -0,0 +1,59 @@
+---
+sidebar_position: 5
+---
+
+# 🔌 Connect a deployed contract
+
+Once your provider is initialized, you can connect a contract already deployed in the network.
+
+You need 2 pieces of data:
+
+- the address of the contract
+- the ABI file of the contract (or the compiled/compressed contract file, that includes the abi)
+
+> If you don't have the abi file, the `provider.getClassAt()` and `provider.getClassByHash()` commands will recover the compressed contract file. As these methods generate a significant workload for the sequencer/node, it's recommended to store the result on your computer to be able to reuse it later without using the provider each time:
+
+```typescript
+import fs from 'fs';
+
+const compressedContract = await provider.getClassAt(addrContract);
+fs.writeFileSync('./myAbi.json', json.stringify(compressedContract.abi, undefined, 2));
+```
+
+> When possible, prefer to read the compiled contract from a local Json file, as it's much more faster, using the `json.parse` util provided by Starknet.js, as shown below.
+
+## Get the abi from a compiled/compressed file
+
+```typescript
+import { RpcProvider, Contract, json } from 'starknet';
+```
+
+If you have the compiled/compressed file of the contract, use this code to recover all data, including the ABI:
+
+```typescript
+const compiledContract = json.parse(
+ fs.readFileSync('./compiledContracts/test.json').toString('ascii')
+);
+```
+
+> Note the `json.parse` util provided by Starknet.js
+
+## Connect to the contract
+
+```typescript
+// initialize provider
+const provider = new RpcProvider({ nodeUrl: `${myNodeUrl}` });
+
+// initialize deployed contract
+const testAddress = '0x7667469b8e93faa642573078b6bf8c790d3a6184b2a1bb39c5c923a732862e1';
+const compiledTest = json.parse(fs.readFileSync('./compiledContracts/test.json').toString('ascii'));
+
+// connect the contract
+const myTestContract = new Contract(compiledTest.abi, testAddress, provider);
+```
+
+## Typechecking and autocompletion
+
+If you want to have typechecking and autocompletion for your contracts functions calls and catch typing errors early, you can use Abiwan!
+
+See [this guide](./automatic_cairo_ABI_parsing.md) for more details.
diff --git a/www/versioned_docs/version-6.24.1/guides/connect_network.md b/www/versioned_docs/version-6.24.1/guides/connect_network.md
new file mode 100644
index 000000000..cb59f412c
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/connect_network.md
@@ -0,0 +1,218 @@
+---
+sidebar_position: 3
+---
+
+# RpcProvider object 🔌 connect to the network
+
+The first thing to do is to define with which network you want to interact.
+
+Then you need to select a node. A node is a safe way to connect with the Starknet blockchain. You can use:
+
+- a node supplied by a node provider - it can be free or not; it can have limitations or not; it can have WebSocket support or not.
+ > RPC node providers are for example Infura, Alchemy, Blast, Nethermind, Lava, Chainstack...
+- your own node, located on your local computer or in your local network.
+ > you can spin up your own node with Pathfinder, Juno, Papyrus, Deoxys, ...
+- a local development node, that simulates a Starknet network. Useful for devs to perform quick tests without spending precious fee token.
+ > Main development devnets are Starknet-devnet-rs, Madara, ...
+
+Each node is communicating with Starknet.js using a rpc specification. Most of the nodes are able to use 2 rpc spec versions.
+For example, this node is compatible with v0.6.0 & v0.7.0, using the following entry points :
+
+- "https://free-rpc.nethermind.io/sepolia-juno/v0_6"
+- "https://free-rpc.nethermind.io/sepolia-juno/v0_7"
+
+From rpc spec v0.5.0, you can request the rpc spec version that uses a node address :
+
+```typescript
+const resp = await myProvider.getSpecVersion();
+console.log('rpc version =', resp);
+// result : rpc version = 0.7.0
+```
+
+On Starknet.js side, you have to select the proper version, to be in accordance with the node you want to use :
+
+| Rpc spec version of your node | Starknet.js version to use |
+| :---------------------------: | ---------------------------- |
+| v0.4.0 | Starknet.js v5.21.1 |
+| v0.5.0 | Starknet.js v5.23.0 |
+| v0.5.1 | Starknet.js v5.29.0 & v6.1.0 |
+| v0.6.0 | Starknet.js v6.23.1 |
+| v0.7.1 | Starknet.js v6.23.1 |
+
+:::note
+Each Starknet.js version 6.x.x is compatible with 2 rpc spec versions, and recognize automatically the spec version if not provided.
+:::
+
+With the `RpcProvider` class, you define the Starknet Rpc node to use.
+
+```typescript
+import { RpcProvider } from 'starknet';
+```
+
+## Connect your DAPP to an RPC node provider
+
+### Default Rpc node
+
+If you don't want to use a specific node, or to handle an API key, you can use by default (using Rpc spec 0.7.0):
+
+```typescript
+const myProvider = new RpcProvider({ nodeUrl: constants.NetworkName.SN_SEPOLIA });
+const myProvider = new RpcProvider({ nodeUrl: constants.NetworkName.SN_MAIN });
+// or
+const myProvider = new RpcProvider(); // Sepolia
+```
+
+> when using this syntax, a random public node will be selected.
+
+Using a specific nodeUrl is the better approach, as such a node will have fewer limitations, the last version of software and will be less crowded.
+
+Some examples of RpcProvider instantiation to connect to RPC node providers:
+
+### Mainnet
+
+```typescript
+// Infura node rpc 0.5.1 for Mainnet:
+const providerInfuraMainnet = new RpcProvider({
+ nodeUrl: 'https://starknet-mainnet.infura.io/v3/' + infuraKey,
+});
+// Blast node rpc 0.7.0 for Mainnet (0.4, 0.5 & 0_6 also available):
+const providerBlastMainnet = new RpcProvider({
+ nodeUrl: 'https://starknet-mainnet.blastapi.io/' + blastKey + '/rpc/v0_7',
+});
+// Lava node rpc 0.6.0 for Mainnet:
+const providerMainnetLava = new RpcProvider({
+ nodeUrl: 'https://g.w.lavanet.xyz:443/gateway/strk/rpc-http/' + lavaMainnetKey,
+});
+// Alchemy node rpc 0.6.0 for Mainnet:
+const providerAlchemyMainnet = new RpcProvider({
+ nodeUrl: 'https://starknet-mainnet.g.alchemy.com/starknet/version/rpc/v0_6/' + alchemyKey,
+});
+// Public Nethermind node rpc 0.7.0 for Mainnet (0_6 also available):
+const providerMainnetNethermindPublic = new RpcProvider({
+ nodeUrl: 'https://free-rpc.nethermind.io/mainnet-juno/v0_7',
+});
+// Public Blast node rpc 0.7.0 for Mainnet (0.4, 0.5 & 0_6 also available) :
+const providerBlastMainnet = new RpcProvider({
+ nodeUrl: 'https://starknet-mainnet.public.blastapi.io/rpc/v0_7',
+});
+// Public Lava node rpc 0.6.0 for Mainnet:
+const providerLavaMainnet = new RpcProvider({
+ nodeUrl: 'https://json-rpc.starknet-mainnet.public.lavanet.xyz',
+});
+```
+
+> Take care to safely manage your API key. It's a confidential item!
+
+### Goerli Testnet
+
+:::info
+The Goerli testnet is no more in service.
+:::
+
+### Sepolia Testnet
+
+```typescript
+// Infura node rpc 0.5.1 for Sepolia Testnet :
+const providerInfuraSepoliaTestnet = new RpcProvider({
+ nodeUrl: 'https://starknet-sepolia.infura.io/v3/' + infuraKey,
+});
+// Public Nethermind node rpc 0.7.0 for Sepolia Testnet (0_6 also available) :
+const providerSepoliaTestnetNethermindPublic = new RpcProvider({
+ nodeUrl: 'https://free-rpc.nethermind.io/sepolia-juno/v0_7',
+});
+// Public Blast node rpc 0.7.0 for Sepolia Testnet (0_6 also available) :
+const providerSepoliaTestnetBlastPublic = new RpcProvider({
+ nodeUrl: 'https://starknet-sepolia.public.blastapi.io/rpc/v0_7',
+});
+```
+
+## Connect to your own node
+
+### Pathfinder
+
+For a local [Pathfinder](https://github.com/eqlabs/pathfinder) node:
+
+```typescript
+const provider = new RpcProvider({ nodeUrl: '127.0.0.1:9545/rpc/v0_7' });
+```
+
+Your node can be located in your local network (example: Pathfinder node running on a computer in your network, launched with this additional option: `--http-rpc 0.0.0.0:9545`).
+You can connect with:
+
+```typescript
+const provider = new RpcProvider({ nodeUrl: '192.168.1.99:9545/rpc/v0_7' });
+```
+
+### Juno
+
+For a local [Juno](https://github.com/NethermindEth/juno) node initialize the provider with:
+
+```typescript
+const provider = new RpcProvider({ nodeUrl: 'http://127.0.0.1:6060/v0_7' });
+```
+
+> If Juno is running on a separate computer in your local network, don't forget to add the option `--http-host 0.0.0.0` when launching Juno.
+
+## Devnet
+
+Example of a connection to a local development node (rpc 0.7.0), with Starknet-devnet-rs v0.0.6:
+
+```typescript
+const provider = new RpcProvider({ nodeUrl: 'http://127.0.0.1:5050/rpc' });
+```
+
+> If you have customized host and port during starknet-devnet initialization, adapt in accordance your script.
+
+## Batch JSON-RPC
+
+The BatchClient class allows requests to be batched together in a single HTTP request, either by the interval amount or at the end of the callback queue if the batch is set to 0. By batching requests, we can reduce the overhead associated with handling individual requests.
+
+#### Example of usage with RpcProvider
+
+```typescript
+const myBatchProvider = new RpcProvider({
+ batch: 0,
+});
+
+const [getBlockResponse, blockHashAndNumber, txCount] = await Promise.all([
+ myBatchProvider.getBlock(),
+ myBatchProvider.getBlockLatestAccepted(),
+ myBatchProvider.getBlockTransactionCount('latest'),
+]);
+
+// ... usage of getBlockResponse, blockHashAndNumber, txCount
+```
+
+#### Example of direct usage of underlying BatchClient class
+
+```typescript
+const provider = new RpcProvider();
+
+const batchClient = new BatchClient({
+ nodeUrl: provider.channel.nodeUrl,
+ headers: provider.channel.headers,
+ interval: 0,
+});
+
+const [getBlockResponse, blockHashAndNumber, txCount] = await Promise.all([
+ batchClient.getBlock(),
+ batchClient.getBlockLatestAccepted(),
+ batchClient.getBlockTransactionCount('latest'),
+]);
+
+// ... usage of getBlockResponse, blockHashAndNumber, txCount
+```
+
+## Error handling
+
+The [Starknet RPC specification](https://github.com/starkware-libs/starknet-specs) defines a set of possible errors that the RPC endpoints could return for various scenarios. If such errors arise `starknet.js` represents them with the corresponding [RpcError](../API/classes/RpcError) class where the endpoint error response information is contained within the `baseError` property. Also of note is that the class has an `isType` convenience method that verifies the base error type as shown in the example below.
+
+#### Example
+
+```typescript
+try {
+ ...
+} catch (error) {
+ if (error instanceof RpcError && error.isType('UNEXPECTED_ERROR')) { ... }
+}
+```
diff --git a/www/versioned_docs/version-6.24.1/guides/create_account.md b/www/versioned_docs/version-6.24.1/guides/create_account.md
new file mode 100644
index 000000000..03bae01e6
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/create_account.md
@@ -0,0 +1,391 @@
+---
+sidebar_position: 8
+---
+
+# Create an account
+
+Since there are no Externally Owned Accounts (EOA) in Starknet, all Accounts in Starknet are contracts.
+
+Unlike in Ethereum where a wallet is created with a public and private key pair, Starknet Accounts are the only way to sign transactions and messages and verify signatures. Therefore an Account - Contract interface is needed.
+
+Account contracts on Starknet cannot be deployed without paying a fee.
+Creating an account is a bit tricky; you have several steps:
+
+1. Decide on your account type (OpenZeppelin, ArgentX, Braavos, ...).
+2. Compute the address of your future account.
+3. Send funds to this pre-computed address. The funds will be used to pay for the account contract deployment and remains will fund the new account.
+4. Actual deployment of the Account
+
+## Create an OZ (Open Zeppelin) account
+
+Here, we will create a wallet with the Open Zeppelin smart contract v0.8.1. The contract class is already implemented in Testnet.
+This contract is coded in Cairo 1.
+
+```typescript
+import { Account, constants, ec, json, stark, RpcProvider, hash, CallData } from 'starknet';
+```
+
+### Compute address
+
+```typescript
+// connect provider (Mainnet or Sepolia)
+const provider = new RpcProvider({ nodeUrl: `${myNodeUrl}` });
+
+// new Open Zeppelin account v0.8.1
+// Generate public and private key pair.
+const privateKey = stark.randomAddress();
+console.log('New OZ account:\nprivateKey=', privateKey);
+const starkKeyPub = ec.starkCurve.getStarkKey(privateKey);
+console.log('publicKey=', starkKeyPub);
+
+const OZaccountClassHash = '0x061dac032f228abef9c6626f995015233097ae253a7f72d68552db02f2971b8f';
+// Calculate future address of the account
+const OZaccountConstructorCallData = CallData.compile({ publicKey: starkKeyPub });
+const OZcontractAddress = hash.calculateContractAddressFromHash(
+ starkKeyPub,
+ OZaccountClassHash,
+ OZaccountConstructorCallData,
+ 0
+);
+console.log('Precalculated account address=', OZcontractAddress);
+```
+
+If you want a specific private key, replace `stark.randomAddress`()` with your choice.
+
+Then you have to fund this address!
+
+How to proceed is out of the scope of this guide, but you can for example:
+
+- Transfer ETH from another wallet.
+- Bridge ETH to this Starknet address.
+- Use a faucet. (https://starknet-faucet.vercel.app/)
+- Mint ETH on starknet-devnet-rs, like so:
+
+```bash
+// ETH
+curl -X POST http://127.0.0.1:5050/mint -d '{"address":"0x04a093c37ab61065d001550089b1089922212c60b34e662bb14f2f91faee2979","amount":50000000000000000000}' -H "Content-Type:application/json"
+// STRK
+curl -X POST http://127.0.0.1:5050/mint -d '{"address":"0x04a093c37ab61065d001550089b1089922212c60b34e662bb14f2f91faee2979","amount":50000000000000000000,"unit":"FRI"}' -H "Content-Type:application/json"
+```
+
+### Deployment of the new account
+
+If you have sent enough funds to this new address, you can go forward to the final step:
+
+```typescript
+const OZaccount = new Account(provider, OZcontractAddress, privateKey);
+
+const { transaction_hash, contract_address } = await OZaccount.deployAccount({
+ classHash: OZaccountClassHash,
+ constructorCalldata: OZaccountConstructorCallData,
+ addressSalt: starkKeyPub,
+});
+
+await provider.waitForTransaction(transaction_hash);
+console.log('✅ New OpenZeppelin account created.\n address =', contract_address);
+```
+
+## Create an Argent account
+
+Here, we will create a wallet with the Argent smart contract v0.4.0. The contract class is already implemented in the networks.
+
+```typescript
+import {
+ Account,
+ ec,
+ json,
+ stark,
+ RpcProvider,
+ hash,
+ CallData,
+ CairoOption,
+ CairoOptionVariant,
+ CairoCustomEnum,
+} from 'starknet';
+```
+
+### Compute address
+
+```typescript
+// connect provider
+const provider = new RpcProvider({ nodeUrl: `${myNodeUrl}` });
+
+//new Argent X account v0.4.0
+const argentXaccountClassHash =
+ '0x036078334509b514626504edc9fb252328d1a240e4e948bef8d0c08dff45927f';
+
+// Generate public and private key pair.
+const privateKeyAX = stark.randomAddress();
+console.log('AX_ACCOUNT_PRIVATE_KEY=', privateKeyAX);
+const starkKeyPubAX = ec.starkCurve.getStarkKey(privateKeyAX);
+console.log('AX_ACCOUNT_PUBLIC_KEY=', starkKeyPubAX);
+
+// Calculate future address of the ArgentX account
+const axSigner = new CairoCustomEnum({ Starknet: { pubkey: starkKeyPubAX } });
+const axGuardian = new CairoOption(CairoOptionVariant.None);
+const AXConstructorCallData = CallData.compile({
+ owner: axSigner,
+ guardian: axGuardian,
+});
+const AXcontractAddress = hash.calculateContractAddressFromHash(
+ starkKeyPubAX,
+ argentXaccountClassHash,
+ AXConstructorCallData,
+ 0
+);
+console.log('Precalculated account address=', AXcontractAddress);
+```
+
+If you want a specific private key, replace `stark.randomAddress()` with a value of your choice.
+
+Then you have to fund this address.
+
+### Deployment of the new account
+
+If you have sent enough funds to this new address, you can go forward to the final step:
+
+```typescript
+const accountAX = new Account(provider, AXcontractAddress, privateKeyAX);
+
+const deployAccountPayload = {
+ classHash: argentXaccountClassHash,
+ constructorCalldata: AXConstructorCallData,
+ contractAddress: AXcontractAddress,
+ addressSalt: starkKeyPubAX,
+};
+
+const { transaction_hash: AXdAth, contract_address: AXcontractFinalAddress } =
+ await accountAX.deployAccount(deployAccountPayload);
+console.log('✅ ArgentX wallet deployed at:', AXcontractFinalAddress);
+```
+
+## Create a Braavos account
+
+More complicated, a Braavos account needs a proxy and a specific signature. Starknet.js is handling only Starknet standard signatures; so we need extra code to handle this specific signature for account creation. These nearly 200 lines of code are not displayed here but are available in a module [here](./doc_scripts/deployBraavos.ts).
+
+We will deploy hereunder a Braavos account in devnet. So launch starknet-devnet with these parameters:
+
+```bash
+starknet-devnet --seed 0 --fork-network 'https://free-rpc.nethermind.io/sepolia-juno/v0_7'
+```
+
+Initialization:
+
+```typescript
+import { RpcProvider, Account, num, stark } from 'starknet';
+import {
+ calculateAddressBraavos,
+ deployBraavosAccount,
+ estimateBraavosAccountDeployFee,
+} from './deployBraavos';
+import axios from 'axios';
+```
+
+If you want to create the private key, for example with a random number:
+
+```typescript
+const privateKeyBraavos = stark.randomAddress();
+```
+
+If you want to use a private key generated by your browser wallet, create a new account (without deploying it), then copy/paste the account private key (it's useless to copy the public key).
+
+```typescript
+const privateKeyBraavos = '0x02e8....e12';
+```
+
+### Compute address
+
+```typescript
+// initialize provider
+const providerDevnet = new RpcProvider({ nodeUrl: `${myNodeUrl}` });
+// address
+const BraavosProxyAddress = calculateAddressBraavos(privateKeyBraavos);
+console.log('Calculated account address=', BraavosProxyAddress);
+```
+
+### Estimate fees
+
+```typescript
+// estimate fees
+const estimatedFee = await estimateBraavosAccountDeployFee(privateKeyBraavos, providerDevnet);
+console.log('calculated fee =', estimatedFee);
+```
+
+### Deploy account
+
+```typescript
+// fund account address before account creation (easy in devnet)
+const { data: answer } = await axios.post(
+ 'http://127.0.0.1:5050/mint',
+ {
+ address: BraavosProxyAddress,
+ amount: 10_000_000_000_000_000_000,
+ },
+ { headers: { 'Content-Type': 'application/json' } }
+);
+console.log('Answer mint =', answer); // 10 ETH
+
+// deploy Braavos account
+const { transaction_hash, contract_address: BraavosAccountFinalAddress } =
+ await deployBraavosAccount(privateKeyBraavos, providerDevnet, estimatedFee);
+// estimatedFee is optional
+console.log('Transaction hash =', transaction_hash);
+await providerDevnet.waitForTransaction(transaction_hash);
+console.log('✅ Braavos wallet deployed at', BraavosAccountFinalAddress);
+```
+
+The computed address has been funded automatically by minting a new dummy ETH in Starknet devnet!
+
+## Create an Ethereum account
+
+Thanks to account abstraction, you can create an account in Starknet that holds the cryptographic logic of an Ethereum account. This way, you can use Ethereum private and public keys!
+OpenZeppelin has released an account contract for such an Ethereum account.
+
+Below is an example of account creation in Sepolia Testnet.
+
+### Compute address
+
+```typescript
+const privateKeyETH = '0x45397ee6ca34cb49060f1c303c6cb7ee2d6123e617601ef3e31ccf7bf5bef1f9';
+const ethSigner = new EthSigner(privateKeyETH);
+const ethFullPublicKey = await ethSigner.getPubKey();
+const accountEthClassHash = '0x23e416842ca96b1f7067693892ed00881d97a4b0d9a4c793b75cb887944d98d';
+const myCallData = new CallData(ethAccountAbi);
+const accountETHconstructorCalldata = myCallData.compile('constructor', {
+ public_key: ethFullPublicKey,
+});
+const salt = '0x12345'; // or lower felt of public key X part
+const contractETHaddress = hash.calculateContractAddressFromHash(
+ salt,
+ accountEthClassHash,
+ accountETHconstructorCalldata,
+ 0
+);
+console.log('Pre-calculated ETH account address =', contractETHaddress);
+```
+
+> If you need a random Ethereum private key:
+>
+> ```typescript
+> const myPrivateKey = eth.ethRandomPrivateKey();
+> ```
+
+Then you have to fund this address.
+
+### Deployment of the new account
+
+If you have sent enough funds to this new address, you can go forward to the final step:
+
+```typescript
+const ethAccount = new Account(provider, contractETHaddress, ethSigner);
+const deployPayload = {
+ classHash: accountEthClassHash,
+ constructorCalldata: accountETHconstructorCalldata,
+ addressSalt: salt,
+};
+const { suggestedMaxFee: feeDeploy } = await ethAccount.estimateAccountDeployFee(deployPayload);
+const { transaction_hash, contract_address } = await ethAccount.deployAccount(
+ deployPayload,
+ { maxFee: stark.estimatedFeeToMaxFee(feeDeploy, 100) }
+ // Extra fee to fund the validation of the transaction
+);
+await provider.waitForTransaction(transaction_hash);
+console.log('✅ New Ethereum account final address =', contract_address);
+```
+
+## Create your account abstraction
+
+You are not limited to these 3 contracts. You can create your own contract for the wallet. It's the concept of Account Abstraction.
+
+You can entirely customize the wallet - for example:
+
+- use a different concept of keys.
+
+- add a guardian to save your account.
+
+- have the possibility to transfer ownership of the wallet.
+
+- add some administrators or a super-administrator.
+
+- whitelist of addresses for transfer.
+
+- multisig.
+
+- delayed withdraw.
+
+The only limitation is your imagination...
+
+Here is an example of a customized wallet, including super administrator management, on a local starknet-devnet-rs:
+
+> launch `cargo run --release -- --seed 0` before using this script
+
+```typescript
+import { Account, ec, json, stark, RpcProvider, hash, CallData } from 'starknet';
+import fs from 'fs';
+import axios from 'axios';
+```
+
+```typescript
+// connect provider
+const provider = new RpcProvider({ network: 'http://127.0.0.1:5050/rpc' });
+
+// initialize existing pre-deployed account 0 of Devnet-rs
+const privateKey0 = '0x71d7bb07b9a64f6f78ac4c816aff4da9';
+const accountAddress0 = '0x64b48806902a367c8598f4f95c305e8c1a1acba5f082d294a43793113115691';
+const account0 = new Account(provider, accountAddress0, privateKey0);
+
+// new account abstraction
+// Generate public and private key pair.
+const AAprivateKey = stark.randomAddress();
+console.log('New account:\nprivateKey=', AAprivateKey);
+const AAstarkKeyPub = ec.starkCurve.getStarkKey(AAprivateKey);
+console.log('publicKey=', AAstarkKeyPub);
+
+// declare the contract
+const compiledAAaccount = json.parse(
+ fs
+ .readFileSync('./__mocks__/cairo/myAccountAbstraction/myAccountAbstraction.json')
+ .toString('ascii')
+);
+const { transaction_hash: declTH, class_hash: decCH } = await account0.declare({
+ contract: compiledAAaccount,
+});
+console.log('Customized account class hash =', decCH);
+await provider.waitForTransaction(declTH);
+
+// Calculate future address of the account
+const AAaccountConstructorCallData = CallData.compile({
+ super_admin_address: account0.address,
+ publicKey: AAstarkKeyPub,
+});
+const AAcontractAddress = hash.calculateContractAddressFromHash(
+ AAstarkKeyPub,
+ AAaccountClassHash,
+ AAaccountConstructorCallData,
+ 0
+);
+console.log('Precalculated account address=', AAcontractAddress);
+
+// fund account address before account creation
+const { data: answer } = await axios.post(
+ 'http://127.0.0.1:5050/mint',
+ { address: AAcontractAddress, amount: 50_000_000_000_000_000_000, lite: true },
+ { headers: { 'Content-Type': 'application/json' } }
+);
+console.log('Answer mint =', answer);
+
+// deploy account
+const AAaccount = new Account(provider, AAcontractAddress, AAprivateKey);
+const { transaction_hash, contract_address } = await AAaccount.deployAccount({
+ classHash: AAaccountClassHash,
+ constructorCalldata: AAaccountConstructorCallData,
+ addressSalt: AAstarkKeyPub,
+});
+await provider.waitForTransaction(transaction_hash);
+console.log('✅ New customized account created.\n address =', contract_address);
+```
+
+## Account update
+
+For ArgentX and Braavos wallets, if you have created the private key inside the browser wallet, necessary upgrades will be automatically managed in the wallet.
+However, if you have created the private key by yourself, it becomes your responsibility to update the account implementation class when it's necessary. It can be done with the `upgrade` function of the implementation class.
diff --git a/www/versioned_docs/version-6.24.1/guides/create_contract.md b/www/versioned_docs/version-6.24.1/guides/create_contract.md
new file mode 100644
index 000000000..6f826eacb
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/create_contract.md
@@ -0,0 +1,204 @@
+---
+sidebar_position: 7
+---
+
+# Create a new contract
+
+When you have compiled your new Cairo contract, you can deploy it in the network.
+
+In Starknet, a new contract has to be added in two phases:
+
+1. Create the contract class.
+2. Deploy an instance of the contract.
+
+> You must first declare your contract class and only then deploy a new instance of it!
+
+
+
+> Both declaration and deployment will cost fees. That's why these functions are methods of the `Account` object. The account should be funded enough to be able to process everything.
+
+- The contract class contains the logic of the contract. A contract class is identified by its Class Hash.
+- The contract instance contains the memory storage of this instance. A contract instance is identified by its contract address. You will interact with the contract instance by using this address.
+
+You will have only one Class Hash for one contract code, but you can have as many contract instances as you need.
+
+Other users of the network can use your declared contract. It means that if somebody has already declared a contract class (and paid this declaration), and if you would like to have your own instance of this contract, you have only to deploy (and pay) a new instance.
+
+Example: if you want an ERC20 contract, and somebody has already declared an ERC20 contract that conforms to your needs, you have just to deploy a new instance of this contract class.
+
+```typescript
+import { RpcProvider, Account, Contract, json, stark, uint256, shortString } from 'starknet';
+```
+
+## `declareAndDeploy()` your new contract
+
+Starknet.js proposes a function to perform both operations in one step: `declareAndDeploy()`.
+
+Here, to declare & deploy a `Test.cairo` smart contract, in devnet:
+
+```typescript
+// connect provider
+const provider = new RpcProvider({ baseUrl: 'http://127.0.0.1:5050/rpc' });
+// connect your account. To adapt to your own account:
+const privateKey0 = process.env.OZ_ACCOUNT_PRIVATE_KEY;
+const account0Address: string = '0x123....789';
+const account0 = new Account(provider, account0Address, privateKey0);
+
+// Declare & deploy Test contract in devnet
+const compiledTestSierra = json.parse(
+ fs.readFileSync('./compiledContracts/test.sierra').toString('ascii')
+);
+const compiledTestCasm = json.parse(
+ fs.readFileSync('./compiledContracts/test.casm').toString('ascii')
+);
+const deployResponse = await account0.declareAndDeploy({
+ contract: compiledTestSierra,
+ casm: compiledTestCasm,
+});
+
+// Connect the new contract instance:
+const myTestContract = new Contract(
+ compiledTestSierra.abi,
+ deployResponse.deploy.contract_address,
+ provider
+);
+console.log('Test Contract Class Hash =', deployResponse.declare.class_hash);
+console.log('✅ Test Contract connected at =', myTestContract.address);
+```
+
+## `deployContract()` for a new instance
+
+If the contract class is already declared, it's faster and cheaper: just use `deployContract()`.
+
+```typescript
+// connect provider
+const provider = new RpcProvider({ baseUrl: 'http://127.0.0.1:5050/rpc' });
+// connect your account. To adapt to your own account:
+const privateKey0 = process.env.OZ_ACCOUNT_PRIVATE_KEY;
+const account0Address: string = '0x123....789';
+
+const account0 = new Account(provider, account0Address, privateKey0);
+
+// Deploy Test contract in devnet
+// ClassHash of the already declared contract
+const testClassHash = '0xff0378becffa6ad51c67ac968948dbbd110b8a8550397cf17866afebc6c17d';
+
+const deployResponse = await account0.deployContract({ classHash: testClassHash });
+await provider.waitForTransaction(deployResponse.transaction_hash);
+
+// read abi of Test contract
+const { abi: testAbi } = await provider.getClassByHash(testClassHash);
+if (testAbi === undefined) {
+ throw new Error('no abi.');
+}
+
+// Connect the new contract instance:
+const myTestContract = new Contract(testAbi, deployResponse.contract_address, provider);
+console.log('✅ Test Contract connected at =', myTestContract.address);
+```
+
+## Construct the constructor
+
+If your contract has a constructor with inputs, you have to provide these inputs in the `deployContract` or `declareAndDeploy` commands.
+For example, with this contract constructor:
+
+```json
+ "name": "constructor",
+ "inputs": [
+ {
+ "name": "text",
+ "type": "core::felt252"
+ },
+ {
+ "name": "longText",
+ "type": "core::array::Array::"
+ },
+ {
+ "name": "array1",
+ "type": "core::array::Array::"
+ }
+ ],
+```
+
+You have several ways to define these inputs:
+
+### myCalldata.compile
+
+This is the recommended way to proceed:
+
+```typescript
+const myArray1: RawCalldata = ['0x0a', 24, 36n];
+const contractCallData: CallData = new CallData(compiledContractSierra.abi);
+const contractConstructor: Calldata = contractCallData.compile('constructor', {
+ text: 'niceToken',
+ longText: 'http://addressOfMyERC721pictures/image1.jpg',
+ array1: myArray1,
+});
+const deployResponse = await account0.deployContract({
+ classHash: contractClassHash,
+ constructorCalldata: contractConstructor,
+});
+```
+
+Starknet.js will perform a full verification of conformity with the abi. Properties can be unordered. Do not use properties for array_len, it will be handled automatically by Starknet.js.
+
+### CallData.compile
+
+For very simple constructors, you can use `CallData.compile`:
+
+```typescript
+const myArray1: RawCalldata = ['0x0a', 24, 36n];
+const contractConstructor: Calldata = CallData.compile({
+ text: 'niceToken',
+ longText: 'http://addressOfMyERC721pictures/image1.jpg', // for Cairo v2.4.0 onwards
+ array1: myArray1,
+});
+// with older Cairo, use: longText: shortString.splitLongString("http://addressOfMyERC721pictures/image1.jpg"),
+const deployResponse = await account0.deployContract({
+ classHash: contractClassHash,
+ constructorCalldata: contractConstructor,
+});
+```
+
+Properties have to be ordered in conformity with the abi.
+
+Even easier:
+
+```typescript
+const contractConstructor: Calldata = CallData.compile([
+ 'niceToken',
+ 'http://addressOfMyERC721pictures/image1.jpg',
+ myArray1,
+]); // for Cairo v2.4.0 onwards
+```
+
+## `declare()` for a new class
+
+If you want only declare a new Contract Class, use `declare()`.
+
+```typescript
+// connect provider
+const provider = new RpcProvider({ baseUrl: 'http://127.0.0.1:5050/rpc' });
+// connect your account. To adapt to your own account:
+const privateKey0 = process.env.OZ_ACCOUNT_PRIVATE_KEY;
+const account0Address: string = '0x123....789';
+
+const account0 = new Account(provider, account0Address, privateKey0);
+
+// Declare Test contract in devnet
+const compiledTestSierra = json.parse(
+ fs.readFileSync('./compiledContracts/test.sierra').toString('ascii')
+);
+const compiledTestCasm = json.parse(
+ fs.readFileSync('./compiledContracts/test.casm').toString('ascii')
+);
+const declareResponse = await account0.declare({
+ contract: compiledTestSierra,
+ casm: compiledTestCasm,
+});
+console.log('Test Contract declared with classHash =', declareResponse.class_hash);
+await provider.waitForTransaction(declareResponse.transaction_hash);
+console.log('✅ Test Completed.');
+```
+
+> If the class is already declared, `declare()` will fail. You can also use `declareIfNot()` to not fail in this case.
diff --git a/www/versioned_docs/version-6.24.1/guides/define_call_message.md b/www/versioned_docs/version-6.24.1/guides/define_call_message.md
new file mode 100644
index 000000000..6165c51a6
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/define_call_message.md
@@ -0,0 +1,647 @@
+---
+sidebar_position: 10
+---
+
+# Data transformation
+
+This guide is the most important of all this documentation. Take your time, and read it carefully...
+
+Cairo contracts and JavaScript/TypeScript languages do not have the same types of data. To exchange data with Starknet, the data have to be transformed and formatted in a list of numbers.
+
+So, it's necessary to prepare the data before sending them to a contract.
+On the other side, when a contract sends data to your DAPP (the result of a call), you also have to transform them before using them in your code.
+
+In Starknet.js, you can perform these transformations manually, but you can take advantage of methods that perform these transformations.
+
+## Types of data
+
+### Cairo
+
+Cairo has 2 versions, involving 2 types of data:
+
+- **Cairo 0**: here, everything is felt, an integer on 251 bits.
+ Available: array, struct, tuple, named tuple, or a mix of these elements.
+- **Cairo 1**: with plethora of literal types: u8, u16, u32, usize, u64, u96, u128, felt252, u256, bool, address, eth address, classHash.
+ Available: array, struct, tuple, bytes31, byteArray, enums or a mix of these elements.
+
+Starknet.js is compatible with both versions.
+
+### Starknet
+
+Starknet is waiting for a list of felts, and answers with the same format.
+
+### JavaScript / TypeScript
+
+These types do not exist in JS/TS - you have Number, bigInt, string, array, objects... and types defined in libraries.
+
+In Starknet.js, it's a bit ... complicated: you have the BigNumberish type and it can include:
+
+- String (representing a number): "123", "0xabc2"
+- Number (max 53 bits): 123
+- BigInt (max 255 bits): 12345612345n
+
+```typescript
+import { BigNumberish } from 'starknet';
+const decimals: BigNumberish = 18;
+```
+
+## Preparation of data before delivery
+
+If your Cairo smart contract is waiting for a:
+
+### felt, u8, u16, u32, usize, u64, u96, u128, felt252, ContractAddress, EthAddress, ClassHash
+
+Starknet is waiting for a felt.
+You can send to Starknet.js methods: bigNumberish.
+
+```typescript
+await myContract.my_function(12, '13', '0xe', 15n);
+```
+
+> `EthAddress` is limited to 160 bits.
+> `felt, felt252, ClassHash` and `ContractAddress` are limited to 252 bits.
+
+### bool
+
+Starknet is waiting for a felt, containing 0 or 1.
+You can send to Starknet.js methods: boolean, bigNumberish.
+
+```typescript
+await myContract.my_function(true, 1);
+```
+
+### u256
+
+Starknet is waiting for 2 felts, the first including the lowest 128 bits, the second including the 128 highest bits.
+You can send to Starknet.js methods: bigNumberish (Cairo 1 only), Uint256 object (both Cairo 0 & 1).
+
+```typescript
+await myContract0.my_function({ low: 100, high: 0 }); // Cairo 0 & 1 contract
+await myContract1.my_function(cairo.uint256(100)); // Cairo 0 & 1 contract
+await myContract2.my_function(12345678, '13456789765', '0xe23a40b543f', 1534566734334n); // Cairo 1 contract
+```
+
+In specific cases that we will see hereunder, you can use an object, with the following format:
+
+```typescript
+const a1: Uint256 = cairo.uint256(
+ '0x05f7cd1fd465baff2ba9d2d1501ad0a2eb5337d9a885be319366b5205a414fdd'
+);
+const a2: Uint256 = {
+ low: '0xeb5337d9a885be319366b5205a414fdd',
+ high: '0x05f7cd1fd465baff2ba9d2d1501ad0a2',
+};
+const a3: Uint256 = { low: a1.low, high: a1.high };
+```
+
+### u512
+
+Starknet is waiting for 4 u128, the first one has the lowest weight.
+You can send to Starknet.js methods: bigNumberish or Uint512 object.
+
+```typescript
+await myContract0.my_function(553844998243714947043252949842317834769n);
+await myContract1.my_function(
+ cairo.uint512(
+ '0xa9d2d1501ad0a2eb5337a9d2d1501ad0a2eb5337a9d2d1501ad0a2eb5337a9d2d1501ad0a2eb5337a9d2d1501ad0a2eb5337'
+ )
+);
+await myContract2.my_function(12345678, '13456789765', '0xe23a40b543f', 1534566734334n);
+```
+
+In specific cases, you can use an object, with the following format:
+
+```typescript
+const a2: Uint512 = {
+ limb0: '0xeb5337d9a885be310x9365205a414fdd',
+ limb1: '0x1fd465baff2ba9d2d1501ad0a2eb5337',
+ limb2: '0x05f7cd1fd465baff2ba9d2d1501ad0a2',
+ limb3: '0x2eb5337d9a885be319366b5205a414fd',
+};
+```
+
+### shortString or bytes31
+
+For a shortString, Starknet is waiting for a felt, including 31 ASCII characters max.
+You can send to Starknet.js methods: string, bigNumberish.
+
+bytes31 is similar to shortString.
+You can send to Starknet.js methods: string.
+
+```typescript
+await myContract.my_function('Token', '0x0x534e5f4d41494e'); // send 2 shortStrings
+```
+
+To encode yourself a string:
+
+```typescript
+const encStr: string = shortString.encodeShortString('Stark');
+```
+
+To decode yourself a string:
+
+```typescript
+const decStr: string = shortString.decodeShortString('0x7572692f706963742f7433382e6a7067');
+```
+
+The result is: "uri/pict/t38.jpg"
+
+### longString or ByteArray
+
+longString is a string that may contain more than 31 characters.
+Starknet is waiting for an array of felt: string_len, string1, string2, ...
+You can send to Starknet.js methods: string, bigNumberish[].
+
+ByteArray is similar to longString.
+Starknet is waiting for a specific struct.
+You can send to Starknet.js methods: string.
+
+```typescript
+await myContract.my_function('http://addressOfMyERC721pictures/image1.jpg');
+```
+
+To force to send a shortString as a ByteArray with `CallData.compile()`:
+
+```typescript
+const myCalldata = Calldata.compile([byteArray.byteArrayFromString('Take care.')]);
+```
+
+If you want to split yourself your longString in 31 chars substrings:
+
+```typescript
+const splitted: string[] = shortString.splitLongString(
+ 'http://addressOfMyERC721pictures/image1.jpg'
+);
+```
+
+If you want to split your longString in an array of felts:
+
+```typescript
+const longString: string[] = shortString
+ .splitLongString('http://addressOfMyERC721pictures/image1.jpg')
+ .map((str) => shortString.encodeShortString(str));
+```
+
+### tuple
+
+Starknet is waiting for a list of felts.
+You can send it to Starknet.js methods: `cairo.tuple()`, object.
+
+```typescript
+const myTpl = cairo.tuple('0x0a', 200);
+await myContract.my_function(myTpl);
+```
+
+To construct your tuple:
+
+```typescript
+const myTpl = { '0': '0x0a', '1': 200 };
+```
+
+### Named tuple
+
+:::warning Only for Cairo 0
+:::
+
+Starknet is waiting for a list of felts.
+You can send to Starknet.js methods: an object, `cairo.tuple()`, list of bigNumberish.
+From this ABI:
+
+```json
+{
+ "name": "data2",
+ "type": "(min: felt, max: felt)"
+}
+```
+
+You can create this code:
+
+```typescript
+const namedTup = { min: '0x4e65ac6', max: 296735486n };
+await myContract.my_function(namedTup);
+```
+
+:::tip
+It's not mandatory to create manually an object conform to the Cairo 0 named tuple ; you can just use the `cairo.tuple()` function.
+:::
+
+### Ethereum public key
+
+If your abi is requesting this type : `core::starknet::secp256k1::Secp256k1Point`, it means that you have probably to send an Ethereum full public key. Example :
+
+```json
+{
+ "type": "constructor",
+ "name": "constructor",
+ "inputs": [
+ {
+ "name": "public_key",
+ "type": "core::starknet::secp256k1::Secp256k1Point"
+ }
+ ]
+}
+```
+
+- If you are using a calldata construction method using the Abi, you have just to use a 512 bits number (so, without parity) :
+
+```typescript
+const privateKeyETH = '0x45397ee6ca34cb49060f1c303c6cb7ee2d6123e617601ef3e31ccf7bf5bef1f9';
+const ethSigner = new EthSigner(privateKeyETH);
+const ethFullPublicKey = await ethSigner.getPubKey(); // 512 bits number
+const myCallData = new CallData(ethAccountAbi);
+const accountETHconstructorCalldata = myCallData.compile('constructor', {
+ public_key: ethFullPublicKey,
+});
+```
+
+- If you are using a calldata construction method without the Abi, you have to send a tuple of 2 u256 :
+
+```typescript
+const ethFullPublicKey =
+ '0x0178bb97615b49070eefad71cb2f159392274404e41db748d9397147cb25cf597ebfcf2f399e635b72b99b8f76e9080763c65a42c842869815039d912150ddfe'; // 512 bits number
+const pubKeyETH = encode.addHexPrefix(encode.removeHexPrefix(ethFullPublicKey).padStart(128, '0'));
+const pubKeyETHx = cairo.uint256(addAddressPadding(encode.addHexPrefix(pubKeyETH.slice(2, -64))));
+const pubKeyETHy = cairo.uint256(addAddressPadding(encode.addHexPrefix(pubKeyETH.slice(-64))));
+const accountETHconstructorCalldata = CallData.compile([cairo.tuple(pubKeyETHx, pubKeyETHy)]);
+```
+
+### struct
+
+Starknet is waiting for a list of felts.
+You can send to Starknet.js methods: an object.
+
+```typescript
+const myStruct = { type: 'TR1POST', tries: 8, isBridged: true };
+await myContract.my_function(myStruct);
+```
+
+### array, span
+
+Starknet is waiting for an array of felts: array_len, array1, array2, ...
+You can send it to Starknet.js methods: bigNumberish[].
+
+```typescript
+Const myArray = [10, "0xaa", 567n];
+await myContract.my_function(myArray);
+```
+
+:::danger important
+Do not add the `array_len` parameter before your array. Starknet.js will manage this element automatically.
+:::
+
+> It's also applicable for Cairo `Span` type.
+
+### Fixed array
+
+Starknet type `[type_array; n]` is waiting for an array of `n` items of type `type_array`, without initial length parameter : item1, item2, ...
+You can send it to Starknet.js the same way than arrays & spans: bigNumberish[].
+
+```typescript
+// for Cairo type [core::integer::u32; 4]
+Const myArray = [10, 123, 345, 12];
+await myContract.my_function(myArray);
+```
+
+:::caution
+The fixed arrays are automatically handled only by the functions that uses the contract ABI. So, when using `CallData.compile()`, you have to use the `CairoFixedArray` class:
+
+```typescript
+// for Cairo type [core::integer::u8; 3]
+const myArray = [1, 2, 3];
+const myCalldata = CallData.compile([CairoFixedArray.compile(myArray)]);
+```
+
+:::
+
+### Complex types
+
+You can mix and nest literals, arrays, structs, and tuples.
+
+Starknet is waiting for a list of felts.
+All these examples are valid:
+
+```typescript
+type Order2 = {
+ p1: BigNumberish;
+ p2: BigNumberish[];
+}; // struct
+const myOrder2: Order2 = {
+ p1: 17,
+ p2: [234, 467456745457n, '0x56ec'],
+};
+const param1 = cairo.tuple(cairo.tuple(34, '0x5e'), 234n);
+const param2 = [
+ [200, 201],
+ [202, 203],
+ [204, 205],
+];
+const param3 = [myOrder2, myOrder2];
+const param4 = [cairo.tuple(251, 40000n), cairo.tuple(252, 40001n)];
+await myContract.my_function(param1, param2, param3, param4);
+```
+
+## Authorized types for Starknet.js methods
+
+There are 12 methods using contract parameters. Some types are authorized for each method:
+
+### List of parameters
+
+Only meta-class methods are using a list of parameters (as illustrated in the previous chapter).
+A Meta-Class is a Class that has any of its properties determined at run-time. The Contract object uses a Contract's ABI to determine what methods are available.
+
+```typescript
+await myContract.my_function('TOKEN', '13', [10, 11, 12], 135438734812n);
+// or
+const functionName = 'my_function';
+await myContract[functionName]('TOKEN', '13', [10, 11, 12], 135438734812n);
+```
+
+### Array of parameters
+
+An array of parameters can be used as input:
+
+```typescript
+const myParams = [{ x: 100, y: 200 }, 13, [10, 11, 12], cairo.uint256('0x295fa652e32b')];
+const txResp = await account0.execute({
+ contractAddress: testAddress,
+ entrypoint: 'change_activity',
+ calldata: myParams,
+});
+```
+
+All Starknet.js methods accept this type of input, except meta-class, which needs 3 dots prefix:
+
+```typescript
+const myParams = ['TOKEN', '13', [10, 11, 12], 135438734812n];
+await myContract.my_function(...myParams);
+// or
+const functionName = 'my_function';
+await myContract[functionName](...myParams);
+```
+
+:::warning important
+Objects properties have to be ordered in accordance with the ABI.
+:::
+
+### Object (without ABI conformity check)
+
+The use of objects allows a clear representation of the list of parameters:
+
+```typescript
+const myParams = {
+ name: 'TOKEN',
+ decimals: '13',
+ amount: 135438734812n,
+};
+const deployResponse = await myAccount.deployContract({
+ classHash: contractClassHash,
+ constructorCalldata: myParams,
+});
+```
+
+This type is available for: `CallData.compile(), hash.calculateContractAddressFromHash, account.deployContract, account.deployAccount, account.execute`
+
+:::warning important
+Objects properties have to be ordered in accordance with the ABI.
+:::
+
+### Object (with ABI conformity check)
+
+This is the recommended type of input to use, especially for complex ABI.
+
+```typescript
+const myFalseUint256 = { high: 1, low: 23456 }; // wrong order; should be low first
+type Order2 = {
+ p1: BigNumberish;
+ p2: BigNumberish[];
+};
+const myOrder2bis: Order2 = {
+ // wrong order; p1 should be first
+ p2: [234, 467456745457n, '0x56ec'],
+ p1: '17',
+};
+const functionParameters: RawArgsObject = {
+ //wrong order; all properties are mixed
+ active: true,
+ symbol: 'NIT',
+ initial_supply: myFalseUint256,
+ recipient: account0.address,
+ decimals: 18,
+ tupOfTup: cairo.tuple(cairo.tuple(34, '0x5e'), myFalseUint256),
+ card: myOrder2bis,
+ longText: 'Zorg is back, for ever, here and everywhere',
+ array1: [100, 101, 102],
+ array2: [
+ [200, 201],
+ [202, 203],
+ [204, 205],
+ ],
+ array3: [myOrder2bis, myOrder2bis],
+ array4: [myFalseUint256, myFalseUint256],
+ tuple1: cairo.tuple(40000n, myOrder2bis, [54, 55n, '0xae'], 'texte'),
+ name: 'niceToken',
+ array5: [cairo.tuple(251, 40000n), cairo.tuple(252, 40001n)],
+};
+const contractCallData: CallData = new CallData(compiledContractSierra.abi);
+const myCalldata: Calldata = contractCallData.compile('constructor', functionParameters);
+const deployResponse = await account0.deployContract({
+ classHash: contractClassHash,
+ constructorCalldata: myCalldata,
+});
+// or
+const myCall: Call = myContract.populate('setup_elements', functionParameters);
+const tx = await account0.execute(myCall);
+// or
+const myCall: Call = myContract.populate('get_elements', functionParameters);
+const res = await myContract.get_elements(myCall.calldata);
+```
+
+It can be used only with methods that know the abi: `Contract.populate, myCallData.compile`.
+Starknet.js will perform a full check of conformity with the ABI of the contract, reorder the object's properties if necessary, stop if something is wrong or missing, remove not requested properties, and convert everything to Starknet format.
+Starknet.js will alert you earlier of errors in your parameters (with human comprehensible words), before the call to Starknet. So, no more incomprehensible Starknet messages due to parameters construction.
+
+If a property `array_len` has been added before an array, this property is ignored as it's automatically managed by Starknet.js.
+
+### Call, or Call[]
+
+A Call is an object with this format:
+
+```typescript
+type Call = {
+ contractAddress: string;
+ entrypoint: string;
+ calldata?: RawArgs;
+};
+```
+
+...and is only authorized with `Account.execute `. It can be generated manually or by `Contract.populate()`:
+
+```typescript
+const myCall: Call = myContract.populate('get_component', [100, recipient]);
+// or
+const myCall: Call = {
+ contractAddress: tokenContract.address,
+ entrypoint: 'get_component',
+ calldata: CallData.compile([100, recipient]),
+};
+
+const tx = await account0.execute(myCall);
+```
+
+It's particularly interesting when you want to invoke a function several times in the same transaction:
+
+```typescript
+const myCall1: Call = myContract.populate('mint', { type: 7, qty: 10 });
+const myCall2: Call = myContract.populate('mint', { type: 21, qty: 3 });
+const myCall3: Call = myContract.populate('mint', { type: 2, qty: 1 });
+const tx = await account0.execute([myCall1, myCall2, myCall3]);
+```
+
+### Array of strings (representing numbers)
+
+This type is particularly useful when you need the maximum performance and speed in your code; You have no automatic transformation, no checks with ABI, and no parsing.
+
+You provide to starknet.js the low-level data expected by Starknet:
+
+```typescript
+const specialParameters: Calldata = [
+ '2036735872918048433518',
+ '5130580',
+ '18',
+ '23456',
+ '1',
+ '17',
+ '3',
+ '234',
+ '467456745457',
+ '22252',
+];
+const getResponse = await myAccount.get_bal(specialParameters, { parseRequest: false });
+```
+
+To use with `parseRequest: false` (see hereunder).
+
+### Summary table for arguments
+
+These types of arguments can't be used at your convenience everywhere. Here is a table showing which types can be used in which function:
+
+| Function | array of parameters | ordered object | non ordered object | Call & MultiCall | list of parameters | array of strings (\*) | array of strings (\*\*) |
+| ----------------------------------------------------------: | :-----------------: | :-------------: | :----------------: | :--------------------------: | :----------------: | :-------------------: | :---------------------: |
+| **TypeScript type** | N/A | {} RawArgsArray | {} RawArgsObject | Call & Call[] | ...[] | string[] | string[] |
+| contract.metaClass() contract\[metaclass]() | | | | | ✔️ | ✔️ | ✔️ |
+| contract.call / contract.invoke | ✔️ | | | | | ✔️ | ✔️ |
+| account.execute
(with 3 params, incl. calldata) |
✔️ |
✔️ | | ✔️
| | |
✔️ |
+| account.deployContract / Account | ✔️ | ✔️ | | | | | ✔️ |
+| account.declareAndDeploy | ✔️ | ✔️ | | | | | ✔️ |
+| CallData.compile | ✔️ | ✔️ | | | | | ✔️ |
+| myCallData.compile | ✔️ | ✔️ | ✔️ | | | | ✔️ |
+| Contract.populate | ✔️ | ✔️ | ✔️ | | | | ✔️ |
+| hash. calculateContract AddressFromHash | ✔️ | ✔️ | | | | | ✔️ |
+
+> (\*) = with `parseRequest: false`
+> (\*\*) = result of `Calldata.compile, myCallData.compile, myContract.populate().calldata`
+
+## Receive data from a Cairo contract
+
+When you perform a call, the result depends on the contract language:
+
+- In Cairo 0, the answer is an object, with keys using the Cairo variable's names.
+
+Example:
+
+```typescript
+const res=myContract.call(...);
+const amount = res.amount;
+```
+
+- In Cairo 1, the result is a variable:
+
+```typescript
+const amount = myContract.call(...);
+```
+
+| Type in Cairo 1 | Cairo 1 code | Type expected in JS/TS | JS/TS function to recover data |
+| -------------------------------------------------------------- | ----------------------------------------- | --------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| u8, u16, u32, usize, u64, u96, u128, felt252, address | `func get_v()->u128` | bigint | `const res: bigint = myContract.call(...` |
+| | | string representing an hex number | `const res=myContract.call(...`
`const address: string = num.toHex(res);` |
+| u8, u16, u32, usize | `func get_v() -> u16` | number (53 bits max) | `const res=myContract.call(...`
`const total: number = Number(res)` |
+| u256 (255 bits max) | `func get_v() -> u256` | bigint | `const res: bigint = myContract.call(...` |
+| u512 (512 bits max) | `func get_v() -> u512` | bigint | `const res: bigint = myContract.call(...` |
+| array of u8, u16, u32, usize, u64, u96, u128, felt252, address | `func get_v() -> Array` | bigint[] | `const res: bigint[] = myContract.call(...` |
+| fixed array of single type items | `func get_v() -> [core::integer::u32; 8]` | bigint[] | `const res = (await myContract.call(...)) as bigint[]` |
+| bytes31 (31 ASCII characters max) | `func get_v() -> bytes31` | string | `const res: string = myContract.call(...` |
+| felt252 (31 ASCII characters max) | `func get_v() -> felt252` | string | `const res = myContract.call(...`
`const title:string = shortString.decodeShortstring(res);` |
+| longString | `func get_v() -> Array` | string | `const res=myContract.call(...`
`const longString = res.map( (shortStr: bigint) => { return shortString.decodeShortString( num.toHex( shortStr)) }).join("");` |
+| ByteArray | `func get_v() -> ByteArray` | string | `const res: string = myContract.call(...` |
+| Tuple | `func get_v() -> (felt252, u8)` | Object {"0": bigint, "1": bigint} | `const res = myContract.call(...`
`const res0: bigint = res["0"];`
`const results: bigint[] = Object.values(res)` |
+| Struct | ` func get_v() -> MyStruct` | MyStruct = { account: bigint, amount: bigint} | `const res: MyStruct = myContract.call(...` |
+| complex array | `func get_v() -> Array` | MyStruct[] | `const res: MyStruct[] = myContract.call(...` |
+
+If you don't know if your Contract object is interacting with a Cairo 0 or a Cairo 1 contract, you have these methods:
+
+```typescript
+import { cairo } from 'starknet';
+const isCairo1: boolean = myContract.isCairo1();
+const isAbiCairo1: boolean = cairo.isCairo1Abi(myAbi);
+```
+
+## Parse configuration
+
+### parseRequest
+
+If for any reason (mainly for speed of processing), you want to define yourself the low-level parameters to send to Starknet, you can use the `parseRequest` option.
+Parameters are an array of strings (representing numbers).
+
+```typescript
+const txH = await myContract.send_tk(['2036735872918048433518', '5130580', '18'], {
+ parseRequest: false,
+});
+```
+
+### parseResponse
+
+If for any reason, you want to receive a low-level answer from Starknet, you can use the parseResponse option.
+
+```typescript
+const result = await myContract.call('get_bals', 100n, { parseResponse: false });
+```
+
+The answer is an array of strings (representing numbers).
+
+### formatResponse
+
+As seen above, the strings returned by Starknet are not automatically parsed, because ABI does not inform when a contract returns a string.
+But there is a way to have automatic parsing of a string.
+
+For example, if a contract returns a struct containing a shortString and a longString:
+
+```typescript
+{ name: felt252, description: Array }
+```
+
+You can automate the string parsing with:
+
+```typescript
+const formatAnswer = { name: 'string', description: 'string' };
+const result = await myContract.get_text(calldata, {
+ parseRequest: true,
+ parseResponse: true,
+ formatResponse: formatAnswer,
+});
+```
+
+The result will be an object, with 2 strings:
+
+```typescript
+{ name: "Organic", description: "The best way to read a long string!!!" }
+```
+
+## Tool to learn how to encode/decode
+
+A DAPP has been created to learn how to encode/decode with Starknet.js : **Startnet-encode-decode**.
+It's also a convenient tool for the exploration of any contract ABI.
+
+
+Follow these links :
+DAPP : https://starknet-encode-decode.vercel.app/
+Tuto : https://github.com/PhilippeR26/starknet-encode-decode/blob/main/tuto.md
diff --git a/www/versioned_docs/version-6.24.1/guides/doc_scripts/deployBraavos.ts b/www/versioned_docs/version-6.24.1/guides/doc_scripts/deployBraavos.ts
new file mode 100644
index 000000000..0848be974
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/doc_scripts/deployBraavos.ts
@@ -0,0 +1,197 @@
+// Collection of functions for Braavos account creation
+// coded with Starknet.js v5.11.1, 01/jun/2023
+
+import {
+ BigNumberish,
+ CairoVersion,
+ CallData,
+ Calldata,
+ DeployAccountContractPayload,
+ DeployAccountContractTransaction,
+ DeployContractResponse,
+ EstimateFeeDetails,
+ InvocationsSignerDetails,
+ RawCalldata,
+ RpcProvider,
+ constants,
+ ec,
+ hash,
+ num,
+ stark,
+} from 'starknet';
+
+const BraavosProxyClassHash: BigNumberish =
+ '0x03131fa018d520a037686ce3efddeab8f28895662f019ca3ca18a626650f7d1e';
+const BraavosInitialClassHash = '0x5aa23d5bb71ddaa783da7ea79d405315bafa7cf0387a74f4593578c3e9e6570';
+const BraavosAccountClassHash = '0x2c2b8f559e1221468140ad7b2352b1a5be32660d0bf1a3ae3a054a4ec5254e4'; // will probably change over time
+
+export function getBraavosSignature(
+ BraavosProxyAddress: BigNumberish,
+ BraavosProxyConstructorCallData: RawCalldata,
+ starkKeyPubBraavos: BigNumberish,
+ version: bigint,
+ max_fee: BigNumberish,
+ chainId: constants.StarknetChainId,
+ nonce: bigint,
+ privateKeyBraavos: BigNumberish
+): string[] {
+ const txnHash = hash.calculateDeployAccountTransactionHash(
+ BraavosProxyAddress,
+ BraavosProxyClassHash,
+ BraavosProxyConstructorCallData,
+ starkKeyPubBraavos,
+ version,
+ max_fee,
+ chainId,
+ nonce
+ );
+
+ const parsedOtherSigner = [0, 0, 0, 0, 0, 0, 0];
+ const { r, s } = ec.starkCurve.sign(
+ hash.computeHashOnElements([txnHash, BraavosAccountClassHash, ...parsedOtherSigner]),
+ num.toHex(privateKeyBraavos)
+ );
+ const signature = [
+ r.toString(),
+ s.toString(),
+ BraavosAccountClassHash.toString(),
+ ...parsedOtherSigner.map((e) => e.toString()),
+ ];
+ console.log('signature =', signature);
+ return signature;
+}
+
+const calcBraavosInit = (starkKeyPubBraavos: string) =>
+ CallData.compile({ public_key: starkKeyPubBraavos });
+const BraavosProxyConstructor = (BraavosInitializer: Calldata) =>
+ CallData.compile({
+ implementation_address: BraavosInitialClassHash,
+ initializer_selector: hash.getSelectorFromName('initializer'),
+ calldata: [...BraavosInitializer],
+ });
+
+export function calculateAddressBraavos(privateKeyBraavos: BigNumberish): string {
+ const starkKeyPubBraavos = ec.starkCurve.getStarkKey(num.toHex(privateKeyBraavos));
+ const BraavosInitializer = calcBraavosInit(starkKeyPubBraavos);
+ const BraavosProxyConstructorCallData = BraavosProxyConstructor(BraavosInitializer);
+
+ return hash.calculateContractAddressFromHash(
+ starkKeyPubBraavos,
+ BraavosProxyClassHash,
+ BraavosProxyConstructorCallData,
+ 0
+ );
+}
+
+async function buildBraavosAccountDeployPayload(
+ privateKeyBraavos: BigNumberish,
+ {
+ classHash,
+ addressSalt,
+ constructorCalldata,
+ contractAddress: providedContractAddress,
+ }: DeployAccountContractPayload,
+ { nonce, chainId, version, maxFee }: InvocationsSignerDetails
+): Promise {
+ const compiledCalldata = CallData.compile(constructorCalldata ?? []);
+ const contractAddress = providedContractAddress ?? calculateAddressBraavos(privateKeyBraavos);
+ const starkKeyPubBraavos = ec.starkCurve.getStarkKey(num.toHex(privateKeyBraavos));
+ const signature = getBraavosSignature(
+ contractAddress,
+ compiledCalldata,
+ starkKeyPubBraavos,
+ BigInt(version),
+ maxFee,
+ chainId,
+ BigInt(nonce),
+ privateKeyBraavos
+ );
+ return {
+ classHash,
+ addressSalt,
+ constructorCalldata: compiledCalldata,
+ signature,
+ };
+}
+
+export async function estimateBraavosAccountDeployFee(
+ privateKeyBraavos: BigNumberish,
+ provider: RpcProvider,
+ { blockIdentifier, skipValidate }: EstimateFeeDetails = {}
+): Promise {
+ const version = hash.feeTransactionVersion;
+ const nonce = constants.ZERO;
+ const chainId = await provider.getChainId();
+ const cairoVersion: CairoVersion = '0';
+ const starkKeyPubBraavos = ec.starkCurve.getStarkKey(num.toHex(privateKeyBraavos));
+ const BraavosProxyAddress = calculateAddressBraavos(privateKeyBraavos);
+ const BraavosInitializer = calcBraavosInit(starkKeyPubBraavos);
+ const BraavosProxyConstructorCallData = BraavosProxyConstructor(BraavosInitializer);
+
+ const payload = await buildBraavosAccountDeployPayload(
+ privateKeyBraavos,
+ {
+ classHash: BraavosProxyClassHash.toString(),
+ addressSalt: starkKeyPubBraavos,
+ constructorCalldata: BraavosProxyConstructorCallData,
+ contractAddress: BraavosProxyAddress,
+ },
+ {
+ nonce,
+ chainId,
+ version,
+ walletAddress: BraavosProxyAddress,
+ maxFee: constants.ZERO,
+ cairoVersion,
+ }
+ );
+
+ const response = await provider.getDeployAccountEstimateFee(
+ { ...payload },
+ { version, nonce },
+ blockIdentifier,
+ skipValidate
+ );
+ const suggestedMaxFee = stark.estimatedFeeToMaxFee(response.overall_fee);
+
+ return suggestedMaxFee;
+}
+
+export async function deployBraavosAccount(
+ privateKeyBraavos: BigNumberish,
+ provider: RpcProvider,
+ max_fee?: BigNumberish
+): Promise {
+ const nonce = constants.ZERO;
+ const starkKeyPubBraavos = ec.starkCurve.getStarkKey(num.toHex(privateKeyBraavos));
+ console.log('pubkey =', starkKeyPubBraavos.toString());
+ const BraavosProxyAddress = calculateAddressBraavos(privateKeyBraavos);
+ const BraavosInitializer = calcBraavosInit(starkKeyPubBraavos);
+ const BraavosProxyConstructorCallData = BraavosProxyConstructor(BraavosInitializer);
+ max_fee ??= await estimateBraavosAccountDeployFee(privateKeyBraavos, provider);
+ const version = hash.transactionVersion;
+ const signatureBraavos = getBraavosSignature(
+ BraavosProxyAddress,
+ BraavosProxyConstructorCallData,
+ starkKeyPubBraavos,
+ version,
+ max_fee,
+ await provider.getChainId(),
+ nonce,
+ privateKeyBraavos
+ );
+
+ return provider.deployAccountContract(
+ {
+ classHash: BraavosProxyClassHash.toString(),
+ addressSalt: starkKeyPubBraavos,
+ constructorCalldata: BraavosProxyConstructorCallData,
+ signature: signatureBraavos,
+ },
+ {
+ nonce,
+ maxFee: max_fee,
+ version,
+ }
+ );
+}
diff --git a/www/versioned_docs/version-6.24.1/guides/estimate_fees.md b/www/versioned_docs/version-6.24.1/guides/estimate_fees.md
new file mode 100644
index 000000000..de24f8d3d
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/estimate_fees.md
@@ -0,0 +1,138 @@
+---
+sidebar_position: 11
+---
+
+# Estimate fees
+
+By default, all non-free Starknet commands (declare, deploy, invoke) work without any limitation of cost.
+
+Nevertheless, you might want to inform the DAPP user of the cost of the incoming transaction before proceeding and requesting its validation.
+
+Starknet.js proposes several functions to estimate the fees:
+
+## estimateInvokeFee
+
+To estimate the cost to invoke a contract in the network:
+
+```typescript
+const { suggestedMaxFee: estimatedFee1 } = await account0.estimateInvokeFee({
+ contractAddress: testAddress,
+ entrypoint: 'increase_balance',
+ calldata: ['10', '30'],
+});
+```
+
+The result is in `estimatedFee1`, of type BigInt. Unit is WEI for "legacy" transactions, and FRI for V3 transactions.
+
+The complete answer for a "legacy" transaction :
+
+```typescript
+{
+ overall_fee: 2499000034986n,
+ gas_consumed: 2499n,
+ gas_price: 1000000014n,
+ unit: 'WEI',
+ suggestedMaxFee: 3748500052479n,
+ resourceBounds: {
+ l2_gas: { max_amount: '0x0', max_price_per_unit: '0x0' },
+ l1_gas: { max_amount: '0xabc', max_price_per_unit: '0x59682f15' }
+ }
+}
+```
+
+The complete answer for a V3 transaction :
+
+```typescript
+{
+ overall_fee: 46098414083169n,
+ gas_consumed: 2499n,
+ gas_price: 18446744331n,
+ unit: 'FRI',
+ suggestedMaxFee: 69147621124753n,
+ resourceBounds: {
+ l2_gas: { max_amount: '0x0', max_price_per_unit: '0x0' },
+ l1_gas: { max_amount: '0xabc', max_price_per_unit: '0x671447890' }
+ }
+}
+```
+
+## estimateDeclareFee
+
+To estimate the cost to declare a contract in the network:
+
+```typescript
+const { suggestedMaxFee: estimatedFee1 } = await account0.estimateDeclareFee({
+ contract: compiledTest,
+ classHash: testClassHash,
+});
+```
+
+The result is in `estimatedFee1`, of type BigInt.
+
+## estimateDeployFee
+
+To estimate the cost to deploy a contract in the network:
+
+```typescript
+const { suggestedMaxFee: estimatedFee1 } = await account0.estimateDeployFee({
+ classHash: testClassHash,
+ // constructorCalldata is not necessary if the contract to deploy has no constructor
+ constructorCalldata: callData,
+});
+```
+
+The result is in `estimatedFee1`, of type BigInt.
+
+## estimateAccountDeployFee
+
+To estimate the cost to deploy an account in the network:
+
+```typescript
+const { suggestedMaxFee: estimatedFee1 } = await account0.estimateAccountDeployFee({
+ classHash: OZaccountClassHash,
+ constructorCalldata: OZaccountConstructorCallData,
+ contractAddress: OZcontractAddress,
+});
+```
+
+The result is in `estimatedFee1`, of type BigInt.
+
+## Fee limitation
+
+In all non-free functions, you can add an optional parameter limiting the fee consumption.
+If the fee has been previously estimated, you can use this value for this parameter, but sometimes this value is under-evaluated: **don't hesitate to add a margin of approximately 10%**:
+
+```typescript
+(estimatedFee1 * 11n) / 10n;
+```
+
+You can also use the `stark.estimatedFeeToMaxFee` function:
+
+```typescript
+import { stark } from 'starknet';
+stark.estimatedFeeToMaxFee(estimatedFee1, 0.1);
+```
+
+Example for declaring:
+
+```typescript
+const { suggestedMaxFee: estimatedFee1 } = await account0.estimateDeclareFee({
+ contract: compiledTest,
+});
+
+const declareResponse = await account0.declare(
+ { contract: compiledTest },
+ { maxFee: (estimatedFee1 * 11n) / 10n }
+);
+```
+
+## Real fee paid
+
+After the processing of the transaction, you can read the fee that has really been paid :
+
+```typescript
+const txR = await provider.waitForTransaction(txH);
+if (txR.isSuccess()) {
+ console.log('Fee paid =', txR.actual_fee);
+}
+```
diff --git a/www/versioned_docs/version-6.24.1/guides/events.md b/www/versioned_docs/version-6.24.1/guides/events.md
new file mode 100644
index 000000000..d7c38a8e4
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/events.md
@@ -0,0 +1,217 @@
+---
+sidebar_position: 13
+---
+
+# Events
+
+A contract may emit events throughout its execution. Each event contains the following fields:
+
+- from_address: address of the contract emitting the events
+- keys: a list of field elements
+- data: a list of field elements
+
+The keys can be used for indexing the events, while the data may contain any information that we wish to log.
+
+The events are recorded in the blocks of the blockchain.
+
+Example of Cairo code for an event:
+
+```rust
+#[derive(Drop, starknet::Event)]
+ struct EventPanic {
+ #[key]
+ errorType: u8,
+ errorDescription: felt252,
+ }
+```
+
+Here we have an event called `EventPanic`, with an u8 stored in keys, and a felt252 (text) in data.
+
+## Why events ?
+
+Events are a useful tool for logging and notifying external entities about specific occurrences within a contract, with a timestamp (the block number). They emit data that can be accessed by everybody.
+
+Some cases:
+
+- When a specific value is reached in a contract, an event can be created to store the fact that this value has been reached at a specific block number.
+- When the L1 network has triggered the execution of a L2 contract, you can store in the event some results and when it occurs.
+
+An event can be useful also when you invoke a contract. When you invoke a Cairo function (meaning to write in the network), the API does not authorize any response (only call functions can provide an answer). To generate an event in the code is a way to provide a response (for example for the creation of an account, an event is generated to return the account address).
+
+## With the Transaction hash
+
+If you use Starknet.js to invoke a Cairo function that will trigger a new event, you will receive the transaction hash as a response. Preserve it so it can be used to easily retrieve the event data.
+
+Example of invocation:
+
+```typescript
+const transactionHash = myContract.invoke('emitEventPanic', [8, 'Mega Panic.']);
+```
+
+Then get the transaction receipt:
+
+```typescript
+const txReceipt = await provider.waitForTransaction(transactionHash);
+```
+
+### Raw response
+
+You can recover all the events related to this transaction hash:
+
+```typescript
+if (txReceipt.isSuccess()) {
+ const listEvents = txReceipt.events;
+}
+```
+
+The result is an array of events (here only one event):
+
+```typescript
+[
+ {
+ from_address: '0x47cb13bf174043adde61f7bea49ab2d9ebc575b0431f85bcbfa113a6f93fc4',
+ keys: ['0x3ba972537cb2f8e811809bba7623a2119f4f1133ac9e955a53d5a605af72bf2', '0x8'],
+ data: ['0x4d6567612050616e69632e'],
+ },
+];
+```
+
+The first parameter in the `keys` array is a hash of the name of the event, calculated this way:
+
+```typescript
+const nameHash = num.toHex(hash.starknetKeccak('EventPanic'));
+```
+
+:::info
+In some cases (when an event is coded in a Cairo component, without the `#[flat]` flag), this hash is handled in several numbers.
+:::
+
+The second parameter is the `errorType` variable content (stored in keys array because of the `#[key]` flag in the Cairo code).
+
+The `data` array contains the `errorDescription` variable content (`'0x4d6567612050616e69632e'` corresponds to the encoded value of "Mega Panic.")
+
+You can decode it with:
+
+```typescript
+const ErrorMessage = shortString.decodeShortString('0x4d6567612050616e69632e');
+```
+
+### Parsed response
+
+Once you have the transaction receipt, you can parse the events to have something easier to process.
+We will perform parsing this way:
+
+```typescript
+const events = myTestContract.parseEvents(txReceipt);
+```
+
+The result is an array of parsed events (here only one event):
+
+```typescript
+events = [
+ {
+ EventPanic: { errorType: 8n, errorDescription: 93566154138418073030976302n },
+ },
+];
+```
+
+Easier to read and process, isn't it?
+
+## Without transaction hash
+
+If you don't have the transaction Hash of the contract execution that created the event, it will be necessary to search inside the blocks of the Starknet blockchain.
+
+In this example, if you want to read the events recorded in the last 10 blocks, you need to use a method available from an RPC node. The class `RpcProvider` is available for this case:
+
+```typescript
+import { RpcProvider } from 'starknet';
+const provider = new RpcProvider({ nodeUrl: `${myNodeUrl}` });
+const lastBlock = await provider.getBlock('latest');
+const keyFilter = [[num.toHex(hash.starknetKeccak('EventPanic')), '0x8']];
+const eventsList = await provider.getEvents({
+ address: myContractAddress,
+ from_block: { block_number: lastBlock.block_number - 9 },
+ to_block: { block_number: lastBlock.block_number },
+ keys: keyFilter,
+ chunk_size: 10,
+});
+```
+
+:::info
+`address, from_block, to_block, keys` are all optional parameters.
+:::
+
+:::tip
+If you don't want to filter by key, you can either remove the `keys` parameter, or affect it this way: `[[]]` .
+:::
+
+:::warning CAUTION
+An event can be nested in a Cairo component (See the Cairo code of the contract to verify). In this case, the array of keys will start with additional hashes, and you will have to adapt your code in consequence ; in this example, we have to skip one hash :
+
+```typescript
+const keyFilter = [[], [num.toHex(hash.starknetKeccak('EventPanic'))]];
+```
+
+:::
+
+Here we have only one event. You can easily read this event:
+
+```typescript
+const event = eventsList.events[0];
+console.log('data length =', event.data.length, 'key length =', event.keys.length, ':');
+console.log('\nkeys =', event.keys, 'data =', event.data);
+```
+
+To limit the workload of the node, the parameter `chunk_size` defines a size of chunk to read. If the request needs an additional chunk, the response includes a key `continuation_token` containing a string to use in the next request.
+Hereunder a code to read all the chunks of a request:
+
+```typescript
+const keyFilter = [num.toHex(hash.starknetKeccak('EventPanic')), '0x8'];
+let block = await provider.getBlock('latest');
+console.log('bloc #', block.block_number);
+
+let continuationToken: string | undefined = '0';
+let chunkNum: number = 1;
+while (continuationToken) {
+ const eventsRes = await providerRPC.getEvents({
+ from_block: {
+ block_number: block.block_number - 30,
+ },
+ to_block: {
+ block_number: block.block_number,
+ },
+ address: myContractAddress,
+ keys: [keyFilter],
+ chunk_size: 5,
+ continuation_token: continuationToken === '0' ? undefined : continuationToken,
+ });
+ const nbEvents = eventsRes.events.length;
+ continuationToken = eventsRes.continuation_token;
+ console.log('chunk nb =', chunkNum, '.', nbEvents, 'events recovered.');
+ console.log('continuation_token =', continuationToken);
+ for (let i = 0; i < nbEvents; i++) {
+ const event = eventsRes.events[i];
+ console.log(
+ 'event #',
+ i,
+ 'data length =',
+ event.data.length,
+ 'key length =',
+ event.keys.length,
+ ':'
+ );
+ console.log('\nkeys =', event.keys, 'data =', event.data);
+ }
+ chunkNum++;
+}
+```
+
+If you want to parse an array of events of the same contract (abi of the contract available) :
+
+```typescript
+const abiEvents = events.getAbiEvents(abi);
+const abiStructs = CallData.getAbiStruct(abi);
+const abiEnums = CallData.getAbiEnum(abi);
+const parsed = events.parseEvents(eventsRes.events, abiEvents, abiStructs, abiEnums);
+console.log('parsed events=', parsed);
+```
diff --git a/www/versioned_docs/version-6.24.1/guides/interact.md b/www/versioned_docs/version-6.24.1/guides/interact.md
new file mode 100644
index 000000000..ff8392f40
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/interact.md
@@ -0,0 +1,279 @@
+---
+sidebar_position: 6
+---
+
+# Interact with your contract
+
+Once your provider, contract, and account are connected, you can interact with the contract:
+
+- you can read the memory of the contract, without fees.
+- you can write to memory, but you have to pay fees.
+ - On Mainnet, you have to pay fees with a bridged ETH token.
+ - On Testnet, you have to pay with a bridged Sepolia ETH token.
+ - On devnet, you have to pay with a dummy ETH token.
+
+Your account should be funded enough to pay fees (0.01 ETH should be enough to start).
+
+
+
+Here we will interact with a `test.cairo` contract (Cairo 1) already deployed in Sepolia Testnet at the address:
+
+- [0x02d2a4804f83c34227314dba41d5c2f8a546a500d34e30bb5078fd36b5af2d77](https://sepolia.starkscan.co/contract/0x02d2a4804f83c34227314dba41d5c2f8a546a500d34e30bb5078fd36b5af2d77)
+
+This contract contains a storage variable called `balance`.
+
+- It can be read with the `fn get_balance(self: @TContractState) -> felt252;`
+- Balance can be modified with `fn increase_balance(ref self: TContractState, amount: felt252);`
+
+```typescript
+import { RpcProvider, Contract, Account, ec, json } from 'starknet';
+```
+
+## 🔍 Read from contract memory, with meta-class
+
+To read the balance, you need to connect an RpcProvider and a Contract.
+You have to call Starknet, with the use of the meta-class method: `contract.function_name(params)` (here `params` is not necessary, because there are no parameters for the `get_balance` function).
+
+```typescript
+//initialize provider with a Sepolia Testnet node
+const provider = new RpcProvider({ nodeUrl: `${myNodeUrl}` });
+// Connect the deployed Test contract in Sepolia Testnet
+const testAddress = '0x02d2a4804f83c34227314dba41d5c2f8a546a500d34e30bb5078fd36b5af2d77';
+
+// read abi of Test contract
+const { abi: testAbi } = await provider.getClassAt(testAddress);
+if (testAbi === undefined) {
+ throw new Error('no abi.');
+}
+const myTestContract = new Contract(testAbi, testAddress, provider);
+
+// Interaction with the contract with call
+const bal1 = await myTestContract.get_balance();
+console.log('Initial balance =', bal1); // Cairo 1 contract
+// With Cairo 0 contract, `bal1.res.toString()` because the return value is called 'res' in the Cairo 0 contract.
+// With Cairo 1 contract, the result value is in `bal1`, as bigint.
+```
+
+## ✍️ Write to contract memory, with meta-class
+
+To increase the balance, you need in addition a connected and funded Account.
+
+You have to invoke Starknet, with the use of the meta-class method: `contract.function_name(params)`
+
+> After the invoke, you have to wait the incorporation of the modification of Balance in the network, with `await provider.waitForTransaction(transaction_hash)`
+
+Here is an example of how to increase and check the balance:
+
+```typescript
+//initialize provider with a Sepolia Testnet node
+const provider = new RpcProvider({ nodeUrl: `${myNodeUrl}` });
+// connect your account. To adapt to your own account:
+const privateKey0 = process.env.OZ_ACCOUNT_PRIVATE_KEY;
+const account0Address = '0x123....789';
+
+const account0 = new Account(provider, account0Address, privateKey0);
+
+// Connect the deployed Test contract in Testnet
+const testAddress = '0x02d2a4804f83c34227314dba41d5c2f8a546a500d34e30bb5078fd36b5af2d77';
+
+// read abi of Test contract
+const { abi: testAbi } = await provider.getClassAt(testAddress);
+if (testAbi === undefined) {
+ throw new Error('no abi.');
+}
+const myTestContract = new Contract(testAbi, testAddress, provider);
+
+// Connect account with the contract
+myTestContract.connect(account0);
+
+// Interactions with the contract with meta-class
+const bal1 = await myTestContract.get_balance();
+console.log('Initial balance =', bal1); // Cairo 1 contract
+const myCall = myTestContract.populate('increase_balance', [10]);
+const res = await myTestContract.increase_balance(myCall.calldata);
+await provider.waitForTransaction(res.transaction_hash);
+
+const bal2 = await myTestContract.get_balance();
+console.log('Final balance =', bal2);
+```
+
+`Contract.populate()` is the recommended method to define the parameters to call/invoke the Cairo functions.
+
+## ✍️ Send a V3 transaction, paying fees with STRK
+
+We have seen in the previous chapter how to send a "legacy" transaction, with fees paid in ETH.
+You can also send transactions and pay the fees with the STRK token. It is called a V3 transaction.
+To perform a such transaction, you need:
+
+- an account compatible with V3 transactions.
+- Some STRK tokens in this account.
+- a node with a rpc spec 0.6.0.
+- Starknet.js v6.
+
+You have to initialize the account this way :
+
+```typescript
+const account0 = new Account(
+ provider,
+ accountAddress0,
+ privateKey0,
+ undefined,
+ constants.TRANSACTION_VERSION.V3
+);
+```
+
+By this way, all the transactions sent by this account are by default performed in V3 (paid with STRK). If the transactionVersion parameter is omitted, "legacy" transactions will be performed.
+
+One example of V3 transaction, using account.execute :
+
+```typescript
+const myCall = myTestContract.populate('test_fail', [100]);
+const maxQtyGasAuthorized = 1800n; // max quantity of gas authorized
+const maxPriceAuthorizeForOneGas = 12n * 10n ** 9n; // max FRI authorized to pay 1 gas (1 FRI=10**-18 STRK)
+console.log('max authorized cost =', maxQtyGasAuthorized * maxPriceAuthorizeForOneGas, 'FRI');
+const { transaction_hash: txH } = await account0.execute(myCall, {
+ version: 3,
+ maxFee: 10 ** 15,
+ feeDataAvailabilityMode: RPC.EDataAvailabilityMode.L1,
+ tip: 10 ** 13,
+ paymasterData: [],
+ resourceBounds: {
+ l1_gas: {
+ max_amount: num.toHex(maxQtyGasAuthorized),
+ max_price_per_unit: num.toHex(maxPriceAuthorizeForOneGas),
+ },
+ l2_gas: {
+ max_amount: num.toHex(0),
+ max_price_per_unit: num.toHex(0),
+ },
+ },
+});
+const txR = await provider.waitForTransaction(txH);
+if (txR.isSuccess()) {
+ console.log('Paid fee =', txR.actual_fee);
+}
+```
+
+Yes, it's much more complicated. Let's see in detail.
+In fact, Starknet v0.13.0 is using few of these parameters :
+`feeDataAvailabilityMode: RPC.EDataAvailabilityMode.L2` is not yet accepted.
+`feeDataAvailabilityMode: RPC.EDataAvailabilityMode.L1` is accepted.
+`maxFee : 10**15` : value not taken into account in V3
+`tip: 10**13` : value not yet taken into account
+`paymasterData: []` : only empty value currently authorized
+
+```typescript
+l1_gas: {
+ max_amount: num.toHex(2000n), // max quantity of gas authorized
+ max_price_per_unit: num.toHex(12n * 10n ** 9n) // max FRI authorized to pay 1 gas (here 12 G FRI)
+},
+l2_gas: {
+ max_amount: num.toHex(0), // currently set to 0
+ max_price_per_unit: num.toHex(0) // currently set to 0
+}
+```
+
+Take care that these gas values have to be `string` type.
+In future versions, Starknet will uses all these parameters.
+The `version` parameter is optional (account settings by default), and overtakes the `transactionVersion` parameter of the Account instantiation. Here, it's not really necessary to use this parameter, as the same transaction version has been already initialized in the account instantiation.
+
+## Sending sequential transactions
+
+If you intend to send sequential transactions through the contract object, like so:
+
+```typescript
+const tx = await cairo1Contract.array2d_ex(data);
+const tx1 = await cairo1Contract.array2d_ex(data);
+```
+
+Be sure to use `waitForTransaction` between the calls, because you may experience issues with the nonce not incrementing:
+
+```typescript
+const tx = await cairo1Contract.array2d_ex(data);
+await provider.waitForTransaction(tx.transaction_hash);
+const tx1 = await cairo1Contract.array2d_ex(data);
+await provider.waitForTransaction(tx1.transaction_hash);
+```
+
+## Write several operations, with Account.execute
+
+In a Starknet transaction, you can include several invoke operations. It will be performed with `account.execute`.
+
+We will later see this case more in detail in this dedicated [guide](multiCall.md), but in summary, you use this command with the following parameters:
+
+- address of the contract to invoke
+- name of the function to invoke
+- and an array of parameters for this function
+
+```typescript
+const result = await account.execute({
+ contractAddress: myContractAddress,
+ entrypoint: 'transfer',
+ calldata: CallData.compile({
+ recipient: receiverAddress,
+ amount: cairo.uint256(100000n),
+ }),
+});
+await provider.waitForTransaction(result.transaction_hash);
+```
+
+## Other existing methods
+
+Some other useful methods to interact with Starknet:
+
+### Function name defined in the code
+
+If you want to call a function with its name contained in a variable:
+
+```typescript
+const listFn = ['calc-sum', 'calc-hash', 'calc-proof'];
+// fnChoice is a number defined during execution
+const res = await myTestContract[listFn[fnChoice]](200, 234567897n, 865423);
+```
+
+### Light and fast call
+
+If you want to have a very fast execution, with minimum resource usage:
+
+```typescript
+const specialParameters: Calldata = ['2036735872918048433518', '5130580', '18'];
+const getResponse = await myAccount.call('get_bal', specialParameters, { parseRequest: false });
+```
+
+You provide the low-level numbers expected by Starknet, without any parsing or checking. See more details [here](define_call_message.md#parse-configuration).
+
+## Transaction receipt response
+
+You can interpret the transaction receipt response to check whether it succeeded or not.
+
+```typescript
+const result = await account.execute(myCall);
+const txR = await provider.waitForTransaction(result.transaction_hash);
+
+console.log(txR.statusReceipt, txR.value);
+console.log(txR.isSuccess(), txR.isRejected(), txR.isReverted(), txR.isError());
+
+txR.match({
+ success: () => {
+ console.log('Success');
+ },
+ _: () => {
+ console.log('Unsuccess');
+ },
+});
+
+txR.match({
+ success: (txR: SuccessfulTransactionReceiptResponse) => {
+ console.log('Success =', txR);
+ },
+ rejected: (txR: RejectedTransactionReceiptResponse) => {
+ console.log('Rejected =', txR);
+ },
+ reverted: (txR: RevertedTransactionReceiptResponse) => {
+ console.log('Reverted =', txR);
+ },
+ error: (err: Error) => {
+ console.log('An error occured =', err);
+ },
+});
+```
diff --git a/www/versioned_docs/version-6.24.1/guides/intro.md b/www/versioned_docs/version-6.24.1/guides/intro.md
new file mode 100644
index 000000000..232ea159a
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/intro.md
@@ -0,0 +1,54 @@
+---
+sidebar_position: 1
+---
+
+# Getting Started
+
+## Installation
+
+```bash
+# use the main branch
+
+npm install starknet
+
+# to use latest features (merges in develop branch)
+
+npm install starknet@next
+```
+
+## Running tests locally
+
+Local tests rely on [Starknet Devnet](https://github.com/0xSpaceShard/starknet-devnet-rs), a local testnet emulation.
+
+Launch a Devnet instance and run:
+
+```bash
+npm run test # all tests
+npm run test ./__tests__/contract.test.ts # just one test suite
+```
+
+## Running docs locally
+
+If you want to make changes to the documentation and see how it looks before making a PR:
+
+```bash
+cd www
+npm install # install docusaurus
+npm run start # fires up a local documentation site
+```
+
+## Compiling Starknet contracts
+
+Please check the Starknet documentation [here](https://docs.starknet.io/documentation/quick_start/declare_a_smart_contract/#compiling_a_smart_contract) to compile Starknet contracts.
+
+Additional helpful resources can also be found at [OpenZeppelin](https://docs.openzeppelin.com/contracts-cairo/0.6.1/) documentation site.
+
+## Interacting with contracts and accounts
+
+For a basic overview on how to interact with contracts and accounts continue following this guide.
+
+For some more extensive examples visit PhilippeR26's [workshop](https://github.com/PhilippeR26/starknet.js-workshop-typescript).
+
+## Contracts used in the guides
+
+You can find the compiled contracts used in these guides in the [\_\_mocks\_\_](https://github.com/starknet-io/starknet.js/tree/develop/__mocks__/cairo/myAccountAbstraction/) directory.
diff --git a/www/versioned_docs/version-6.24.1/guides/migrate.md b/www/versioned_docs/version-6.24.1/guides/migrate.md
new file mode 100644
index 000000000..047cd3b1b
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/migrate.md
@@ -0,0 +1,105 @@
+---
+sidebar_position: 101
+---
+
+# Migrate from v5 to v6
+
+This document only covers the features present in v5 which have changed in some significant way in v6.
+
+If you encounter any missing changes, please let us know and we will update this guide.
+
+## Transaction receipt
+
+When sending a transaction, the receipt type has changed.
+In V5, it's an object that can have varied definitions, depending on the status and the type of transaction.
+In V6, this object is in `TxR.value`, and several helpers are available (`.statusReceipt`, `isSuccess()`, `isRejected()`, `isReverted()`, `.isError()`, `match`, ...)
+
+```typescript
+const response = await ethContract.approve(swapContractAddress, cairo.uint256(100000));
+const transactionReceipt = await provider.waitForTransaction(response.transaction_hash);
+
+// v5 : transactionReceipt is just an object
+{
+type: 'INVOKE',
+ transaction_hash: '0x5286217518c621581ac85505a99ffe182ce1114abaa8fce8b418d2b27c3c04c',
+ actual_fee: { unit: 'WEI', amount: '0x1c1902fe99800' },
+ messages_sent: [],
+ execution_status: 'SUCCEEDED',
+ finality_status: 'ACCEPTED_ON_L2',
+ // ...
+}
+// v6 : transactionReceipt is an object + helpers
+const receipt = transactionReceipt.value;
+const status: boolean = transactionReceipt.isSuccess();
+
+```
+
+> See this [guide](./interact.md#transaction-receipt-response)
+
+## Long strings
+
+Starknet.js v6 is compatible with Cairo v2.4.0. It means that long strings (>31 characters) are automatically handled and converted to the Cairo `ByteArray` type.
+This means that the approach to convert a long string to an array of felts (for Cairo 0 contracts for example) has changed:
+
+```typescript
+// v5
+const feltArray: BigNumberish[] = CallData.compile(
+ 'http://addressOfMyERC721pictures/storage/image1.jpg'
+);
+
+// v6
+const feltArray: BigNumberish[] = CallData.compile(
+ shortString.splitLongString('http://addressOfMyERC721pictures/storage/image1.jpg')
+);
+```
+
+## Fees
+
+All functions related to gas price and fee estimation have changed output types.
+
+For example, if you read the content of a block with v5 the ETH gas price was a top level property, with v6 the same information is nested a level deeper:
+
+```typescript
+const resp: GetBlockResponse = await myProvider.getBlock('latest');
+
+// v5
+const gasPrice = resp.gas_price;
+
+// v6
+const gasPrice = resp.l1_gas_price.price_in_wei;
+```
+
+Another example is `estimateDeclareFee()` where the response object has changed:
+
+```typescript
+const fee = await account0.estimateDeclareFee({ contract: compiledContract });
+
+// v5 response
+fee = {
+ overall_fee: 247700000000000n,
+ gas_consumed: 2477n,
+ gas_price: 100000000000n,
+ suggestedMaxFee: 371550000000000n,
+};
+
+// v6 response
+fee = {
+ overall_fee: 247700000000000n,
+ gas_consumed: 2477n,
+ gas_price: 100000000000n,
+ unit: undefined,
+ suggestedMaxFee: 371550000000000n,
+ resourceBounds: {
+ l2_gas: { max_amount: '0x0', max_price_per_unit: '0x0' },
+ l1_gas: { max_amount: '0xaa4', max_price_per_unit: '0x22ecb25c00' },
+ },
+};
+```
+
+You have to adapt your code to all these new entries.
+In general, pay attention to the result types of methods that return a response from an RPC node.
+
+
+
+
+For the old v4 to v5 migration instructions check [here](./migrate_v4).
diff --git a/www/versioned_docs/version-6.24.1/guides/migrate_v4.md b/www/versioned_docs/version-6.24.1/guides/migrate_v4.md
new file mode 100644
index 000000000..1f0a6a16b
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/migrate_v4.md
@@ -0,0 +1,195 @@
+---
+sidebar_position: 102
+sidebar_class_name: hidden
+---
+
+# Migrate from v4 to v5
+
+This document only covers the features present in v4 which have changed in some significant way in v5.
+
+If you encounter any missing changes, please let us know and we will update this guide.
+
+## _number_ utility replaced by _num_
+
+To avoid confusion with the native `number` type, the `number` namespace has been renamed to `num`.
+
+```typescript
+// v4
+const res = number.isHex(d1);
+
+// v5
+const res = num.isHex(d1);
+```
+
+`number.toFelt()` has been removed, if manual handling is necessary `cairo.felt()` can be used.
+
+## _bn.js_ no longer supported
+
+The `bn.js` library has been removed in favor of using the native JavaScript `BigInt` data type.
+
+```typescript
+// v4
+const qty = new BN('0x4a8bc');
+
+// v5
+const qty1 = BigInt('0x4a8bc');
+const qty2 = 32786324915918425n;
+```
+
+The `BigNumberish` type is now defined as:
+
+- String representing a number: "123", "0xabc2"
+- Number (max 53 bits): 123
+- BigInt (max 255 bits): 12345612345n
+
+Some commonly used `BN` utility methods are of course no longer present, however, they have simple equivalents:
+
+- `.mul()` and `.div()`: common operators can be used with bigints: `+` `-` `*` `/`
+- `.umod()` can be easily replaced with:
+
+```typescript
+// v4
+const c = a.umod(b);
+
+// v5
+const tmp = a % b; // a and b are bigint
+const c = tmp >= 0n ? tmp : tmp + b;
+```
+
+- `.toarray()` can be replaced with `num.hexToBytes(a)`
+
+## ec (elliptic curve)
+
+With the `bn.js` removal the accompanying elliptic curve libraries have also been replaced,
+consequently many functions have been relocated or modified.
+
+The concept of a key pair, where the private and public key are used as a single entity, has been removed.
+`ec.getKeyPair()`, `ec.getKeyPairFromPublicKey()` and `ec.genKeyPair()` do not exist anymore, corresponding
+methods use the private key directly. Check the following examples:
+
+`Account` creation:
+
+```typescript
+// v4
+const privateKey0 = accountTestnet4PrivateKey;
+const account0Address: string = accountTestnet4Address;
+const starkKeyPair0 = ec.getKeyPair(privateKey0);
+const account0 = new Account(provider, account0Address, starkKeyPair0);
+
+// v5
+const privateKey0 = accountTestnet4PrivateKey;
+const account0Address: string = accountTestnet4Address;
+const account0 = new Account(provider, account0Address, privateKey0);
+```
+
+Derive partial public key (`starknetPubKey`):
+
+```typescript
+// v4
+const starknetPubKey = ec.getStarkKey(keyPair);
+
+// v5
+const starknetPubKey = ec.starkCurve.getStarkKey(privateKey); // only X part of full pubKey
+```
+
+Derive full public key (`fullPubKey`):
+
+```typescript
+// v4
+const fullPubKey = encode.addHexPrefix(keyPair.getPublic('hex'));
+
+// v5
+const fullPubKey = encode.addHexPrefix(
+ encode.buf2hex(ec.starkCurve.getPublicKey(privateKey, false))
+); // full key
+```
+
+`ec.sign` and `ec.verify`:
+
+```typescript
+// v4
+const signature = ec.sign(keyPair, msgHash);
+const isVerified = ec.verify(inferredKeyPair, msgHash, signature);
+
+// v5
+const signature = ec.starkCurve.sign(msgHash, privateKey);
+const verifStarknet = ec.starkCurve.verify(signature, msgHash, fullPubKeySource);
+```
+
+`pedersen` hash calculation:
+
+```typescript
+// v4
+const hashMsg = hash.pedersen([account, price]);
+
+// v5
+const hashMsg = ec.starkCurve.pedersen(account, price);
+```
+
+## 'declare**And**Deploy' renaming
+
+The `account.declareDeploy()` method has been renamed to `declareAndDeploy()`:
+
+```typescript
+// v4
+const response = await account0.declareDeploy({ contract: compiledTest, classHash: testClassHash });
+
+// v5
+const response = await account0.declareAndDeploy({
+ contract: compiledHelloSierra,
+ casm: compiledHelloCasm,
+});
+```
+
+> Note: `declare` and `declareAndDeploy` no longer require `classHash`! The new ec library is now able to calculate it quickly
+> and does so automatically when it is not provided. If a contract has been written in Cairo 1 the `casm` property is needed.
+
+## Calldata and returned values
+
+Deep modifications and improvements have been performed concerning exchange of data with the Cairo contract functions.
+The complete new rules are listed in this **[guide](define_call_message.md)**.
+In short, it is easier to construct a list of parameters while relying on the built-in verification of the conformity to the abi.
+Returned values from a Cairo 0 contract are identical, but returned values from a Cairo 1 contract are easier to recover.
+
+`stark.compileCalldata()` has been replaced by `CallData.compile()`. Regardless, the new `Contract.populate()` and `myCallData.compile()` methods are the recommended way to create calldata.
+
+## Provider
+
+Constants for `Provider` initialization have been updated. Only `RpcProvider` is now authorized:
+
+```typescript
+// v4
+const providerTestnet = new Provider({ sequencer: { network: 'goerli-alpha' } });
+
+// v5
+const providerTestnet = new RpcProvider({ nodeUrl: `${myNodeUrl}` });
+```
+
+`Provider.chainId()` has been removed, `RpcProvider.getChainId()` should be used.
+
+```typescript
+// v4
+const chainId = myProvider.chainId();
+
+// v5
+const chainId = await myProvider.getChainId();
+```
+
+## Uint256
+
+The approach to create a `uint256` variable has changed:
+
+```typescript
+// v4
+const amountIn = uint256.bnToUint256(amountToSwap);
+
+// v5
+const amountIn: Uint256 = cairo.uint256(50000n);
+```
+
+## get-starknet
+
+In your DAPP React code you can connect to ArgentX or Braavos wallets using the `get-starknet` library.
+
+The current v2.1.0 version is not yet compatible with starknet.js v5.
+An update is expected.
diff --git a/www/versioned_docs/version-6.24.1/guides/multiCall.md b/www/versioned_docs/version-6.24.1/guides/multiCall.md
new file mode 100644
index 000000000..381135aa2
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/multiCall.md
@@ -0,0 +1,54 @@
+---
+sidebar_position: 16
+---
+
+# Interact with more than one contract within one transaction
+
+Interacting with more than one contract with one transaction is one of Starknet's features. To use this feature, two contracts are required.
+
+## Setup
+
+Set up basic stuff before multicall.
+
+```javascript
+// devnet private key from Account #0 if generated with --seed 0
+const privateKey = '0xe3e70682c2094cac629f6fbed82c07cd';
+const accountAddress = '0x7e00d496e324876bbc8531f2d9a82bf154d1a04a50218ee74cdd372f75a551a';
+
+// Ether token contract address
+const contractAddress_1 = '0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7';
+
+// contract address which requires ether
+const contractAddress_2 = '0x078f36c1d59dd29e00a0bb60aa2a9409856f4f9841c47f165aba5bab4225aa6b';
+
+const account = new Account(provider, accountAddress, privateKey);
+```
+
+## Interact with contracts
+
+Interact with more than one contract by using `account.execute([calls])`. The example is as follows.
+
+```javascript
+const multiCall = await account.execute([
+ // Calling the first contract
+ {
+ contractAddress: contractAddress_1,
+ entrypoint: 'approve',
+ // approve 1 wei for bridge
+ calldata: CallData.compile({
+ spender: contractAddress_2,
+ amount: cairo.uint256(1),
+ }),
+ },
+ // Calling the second contract
+ {
+ contractAddress: contractAddress_2,
+ entrypoint: 'transfer_ether',
+ // transfer 1 wei to the contract address
+ calldata: CallData.compile({
+ amount: cairo.uint256(1),
+ }),
+ },
+]);
+await provider.waitForTransaction(multiCall.transaction_hash);
+```
diff --git a/www/versioned_docs/version-6.24.1/guides/outsideExecution.md b/www/versioned_docs/version-6.24.1/guides/outsideExecution.md
new file mode 100644
index 000000000..db3111bfb
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/outsideExecution.md
@@ -0,0 +1,297 @@
+---
+sidebar_position: 19
+---
+
+# Outside Execution (SNIP-9)
+
+Outside Execution, also known as meta-transactions, allows a protocol to submit transactions on behalf of a user account, as long as they have the relevant signatures. This feature is implemented according to [SNIP-9](https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-9.md).
+
+## Why Use Outside Execution?
+
+Outside Execution provides several benefits:
+
+1. **Delayed Orders**: Protocols can have more atomic control over transaction execution, useful for scenarios like matching limit orders.
+2. **Fee Subsidy**: The sender of the transaction pays gas fees, allowing accounts without gas tokens to still execute transactions.
+
+## Using Outside Execution
+
+### Check SNIP-9 Support
+
+The account that will sign the outside transaction has to be compatible with SNIP-9 (V1 or V2).
+At mid-2024 :
+
+| account | compatibility |
+| :------------------: | :-----------: |
+| ArgentX v0.3.0 | v1 |
+| ArgentX v0.4.0 | v2 |
+| Braavos v1.0.0 | v2 |
+| OpenZeppelin v0.17.0 | v2 (\*) |
+
+> (\*): only OpenZeppelin accounts including the `src9` component :
+> Starknet account: class = [0x540d7f5ec7ecf317e68d48564934cb99259781b1ee3cedbbc37ec5337f8e688](https://voyager.online/class/0x0540d7f5ec7ecf317e68d48564934cb99259781b1ee3cedbbc37ec5337f8e688)
+> ETH account: class = [0x3940bc18abf1df6bc540cabadb1cad9486c6803b95801e57b6153ae21abfe06](https://voyager.online/class/0x3940bc18abf1df6bc540cabadb1cad9486c6803b95801e57b6153ae21abfe06)
+
+Before using Outside Execution, check if the account that will sign the transaction supports SNIP-9:
+
+```typescript
+const signerAccount = new Account(myProvider, accountAddress, privateKey);
+const version = await signerAccount.getSnip9Version();
+if (version === OutsideExecutionVersion.UNSUPPORTED) {
+ throw new Error('This account is not SNIP-9 compatible.');
+}
+```
+
+:::info
+The account that will sign the transaction needs to be compatible with SNIP-9.
+Nevertheless, the account that will execute the transaction do not needs to be SNIP-9 compatible ; it just needs to have enough fees to pay the transaction.
+:::
+
+### Create an `OutsideTransaction` Object
+
+To create an OutsideExecution object, you need first to prepare the call:
+
+```typescript
+const call1: Call = {
+ contractAddress: erc20Address,
+ entrypoint: 'transfer',
+ calldata: {
+ recipient: recipientAddress,
+ amount: cairo.uint256(3n * 10n ** 16n),
+ },
+};
+```
+
+Then, you have to initialize some parameters :
+
+- The `caller` is the address of the account that will execute the outside transaction.
+- The transaction can be executed in a time frame that is defined in `execute_after` and `execute_before`, using Unix timestamp.
+
+```typescript
+const callOptions: OutsideExecutionOptions = {
+ caller: executorAccount.address,
+ execute_after: Math.floor(Date.now() / 1000) - 3600, // 1 hour ago
+ execute_before: Math.floor(Date.now() / 1000) + 3600, // 1 hour from now
+};
+```
+
+:::warning
+You can use the string `"ANY_CALLER"` as content of the `caller` property. To use with care, as anybody that get your `OutsideTransaction` object and execute it.
+:::
+
+To create the `OutsideTransaction` object, you just have to use:
+
+```typescript
+const outsideTransaction1: OutsideTransaction = await signerAccount.getOutsideTransaction(
+ callOptions,
+ call1
+);
+```
+
+:::note
+In the same `OutsideTransaction` object, you can include several transactions. So, with only one signature of the signer Account, you can generate an `OutsideTransaction` object that performs many things:
+
+```typescript
+const callOptions: OutsideExecutionOptions = {
+ caller: executorAccount.address,
+ execute_after: 100,
+ execute_before: 200,
+};
+const call1 = {
+ contractAddress: ethAddress,
+ entrypoint: 'approve',
+ calldata: {
+ spender: account2.address,
+ amount: cairo.uint256(2n * 10n ** 16n),
+ },
+};
+const call2 = {
+ contractAddress: ethAddress,
+ entrypoint: 'transfer',
+ calldata: {
+ recipient: account1.address,
+ amount: cairo.uint256(1n * 10n ** 16n),
+ },
+};
+const outsideTransaction1: OutsideTransaction = await signerAccount.getOutsideTransaction(
+ callOptions,
+ [call1, call2]
+);
+```
+
+:::
+
+### Process the Outside Execution
+
+Finally, if you are in the time frame, you can perform the Outside Execution, using the executor Account :
+
+```typescript
+const executorAccount = new Account(provider, executorAddress, executorPrivateKey);
+const response = await executorAccount.executeFromOutside(outsideTransaction1);
+await provider.waitForTransaction(response.transaction_hash);
+```
+
+:::info
+If you have created several `OutsideTransaction` objects using the same signer account, you can execute them in any order (no nonce problems).
+:::
+
+:::note
+In the same command, you can use several `OutsideTransaction` objects created by several signer accounts, even if they are not compatible with the same version of SNIP-9 (V1 or V2):
+
+```typescript
+const outsideTransaction1: OutsideTransaction = await accountAX3.getOutsideTransaction(
+ callOptions,
+ call1
+); // V1 compatible
+const outsideTransaction2: OutsideTransaction = await accountAX4.getOutsideTransaction(
+ callOptions,
+ call2
+); // V2 compatible
+const res = await executorAccount.executeFromOutside([outsideTransaction1, outsideTransaction2]);
+```
+
+:::
+
+## Example of Outside Execution using a Ledger Nano
+
+In this example, we want to sign, with a Ledger Nano X, several transactions at 6PM. Then a code is automatically launched each hour until the next day at 8AM, verifying if some conditions are reached. The code will then trigger the execution of some of the transactions signed earlier with the Ledger Nano.
+By this way, you can pre-sign some transactions with the Ledger, and if during the night something occurs, a backend can execute automatically some of these transactions, **in any order**.
+In this process, **the private key of the Ledger account is never exposed**.
+
+First, create a Ledger account in devnet-rs. You will find some documentation [here](./signature.md#signing-with-a-ledger-hardware-wallet), and an example [here](https://github.com/PhilippeR26/starknet.js-workshop-typescript/blob/main/src/scripts/ledgerNano/4.deployLedgerAccount.ts).
+
+The initial balances are :
+
+| account | ETH balance |
+| ----------------------: | ----------- |
+| Ledger Account | 20.0 |
+| Backend executorAccount | 999.9902013 |
+| Account1 | 1000.0 |
+| Account2 | 1000.0 |
+
+Now, we can ask the user to sign on its Ledger some outside transactions:
+
+```typescript
+const callOptions: OutsideExecutionOptions = {
+ caller: executorAccount.address,
+ execute_after: Math.floor(Date.now() / 1000) - 3600, // 1 hour ago
+ execute_before: Math.floor(Date.now() / 1000) + 3600 * 14, // 14 hours from now
+};
+const call1 = {
+ contractAddress: ethAddress,
+ entrypoint: 'transfer',
+ calldata: {
+ recipient: account1.address,
+ amount: cairo.uint256(1n * 10n ** 18n),
+ },
+};
+const call2 = {
+ contractAddress: ethAddress,
+ entrypoint: 'transfer',
+ calldata: {
+ recipient: account2.address,
+ amount: cairo.uint256(2n * 10n ** 18n),
+ },
+};
+const call3 = {
+ contractAddress: ethAddress,
+ entrypoint: 'transfer',
+ calldata: {
+ recipient: account1.address,
+ amount: cairo.uint256(3n * 10n ** 18n),
+ },
+};
+const call4 = {
+ contractAddress: ethAddress,
+ entrypoint: 'transfer',
+ calldata: {
+ recipient: account2.address,
+ amount: cairo.uint256(4n * 10n ** 18n),
+ },
+};
+console.log("It's 6PM. Before night, we will now pre-sign 3 outside transactions:");
+console.log(
+ 'Sign now on the Ledger Nano for :\n- Transfer 1 ETH to account1.\n- Transfer 2 ETH to account2.'
+);
+const outsideTransaction1: OutsideTransaction = await ledgerAccount.getOutsideTransaction(
+ callOptions,
+ [call1, call2]
+);
+
+console.log('Sign now on the Ledger Nano for :\n- Transfer 3 ETH to account1.');
+const outsideTransaction2: OutsideTransaction = await ledgerAccount.getOutsideTransaction(
+ callOptions,
+ call3
+);
+
+console.log('Sign now on the Ledger Nano for :\n- Transfer 4 ETH to account1.');
+const outsideTransaction3: OutsideTransaction = await ledgerAccount.getOutsideTransaction(
+ callOptions,
+ call4
+);
+```
+
+Transfer these 3 `OutsideTransaction` objects to the backend.
+
+Imagine we are 5 hours later, the backend has decided to execute a transaction:
+
+```typescript
+console.log('The backend has detected a situation that execute Transaction 2.');
+const res0 = await executorAccount.executeFromOutside(outsideTransaction2);
+await myProvider.waitForTransaction(res0.transaction_hash);
+```
+
+The balances are now :
+
+| account | ETH balance |
+| ----------------------: | ----------- |
+| Ledger Account | 17.0 |
+| Backend executorAccount | 999.9901592 |
+| Account1 | 1003.0 |
+| Account2 | 1000.0 |
+
+2 hours later, the backend has decided to execute several transactions:
+
+```typescript
+console.log('The backend has detected a situation that execute simultaneously Transactions 1 & 3.');
+const res1 = await executorAccount.executeFromOutside([outsideTransaction1, outsideTransaction3]);
+await myProvider.waitForTransaction(res1.transaction_hash);
+```
+
+The balances are finally :
+
+| account | ETH balance |
+| ----------------------: | ----------- |
+| Ledger Account | 10.0 |
+| Backend executorAccount | 999.9901005 |
+| Account1 | 1004.0 |
+| Account2 | 1006.0 |
+
+:::info
+The complete code of this example is available [here](https://github.com/PhilippeR26/starknet.js-workshop-typescript/blob/main/src/scripts/Starknet131/Starknet131-devnet/17.outsideExecuteLedger.ts).
+:::
+
+## Estimate fees for an outside execution:
+
+On executor side, if you want to estimate how many fees you will pay:
+
+```typescript
+const outsideExecutionCall: Call[] =
+ outsideExecution.buildExecuteFromOutsideCall(outsideTransaction1);
+const estimateFee = await executorAccount.estimateFee(outsideExecutionCall);
+```
+
+## Simulate an outside execution:
+
+On executor side, if you want to simulate the transaction:
+
+```typescript
+const outsideExecutionCall: Call[] =
+ outsideExecution.buildExecuteFromOutsideCall(outsideTransaction1);
+const invocations: Invocations = [
+ {
+ type: TransactionType.INVOKE,
+ payload: outsideExecutionCall,
+ },
+];
+const responseSimulate = await executorAccount.simulateTransaction(invocations);
+```
diff --git a/www/versioned_docs/version-6.24.1/guides/pictures/ERC20.png b/www/versioned_docs/version-6.24.1/guides/pictures/ERC20.png
new file mode 100644
index 000000000..b79481e54
Binary files /dev/null and b/www/versioned_docs/version-6.24.1/guides/pictures/ERC20.png differ
diff --git a/www/versioned_docs/version-6.24.1/guides/pictures/Interact_contract.png b/www/versioned_docs/version-6.24.1/guides/pictures/Interact_contract.png
new file mode 100644
index 000000000..440567883
Binary files /dev/null and b/www/versioned_docs/version-6.24.1/guides/pictures/Interact_contract.png differ
diff --git a/www/versioned_docs/version-6.24.1/guides/pictures/LedgerConnectivity.png b/www/versioned_docs/version-6.24.1/guides/pictures/LedgerConnectivity.png
new file mode 100644
index 000000000..248064f22
Binary files /dev/null and b/www/versioned_docs/version-6.24.1/guides/pictures/LedgerConnectivity.png differ
diff --git a/www/versioned_docs/version-6.24.1/guides/pictures/LedgerTitle.png b/www/versioned_docs/version-6.24.1/guides/pictures/LedgerTitle.png
new file mode 100644
index 000000000..c39ff5ef7
Binary files /dev/null and b/www/versioned_docs/version-6.24.1/guides/pictures/LedgerTitle.png differ
diff --git a/www/versioned_docs/version-6.24.1/guides/pictures/SelectWallet.png b/www/versioned_docs/version-6.24.1/guides/pictures/SelectWallet.png
new file mode 100644
index 000000000..9fd554857
Binary files /dev/null and b/www/versioned_docs/version-6.24.1/guides/pictures/SelectWallet.png differ
diff --git a/www/versioned_docs/version-6.24.1/guides/pictures/WalletAccountArchitecture.png b/www/versioned_docs/version-6.24.1/guides/pictures/WalletAccountArchitecture.png
new file mode 100644
index 000000000..0bc717d5a
Binary files /dev/null and b/www/versioned_docs/version-6.24.1/guides/pictures/WalletAccountArchitecture.png differ
diff --git a/www/versioned_docs/version-6.24.1/guides/pictures/addToken.png b/www/versioned_docs/version-6.24.1/guides/pictures/addToken.png
new file mode 100644
index 000000000..58d279adc
Binary files /dev/null and b/www/versioned_docs/version-6.24.1/guides/pictures/addToken.png differ
diff --git a/www/versioned_docs/version-6.24.1/guides/pictures/createContract.png b/www/versioned_docs/version-6.24.1/guides/pictures/createContract.png
new file mode 100644
index 000000000..976b809b5
Binary files /dev/null and b/www/versioned_docs/version-6.24.1/guides/pictures/createContract.png differ
diff --git a/www/versioned_docs/version-6.24.1/guides/pictures/encodeFn2.png b/www/versioned_docs/version-6.24.1/guides/pictures/encodeFn2.png
new file mode 100644
index 000000000..0135cf123
Binary files /dev/null and b/www/versioned_docs/version-6.24.1/guides/pictures/encodeFn2.png differ
diff --git a/www/versioned_docs/version-6.24.1/guides/pictures/executeTx.png b/www/versioned_docs/version-6.24.1/guides/pictures/executeTx.png
new file mode 100644
index 000000000..17dbdb6aa
Binary files /dev/null and b/www/versioned_docs/version-6.24.1/guides/pictures/executeTx.png differ
diff --git a/www/versioned_docs/version-6.24.1/guides/pictures/starknet-js-chart.png b/www/versioned_docs/version-6.24.1/guides/pictures/starknet-js-chart.png
new file mode 100644
index 000000000..383a8377e
Binary files /dev/null and b/www/versioned_docs/version-6.24.1/guides/pictures/starknet-js-chart.png differ
diff --git a/www/versioned_docs/version-6.24.1/guides/pictures/switchNetwork.png b/www/versioned_docs/version-6.24.1/guides/pictures/switchNetwork.png
new file mode 100644
index 000000000..d502f64d2
Binary files /dev/null and b/www/versioned_docs/version-6.24.1/guides/pictures/switchNetwork.png differ
diff --git a/www/versioned_docs/version-6.24.1/guides/signature.md b/www/versioned_docs/version-6.24.1/guides/signature.md
new file mode 100644
index 000000000..7728154f6
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/signature.md
@@ -0,0 +1,277 @@
+---
+sidebar_position: 15
+---
+
+# Signature
+
+You can use Starknet.js to sign a message outside of the network, using the standard methods of hash and sign of Starknet. In this way, in some cases, you can avoid paying fees to store data in-chain; you transfer the signed message off-chain, and the recipient can verify (without fee) on-chain the validity of the message.
+
+## Sign and send a message
+
+Your message has to be an array of `BigNumberish`. First, calculate the hash of this message, then calculate the signature.
+
+> If the message does not respect some safety rules of composition, this method could be a way of attack of your smart contract. If you have any doubt, prefer the [EIP712 like method](#sign-and-verify-following-eip712), which is safe, but is also more complicated.
+
+```typescript
+import { ec, hash, type BigNumberish, type WeierstrassSignatureType } from 'starknet';
+
+const privateKey = '0x1234567890987654321';
+const starknetPublicKey = ec.starkCurve.getStarkKey(privateKey);
+const fullPublicKey = stark.getFullPublicKey(privateKey);
+const message: BigNumberish[] = [1, 128, 18, 14];
+
+const msgHash = hash.computeHashOnElements(message);
+const signature: WeierstrassSignatureType = ec.starkCurve.sign(msgHash, privateKey);
+```
+
+Then you can send, by any means, to the recipient of the message:
+
+- the message.
+- the signature.
+- the full public key (or an account address using this private key).
+
+## Receive and verify a message
+
+On the receiver side, you can verify that:
+
+- the message has not been modified,
+- the sender of this message owns the private key corresponding to the public key.
+
+2 ways to perform this verification:
+
+- off-chain, using the full public key (very fast, but only for standard Starknet hash & sign).
+- on-chain, using the account address (slow, add workload to the node/sequencer, but can manage exotic account abstraction about hash or sign).
+
+### Verify outside of Starknet:
+
+The sender provides the message, the signature, and the full public key. Verification:
+
+```typescript
+const msgHash1 = hash.computeHashOnElements(message);
+const isValid1 = typedData.verifyMessage(msgHash1, signature, fullPublicKey);
+console.log('Result (boolean) =', isValid1);
+
+// with a low level function (take care of Types limitations) :
+const isValid2 = ec.starkCurve.verify(signature1, msgHash, fullPublicKey);
+```
+
+> The sender can also provide their account address. Then you can check that this full public key is linked to this account. The public Key that you can read in the account contract is part (part X) of the full public Key (parts X & Y):
+
+Read the Public Key of the account:
+
+```typescript
+const provider = new RpcProvider({ nodeUrl: 'http://127.0.0.1:5050/rpc' }); //devnet
+const compiledAccount = json.parse(
+ fs.readFileSync('./__mocks__/cairo/account/accountOZ080.json').toString('ascii')
+);
+const accountAddress = '0x....'; // account of sender
+const contractAccount = new Contract(compiledAccount.abi, accountAddress, provider);
+const pubKey3 = await contractAccount.call('getPublicKey');
+```
+
+Check that the Public Key of the account is part of the full public Key:
+
+```typescript
+const isFullPubKeyRelatedToAccount: boolean =
+ pubKey3 == BigInt(encode.addHexPrefix(fullPublicKey.slice(4, 68)));
+console.log('Result (boolean) =', isFullPubKeyRelatedToAccount);
+```
+
+### Verify in the Starknet network, with the account:
+
+The sender can provide an account address, despite a full public key.
+
+```typescript
+const myProvider = new RpcProvider({ nodeUrl: 'http://127.0.0.1:5050/rpc' }); //devnet-rs
+const accountAddress = '0x...'; // account of sender
+
+const msgHash2 = hash.computeHashOnElements(message);
+const result2: Boolean = rpcProvider.verifyMessageInStarknet(msgHash2, signature, accountAddress);
+console.log('Result (boolean) =', result2);
+```
+
+## Sign and verify following EIP712
+
+Previous examples are valid for an array of numbers. In the case of a more complex structure, you have to work in the spirit of [EIP 712](https://eips.ethereum.org/EIPS/eip-712). This JSON structure has 4 mandatory items: `types`, `primaryType`, `domain`, and `message`.
+These items are designed to be able to be an interface with a browser wallet. At sign request, the wallet will display:
+
+- the `message` at the bottom of the wallet window, showing clearly (not in hex) the message to sign. Its structure has to be in accordance with the type listed in `primaryType`, defined in `types`.
+- the `domain` above the message. Its structure has to be in accordance with `StarknetDomain`.
+
+The types than can be used are defined in [SNIP-12](https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-12.md). An example of simple message :
+
+```typescript
+const myTypedData: TypedData = {
+ domain: {
+ name: 'DappLand',
+ chainId: constants.StarknetChainId.SN_SEPOLIA,
+ version: '1.0.2',
+ revision: TypedDataRevision.ACTIVE,
+ },
+ message: {
+ name: 'MonKeyCollection',
+ value: 2312,
+ // do not use BigInt type if message sent to a web browser
+ },
+ primaryType: 'Simple',
+ types: {
+ Simple: [
+ {
+ name: 'name',
+ type: 'shortstring',
+ },
+ {
+ name: 'value',
+ type: 'u128',
+ },
+ ],
+ StarknetDomain: [
+ {
+ name: 'name',
+ type: 'shortstring',
+ },
+ {
+ name: 'chainId',
+ type: 'shortstring',
+ },
+ {
+ name: 'version',
+ type: 'shortstring',
+ },
+ ],
+ },
+};
+
+const account0 = new Account(myProvider, address, privateKey);
+const fullPublicKey = stark.getFullPublicKey(privateKey);
+
+const msgHash = await account0.hashMessage(myTypedData);
+const signature: Signature = (await account0.signMessage(myTypedData)) as WeierstrassSignatureType;
+```
+
+:::note
+A message can be more complex, with nested types. See an example [here](https://github.com/PhilippeR26/starknet.js-workshop-typescript/blob/main/src/scripts/signature/4c.signSnip12vActive.ts).
+:::
+
+### Verify TypedData outside Starknet
+
+On the receiver side, you receive the message, the signature, the full public key and the account address.
+To verify the message:
+
+```typescript
+const isValid = typedData.verifyMessage(myTypedData, signature, fullPublicKey, account0Address);
+```
+
+A verification is also possible if you have the message hash, the signature and the full public key.
+
+```typescript
+const isValid2 = typedData.verifyMessage(msgHash, signature, fullPublicKey);
+
+// with a low level function (take care of Types limitations) :
+const isValid3 = ec.starkCurve.verify(signature, msgHash, fullPublicKey);
+```
+
+### Verify TypedData in Starknet
+
+On the receiver side, you receive the message, the signature, and the account address.
+To verify the message:
+
+```typescript
+const isValid4 = await myProvider.verifyMessageInStarknet(
+ myTypedData,
+ signature2,
+ account0.address
+);
+```
+
+A verification is also possible if you have the message hash, the signature and the account address:
+
+```typescript
+const isValid5 = await myProvider.verifyMessageInStarknet(msgHash, signature2, account0.address);
+```
+
+## Signing with an Ethereum signer
+
+All the previous examples are using the standard Starknet signature process, but you can also use the Ethereum one.
+
+```typescript
+const myEthPrivateKey = '0x525bc68475c0955fae83869beec0996114d4bb27b28b781ed2a20ef23121b8de';
+const myEthAccountAddressInStarknet =
+ '0x65a822fbee1ae79e898688b5a4282dc79e0042cbed12f6169937fddb4c26641';
+const myEthSigner = new EthSigner(myEthPrivateKey);
+console.log('Complete public key =', await myEthSigner.getPubKey());
+const sig0 = await myEthSigner.signMessage(message, myEthAccountAddressInStarknet);
+console.log('signature message =', sig0);
+```
+
+## Signing with a Ledger hardware wallet
+
+
+
+Starknet.js has a support for Ledger Nano S+ or X, to sign your Starknet transactions.
+You have to use a transporter to interact with the Ledger Nano. Depending if you use an USB or a Bluetooth connection, depending on your framework (Node, Web, Mobile), you have to use the appropriate library to create your transporter.
+
+The Ledger documentation lists all the available cases :
+
+
+The libs available are :
+
+```typescript
+import TransportNodeHid from '@ledgerhq/hw-transport-node-hid';
+import TransportWebHid from '@ledgerhq/hw-transport-webhid';
+import TransportWebBluetooth from '@ledgerhq/hw-transport-web-ble';
+import TransportHID from '@ledgerhq/react-native-hid';
+import TransportBLE from '@ledgerhq/react-native-hw-transport-ble';
+import type Transport from '@ledgerhq/hw-transport'; // type for the transporter
+```
+
+In a Web DAPP, take care that some browsers are not compatible (FireFox, ...), and that the Bluetooth is not working in all cases and in all operating systems.
+
+:::note
+The last version of the Ledger Starknet APP (v2.2.1) supports explained V1 (ETH) & V3 (STRK) transactions & deploy accounts. For a class declaration or a message, you will have to blind sign a hash ; sign only hashes from a code that you trust. Do not forget to Enable `Blind signing` in the APP settings.
+:::
+
+For example, for a Node script :
+
+```typescript
+import TransportNodeHid from '@ledgerhq/hw-transport-node-hid';
+const myLedgerTransport: Transport = await TransportNodeHid.create();
+const myLedgerSigner = new LedgerSigner221(myLedgerTransport, 0);
+const pubK = await myLedgerSigner.getPubKey();
+const fullPubK = await myLedgerSigner.getFullPubKey();
+// ...
+// deploy here an account related to this public key
+// ...
+const ledgerAccount = new Account(myProvider, ledger0addr, myLedgerSigner);
+```
+
+:::warning important
+The Ledger shall be connected, unlocked, with the Starknet internal APP activated, before launch of the script.
+:::
+
+Some complete examples :
+A Node script : [here](https://github.com/PhilippeR26/starknet.js-workshop-typescript/blob/main/src/scripts/ledgerNano/6.testLedgerAccount221.ts).
+A test Web DAPP, to use in devnet-rs network : [here](https://github.com/PhilippeR26/Starknet-Ledger-Wallet).
+
+If you want to read the version of the Ledger Starknet APP :
+
+```typescript
+const resp = await myLedgerTransport.send(Number('0x5a'), 0, 0, 0);
+const appVersion = resp[0] + '.' + resp[1] + '.' + resp[2];
+console.log('version=', appVersion);
+```
+
+:::note
+You also have in Starknet.js a signer for the old v1.1.1 Ledger Starknet APP.
+
+```typescript
+const myLedgerSigner = new LedgerSigner111(myLedgerTransport, 0);
+```
+
+If you want to use the accounts created with the v1.1.1, using the v2.2.1 :
+
+```typescript
+const myLedgerSigner = new LedgerSigner221(myLedgerTransport, 0, undefined, getLedgerPathBuffer111);
+```
+
+:::
diff --git a/www/versioned_docs/version-6.24.1/guides/use_ERC20.md b/www/versioned_docs/version-6.24.1/guides/use_ERC20.md
new file mode 100644
index 000000000..b2f3bf999
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/use_ERC20.md
@@ -0,0 +1,117 @@
+---
+sidebar_position: 12
+---
+
+# Work with ERC20 tokens
+
+Based on what has been seen in the previous pages of this guide, we will use an ERC20 contract.
+
+## What's an ERC20
+
+As in Ethereum, a token has an ERC20 contract to manage it. This contract contains a table, that lists the quantity of tokens owned by each involved account:
+
+
+For example, Account address 2 owns 100 tokens of this ERC20 contract.
+
+Users have the feeling that their tokens are stored in their wallets, but it's absolutely false. You have no list of assets stored in your account contract. In fact, a token has its own ERC20 contract, and the amount of token owned by your account address is stored in this contract.
+
+If you want to have your balance of a token, ask for its ERC20 contract, with the function `ERC20contract.balanceOf(accountAddress)`.
+
+When you want to transfer some tokens in your possession, you have to use the ERC20 contract function `transfer`, through the `account.execute` function (or meta-class methods). In this way, Starknet.js will send to the account contract a message signed with the private key.
+
+This message contains the name of the function to call in the ERC20 contract, with its optional parameters.
+
+The account contract will use the public key to check that you have the private key, then will ask the ERC20 contract to execute the requested function.
+
+This way, the ERC20 contract is absolutely sure that the caller of the transfer function knows the private key of this account.
+
+## ETH token is an ERC20 in Starknet
+
+In opposition to Ethereum, the ETH token is an ERC20 in Starknet, like all other tokens. In all networks, its ERC20 contract address is:
+
+```typescript
+const addrETH = '0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7';
+```
+
+## Deploy an ERC20
+
+Let's dive down the rabbit hole!
+
+This example works with an ERC20, that we will deploy on the devnet-rs (launched with `cargo run --release -- --seed 0`).
+
+First, let's initialize an existing account:
+
+```typescript
+// initialize provider
+const provider = new RpcProvider({ nodeUrl: 'http://127.0.0.1:5050/rpc' });
+// initialize existing pre-deployed account 0 of Devnet-rs
+const privateKey = '0x71d7bb07b9a64f6f78ac4c816aff4da9';
+const accountAddress = '0x64b48806902a367c8598f4f95c305e8c1a1acba5f082d294a43793113115691';
+
+const account0 = new Account(provider, accountAddress, privateKey);
+```
+
+Declaration and deployment of the ERC20 contract:
+
+```typescript
+// Deploy an ERC20 contract
+console.log('Deployment Tx - ERC20 Contract to Starknet...');
+const compiledSierra = json.parse(
+ fs.readFileSync('./__mocks__/cairo/ERC20-241/ERC20OZ081.sierra.json').toString('ascii')
+);
+const compiledCasm = json.parse(
+ fs.readFileSync('./__mocks__/cairo/ERC20-241/ERC20OZ081.casm.json').toString('ascii')
+);
+const initialTk: Uint256 = cairo.uint256(20n * 10n ** 18n); // 20 NIT
+const erc20CallData: CallData = new CallData(compiledSierra.abi);
+const ERC20ConstructorCallData: Calldata = erc20CallData.compile('constructor', {
+ name: 'niceToken',
+ symbol: 'NIT',
+ fixed_supply: initialTk,
+ recipient: account0.address,
+});
+
+console.log('constructor=', ERC20ConstructorCallData);
+const deployERC20Response = await account0.declareAndDeploy({
+ contract: compiledSierra,
+ casm: compiledCasm,
+ constructorCalldata: ERC20ConstructorCallData,
+});
+console.log('ERC20 declared hash: ', deployERC20Response.declare.class_hash);
+console.log('ERC20 deployed at address: ', deployERC20Response.deploy.contract_address);
+
+// Get the erc20 contract address
+const erc20Address = deployERC20Response.deploy.contract_address;
+// Create a new erc20 contract object
+const erc20 = new Contract(compiledSierra.abi, erc20Address, provider);
+erc20.connect(account0);
+```
+
+## Interact with an ERC20
+
+Here we will read the balance and transfer tokens:
+
+```typescript
+// Check balance - should be 20 NIT
+console.log(`Calling Starknet for account balance...`);
+const balanceInitial = await erc20.balanceOf(account0.address);
+console.log('account0 has a balance of:', balanceInitial);
+
+// Execute tx transfer of 1 tokens to account 1
+console.log(`Invoke Tx - Transfer 1 tokens to erc20 contract...`);
+const toTransferTk: Uint256 = cairo.uint256(1 * 10 ** 18);
+const transferCall: Call = erc20.populate('transfer', {
+ recipient: '0x78662e7352d062084b0010068b99288486c2d8b914f6e2a55ce945f8792c8b1',
+ amount: 1n * 10n ** 18n,
+});
+const { transaction_hash: transferTxHash } = await account0.execute(transferCall);
+// Wait for the invoke transaction to be accepted on Starknet
+console.log(`Waiting for Tx to be Accepted on Starknet - Transfer...`);
+await provider.waitForTransaction(transferTxHash);
+
+// Check balance after transfer - should be 19 NIT
+console.log(`Calling Starknet for account balance...`);
+const balanceAfterTransfer = await erc20.balanceOf(account0.address);
+console.log('account0 has a balance of:', balanceAfterTransfer);
+console.log('✅ Script completed.');
+```
diff --git a/www/versioned_docs/version-6.24.1/guides/walletAccount.md b/www/versioned_docs/version-6.24.1/guides/walletAccount.md
new file mode 100644
index 000000000..ceaf3dff6
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/walletAccount.md
@@ -0,0 +1,203 @@
+---
+sidebar_position: 9
+---
+
+# WalletAccount
+
+**Use wallets to sign transactions in your DAPP.**
+
+The [`WalletAccount`](../API/classes/WalletAccount) class is similar to the regular [`Account`](../API/classes/Account) class, with the added ability to ask a browser wallet to sign and send transactions. Some other cool functionalities will be detailed hereunder.
+
+The private key of a `WalletAccount` is held in a browser wallet (such as ArgentX, Braavos, etc.), and any signature is managed by the wallet. With this approach DAPPs don't need to manage the security for any private key.
+
+:::caution
+This class functions only within the scope of a DAPP. It can't be used in a Node.js script.
+:::
+
+## Architecture
+
+
+
+When retrieving information from Starknet, a `WalletAccount` instance will read directly from the blockchain. That is why at the initialization of a `WalletAccount` a [`Provider`](../API/classes/Provider) instance is a required parameter, it will be used for all reading activities.
+
+If you want to write to Starknet the `WalletAccount` will ask the browser wallet to sign and send the transaction using the Starknet Wallet API to communicate.
+
+As several wallets can be installed in your browser, the `WalletAccount` needs the ID of one of the available wallets. You can ask `get-starknet` to display a list of available wallets and to provide as a response the identifier of the selected wallet, called a `Starknet Windows Object` (referred to as SWO in the rest of this guide).
+
+## Select a Wallet
+
+You can ask the `get-starknet` v4 library to display a list of wallets, then it will ask you to make a choice. It will return the SWO of the wallet the user selected.
+
+Using the `get-starknet-core` v4 library you can create your own UI and logic to select the wallet. An example of DAPP using a custom UI: [**here**](https://github.com/PhilippeR26/Starknet-WalletAccount/blob/main/src/app/components/client/WalletHandle/SelectWallet.tsx), in the example you can select only the wallets compatible with the Starknet Wallet API.
+
+
+Instantiating a new `WalletAccount`:
+
+```typescript
+import { connect } from '@starknet-io/get-starknet'; // v4.0.3 min
+import { WalletAccount, wallet } from 'starknet'; // v6.18.0 min
+const myFrontendProviderUrl = 'https://free-rpc.nethermind.io/sepolia-juno/v0_7';
+// standard UI to select a wallet:
+const selectedWalletSWO = await connect({ modalMode: 'alwaysAsk', modalTheme: 'light' });
+const myWalletAccount = await WalletAccount.connect(
+ { nodeUrl: myFrontendProviderUrl },
+ selectedWalletSWO
+);
+```
+
+The wallet is connected to this blockchain to write in Starknet:
+
+```typescript
+const writeChainId = await wallet.requestChainId(myWalletAccount.walletProvider);
+```
+
+and to this blockchain to read Starknet:
+
+```typescript
+const readChainId = await myWalletAccount.getChainId();
+```
+
+## Use as an Account
+
+Once a new `WalletAccount` is created, you can use all the power of Starknet.js, exactly as a with a normal `Account` instance, for example `myWalletAccount.execute(call)` or `myWalletAccount.signMessage(typedMessage)`:
+
+```typescript
+const claimCall = airdropContract.populate('claim_airdrop', {
+ amount: amount,
+ proof: proof,
+});
+const resp = await myWalletAccount.execute(claimCall);
+```
+
+
+
+## Use in a Contract instance
+
+You can connect a `WalletAccount` with a [`Contract`](../API/classes/Contract) instance. All reading actions are performed by the provider of the `WalletAccount`, and all writing actions (that need a signature) are performed by the browser wallet.
+
+```typescript
+const lendContract = new Contract(contract.abi, contractAddress, myWalletAccount);
+const qty = await lendContract.get_available_asset(addr); // use of the WalletAccount provider
+const resp = await lendContract.process_lend_asset(addr); // use of the browser wallet
+```
+
+## Use as a Provider
+
+Your `WalletAccount` instance can be used as a provider:
+
+```typescript
+const bl = await myWalletAccount.getBlockNumber();
+// bl = 2374543
+```
+
+You can use all the methods of the `Provider` class. Under the hood, the `WalletAccount` will use the RPC node that you indicated at its instantiation.
+
+## Subscription to events
+
+You can subscribe to 2 events:
+
+- `accountsChanged`: Triggered each time you change the current account in the wallet.
+- `networkChanged`: Triggered each time you change the current network in the wallet.
+
+At each change of the network, both account and network events are emitted.
+At each change of the account, only the account event is emitted.
+
+### Subscribe
+
+#### accountsChanged
+
+```typescript
+const handleAccount: AccountChangeEventHandler = (accounts: string[] | undefined) => {
+ if (accounts?.length) {
+ const textAddr = accounts[0]; // hex string
+ setChangedAccount(textAddr); // from a React useState
+ }
+};
+selectedWalletSWO.on('accountsChanged', handleAccount);
+```
+
+#### networkChanged
+
+```typescript
+const handleNetwork: NetworkChangeEventHandler = (chainId?: string, accounts?: string[]) => {
+ if (!!chainId) {
+ setChangedNetwork(chainId);
+ } // from a React useState
+};
+selectedWalletSWO.on('networkChanged', handleNetwork);
+```
+
+### Unsubscribe
+
+Similar to subscription, by using the `.off` method.
+
+```typescript
+selectedWalletSWO.off('accountsChanged', handleAccount);
+selectedWalletSWO.off('networkChanged', handleNetwork);
+```
+
+:::info
+You can subscribe both with the SWO or with a `WalletAccount` instance.
+The above examples are using the SWO, because it is the simpler way to process.
+:::
+
+## Direct access to the wallet API entry points
+
+The `WalletAccount` class is able to interact with all the entrypoints of the Starknet Wallet API, including some functionalities that do not exists in the `Account` class.
+
+A full description of this API can be found [**here**](https://github.com/PhilippeR26/Starknet-WalletAccount/blob/main/doc/walletAPIspec.md).
+
+Some examples:
+
+### Request to change the wallet network
+
+Using your `WalletAccount`, you can ask the wallet to change its current network:
+
+```typescript
+useEffect(
+ () => {
+ if (!isValidNetwork()) {
+ const tryChangeNetwork = async () => {
+ await myWalletAccount.switchStarknetChain(constants.StarknetChainId.SN_SEPOLIA);
+ };
+ tryChangeNetwork().catch(console.error);
+ }
+ },
+ [chainId] // from a networkChanged event
+);
+```
+
+
+
+### Request to display a token in the wallet
+
+Using your `WalletAccount`, you can ask the wallet to display a new token:
+
+```typescript
+useEffect(
+ () => {
+ const fetchAddToken = async () => {
+ const resp = await myWalletAccount.watchAsset({
+ type: 'ERC20',
+ options: {
+ address: erc20Address,
+ },
+ });
+ };
+ if (isAirdropSuccess) {
+ fetchAddToken().catch(console.error);
+ }
+ },
+ [isAirdropSuccess] // from a React useState
+);
+```
+
+
+
+## Changing the network or account
+
+When you change the network or the account address a `WalletAccount` instance is automatically updated, however, this can lead to unexpected behavior if one is not careful (reads and writes targeting different networks, problems with Cairo versions of the accounts, ...).
+
+:::warning RECOMMENDATION
+It is strongly recommended to create a new `WalletAccount` instance each time the network or the account address is changed.
+:::
diff --git a/www/versioned_docs/version-6.24.1/guides/what_s_starknet.js.md b/www/versioned_docs/version-6.24.1/guides/what_s_starknet.js.md
new file mode 100644
index 000000000..7d43497de
--- /dev/null
+++ b/www/versioned_docs/version-6.24.1/guides/what_s_starknet.js.md
@@ -0,0 +1,34 @@
+---
+sidebar_position: 2
+---
+
+# What is Starknet.js ?
+
+Starknet.js is a library that helps connect your website or your Decentralized Application (DAPP) to the blockchain-based Starknet network, using JavaScript / TypeScript.
+
+## Overview
+
+
+
+Some important topics that have to be understood:
+
+- You can connect your DAPP to several networks:
+
+ - [Starknet mainnet](https://starkscan.co) (Layer 2 of [Ethereum network](https://etherscan.io/) ).
+ - [Starknet testnet](https://sepolia.starkscan.co/) (Layer 2 of [Sepolia network](https://sepolia.etherscan.io/) (testnet of Ethereum)).
+ - [Starknet-devnet](https://github.com/0xSpaceShard/starknet-devnet-rs) (your local Starknet network, for developers).
+
+ and also to some more specific solutions:
+
+ - private customized version of Starknet.
+ - local Starknet node (connected to mainnet or testnet).
+
+> Understanding what Starknet is and how it works is necessary. Then, you can learn how to interact with it using Starknet.js. So, at this stage, you should be aware of the content of the [Starknet official doc](https://docs.starknet.io/documentation/) and [the Starknet Book](https://book.starknet.io/).
+
+- The `RpcChannel` and `RpcProvider` classes and their methods are used for low-level communication with an RPC node.
+- Your DAPP will mainly interact with `Account` and `Contract` class instances; they use underlying `RpcProvider` connections to provide high-level methods for interacting with their Starknet namesakes, accounts and contracts.
+- `Signer` and `Utils` objects contain many useful functions for interaction with Starknet.js.
+- The `Contract` object is mainly used to read the memory of a blockchain contract.
+- The `Account` object is the most useful:
+ - as a wallet, to store your tokens.
+ - as a way to pay the fees to the network, and to be able to write in its memory.
diff --git a/www/versioned_sidebars/version-6.24.1-sidebars.json b/www/versioned_sidebars/version-6.24.1-sidebars.json
new file mode 100644
index 000000000..cff0c94e1
--- /dev/null
+++ b/www/versioned_sidebars/version-6.24.1-sidebars.json
@@ -0,0 +1,8 @@
+{
+ "defaultSidebar": [
+ {
+ "type": "autogenerated",
+ "dirName": "."
+ }
+ ]
+}
diff --git a/www/versions.json b/www/versions.json
index 82447d760..b6d9c1643 100644
--- a/www/versions.json
+++ b/www/versions.json
@@ -1 +1 @@
-["6.23.1", "6.11.0", "5.24.3"]
+["6.24.1", "6.23.1", "6.11.0", "5.24.3"]