From 2fc0eae44b47d4ce97fa1aa51e8d4200e798e851 Mon Sep 17 00:00:00 2001 From: Petar Penovic Date: Fri, 6 Oct 2023 15:34:12 +0200 Subject: [PATCH] chore: update repo references --- .releaserc | 2 +- CHANGELOG.md | 1460 ++++++++--------- CONTRIBUTING.md | 2 +- README.md | 18 +- package.json | 2 +- www/ApiTitle.md | 6 +- .../Old_API_doc/Provider/_category_.json | 5 - .../guides/Old_API_doc/Provider/provider.md | 300 ---- .../Old_API_doc/Provider/rpcProvider.md | 319 ---- .../Old_API_doc/Provider/sequencerProvider.md | 201 --- www/docs/guides/Old_API_doc/_category_.json | 5 - www/docs/guides/Old_API_doc/account.md | 550 ------- www/docs/guides/Old_API_doc/changelog.md | 15 - www/docs/guides/Old_API_doc/contract.md | 135 -- .../guides/Old_API_doc/contractFactory.md | 45 - www/docs/guides/Old_API_doc/index.md | 3 - www/docs/guides/Old_API_doc/signer.md | 105 -- www/docs/guides/Old_API_doc/utils.md | 326 ---- www/docs/guides/cra.md | 2 +- www/docs/guides/intro.md | 4 +- www/docusaurus.config.js | 12 +- .../version-4.17.1/API/account.md | 4 +- .../version-4.17.1/API/changelog.md | 6 +- .../version-4.17.1/API/index.md | 2 +- .../version-4.17.1/guides/cra.md | 2 +- .../version-4.17.1/guides/intro.md | 4 +- .../API/Provider/sequencerProvider.md | 2 +- .../version-4.22.0/API/account.md | 4 +- .../version-4.22.0/API/changelog.md | 6 +- .../version-4.22.0/API/index.md | 2 +- .../version-4.22.0/guides/cra.md | 2 +- .../version-4.22.0/guides/intro.md | 4 +- .../version-5.14.1/API/classes/Account.md | 110 +- .../API/classes/AccountInterface.md | 86 +- .../version-5.14.1/API/classes/CallData.md | 24 +- .../version-5.14.1/API/classes/Contract.md | 38 +- .../API/classes/ContractFactory.md | 18 +- .../API/classes/ContractInterface.md | 32 +- .../version-5.14.1/API/classes/CustomError.md | 4 +- .../API/classes/GatewayError.md | 6 +- .../version-5.14.1/API/classes/HttpError.md | 6 +- .../API/classes/LibraryError.md | 4 +- .../version-5.14.1/API/classes/Provider.md | 52 +- .../API/classes/ProviderInterface.md | 44 +- .../version-5.14.1/API/classes/RpcProvider.md | 98 +- .../API/classes/SequencerProvider.md | 94 +- .../version-5.14.1/API/classes/Signer.md | 14 +- .../API/classes/SignerInterface.md | 10 +- .../API/classes/merkle.MerkleTree.md | 14 +- .../version-5.14.1/API/enums/cairo.Uint.md | 12 +- .../API/enums/constants.BaseUrl.md | 6 +- .../API/enums/constants.NetworkName.md | 6 +- .../API/enums/constants.StarknetChainId.md | 6 +- .../enums/constants.TransactionHashPrefix.md | 10 +- .../enums/starknetId.StarknetIdContract.md | 4 +- .../API/enums/types.EntryPointType.md | 6 +- .../API/enums/types.RPC.TransactionType.md | 10 +- .../API/enums/types.SIMULATION_FLAG.md | 4 +- .../API/enums/types.TransactionStatus.md | 12 +- .../API/enums/types.TransactionType.md | 8 +- .../version-5.14.1/API/index.md | 6 +- .../API/interfaces/types.CallStruct.md | 6 +- .../types.CommonTransactionReceiptResponse.md | 8 +- .../types.CommonTransactionResponse.md | 10 +- .../interfaces/types.ContractEntryPoint.md | 4 +- .../types.DeclareContractResponse.md | 4 +- .../interfaces/types.DeclareSignerDetails.md | 14 +- .../types.DeclareTransactionResponse.md | 14 +- .../types.DeployContractResponse.md | 4 +- .../API/interfaces/types.EstimateFee.md | 8 +- .../interfaces/types.EstimateFeeDetails.md | 6 +- .../interfaces/types.EstimateFeeResponse.md | 8 +- .../API/interfaces/types.Event.md | 6 +- .../API/interfaces/types.GetBlockResponse.md | 22 +- .../API/interfaces/types.GetCodeResponse.md | 2 +- .../types.InvocationsSignerDetails.md | 12 +- .../types.InvokeFunctionResponse.md | 2 +- .../types.InvokeTransactionReceiptResponse.md | 14 +- .../types.InvokeTransactionResponse.md | 18 +- .../API/interfaces/types.MessageToL1.md | 4 +- .../API/interfaces/types.MessageToL2.md | 4 +- .../API/interfaces/types.Program.md | 4 +- .../API/interfaces/types.ProviderOptions.md | 4 +- ...encer.InvokeFunctionTransactionResponse.md | 20 +- .../API/interfaces/types.StarkNetDomain.md | 6 +- .../interfaces/types.StateUpdateResponse.md | 8 +- .../API/interfaces/types.TypedData.md | 8 +- .../API/interfaces/types.Uint256.md | 4 +- .../version-5.14.1/API/modules.md | 32 +- .../version-5.14.1/API/namespaces/cairo.md | 32 +- .../API/namespaces/constants.md | 28 +- .../version-5.14.1/API/namespaces/encode.md | 24 +- .../version-5.14.1/API/namespaces/hash.md | 44 +- .../version-5.14.1/API/namespaces/json.md | 8 +- .../version-5.14.1/API/namespaces/merkle.md | 2 +- .../version-5.14.1/API/namespaces/num.md | 34 +- .../API/namespaces/provider-1.md | 6 +- .../API/namespaces/shortString.md | 18 +- .../version-5.14.1/API/namespaces/stark.md | 16 +- .../API/namespaces/starknetId.md | 6 +- .../API/namespaces/transaction.md | 12 +- .../API/namespaces/typedData.md | 18 +- .../API/namespaces/types.RPC.md | 80 +- .../API/namespaces/types.Sequencer.md | 80 +- .../version-5.14.1/API/namespaces/types.md | 208 +-- .../version-5.14.1/API/namespaces/uint256.md | 10 +- .../Old_API_doc/Provider/sequencerProvider.md | 2 +- .../guides/Old_API_doc/account.md | 4 +- .../guides/Old_API_doc/changelog.md | 6 +- .../guides/Old_API_doc/index.md | 2 +- .../version-5.14.1/guides/cra.md | 2 +- .../version-5.14.1/guides/intro.md | 4 +- .../version-5.19.5/API/classes/Account.md | 110 +- .../API/classes/AccountInterface.md | 86 +- .../API/classes/CairoCustomEnum.md | 8 +- .../version-5.19.5/API/classes/CairoOption.md | 12 +- .../version-5.19.5/API/classes/CairoResult.md | 12 +- .../version-5.19.5/API/classes/CallData.md | 28 +- .../version-5.19.5/API/classes/Contract.md | 44 +- .../API/classes/ContractFactory.md | 22 +- .../API/classes/ContractInterface.md | 36 +- .../version-5.19.5/API/classes/CustomError.md | 4 +- .../API/classes/GatewayError.md | 6 +- .../version-5.19.5/API/classes/HttpError.md | 6 +- .../API/classes/LibraryError.md | 4 +- .../version-5.19.5/API/classes/Provider.md | 52 +- .../API/classes/ProviderInterface.md | 44 +- .../version-5.19.5/API/classes/RpcProvider.md | 98 +- .../API/classes/SequencerProvider.md | 94 +- .../version-5.19.5/API/classes/Signer.md | 14 +- .../API/classes/SignerInterface.md | 10 +- .../API/classes/merkle.MerkleTree.md | 14 +- .../API/enums/CairoOptionVariant.md | 4 +- .../API/enums/CairoResultVariant.md | 4 +- .../API/enums/constants.BaseUrl.md | 6 +- .../API/enums/constants.NetworkName.md | 6 +- .../API/enums/constants.StarknetChainId.md | 6 +- .../enums/constants.TransactionHashPrefix.md | 10 +- .../enums/starknetId.StarknetIdContract.md | 4 +- .../API/enums/types.BlockStatus.md | 8 +- .../API/enums/types.BlockTag.md | 4 +- .../API/enums/types.EntryPointType.md | 6 +- .../API/enums/types.Litteral.md | 4 +- .../API/enums/types.SIMULATION_FLAG.md | 4 +- .../enums/types.TransactionExecutionStatus.md | 6 +- .../enums/types.TransactionFinalityStatus.md | 8 +- .../API/enums/types.TransactionStatus.md | 12 +- .../API/enums/types.TransactionType.md | 8 +- .../version-5.19.5/API/enums/types.Uint.md | 12 +- .../API/enums/types.ValidateType.md | 6 +- .../version-5.19.5/API/index.md | 6 +- .../API/interfaces/types.CallStruct.md | 6 +- .../types.CommonTransactionResponse.md | 10 +- .../interfaces/types.ContractEntryPoint.md | 4 +- .../types.DeclareContractResponse.md | 4 +- .../interfaces/types.DeclareSignerDetails.md | 14 +- .../types.DeclareTransactionResponse.md | 14 +- .../types.DeployContractResponse.md | 4 +- .../API/interfaces/types.EstimateFee.md | 8 +- .../interfaces/types.EstimateFeeDetails.md | 6 +- .../interfaces/types.EstimateFeeResponse.md | 8 +- .../API/interfaces/types.Event.md | 6 +- .../API/interfaces/types.GetBlockResponse.md | 22 +- .../API/interfaces/types.GetCodeResponse.md | 2 +- .../types.InvocationsSignerDetails.md | 12 +- .../types.InvokeFunctionResponse.md | 2 +- .../types.InvokeTransactionReceiptResponse.md | 24 +- .../types.InvokeTransactionResponse.md | 18 +- .../API/interfaces/types.MessageToL1.md | 4 +- .../API/interfaces/types.MessageToL2.md | 4 +- .../API/interfaces/types.Program.md | 4 +- .../API/interfaces/types.ProviderOptions.md | 4 +- ...encer.InvokeFunctionTransactionResponse.md | 20 +- .../API/interfaces/types.StarkNetDomain.md | 6 +- .../interfaces/types.StateUpdateResponse.md | 8 +- .../API/interfaces/types.TypedData.md | 8 +- .../API/interfaces/types.Uint256.md | 4 +- .../version-5.19.5/API/modules.md | 38 +- .../version-5.19.5/API/namespaces/cairo.md | 42 +- .../API/namespaces/constants.md | 32 +- .../version-5.19.5/API/namespaces/encode.md | 26 +- .../version-5.19.5/API/namespaces/events.md | 4 +- .../version-5.19.5/API/namespaces/hash.md | 44 +- .../version-5.19.5/API/namespaces/json.md | 8 +- .../version-5.19.5/API/namespaces/merkle.md | 2 +- .../version-5.19.5/API/namespaces/num.md | 34 +- .../API/namespaces/provider-1.md | 6 +- .../API/namespaces/shortString.md | 18 +- .../version-5.19.5/API/namespaces/stark.md | 16 +- .../API/namespaces/starknetId.md | 6 +- .../API/namespaces/transaction.md | 12 +- .../API/namespaces/typedData.md | 18 +- .../API/namespaces/types.RPC.md | 88 +- .../API/namespaces/types.Sequencer.md | 84 +- .../version-5.19.5/API/namespaces/types.md | 230 +-- .../version-5.19.5/API/namespaces/uint256.md | 10 +- .../Old_API_doc/Provider/sequencerProvider.md | 2 +- .../guides/Old_API_doc/account.md | 4 +- .../guides/Old_API_doc/changelog.md | 6 +- .../guides/Old_API_doc/index.md | 2 +- .../version-5.19.5/guides/cra.md | 2 +- .../version-5.19.5/guides/intro.md | 4 +- 202 files changed, 2493 insertions(+), 4500 deletions(-) delete mode 100644 www/docs/guides/Old_API_doc/Provider/_category_.json delete mode 100644 www/docs/guides/Old_API_doc/Provider/provider.md delete mode 100644 www/docs/guides/Old_API_doc/Provider/rpcProvider.md delete mode 100644 www/docs/guides/Old_API_doc/Provider/sequencerProvider.md delete mode 100644 www/docs/guides/Old_API_doc/_category_.json delete mode 100644 www/docs/guides/Old_API_doc/account.md delete mode 100644 www/docs/guides/Old_API_doc/changelog.md delete mode 100644 www/docs/guides/Old_API_doc/contract.md delete mode 100644 www/docs/guides/Old_API_doc/contractFactory.md delete mode 100644 www/docs/guides/Old_API_doc/index.md delete mode 100644 www/docs/guides/Old_API_doc/signer.md delete mode 100644 www/docs/guides/Old_API_doc/utils.md diff --git a/.releaserc b/.releaserc index b22f6c001..3e7c801ae 100644 --- a/.releaserc +++ b/.releaserc @@ -28,5 +28,5 @@ ], "@semantic-release/github" ], - "repositoryUrl": "https://github.com/0xs34n/starknet.js" + "repositoryUrl": "https://github.com/starknet-io/starknet.js" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cabcb466d..c1286d0c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,165 +1,165 @@ -# [5.21.0](https://github.com/0xs34n/starknet.js/compare/v5.20.0...v5.21.0) (2023-10-03) +# [5.21.0](https://github.com/starknet-io/starknet.js/compare/v5.20.0...v5.21.0) (2023-10-03) ### Bug Fixes -- cairo isCairo1Abi optimization ([da76508](https://github.com/0xs34n/starknet.js/commit/da76508d9a3d22b4325950cdd5b4d41e143fb59b)) -- parallel get version issue ([c58c894](https://github.com/0xs34n/starknet.js/commit/c58c8948b1996df3c357b3a0514b1509db903cb5)) +- cairo isCairo1Abi optimization ([da76508](https://github.com/starknet-io/starknet.js/commit/da76508d9a3d22b4325950cdd5b4d41e143fb59b)) +- parallel get version issue ([c58c894](https://github.com/starknet-io/starknet.js/commit/c58c8948b1996df3c357b3a0514b1509db903cb5)) ### Features -- auto-detect account cairoVersion ([85bbe39](https://github.com/0xs34n/starknet.js/commit/85bbe39fea3a2bd825e972a8a7bfdcae6c21eeae)) -- getContractVersion and getCairoVersion by classHash, deploy_account and bulk action autodetect ([54ffca4](https://github.com/0xs34n/starknet.js/commit/54ffca4d2c4663e5362f4819201710762bc3f9a7)) -- provider getContractVersion, contract getVersion, cairo getAbiContractVersion ([71e634e](https://github.com/0xs34n/starknet.js/commit/71e634e5b0742d8ba10a742b8494b87bcb12a7dd)) +- auto-detect account cairoVersion ([85bbe39](https://github.com/starknet-io/starknet.js/commit/85bbe39fea3a2bd825e972a8a7bfdcae6c21eeae)) +- getContractVersion and getCairoVersion by classHash, deploy_account and bulk action autodetect ([54ffca4](https://github.com/starknet-io/starknet.js/commit/54ffca4d2c4663e5362f4819201710762bc3f9a7)) +- provider getContractVersion, contract getVersion, cairo getAbiContractVersion ([71e634e](https://github.com/starknet-io/starknet.js/commit/71e634e5b0742d8ba10a742b8494b87bcb12a7dd)) -# [5.20.0](https://github.com/0xs34n/starknet.js/compare/v5.19.6...v5.20.0) (2023-09-21) +# [5.20.0](https://github.com/starknet-io/starknet.js/compare/v5.19.6...v5.20.0) (2023-09-21) ### Bug Fixes -- cairo 1 variable with \_len in name ([551adfa](https://github.com/0xs34n/starknet.js/commit/551adfa1d41192a5e725941537f25a15c8ee3380)) -- goerli sequencer fixture ([0c6d153](https://github.com/0xs34n/starknet.js/commit/0c6d1532104327b06cae46e38f51b601d7fa0901)) +- cairo 1 variable with \_len in name ([551adfa](https://github.com/starknet-io/starknet.js/commit/551adfa1d41192a5e725941537f25a15c8ee3380)) +- goerli sequencer fixture ([0c6d153](https://github.com/starknet-io/starknet.js/commit/0c6d1532104327b06cae46e38f51b601d7fa0901)) ### Features -- remove testnet2(SN_GOERLI2) ([02e17de](https://github.com/0xs34n/starknet.js/commit/02e17ded113ced1c4dc01146159c4f8c6c67a243)) +- remove testnet2(SN_GOERLI2) ([02e17de](https://github.com/starknet-io/starknet.js/commit/02e17ded113ced1c4dc01146159c4f8c6c67a243)) -# [5.20.0](https://github.com/0xs34n/starknet.js/compare/v5.19.6...v5.20.0) (2023-09-21) +# [5.20.0](https://github.com/starknet-io/starknet.js/compare/v5.19.6...v5.20.0) (2023-09-21) ### Bug Fixes -- cairo 1 variable with \_len in name ([551adfa](https://github.com/0xs34n/starknet.js/commit/551adfa1d41192a5e725941537f25a15c8ee3380)) -- goerli sequencer fixture ([0c6d153](https://github.com/0xs34n/starknet.js/commit/0c6d1532104327b06cae46e38f51b601d7fa0901)) +- cairo 1 variable with \_len in name ([551adfa](https://github.com/starknet-io/starknet.js/commit/551adfa1d41192a5e725941537f25a15c8ee3380)) +- goerli sequencer fixture ([0c6d153](https://github.com/starknet-io/starknet.js/commit/0c6d1532104327b06cae46e38f51b601d7fa0901)) ### Features -- remove testnet2(SN_GOERLI2) ([02e17de](https://github.com/0xs34n/starknet.js/commit/02e17ded113ced1c4dc01146159c4f8c6c67a243)) +- remove testnet2(SN_GOERLI2) ([02e17de](https://github.com/starknet-io/starknet.js/commit/02e17ded113ced1c4dc01146159c4f8c6c67a243)) -## [5.19.6](https://github.com/0xs34n/starknet.js/compare/v5.19.5...v5.19.6) (2023-09-11) +## [5.19.6](https://github.com/starknet-io/starknet.js/compare/v5.19.5...v5.19.6) (2023-09-11) ### Bug Fixes -- cleanup and docs update, string types descriptive ([08bd45f](https://github.com/0xs34n/starknet.js/commit/08bd45faa3d4719ab4a2e50d75df731199e34033)) -- interface fix and docs update ([97a08c5](https://github.com/0xs34n/starknet.js/commit/97a08c5949a0f96fd218ded30e1ce36fae07f319)) -- remove ec constants ([b7e6b01](https://github.com/0xs34n/starknet.js/commit/b7e6b017b3f78d3c50470dedf18a20e362e3b360)) +- cleanup and docs update, string types descriptive ([08bd45f](https://github.com/starknet-io/starknet.js/commit/08bd45faa3d4719ab4a2e50d75df731199e34033)) +- interface fix and docs update ([97a08c5](https://github.com/starknet-io/starknet.js/commit/97a08c5949a0f96fd218ded30e1ce36fae07f319)) +- remove ec constants ([b7e6b01](https://github.com/starknet-io/starknet.js/commit/b7e6b017b3f78d3c50470dedf18a20e362e3b360)) -## [5.19.5](https://github.com/0xs34n/starknet.js/compare/v5.19.4...v5.19.5) (2023-08-29) +## [5.19.5](https://github.com/starknet-io/starknet.js/compare/v5.19.4...v5.19.5) (2023-08-29) ### Bug Fixes -- status case ([5ba7983](https://github.com/0xs34n/starknet.js/commit/5ba798309d2c8567840b8f6a6031ec0e6b582d53)) +- status case ([5ba7983](https://github.com/starknet-io/starknet.js/commit/5ba798309d2c8567840b8f6a6031ec0e6b582d53)) -## [5.19.4](https://github.com/0xs34n/starknet.js/compare/v5.19.3...v5.19.4) (2023-08-29) +## [5.19.4](https://github.com/starknet-io/starknet.js/compare/v5.19.3...v5.19.4) (2023-08-29) ### Bug Fixes -- use BigNumberish for u256 ([3a7be10](https://github.com/0xs34n/starknet.js/commit/3a7be1075b0ca4f217cf28aabaa870c93c08f6d1)) -- waitForTransaction for Infura ([c871fe6](https://github.com/0xs34n/starknet.js/commit/c871fe65a0b08e368218f51327cd64591f2b7f49)) +- use BigNumberish for u256 ([3a7be10](https://github.com/starknet-io/starknet.js/commit/3a7be1075b0ca4f217cf28aabaa870c93c08f6d1)) +- waitForTransaction for Infura ([c871fe6](https://github.com/starknet-io/starknet.js/commit/c871fe65a0b08e368218f51327cd64591f2b7f49)) -## [5.19.3](https://github.com/0xs34n/starknet.js/compare/v5.19.2...v5.19.3) (2023-08-22) +## [5.19.3](https://github.com/starknet-io/starknet.js/compare/v5.19.2...v5.19.3) (2023-08-22) ### Bug Fixes -- expose event parsing utilities ([50cb64c](https://github.com/0xs34n/starknet.js/commit/50cb64cadc9a382a336e20e25bdf65814efca332)) +- expose event parsing utilities ([50cb64c](https://github.com/starknet-io/starknet.js/commit/50cb64cadc9a382a336e20e25bdf65814efca332)) -## [5.19.2](https://github.com/0xs34n/starknet.js/compare/v5.19.1...v5.19.2) (2023-08-20) +## [5.19.2](https://github.com/starknet-io/starknet.js/compare/v5.19.1...v5.19.2) (2023-08-20) ### Bug Fixes -- handle ContractAddress array validation ([0748ec6](https://github.com/0xs34n/starknet.js/commit/0748ec61b510d4d2939b1feb8ca19c15740a0f2a)) +- handle ContractAddress array validation ([0748ec6](https://github.com/starknet-io/starknet.js/commit/0748ec61b510d4d2939b1feb8ca19c15740a0f2a)) -## [5.19.1](https://github.com/0xs34n/starknet.js/compare/v5.19.0...v5.19.1) (2023-08-16) +## [5.19.1](https://github.com/starknet-io/starknet.js/compare/v5.19.0...v5.19.1) (2023-08-16) ### Bug Fixes -- repair CallData compilation faulty ordering ([e8cbedc](https://github.com/0xs34n/starknet.js/commit/e8cbedc3eac39cb0662e958ad5056750f8dc4069)) +- repair CallData compilation faulty ordering ([e8cbedc](https://github.com/starknet-io/starknet.js/commit/e8cbedc3eac39cb0662e958ad5056750f8dc4069)) -# [5.19.0](https://github.com/0xs34n/starknet.js/compare/v5.18.0...v5.19.0) (2023-08-11) +# [5.19.0](https://github.com/starknet-io/starknet.js/compare/v5.18.0...v5.19.0) (2023-08-11) ### Bug Fixes -- add function definition to the contract interface + doc ([06498d5](https://github.com/0xs34n/starknet.js/commit/06498d539bc2b816982e0245ae3b6508665f03f7)) -- contract test status ([53cfaf9](https://github.com/0xs34n/starknet.js/commit/53cfaf935d1b053f5bcd17ffcb1ae48d9e8a4eef)) -- fix multiple same events + add cairo code + seperate tests, legacy and Cairo1 ([7c93157](https://github.com/0xs34n/starknet.js/commit/7c93157d60864989efec37a05521979a2548e4d8)) -- modify parseEvents structure + add testcase for multiple different event in same tx ([b63b0d6](https://github.com/0xs34n/starknet.js/commit/b63b0d631d163e181c8a42a634f107d2761e35ca)) -- optional struct and enum in responseParser ([14d3cca](https://github.com/0xs34n/starknet.js/commit/14d3cca97a3cebedf07466f98dd46639999421c2)) -- patch merge, and add enums to event parser ([00f8073](https://github.com/0xs34n/starknet.js/commit/00f8073418eef1e2eebf105884357561b959fb7c)) -- remove exports from responseParser functions ([3d86446](https://github.com/0xs34n/starknet.js/commit/3d864463579fc68c4538bbbc7820420ec64b15eb)) -- repair SequencerProvider network resolution ([e42dfc1](https://github.com/0xs34n/starknet.js/commit/e42dfc1e722d4a77bc52102a94295ee7ab6a460d)) -- restore package-lock to previous state ([2fe0564](https://github.com/0xs34n/starknet.js/commit/2fe0564ed042537e480ea8481c787fe7359ba4a8)) +- add function definition to the contract interface + doc ([06498d5](https://github.com/starknet-io/starknet.js/commit/06498d539bc2b816982e0245ae3b6508665f03f7)) +- contract test status ([53cfaf9](https://github.com/starknet-io/starknet.js/commit/53cfaf935d1b053f5bcd17ffcb1ae48d9e8a4eef)) +- fix multiple same events + add cairo code + seperate tests, legacy and Cairo1 ([7c93157](https://github.com/starknet-io/starknet.js/commit/7c93157d60864989efec37a05521979a2548e4d8)) +- modify parseEvents structure + add testcase for multiple different event in same tx ([b63b0d6](https://github.com/starknet-io/starknet.js/commit/b63b0d631d163e181c8a42a634f107d2761e35ca)) +- optional struct and enum in responseParser ([14d3cca](https://github.com/starknet-io/starknet.js/commit/14d3cca97a3cebedf07466f98dd46639999421c2)) +- patch merge, and add enums to event parser ([00f8073](https://github.com/starknet-io/starknet.js/commit/00f8073418eef1e2eebf105884357561b959fb7c)) +- remove exports from responseParser functions ([3d86446](https://github.com/starknet-io/starknet.js/commit/3d864463579fc68c4538bbbc7820420ec64b15eb)) +- repair SequencerProvider network resolution ([e42dfc1](https://github.com/starknet-io/starknet.js/commit/e42dfc1e722d4a77bc52102a94295ee7ab6a460d)) +- restore package-lock to previous state ([2fe0564](https://github.com/starknet-io/starknet.js/commit/2fe0564ed042537e480ea8481c787fe7359ba4a8)) ### Features -- add ethAddress handling ([2a93f90](https://github.com/0xs34n/starknet.js/commit/2a93f90cc9e7e697a153e42b9ebd19dec6f1880f)) -- cairo enum in request parser ([ad44481](https://github.com/0xs34n/starknet.js/commit/ad4448129058b76fede61675d46a37a6c74f0d16)) -- cairo enum in response parser ([a936a11](https://github.com/0xs34n/starknet.js/commit/a936a11ca34af628ec187740616b8c5a804e9d65)), closes [#670](https://github.com/0xs34n/starknet.js/issues/670) [#665](https://github.com/0xs34n/starknet.js/issues/665) [#664](https://github.com/0xs34n/starknet.js/issues/664) [#1](https://github.com/0xs34n/starknet.js/issues/1) [#675](https://github.com/0xs34n/starknet.js/issues/675) [#1](https://github.com/0xs34n/starknet.js/issues/1) [#675](https://github.com/0xs34n/starknet.js/issues/675) [#1](https://github.com/0xs34n/starknet.js/issues/1) [#670](https://github.com/0xs34n/starknet.js/issues/670) [#665](https://github.com/0xs34n/starknet.js/issues/665) [#664](https://github.com/0xs34n/starknet.js/issues/664) [#1](https://github.com/0xs34n/starknet.js/issues/1) [#675](https://github.com/0xs34n/starknet.js/issues/675) [#1](https://github.com/0xs34n/starknet.js/issues/1) -- implement event parsing ([86cc430](https://github.com/0xs34n/starknet.js/commit/86cc430cff2b6f338edecce29819260b475a3907)) -- new Cairo types ([f9db09e](https://github.com/0xs34n/starknet.js/commit/f9db09eeab05fd0c1692229fcdbbc020b4954f3e)) +- add ethAddress handling ([2a93f90](https://github.com/starknet-io/starknet.js/commit/2a93f90cc9e7e697a153e42b9ebd19dec6f1880f)) +- cairo enum in request parser ([ad44481](https://github.com/starknet-io/starknet.js/commit/ad4448129058b76fede61675d46a37a6c74f0d16)) +- cairo enum in response parser ([a936a11](https://github.com/starknet-io/starknet.js/commit/a936a11ca34af628ec187740616b8c5a804e9d65)), closes [#670](https://github.com/starknet-io/starknet.js/issues/670) [#665](https://github.com/starknet-io/starknet.js/issues/665) [#664](https://github.com/starknet-io/starknet.js/issues/664) [#1](https://github.com/starknet-io/starknet.js/issues/1) [#675](https://github.com/starknet-io/starknet.js/issues/675) [#1](https://github.com/starknet-io/starknet.js/issues/1) [#675](https://github.com/starknet-io/starknet.js/issues/675) [#1](https://github.com/starknet-io/starknet.js/issues/1) [#670](https://github.com/starknet-io/starknet.js/issues/670) [#665](https://github.com/starknet-io/starknet.js/issues/665) [#664](https://github.com/starknet-io/starknet.js/issues/664) [#1](https://github.com/starknet-io/starknet.js/issues/1) [#675](https://github.com/starknet-io/starknet.js/issues/675) [#1](https://github.com/starknet-io/starknet.js/issues/1) +- implement event parsing ([86cc430](https://github.com/starknet-io/starknet.js/commit/86cc430cff2b6f338edecce29819260b475a3907)) +- new Cairo types ([f9db09e](https://github.com/starknet-io/starknet.js/commit/f9db09eeab05fd0c1692229fcdbbc020b4954f3e)) -# [5.17.0](https://github.com/0xs34n/starknet.js/compare/v5.16.0...v5.17.0) (2023-07-18) +# [5.17.0](https://github.com/starknet-io/starknet.js/compare/v5.16.0...v5.17.0) (2023-07-18) ### Bug Fixes -- add FailedTransactionResponse ([994925e](https://github.com/0xs34n/starknet.js/commit/994925e87a4fde3cfcffd9103793d44bc96fc96c)) -- remedy type declaration roll-up issues ([48625f4](https://github.com/0xs34n/starknet.js/commit/48625f4a9eaf4e3c294ad840dae78ebab4ab9a12)) -- transaction_failure_reason ([77329b7](https://github.com/0xs34n/starknet.js/commit/77329b7ddfc63d708685f0dcbffbe1b9094f7824)) +- add FailedTransactionResponse ([994925e](https://github.com/starknet-io/starknet.js/commit/994925e87a4fde3cfcffd9103793d44bc96fc96c)) +- remedy type declaration roll-up issues ([48625f4](https://github.com/starknet-io/starknet.js/commit/48625f4a9eaf4e3c294ad840dae78ebab4ab9a12)) +- transaction_failure_reason ([77329b7](https://github.com/starknet-io/starknet.js/commit/77329b7ddfc63d708685f0dcbffbe1b9094f7824)) ### Features -- add Enum in contract ([515e233](https://github.com/0xs34n/starknet.js/commit/515e233a0b29e125936192da540b83af8591b507)), closes [#670](https://github.com/0xs34n/starknet.js/issues/670) [#665](https://github.com/0xs34n/starknet.js/issues/665) [#664](https://github.com/0xs34n/starknet.js/issues/664) [#1](https://github.com/0xs34n/starknet.js/issues/1) -- calldata result in populate ([d44dc56](https://github.com/0xs34n/starknet.js/commit/d44dc56c0b6db68fcd664b8f02d7a4b72bcdfd28)), closes [#675](https://github.com/0xs34n/starknet.js/issues/675) [#1](https://github.com/0xs34n/starknet.js/issues/1) -- contractFactory Cairo1 & changed constructor signature, 0.12 test fixes ([9b44c54](https://github.com/0xs34n/starknet.js/commit/9b44c54857896019c2545c945695e525392e8dbd)) -- rename Failed to Rejected for transaction type ([65b1ef4](https://github.com/0xs34n/starknet.js/commit/65b1ef432e2eda9f37574771d60b409a3f7ab049)) +- add Enum in contract ([515e233](https://github.com/starknet-io/starknet.js/commit/515e233a0b29e125936192da540b83af8591b507)), closes [#670](https://github.com/starknet-io/starknet.js/issues/670) [#665](https://github.com/starknet-io/starknet.js/issues/665) [#664](https://github.com/starknet-io/starknet.js/issues/664) [#1](https://github.com/starknet-io/starknet.js/issues/1) +- calldata result in populate ([d44dc56](https://github.com/starknet-io/starknet.js/commit/d44dc56c0b6db68fcd664b8f02d7a4b72bcdfd28)), closes [#675](https://github.com/starknet-io/starknet.js/issues/675) [#1](https://github.com/starknet-io/starknet.js/issues/1) +- contractFactory Cairo1 & changed constructor signature, 0.12 test fixes ([9b44c54](https://github.com/starknet-io/starknet.js/commit/9b44c54857896019c2545c945695e525392e8dbd)) +- rename Failed to Rejected for transaction type ([65b1ef4](https://github.com/starknet-io/starknet.js/commit/65b1ef432e2eda9f37574771d60b409a3f7ab049)) -# [5.16.0](https://github.com/0xs34n/starknet.js/compare/v5.15.1...v5.16.0) (2023-07-03) +# [5.16.0](https://github.com/starknet-io/starknet.js/compare/v5.15.1...v5.16.0) (2023-07-03) ### Features -- cairo1 version2 support ([e564033](https://github.com/0xs34n/starknet.js/commit/e564033273ac49e971bbf1db843fb3de236976c0)) -- extract parser from CallData and Cairo ([b7eba2a](https://github.com/0xs34n/starknet.js/commit/b7eba2a1eada3dddb4dc0575c16ac76a42a78678)) -- parsers ([cce9029](https://github.com/0xs34n/starknet.js/commit/cce90299e59e60090b568be14331378de3918924)) +- cairo1 version2 support ([e564033](https://github.com/starknet-io/starknet.js/commit/e564033273ac49e971bbf1db843fb3de236976c0)) +- extract parser from CallData and Cairo ([b7eba2a](https://github.com/starknet-io/starknet.js/commit/b7eba2a1eada3dddb4dc0575c16ac76a42a78678)) +- parsers ([cce9029](https://github.com/starknet-io/starknet.js/commit/cce90299e59e60090b568be14331378de3918924)) -## [5.15.1](https://github.com/0xs34n/starknet.js/compare/v5.15.0...v5.15.1) (2023-06-29) +## [5.15.1](https://github.com/starknet-io/starknet.js/compare/v5.15.0...v5.15.1) (2023-06-29) ### Bug Fixes -- eradicate static strings ([597d2b5](https://github.com/0xs34n/starknet.js/commit/597d2b525709c0fa2607af70b6f8b6289fb32448)) +- eradicate static strings ([597d2b5](https://github.com/starknet-io/starknet.js/commit/597d2b525709c0fa2607af70b6f8b6289fb32448)) -# [5.15.0](https://github.com/0xs34n/starknet.js/compare/v5.14.1...v5.15.0) (2023-06-29) +# [5.15.0](https://github.com/starknet-io/starknet.js/compare/v5.14.1...v5.15.0) (2023-06-29) ### Bug Fixes -- remove DeployContractPayload type ([8908a90](https://github.com/0xs34n/starknet.js/commit/8908a900986244d615b91d35d61906d2dba580b4)) -- removed old Struct type ([8ec8a0d](https://github.com/0xs34n/starknet.js/commit/8ec8a0dca2e5548d6ad0d5d63d1431c84f668410)) +- remove DeployContractPayload type ([8908a90](https://github.com/starknet-io/starknet.js/commit/8908a900986244d615b91d35d61906d2dba580b4)) +- removed old Struct type ([8ec8a0d](https://github.com/starknet-io/starknet.js/commit/8ec8a0dca2e5548d6ad0d5d63d1431c84f668410)) ### Features -- removed pending transaction status, typing update ([a76b35c](https://github.com/0xs34n/starknet.js/commit/a76b35cf5bd9eb8c0a5b9ea33d689ed53c8ff8ab)) +- removed pending transaction status, typing update ([a76b35c](https://github.com/starknet-io/starknet.js/commit/a76b35cf5bd9eb8c0a5b9ea33d689ed53c8ff8ab)) -## [5.14.1](https://github.com/0xs34n/starknet.js/compare/v5.14.0...v5.14.1) (2023-06-26) +## [5.14.1](https://github.com/starknet-io/starknet.js/compare/v5.14.0...v5.14.1) (2023-06-26) ### Bug Fixes -- export utils provider,selector, contract, events. Simulate dev import on tests ([00b7bdf](https://github.com/0xs34n/starknet.js/commit/00b7bdf756c516a1905ce1ecc9036472800989af)) -- redeclare contract ([10da77e](https://github.com/0xs34n/starknet.js/commit/10da77efc6a5e1896af089508e4c403726e9cbf4)) +- export utils provider,selector, contract, events. Simulate dev import on tests ([00b7bdf](https://github.com/starknet-io/starknet.js/commit/00b7bdf756c516a1905ce1ecc9036472800989af)) +- redeclare contract ([10da77e](https://github.com/starknet-io/starknet.js/commit/10da77efc6a5e1896af089508e4c403726e9cbf4)) -# [5.14.0](https://github.com/0xs34n/starknet.js/compare/v5.13.2...v5.14.0) (2023-06-21) +# [5.14.0](https://github.com/starknet-io/starknet.js/compare/v5.13.2...v5.14.0) (2023-06-21) ### Features -- add isCairo1 utility methods ([78e9f87](https://github.com/0xs34n/starknet.js/commit/78e9f874e0d812a9d1c896846e5ec6c95a6cffca)) +- add isCairo1 utility methods ([78e9f87](https://github.com/starknet-io/starknet.js/commit/78e9f874e0d812a9d1c896846e5ec6c95a6cffca)) -## [5.13.2](https://github.com/0xs34n/starknet.js/compare/v5.13.1...v5.13.2) (2023-06-16) +## [5.13.2](https://github.com/starknet-io/starknet.js/compare/v5.13.1...v5.13.2) (2023-06-16) ### Bug Fixes -- conform storage key to RPC specification ([6c66202](https://github.com/0xs34n/starknet.js/commit/6c66202a966003509460dedf91e98177f7f4af27)) +- conform storage key to RPC specification ([6c66202](https://github.com/starknet-io/starknet.js/commit/6c66202a966003509460dedf91e98177f7f4af27)) -## [5.13.1](https://github.com/0xs34n/starknet.js/compare/v5.13.0...v5.13.1) (2023-06-14) +## [5.13.1](https://github.com/starknet-io/starknet.js/compare/v5.13.0...v5.13.1) (2023-06-14) ### Bug Fixes -- introduce common ABI type for contract class response ([55a8d98](https://github.com/0xs34n/starknet.js/commit/55a8d981be4ee4d861c7a3f988c012801af3d905)) +- introduce common ABI type for contract class response ([55a8d98](https://github.com/starknet-io/starknet.js/commit/55a8d981be4ee4d861c7a3f988c012801af3d905)) -# [5.13.0](https://github.com/0xs34n/starknet.js/compare/v5.12.0...v5.13.0) (2023-06-12) +# [5.13.0](https://github.com/starknet-io/starknet.js/compare/v5.12.0...v5.13.0) (2023-06-12) ### Info: Skipped tests during the release pipeline @@ -168,1370 +168,1370 @@ ### Features -- adapt RPC methods to v0.3.0 specification ([32188fb](https://github.com/0xs34n/starknet.js/commit/32188fba03506f45c82b61e24574e6a8fb0a5c1f)) +- adapt RPC methods to v0.3.0 specification ([32188fb](https://github.com/starknet-io/starknet.js/commit/32188fba03506f45c82b61e24574e6a8fb0a5c1f)) -# [5.12.0](https://github.com/0xs34n/starknet.js/compare/v5.11.1...v5.12.0) (2023-06-12) +# [5.12.0](https://github.com/starknet-io/starknet.js/compare/v5.11.1...v5.12.0) (2023-06-12) ### Features -- update Account.populate() to accept RawArgs type ([6b539a3](https://github.com/0xs34n/starknet.js/commit/6b539a37815ecafb6c8b738b8585dd75d534b3cf)) +- update Account.populate() to accept RawArgs type ([6b539a3](https://github.com/starknet-io/starknet.js/commit/6b539a37815ecafb6c8b738b8585dd75d534b3cf)) -## [5.11.1](https://github.com/0xs34n/starknet.js/compare/v5.11.0...v5.11.1) (2023-05-30) +## [5.11.1](https://github.com/starknet-io/starknet.js/compare/v5.11.0...v5.11.1) (2023-05-30) ### Bug Fixes -- expose RPC provider chain id override ([e6b74fe](https://github.com/0xs34n/starknet.js/commit/e6b74fe62687671fe1ff985474c56d66cd5abd66)) +- expose RPC provider chain id override ([e6b74fe](https://github.com/starknet-io/starknet.js/commit/e6b74fe62687671fe1ff985474c56d66cd5abd66)) -# [5.11.0](https://github.com/0xs34n/starknet.js/compare/v5.10.2...v5.11.0) (2023-05-25) +# [5.11.0](https://github.com/starknet-io/starknet.js/compare/v5.10.2...v5.11.0) (2023-05-25) ### Features -- allow unordered RawArgsObject usage for the calldata compilation utility ([9d0cedf](https://github.com/0xs34n/starknet.js/commit/9d0cedf0c7e007028402ead9b400ac83887f9b3e)) +- allow unordered RawArgsObject usage for the calldata compilation utility ([9d0cedf](https://github.com/starknet-io/starknet.js/commit/9d0cedf0c7e007028402ead9b400ac83887f9b3e)) -## [5.10.2](https://github.com/0xs34n/starknet.js/compare/v5.10.1...v5.10.2) (2023-05-17) +## [5.10.2](https://github.com/starknet-io/starknet.js/compare/v5.10.1...v5.10.2) (2023-05-17) ### Bug Fixes -- repair Uint256 array handling for calldata compilation ([969b3c1](https://github.com/0xs34n/starknet.js/commit/969b3c1670902d7cc55156d5b3f6a8e7d45c731b)) +- repair Uint256 array handling for calldata compilation ([969b3c1](https://github.com/starknet-io/starknet.js/commit/969b3c1670902d7cc55156d5b3f6a8e7d45c731b)) -## [5.10.1](https://github.com/0xs34n/starknet.js/compare/v5.10.0...v5.10.1) (2023-05-16) +## [5.10.1](https://github.com/starknet-io/starknet.js/compare/v5.10.0...v5.10.1) (2023-05-16) ### Bug Fixes -- ensure valid Cairo1 property order for call execution ([d86057c](https://github.com/0xs34n/starknet.js/commit/d86057cefe9e4053dac6d45d043401605246d3ed)) +- ensure valid Cairo1 property order for call execution ([d86057c](https://github.com/starknet-io/starknet.js/commit/d86057cefe9e4053dac6d45d043401605246d3ed)) -# [5.10.0](https://github.com/0xs34n/starknet.js/compare/v5.9.2...v5.10.0) (2023-05-10) +# [5.10.0](https://github.com/starknet-io/starknet.js/compare/v5.9.2...v5.10.0) (2023-05-10) ### Bug Fixes -- repair nested 2d array handling ([cccf518](https://github.com/0xs34n/starknet.js/commit/cccf518acc950bfed7579513c812df33cebb774d)) -- mark getClassHashAt blockIdentifier parameter as optional ([f54bfd0](https://github.com/0xs34n/starknet.js/commit/f54bfd0e9591d1ec1dccf20668de68272834fa46)) +- repair nested 2d array handling ([cccf518](https://github.com/starknet-io/starknet.js/commit/cccf518acc950bfed7579513c812df33cebb774d)) +- mark getClassHashAt blockIdentifier parameter as optional ([f54bfd0](https://github.com/starknet-io/starknet.js/commit/f54bfd0e9591d1ec1dccf20668de68272834fa46)) ### Features -- introduce declareIfNot utility Account method ([494dbb8](https://github.com/0xs34n/starknet.js/commit/494dbb8a84608415a279b2bfa84103667321a84e)) -- improve usage by extending RawCalldata to RawArgs in all major flows ([0ef1ec8](https://github.com/0xs34n/starknet.js/commit/0ef1ec8624e294a526f8e97d856e70b6426a9ae3)) -- make cairoVersion a property of Account ([b6a7d38](https://github.com/0xs34n/starknet.js/commit/b6a7d38e98c65e24cffac5485819797560b5571c)) +- introduce declareIfNot utility Account method ([494dbb8](https://github.com/starknet-io/starknet.js/commit/494dbb8a84608415a279b2bfa84103667321a84e)) +- improve usage by extending RawCalldata to RawArgs in all major flows ([0ef1ec8](https://github.com/starknet-io/starknet.js/commit/0ef1ec8624e294a526f8e97d856e70b6426a9ae3)) +- make cairoVersion a property of Account ([b6a7d38](https://github.com/starknet-io/starknet.js/commit/b6a7d38e98c65e24cffac5485819797560b5571c)) -## [5.9.2](https://github.com/0xs34n/starknet.js/compare/v5.9.1...v5.9.2) (2023-05-03) +## [5.9.2](https://github.com/starknet-io/starknet.js/compare/v5.9.1...v5.9.2) (2023-05-03) ### Info - _no changes_ -## [5.9.1](https://github.com/0xs34n/starknet.js/compare/v5.9.0...v5.9.1) (2023-05-02) +## [5.9.1](https://github.com/starknet-io/starknet.js/compare/v5.9.0...v5.9.1) (2023-05-02) ### Bug Fixes -- repair Uint256 contract call handling ([0cc05e0](https://github.com/0xs34n/starknet.js/commit/0cc05e073bc025c2afdc5105b5b87e5d23c1d487)) +- repair Uint256 contract call handling ([0cc05e0](https://github.com/starknet-io/starknet.js/commit/0cc05e073bc025c2afdc5105b5b87e5d23c1d487)) -# [5.9.0](https://github.com/0xs34n/starknet.js/compare/v5.8.0...v5.9.0) (2023-04-28) +# [5.9.0](https://github.com/starknet-io/starknet.js/compare/v5.8.0...v5.9.0) (2023-04-28) ### Features -- support complex Cairo1 Struct with forced ABI and complex Cairo1 arrays, refactor parser ([8f28462](https://github.com/0xs34n/starknet.js/commit/8f2846290a88c7b3b2985f32c61446a378566679)) -- add toHex and expand Calldata and executeCallData helpers, allow entrypoint compilation ([a452d64](https://github.com/0xs34n/starknet.js/commit/a452d64f1aa4e1005378bbba4d7748a054cae2be)) +- support complex Cairo1 Struct with forced ABI and complex Cairo1 arrays, refactor parser ([8f28462](https://github.com/starknet-io/starknet.js/commit/8f2846290a88c7b3b2985f32c61446a378566679)) +- add toHex and expand Calldata and executeCallData helpers, allow entrypoint compilation ([a452d64](https://github.com/starknet-io/starknet.js/commit/a452d64f1aa4e1005378bbba4d7748a054cae2be)) -# [5.8.0](https://github.com/0xs34n/starknet.js/compare/v5.7.0...v5.8.0) (2023-04-26) +# [5.8.0](https://github.com/starknet-io/starknet.js/compare/v5.7.0...v5.8.0) (2023-04-26) ### Bug Fixes -- clean up Contract interfaces ([02c6b72](https://github.com/0xs34n/starknet.js/commit/02c6b72ec41016fdd75537044889e7cffd624b27)) -- clean up ContractFactory and Contract interfaces ([b25047e](https://github.com/0xs34n/starknet.js/commit/b25047ece2eed313eaa776b2a132b9a04c3fbc2f)) -- prevent missusage of cairoVersion on deploy ([d920dbe](https://github.com/0xs34n/starknet.js/commit/d920dbe6144006438c917727b153a043fec2531b)) -- remove unused cairoVersion from Contract ([e4fcf24](https://github.com/0xs34n/starknet.js/commit/e4fcf244fa1dfd01301addfa7492bf90dac5a854)) +- clean up Contract interfaces ([02c6b72](https://github.com/starknet-io/starknet.js/commit/02c6b72ec41016fdd75537044889e7cffd624b27)) +- clean up ContractFactory and Contract interfaces ([b25047e](https://github.com/starknet-io/starknet.js/commit/b25047ece2eed313eaa776b2a132b9a04c3fbc2f)) +- prevent missusage of cairoVersion on deploy ([d920dbe](https://github.com/starknet-io/starknet.js/commit/d920dbe6144006438c917727b153a043fec2531b)) +- remove unused cairoVersion from Contract ([e4fcf24](https://github.com/starknet-io/starknet.js/commit/e4fcf244fa1dfd01301addfa7492bf90dac5a854)) ### Features -- add boolean to felt support for Cairo1 ([ef34e0a](https://github.com/0xs34n/starknet.js/commit/ef34e0a25a52be7a6ac76714bda43233a2f1a6f1)) -- remove deprecated compileCalldata ([e5adca4](https://github.com/0xs34n/starknet.js/commit/e5adca449a9d1142339d5e63adb857698c5913d6)) +- add boolean to felt support for Cairo1 ([ef34e0a](https://github.com/starknet-io/starknet.js/commit/ef34e0a25a52be7a6ac76714bda43233a2f1a6f1)) +- remove deprecated compileCalldata ([e5adca4](https://github.com/starknet-io/starknet.js/commit/e5adca449a9d1142339d5e63adb857698c5913d6)) -# [5.7.0](https://github.com/0xs34n/starknet.js/compare/v5.6.1...v5.7.0) (2023-04-25) +# [5.7.0](https://github.com/starknet-io/starknet.js/compare/v5.6.1...v5.7.0) (2023-04-25) ### Features -- expose more starknetId addresses ([863736e](https://github.com/0xs34n/starknet.js/commit/863736e0d1daf30b9b6c1bab7c5213cda29f3d61)) +- expose more starknetId addresses ([863736e](https://github.com/starknet-io/starknet.js/commit/863736e0d1daf30b9b6c1bab7c5213cda29f3d61)) -## [5.6.1](https://github.com/0xs34n/starknet.js/compare/v5.6.0...v5.6.1) (2023-04-21) +## [5.6.1](https://github.com/starknet-io/starknet.js/compare/v5.6.0...v5.6.1) (2023-04-21) ### Bug Fixes -- fix support for Cairo1 Uint256 types ([e2b03b2](https://github.com/0xs34n/starknet.js/commit/e2b03b2c587cc774bba9c6961d710aac782f829f)) +- fix support for Cairo1 Uint256 types ([e2b03b2](https://github.com/starknet-io/starknet.js/commit/e2b03b2c587cc774bba9c6961d710aac782f829f)) -# [5.6.0](https://github.com/0xs34n/starknet.js/compare/v5.5.0...v5.6.0) (2023-04-19) +# [5.6.0](https://github.com/starknet-io/starknet.js/compare/v5.5.0...v5.6.0) (2023-04-19) ### Bug Fixes -- mark optional param in contract invoke ([da094e4](https://github.com/0xs34n/starknet.js/commit/da094e4172ed43ce93604e92adbba2a5ecb1498e)) +- mark optional param in contract invoke ([da094e4](https://github.com/starknet-io/starknet.js/commit/da094e4172ed43ce93604e92adbba2a5ecb1498e)) ### Features -- add Cairo1 bool implementation ([52fed30](https://github.com/0xs34n/starknet.js/commit/52fed30f04b70bcce80f829dba6975101f6f3644)) -- support Cairo1 array, fix invoke response ([4637cd7](https://github.com/0xs34n/starknet.js/commit/4637cd74481ba85b3164ddb93c258b9ca8b9b949)) -- add felt252 implementation ([3d20ea4](https://github.com/0xs34n/starknet.js/commit/3d20ea44b49d1c7ba90d8a46a307f54e737c3285)) -- support uint parsing and validation ([c1acd29](https://github.com/0xs34n/starknet.js/commit/c1acd298d63758ba27fc20bcb4b0c00cca82078f)) +- add Cairo1 bool implementation ([52fed30](https://github.com/starknet-io/starknet.js/commit/52fed30f04b70bcce80f829dba6975101f6f3644)) +- support Cairo1 array, fix invoke response ([4637cd7](https://github.com/starknet-io/starknet.js/commit/4637cd74481ba85b3164ddb93c258b9ca8b9b949)) +- add felt252 implementation ([3d20ea4](https://github.com/starknet-io/starknet.js/commit/3d20ea44b49d1c7ba90d8a46a307f54e737c3285)) +- support uint parsing and validation ([c1acd29](https://github.com/starknet-io/starknet.js/commit/c1acd298d63758ba27fc20bcb4b0c00cca82078f)) -# [5.5.0](https://github.com/0xs34n/starknet.js/compare/v5.4.2...v5.5.0) (2023-04-10) +# [5.5.0](https://github.com/starknet-io/starknet.js/compare/v5.4.2...v5.5.0) (2023-04-10) ### Bug Fixes -- update DeclareAndDeploy with Cairo1 declare ([71072cf](https://github.com/0xs34n/starknet.js/commit/71072cffadb8ac118780cec21cb8c4f83e74d7ae)) +- update DeclareAndDeploy with Cairo1 declare ([71072cf](https://github.com/starknet-io/starknet.js/commit/71072cffadb8ac118780cec21cb8c4f83e74d7ae)) ### Features -- expand Cairo1 response parsing and types ([09a46af](https://github.com/0xs34n/starknet.js/commit/09a46af02e88376dc49e0aa39468fded99b94ee2)) +- expand Cairo1 response parsing and types ([09a46af](https://github.com/starknet-io/starknet.js/commit/09a46af02e88376dc49e0aa39468fded99b94ee2)) -## [5.4.2](https://github.com/0xs34n/starknet.js/compare/v5.4.1...v5.4.2) (2023-04-04) +## [5.4.2](https://github.com/starknet-io/starknet.js/compare/v5.4.1...v5.4.2) (2023-04-04) ### Bug Fixes -- implement custom ts error locally ([fa90a3e](https://github.com/0xs34n/starknet.js/commit/fa90a3e7dcbe8c0952b0681be903dffb4b4c74c6)) +- implement custom ts error locally ([fa90a3e](https://github.com/starknet-io/starknet.js/commit/fa90a3e7dcbe8c0952b0681be903dffb4b4c74c6)) -## [5.4.1](https://github.com/0xs34n/starknet.js/compare/v5.4.0...v5.4.1) (2023-04-03) +## [5.4.1](https://github.com/starknet-io/starknet.js/compare/v5.4.0...v5.4.1) (2023-04-03) ### Bug Fixes -- fix call response type and signature type ([c6c42e0](https://github.com/0xs34n/starknet.js/commit/c6c42e06ab7dd464e472b319cc16f52c75bef7cb)) +- fix call response type and signature type ([c6c42e0](https://github.com/starknet-io/starknet.js/commit/c6c42e06ab7dd464e472b319cc16f52c75bef7cb)) -# [5.4.0](https://github.com/0xs34n/starknet.js/compare/v5.3.0...v5.4.0) (2023-04-03) +# [5.4.0](https://github.com/starknet-io/starknet.js/compare/v5.3.0...v5.4.0) (2023-04-03) ### Bug Fixes -- adjust suggested max fee response type ([78b1f81](https://github.com/0xs34n/starknet.js/commit/78b1f814f2a65fa0b28ed27912b69d3dfbc022ad)) +- adjust suggested max fee response type ([78b1f81](https://github.com/starknet-io/starknet.js/commit/78b1f814f2a65fa0b28ed27912b69d3dfbc022ad)) ### Features -- support Cairo1 execute calldata ([1f7f001](https://github.com/0xs34n/starknet.js/commit/1f7f00155ae89ff871cdf987cd3b5238377d5450)) +- support Cairo1 execute calldata ([1f7f001](https://github.com/starknet-io/starknet.js/commit/1f7f00155ae89ff871cdf987cd3b5238377d5450)) -# [5.3.0](https://github.com/0xs34n/starknet.js/compare/v5.2.0...v5.3.0) (2023-03-29) +# [5.3.0](https://github.com/starknet-io/starknet.js/compare/v5.2.0...v5.3.0) (2023-03-29) ### Features -- declare v2 from account ([bc861b7](https://github.com/0xs34n/starknet.js/commit/bc861b753b443b4f75f9af7d1d9eb1a350273376)) -- declare v2 intermediate ([a8fdfe3](https://github.com/0xs34n/starknet.js/commit/a8fdfe3e6f00ee08f7aec55a8babda46043f1783)) -- get_compiled_class_by_class_hash, get_class_by_hash, ContractClass, rpc hotfix ([fc33d19](https://github.com/0xs34n/starknet.js/commit/fc33d196adadbf899e450aec88ef9d8d7365f726)) -- get_state_update, fix types, fix responseParser, fix BigNumberish api response, fix OPENRPC ([50a2c29](https://github.com/0xs34n/starknet.js/commit/50a2c29b53feb960a6b2a0eea7651c55cff5fc0b)) -- update contract address to sender address parameters ([7cec344](https://github.com/0xs34n/starknet.js/commit/7cec344c5b9a70bac9597354b20773388e5a4145)) -- remove version 0 invoke and declare ([08bd65c](https://github.com/0xs34n/starknet.js/commit/08bd65cf20d6db0fecb1fb014b2464f19dc64a6c)) -- implement skipValidate ([8b20e2e](https://github.com/0xs34n/starknet.js/commit/8b20e2e461ae73b9b6840972ea6c17a00b3efddc)) -- update hashing to cairo-lang 0.11.0, cairo 1.0.0.alpha-6 ([b6669b5](https://github.com/0xs34n/starknet.js/commit/b6669b577b159bd98369a16e295ba847eea55688)) +- declare v2 from account ([bc861b7](https://github.com/starknet-io/starknet.js/commit/bc861b753b443b4f75f9af7d1d9eb1a350273376)) +- declare v2 intermediate ([a8fdfe3](https://github.com/starknet-io/starknet.js/commit/a8fdfe3e6f00ee08f7aec55a8babda46043f1783)) +- get_compiled_class_by_class_hash, get_class_by_hash, ContractClass, rpc hotfix ([fc33d19](https://github.com/starknet-io/starknet.js/commit/fc33d196adadbf899e450aec88ef9d8d7365f726)) +- get_state_update, fix types, fix responseParser, fix BigNumberish api response, fix OPENRPC ([50a2c29](https://github.com/starknet-io/starknet.js/commit/50a2c29b53feb960a6b2a0eea7651c55cff5fc0b)) +- update contract address to sender address parameters ([7cec344](https://github.com/starknet-io/starknet.js/commit/7cec344c5b9a70bac9597354b20773388e5a4145)) +- remove version 0 invoke and declare ([08bd65c](https://github.com/starknet-io/starknet.js/commit/08bd65cf20d6db0fecb1fb014b2464f19dc64a6c)) +- implement skipValidate ([8b20e2e](https://github.com/starknet-io/starknet.js/commit/8b20e2e461ae73b9b6840972ea6c17a00b3efddc)) +- update hashing to cairo-lang 0.11.0, cairo 1.0.0.alpha-6 ([b6669b5](https://github.com/starknet-io/starknet.js/commit/b6669b577b159bd98369a16e295ba847eea55688)) -# [5.2.0](https://github.com/0xs34n/starknet.js/compare/v5.1.1...v5.2.0) (2023-03-14) +# [5.2.0](https://github.com/starknet-io/starknet.js/compare/v5.1.1...v5.2.0) (2023-03-14) ### Features -- implement compiledClassHash ([485793c](https://github.com/0xs34n/starknet.js/commit/485793ce6fd0763e3da56d0d11a50bffc9bab984)) -- compute chassHash for Cairo1 contract - computeSieraContractClassHash ([e20c1c5](https://github.com/0xs34n/starknet.js/commit/e20c1c5d01ce1d8abe2de527233a8396f7b9316d)) -- unify classHash for Sierra and legacy ([fac2bfe](https://github.com/0xs34n/starknet.js/commit/fac2bfe92e074207132296a0d3f73dae2ddaf735)) +- implement compiledClassHash ([485793c](https://github.com/starknet-io/starknet.js/commit/485793ce6fd0763e3da56d0d11a50bffc9bab984)) +- compute chassHash for Cairo1 contract - computeSieraContractClassHash ([e20c1c5](https://github.com/starknet-io/starknet.js/commit/e20c1c5d01ce1d8abe2de527233a8396f7b9316d)) +- unify classHash for Sierra and legacy ([fac2bfe](https://github.com/starknet-io/starknet.js/commit/fac2bfe92e074207132296a0d3f73dae2ddaf735)) -## [5.1.1](https://github.com/0xs34n/starknet.js/compare/v5.1.0...v5.1.1) (2023-03-07) +## [5.1.1](https://github.com/starknet-io/starknet.js/compare/v5.1.0...v5.1.1) (2023-03-07) ### Bug Fixes -- rectify default provider wait parameter typing ([fc9fd66](https://github.com/0xs34n/starknet.js/commit/fc9fd6661b13317d203a61407817e6ecf3897ba8)) +- rectify default provider wait parameter typing ([fc9fd66](https://github.com/starknet-io/starknet.js/commit/fc9fd6661b13317d203a61407817e6ecf3897ba8)) -# [5.1.0](https://github.com/0xs34n/starknet.js/compare/v5.0.2...v5.1.0) (2023-03-03) +# [5.1.0](https://github.com/starknet-io/starknet.js/compare/v5.0.2...v5.1.0) (2023-03-03) ### Features -- expose base poseidon methods ([8459947](https://github.com/0xs34n/starknet.js/commit/84599474862416955da32d0e99957b8a112b4edd)) -- rename number utility namespace to num ([032aadc](https://github.com/0xs34n/starknet.js/commit/032aadcf1401f3a0ef40eac947c23b8acfd1a0f7)) +- expose base poseidon methods ([8459947](https://github.com/starknet-io/starknet.js/commit/84599474862416955da32d0e99957b8a112b4edd)) +- rename number utility namespace to num ([032aadc](https://github.com/starknet-io/starknet.js/commit/032aadcf1401f3a0ef40eac947c23b8acfd1a0f7)) -## [5.0.2](https://github.com/0xs34n/starknet.js/compare/v5.0.1...v5.0.2) (2023-03-02) +## [5.0.2](https://github.com/starknet-io/starknet.js/compare/v5.0.1...v5.0.2) (2023-03-02) ### Bug Fixes -- add max_fee to simulate_transaction ([95ae885](https://github.com/0xs34n/starknet.js/commit/95ae8857eb05daaeb75b4b853a0ee9377d9ac7df)) +- add max_fee to simulate_transaction ([95ae885](https://github.com/starknet-io/starknet.js/commit/95ae8857eb05daaeb75b4b853a0ee9377d9ac7df)) -## [5.0.1](https://github.com/0xs34n/starknet.js/compare/v5.0.0...v5.0.1) (2023-03-02) +## [5.0.1](https://github.com/starknet-io/starknet.js/compare/v5.0.0...v5.0.1) (2023-03-02) ### Bug Fixes -- add new starknet id contracts (testnet) ([343cf78](https://github.com/0xs34n/starknet.js/commit/343cf78a678b088ab4915407fe86f28fa91db6ea)) +- add new starknet id contracts (testnet) ([343cf78](https://github.com/starknet-io/starknet.js/commit/343cf78a678b088ab4915407fe86f28fa91db6ea)) -# [5.0.0](https://github.com/0xs34n/starknet.js/compare/v4.22.0...v5.0.0) (2023-02-22) +# [5.0.0](https://github.com/starknet-io/starknet.js/compare/v4.22.0...v5.0.0) (2023-02-22) ### Bug Fixes -- remove the chain id property from the provider interface ([425b223](https://github.com/0xs34n/starknet.js/commit/425b22339118a7c3743ee1de8cc1683d2998bbdc)) -- repair bnToUint256 ([baa9d61](https://github.com/0xs34n/starknet.js/commit/baa9d611b18725ba269818631f668183212988df)) -- repair and unify transaction retrieval error ([ea5e646](https://github.com/0xs34n/starknet.js/commit/ea5e64651bf47824b254ae73ed8aa88998a5be44)) -- remove hex prefix should work insensitive, for both 0x and 0X ([53323d4](https://github.com/0xs34n/starknet.js/commit/53323d434d5edbeee03c4262935676c950a761d3)) +- remove the chain id property from the provider interface ([425b223](https://github.com/starknet-io/starknet.js/commit/425b22339118a7c3743ee1de8cc1683d2998bbdc)) +- repair bnToUint256 ([baa9d61](https://github.com/starknet-io/starknet.js/commit/baa9d611b18725ba269818631f668183212988df)) +- repair and unify transaction retrieval error ([ea5e646](https://github.com/starknet-io/starknet.js/commit/ea5e64651bf47824b254ae73ed8aa88998a5be44)) +- remove hex prefix should work insensitive, for both 0x and 0X ([53323d4](https://github.com/starknet-io/starknet.js/commit/53323d434d5edbeee03c4262935676c950a761d3)) ### Features -- switch to native BigInt support ([ec56c29](https://github.com/0xs34n/starknet.js/commit/ec56c29672c2e09e00d6ce5d500e4b10b6598269)) -- expose elliptic curve utility methods ([649e0aa](https://github.com/0xs34n/starknet.js/commit/649e0aa032d77ba714fe5cb8d31252590e9eb7f4)) -- add public sequencer fetch method ([1dab230](https://github.com/0xs34n/starknet.js/commit/1dab2302d64f5f3f1df84c225a93e6007592090d)) -- allow BigNumberish in RawCallData ([9b897c7](https://github.com/0xs34n/starknet.js/commit/9b897c7fb653ae1830b3795b29bd35c8be8e2d22)) -- rework contract interaction API ([2ee199e](https://github.com/0xs34n/starknet.js/commit/2ee199e16c4fa2aa4432816482930a418e41b327)) -- rework waitForTransaction API ([e17ff17](https://github.com/0xs34n/starknet.js/commit/e17ff1744d0ff9f93d7228e48168dc2bbaf63652)) +- switch to native BigInt support ([ec56c29](https://github.com/starknet-io/starknet.js/commit/ec56c29672c2e09e00d6ce5d500e4b10b6598269)) +- expose elliptic curve utility methods ([649e0aa](https://github.com/starknet-io/starknet.js/commit/649e0aa032d77ba714fe5cb8d31252590e9eb7f4)) +- add public sequencer fetch method ([1dab230](https://github.com/starknet-io/starknet.js/commit/1dab2302d64f5f3f1df84c225a93e6007592090d)) +- allow BigNumberish in RawCallData ([9b897c7](https://github.com/starknet-io/starknet.js/commit/9b897c7fb653ae1830b3795b29bd35c8be8e2d22)) +- rework contract interaction API ([2ee199e](https://github.com/starknet-io/starknet.js/commit/2ee199e16c4fa2aa4432816482930a418e41b327)) +- rework waitForTransaction API ([e17ff17](https://github.com/starknet-io/starknet.js/commit/e17ff1744d0ff9f93d7228e48168dc2bbaf63652)) ### BREAKING CHANGES - multiple BN values replaced by BigInt - major API refactoring -# [5.0.0-beta.6](https://github.com/0xs34n/starknet.js/compare/v5.0.0-beta.5...v5.0.0-beta.6) (2023-02-22) +# [5.0.0-beta.6](https://github.com/starknet-io/starknet.js/compare/v5.0.0-beta.5...v5.0.0-beta.6) (2023-02-22) ### Bug Fixes -- remove hex prefix should work insensitive, for both 0x and 0X ([53323d4](https://github.com/0xs34n/starknet.js/commit/53323d434d5edbeee03c4262935676c950a761d3)) +- remove hex prefix should work insensitive, for both 0x and 0X ([53323d4](https://github.com/starknet-io/starknet.js/commit/53323d434d5edbeee03c4262935676c950a761d3)) ### Features -- move starkname to provider ([8e88ed0](https://github.com/0xs34n/starknet.js/commit/8e88ed0dd9f651dd9decea75dfdae2357e6bfa4a)) +- move starkname to provider ([8e88ed0](https://github.com/starknet-io/starknet.js/commit/8e88ed0dd9f651dd9decea75dfdae2357e6bfa4a)) -# [4.22.0](https://github.com/0xs34n/starknet.js/compare/v4.21.1...v4.22.0) (2023-02-22) +# [4.22.0](https://github.com/starknet-io/starknet.js/compare/v4.21.1...v4.22.0) (2023-02-22) ### Features -- move starkname to provider ([8e88ed0](https://github.com/0xs34n/starknet.js/commit/8e88ed0dd9f651dd9decea75dfdae2357e6bfa4a)) +- move starkname to provider ([8e88ed0](https://github.com/starknet-io/starknet.js/commit/8e88ed0dd9f651dd9decea75dfdae2357e6bfa4a)) -# [5.0.0-beta.5](https://github.com/0xs34n/starknet.js/compare/v5.0.0-beta.4...v5.0.0-beta.5) (2023-02-21) +# [5.0.0-beta.5](https://github.com/starknet-io/starknet.js/compare/v5.0.0-beta.4...v5.0.0-beta.5) (2023-02-21) ### Features -- rework contract interaction API ([2ee199e](https://github.com/0xs34n/starknet.js/commit/2ee199e16c4fa2aa4432816482930a418e41b327)) -- rework waitForTransaction API ([e17ff17](https://github.com/0xs34n/starknet.js/commit/e17ff1744d0ff9f93d7228e48168dc2bbaf63652)) +- rework contract interaction API ([2ee199e](https://github.com/starknet-io/starknet.js/commit/2ee199e16c4fa2aa4432816482930a418e41b327)) +- rework waitForTransaction API ([e17ff17](https://github.com/starknet-io/starknet.js/commit/e17ff1744d0ff9f93d7228e48168dc2bbaf63652)) -## [4.21.1](https://github.com/0xs34n/starknet.js/compare/v4.21.0...v4.21.1) (2023-02-20) +## [4.21.1](https://github.com/starknet-io/starknet.js/compare/v4.21.0...v4.21.1) (2023-02-20) ### Bug Fixes -- repair hex prefix removal to be case insensitive ([53323d4](https://github.com/0xs34n/starknet.js/commit/53323d434d5edbeee03c4262935676c950a761d3)) -- repair decodeShortString for integer strings ([1d6adf0](https://github.com/0xs34n/starknet.js/commit/1d6adf01a64f93b7016d083b81dba4e409371e74)) +- repair hex prefix removal to be case insensitive ([53323d4](https://github.com/starknet-io/starknet.js/commit/53323d434d5edbeee03c4262935676c950a761d3)) +- repair decodeShortString for integer strings ([1d6adf0](https://github.com/starknet-io/starknet.js/commit/1d6adf01a64f93b7016d083b81dba4e409371e74)) -# [4.21.0](https://github.com/0xs34n/starknet.js/compare/v4.20.0...v4.21.0) (2023-01-18) +# [4.21.0](https://github.com/starknet-io/starknet.js/compare/v4.20.0...v4.21.0) (2023-01-18) ### Features -- add get_block_traces support in sequencer ([b8dec62](https://github.com/0xs34n/starknet.js/commit/b8dec62c06dabcd3b917d6b53f318df2a0a8dfe4)) +- add get_block_traces support in sequencer ([b8dec62](https://github.com/starknet-io/starknet.js/commit/b8dec62c06dabcd3b917d6b53f318df2a0a8dfe4)) -# [4.20.0](https://github.com/0xs34n/starknet.js/compare/v4.19.3...v4.20.0) (2023-01-17) +# [4.20.0](https://github.com/starknet-io/starknet.js/compare/v4.19.3...v4.20.0) (2023-01-17) ### Features -- add support for get_state_update in provider ([76035a1](https://github.com/0xs34n/starknet.js/commit/76035a148e7863fa1dbe440920eca34498480aa9)) +- add support for get_state_update in provider ([76035a1](https://github.com/starknet-io/starknet.js/commit/76035a148e7863fa1dbe440920eca34498480aa9)) -# [5.0.0-beta.4](https://github.com/0xs34n/starknet.js/compare/v5.0.0-beta.3...v5.0.0-beta.4) (2023-01-24) +# [5.0.0-beta.4](https://github.com/starknet-io/starknet.js/compare/v5.0.0-beta.3...v5.0.0-beta.4) (2023-01-24) ### Features -- expose elliptic curve utility methods ([649e0aa](https://github.com/0xs34n/starknet.js/commit/649e0aa032d77ba714fe5cb8d31252590e9eb7f4)) -- add public sequencer fetch method ([1dab230](https://github.com/0xs34n/starknet.js/commit/1dab2302d64f5f3f1df84c225a93e6007592090d)) -- allow BigNumberish in RawCallData ([9b897c7](https://github.com/0xs34n/starknet.js/commit/9b897c7fb653ae1830b3795b29bd35c8be8e2d22)) +- expose elliptic curve utility methods ([649e0aa](https://github.com/starknet-io/starknet.js/commit/649e0aa032d77ba714fe5cb8d31252590e9eb7f4)) +- add public sequencer fetch method ([1dab230](https://github.com/starknet-io/starknet.js/commit/1dab2302d64f5f3f1df84c225a93e6007592090d)) +- allow BigNumberish in RawCallData ([9b897c7](https://github.com/starknet-io/starknet.js/commit/9b897c7fb653ae1830b3795b29bd35c8be8e2d22)) -# [5.0.0-beta.3](https://github.com/0xs34n/starknet.js/compare/v5.0.0-beta.2...v5.0.0-beta.3) (2023-01-13) +# [5.0.0-beta.3](https://github.com/starknet-io/starknet.js/compare/v5.0.0-beta.2...v5.0.0-beta.3) (2023-01-13) ### Bug Fixes -- repair and unify transaction retrieval error ([ea5e646](https://github.com/0xs34n/starknet.js/commit/ea5e64651bf47824b254ae73ed8aa88998a5be44)) +- repair and unify transaction retrieval error ([ea5e646](https://github.com/starknet-io/starknet.js/commit/ea5e64651bf47824b254ae73ed8aa88998a5be44)) -# [5.0.0-beta.2](https://github.com/0xs34n/starknet.js/compare/v5.0.0-beta.1...v5.0.0-beta.2) (2023-01-11) +# [5.0.0-beta.2](https://github.com/starknet-io/starknet.js/compare/v5.0.0-beta.1...v5.0.0-beta.2) (2023-01-11) ### Bug Fixes -- remove the chain id property from the provider interface ([425b223](https://github.com/0xs34n/starknet.js/commit/425b22339118a7c3743ee1de8cc1683d2998bbdc)) -- repair bnToUint256 ([baa9d61](https://github.com/0xs34n/starknet.js/commit/baa9d611b18725ba269818631f668183212988df)) +- remove the chain id property from the provider interface ([425b223](https://github.com/starknet-io/starknet.js/commit/425b22339118a7c3743ee1de8cc1683d2998bbdc)) +- repair bnToUint256 ([baa9d61](https://github.com/starknet-io/starknet.js/commit/baa9d611b18725ba269818631f668183212988df)) ### BREAKING CHANGES - provider interface chain id property removed -# [5.0.0-beta.1](https://github.com/0xs34n/starknet.js/compare/v4.18.0...v5.0.0-beta.1) (2023-01-07) +# [5.0.0-beta.1](https://github.com/starknet-io/starknet.js/compare/v4.18.0...v5.0.0-beta.1) (2023-01-07) ### Features -- switch to native BigInt support ([ec56c29](https://github.com/0xs34n/starknet.js/commit/ec56c29672c2e09e00d6ce5d500e4b10b6598269)) +- switch to native BigInt support ([ec56c29](https://github.com/starknet-io/starknet.js/commit/ec56c29672c2e09e00d6ce5d500e4b10b6598269)) ### BREAKING CHANGES - multiple BN values replaced by BigInt -## [4.19.3](https://github.com/0xs34n/starknet.js/compare/v4.19.2...v4.19.3) (2023-01-12) +## [4.19.3](https://github.com/starknet-io/starknet.js/compare/v4.19.2...v4.19.3) (2023-01-12) ### Features -- move the simulateTransaction method to the Account class ([be7b792](https://github.com/0xs34n/starknet.js/commit/be7b79272a13a9ec9986485d51526846c6954092)) +- move the simulateTransaction method to the Account class ([be7b792](https://github.com/starknet-io/starknet.js/commit/be7b79272a13a9ec9986485d51526846c6954092)) -## [4.19.2](https://github.com/0xs34n/starknet.js/compare/v4.19.1...v4.19.2) (2023-01-11) +## [4.19.2](https://github.com/starknet-io/starknet.js/compare/v4.19.1...v4.19.2) (2023-01-11) ### Bug Fixes -- repair and unify transaction retrieval error ([ea5e646](https://github.com/0xs34n/starknet.js/commit/ea5e64651bf47824b254ae73ed8aa88998a5be44)) +- repair and unify transaction retrieval error ([ea5e646](https://github.com/starknet-io/starknet.js/commit/ea5e64651bf47824b254ae73ed8aa88998a5be44)) -## [4.19.1](https://github.com/0xs34n/starknet.js/compare/v4.19.0...v4.19.1) (2023-01-10) +## [4.19.1](https://github.com/starknet-io/starknet.js/compare/v4.19.0...v4.19.1) (2023-01-10) ### Bug Fixes -- rework estimateFeeBulk return type ([084d89e](https://github.com/0xs34n/starknet.js/commit/084d89e120108d0e63625b4e33729713df6d9632)) +- rework estimateFeeBulk return type ([084d89e](https://github.com/starknet-io/starknet.js/commit/084d89e120108d0e63625b4e33729713df6d9632)) -# [4.19.0](https://github.com/0xs34n/starknet.js/compare/v4.18.0...v4.19.0) (2023-01-09) +# [4.19.0](https://github.com/starknet-io/starknet.js/compare/v4.18.0...v4.19.0) (2023-01-09) ### Features -- add estimate_fee_bulk support ([1352e78](https://github.com/0xs34n/starknet.js/commit/1352e78523941a8b8c9e878be96134e8bb99c4eb)) +- add estimate_fee_bulk support ([1352e78](https://github.com/starknet-io/starknet.js/commit/1352e78523941a8b8c9e878be96134e8bb99c4eb)) -# [4.18.0](https://github.com/0xs34n/starknet.js/compare/v4.17.1...v4.18.0) (2022-12-23) +# [4.18.0](https://github.com/starknet-io/starknet.js/compare/v4.17.1...v4.18.0) (2022-12-23) ### Features -- simulate_transaction support on sequencer ([304c3cc](https://github.com/0xs34n/starknet.js/commit/304c3cc1af81bc8810581546f043caca01db173b)) -- update simulate tx ([8f3ea55](https://github.com/0xs34n/starknet.js/commit/8f3ea55eb1e23cefc0419902a2ebbe10ee373ccb)) -- update simulate tx in sequencer ([d79a9fa](https://github.com/0xs34n/starknet.js/commit/d79a9faa307936561504c120f67f3fb2f18423b6)) +- simulate_transaction support on sequencer ([304c3cc](https://github.com/starknet-io/starknet.js/commit/304c3cc1af81bc8810581546f043caca01db173b)) +- update simulate tx ([8f3ea55](https://github.com/starknet-io/starknet.js/commit/8f3ea55eb1e23cefc0419902a2ebbe10ee373ccb)) +- update simulate tx in sequencer ([d79a9fa](https://github.com/starknet-io/starknet.js/commit/d79a9faa307936561504c120f67f3fb2f18423b6)) -## [4.17.1](https://github.com/0xs34n/starknet.js/compare/v4.17.0...v4.17.1) (2022-12-14) +## [4.17.1](https://github.com/starknet-io/starknet.js/compare/v4.17.0...v4.17.1) (2022-12-14) ### Bug Fixes -- estimateAccountDeployFee set nonce to constant 0 ([2110ef0](https://github.com/0xs34n/starknet.js/commit/2110ef09da63765609d60e01259c360a0e8a9ddf)) -- nonce should be fixed for deploy account to 0 ([c8a38e5](https://github.com/0xs34n/starknet.js/commit/c8a38e5349e5c5ebe3bb0665a4fb18cd02811626)) -- rpc deployAccountContract request, rpc nonce hotfix ([9576335](https://github.com/0xs34n/starknet.js/commit/9576335893561603cfd6a8ff4454b69cb49f7484)) +- estimateAccountDeployFee set nonce to constant 0 ([2110ef0](https://github.com/starknet-io/starknet.js/commit/2110ef09da63765609d60e01259c360a0e8a9ddf)) +- nonce should be fixed for deploy account to 0 ([c8a38e5](https://github.com/starknet-io/starknet.js/commit/c8a38e5349e5c5ebe3bb0665a4fb18cd02811626)) +- rpc deployAccountContract request, rpc nonce hotfix ([9576335](https://github.com/starknet-io/starknet.js/commit/9576335893561603cfd6a8ff4454b69cb49f7484)) -# [4.17.0](https://github.com/0xs34n/starknet.js/compare/v4.16.0...v4.17.0) (2022-12-13) +# [4.17.0](https://github.com/starknet-io/starknet.js/compare/v4.16.0...v4.17.0) (2022-12-13) ### Features -- contract factory deploy arguments ([9eff7f4](https://github.com/0xs34n/starknet.js/commit/9eff7f4ccc74cb5f0c0594e88c0292600f20ec09)) +- contract factory deploy arguments ([9eff7f4](https://github.com/starknet-io/starknet.js/commit/9eff7f4ccc74cb5f0c0594e88c0292600f20ec09)) -# [4.16.0](https://github.com/0xs34n/starknet.js/compare/v4.15.1...v4.16.0) (2022-12-12) +# [4.16.0](https://github.com/starknet-io/starknet.js/compare/v4.15.1...v4.16.0) (2022-12-12) ### Bug Fixes -- blockIdentifier null on call from constructed function ([c88fbf0](https://github.com/0xs34n/starknet.js/commit/c88fbf0cdfc57e1150275a34c15900d6c81802d3)) -- default pathfinder does't have pending block ([4619188](https://github.com/0xs34n/starknet.js/commit/4619188e21e5cc9a811c59bcf2923c4382661635)) -- sequencer defaults, remove defaultProvider default blockIdentifier, spelling, class ([555a9a3](https://github.com/0xs34n/starknet.js/commit/555a9a3982bc1a742776119df5dee5d701209a0d)) +- blockIdentifier null on call from constructed function ([c88fbf0](https://github.com/starknet-io/starknet.js/commit/c88fbf0cdfc57e1150275a34c15900d6c81802d3)) +- default pathfinder does't have pending block ([4619188](https://github.com/starknet-io/starknet.js/commit/4619188e21e5cc9a811c59bcf2923c4382661635)) +- sequencer defaults, remove defaultProvider default blockIdentifier, spelling, class ([555a9a3](https://github.com/starknet-io/starknet.js/commit/555a9a3982bc1a742776119df5dee5d701209a0d)) ### Features -- multi deploy reimplemented ([10e609a](https://github.com/0xs34n/starknet.js/commit/10e609a1af584df65942477b264ad7809b5c70c9)) -- return precalculated address from deploy ([5e40224](https://github.com/0xs34n/starknet.js/commit/5e402246841bdf9117a9ee96799833fc6f68d16b)) +- multi deploy reimplemented ([10e609a](https://github.com/starknet-io/starknet.js/commit/10e609a1af584df65942477b264ad7809b5c70c9)) +- return precalculated address from deploy ([5e40224](https://github.com/starknet-io/starknet.js/commit/5e402246841bdf9117a9ee96799833fc6f68d16b)) -## [4.15.1](https://github.com/0xs34n/starknet.js/compare/v4.15.0...v4.15.1) (2022-12-07) +## [4.15.1](https://github.com/starknet-io/starknet.js/compare/v4.15.0...v4.15.1) (2022-12-07) ### Bug Fixes -- add testnet 2 compatibility to test ([b83f35b](https://github.com/0xs34n/starknet.js/commit/b83f35bbfc0c2a6c84318a473ca816cc053f5806)) -- delete only on test ([e13db57](https://github.com/0xs34n/starknet.js/commit/e13db577b7d40073707d78e57f63e65b6472c446)) -- lib chainid test ([e820572](https://github.com/0xs34n/starknet.js/commit/e820572a9eafe732dae3d1bbde5f63279c000be7)) +- add testnet 2 compatibility to test ([b83f35b](https://github.com/starknet-io/starknet.js/commit/b83f35bbfc0c2a6c84318a473ca816cc053f5806)) +- delete only on test ([e13db57](https://github.com/starknet-io/starknet.js/commit/e13db577b7d40073707d78e57f63e65b6472c446)) +- lib chainid test ([e820572](https://github.com/starknet-io/starknet.js/commit/e820572a9eafe732dae3d1bbde5f63279c000be7)) -# [4.15.0](https://github.com/0xs34n/starknet.js/compare/v4.14.0...v4.15.0) (2022-12-05) +# [4.15.0](https://github.com/starknet-io/starknet.js/compare/v4.14.0...v4.15.0) (2022-12-05) ### Bug Fixes -- add deterministic tests ([ff8e06e](https://github.com/0xs34n/starknet.js/commit/ff8e06e5eee8f04349f1f171fc9cfd8f2a12e493)) -- add string function to test ([bf24d7f](https://github.com/0xs34n/starknet.js/commit/bf24d7f3b9c23f2e7eea6427469bd99e03ae5f1c)) -- delete functions from interface ([1cb96a3](https://github.com/0xs34n/starknet.js/commit/1cb96a3d4904434d61d50ea27d6dc17d8e4807d4)) -- docs starknet id ([69b5bcc](https://github.com/0xs34n/starknet.js/commit/69b5bcc8d8e8eb2e22a1402caaf428f1f747ee3a)) -- fix Ivan comments ([7ab252a](https://github.com/0xs34n/starknet.js/commit/7ab252a7adde52403f01e1d68d3a1ada42870dca)) -- revert waitfortransaction to original interface ([bb2a8cd](https://github.com/0xs34n/starknet.js/commit/bb2a8cddc0ca272a3a291668e80c59ff8758e903)) -- test on account ([81f5d71](https://github.com/0xs34n/starknet.js/commit/81f5d71c19a4bf24a6cf7ff9ed39fafb70625e29)) -- waitfortransaction usage ([67c2031](https://github.com/0xs34n/starknet.js/commit/67c2031d637a8b8b4697f29cd592298778404d1b)) +- add deterministic tests ([ff8e06e](https://github.com/starknet-io/starknet.js/commit/ff8e06e5eee8f04349f1f171fc9cfd8f2a12e493)) +- add string function to test ([bf24d7f](https://github.com/starknet-io/starknet.js/commit/bf24d7f3b9c23f2e7eea6427469bd99e03ae5f1c)) +- delete functions from interface ([1cb96a3](https://github.com/starknet-io/starknet.js/commit/1cb96a3d4904434d61d50ea27d6dc17d8e4807d4)) +- docs starknet id ([69b5bcc](https://github.com/starknet-io/starknet.js/commit/69b5bcc8d8e8eb2e22a1402caaf428f1f747ee3a)) +- fix Ivan comments ([7ab252a](https://github.com/starknet-io/starknet.js/commit/7ab252a7adde52403f01e1d68d3a1ada42870dca)) +- revert waitfortransaction to original interface ([bb2a8cd](https://github.com/starknet-io/starknet.js/commit/bb2a8cddc0ca272a3a291668e80c59ff8758e903)) +- test on account ([81f5d71](https://github.com/starknet-io/starknet.js/commit/81f5d71c19a4bf24a6cf7ff9ed39fafb70625e29)) +- waitfortransaction usage ([67c2031](https://github.com/starknet-io/starknet.js/commit/67c2031d637a8b8b4697f29cd592298778404d1b)) ### Features -- add starknet.id getters ([855854a](https://github.com/0xs34n/starknet.js/commit/855854a4e17bd43e6a0c79ab68dcd1c8534ef06f)) -- allow usage of chainId to define network, cleanup ([6cffaad](https://github.com/0xs34n/starknet.js/commit/6cffaadcc096efa9f10f759e6e4cb2c91db4cb4a)) -- set testnet2 chain id, cleanup ([16cdfd4](https://github.com/0xs34n/starknet.js/commit/16cdfd46ed4887e3878fa8bdeccaf0c806d92ccb)) +- add starknet.id getters ([855854a](https://github.com/starknet-io/starknet.js/commit/855854a4e17bd43e6a0c79ab68dcd1c8534ef06f)) +- allow usage of chainId to define network, cleanup ([6cffaad](https://github.com/starknet-io/starknet.js/commit/6cffaadcc096efa9f10f759e6e4cb2c91db4cb4a)) +- set testnet2 chain id, cleanup ([16cdfd4](https://github.com/starknet-io/starknet.js/commit/16cdfd46ed4887e3878fa8bdeccaf0c806d92ccb)) -# [4.14.0](https://github.com/0xs34n/starknet.js/compare/v4.13.2...v4.14.0) (2022-11-29) +# [4.14.0](https://github.com/starknet-io/starknet.js/compare/v4.13.2...v4.14.0) (2022-11-29) ### Bug Fixes -- account test removed provider deployContract ([605c2a9](https://github.com/0xs34n/starknet.js/commit/605c2a9426f8ef5bc3c16803db0055550ca58da3)) -- cleanup after refactor and remove branch split ([f695629](https://github.com/0xs34n/starknet.js/commit/f69562960877bc37d38e2964a88569c9ae9bedca)) -- properly parse blockIdentifier in buildCall function ([d09affd](https://github.com/0xs34n/starknet.js/commit/d09affd57c260eccf2f59c9cb7dd8c668fe8a5b3)) -- remove deployMaxFee from deploy ([6d5fa24](https://github.com/0xs34n/starknet.js/commit/6d5fa2461def5caad3cdd71af8a4e6c61d88092e)) -- rpc tests ([cd913ee](https://github.com/0xs34n/starknet.js/commit/cd913ee93df433eb3730e6aae43dd22b0c8aed32)) -- split getNonce interface ([7b7acd9](https://github.com/0xs34n/starknet.js/commit/7b7acd9f5ebe0b2b97e389fb3a68249dd72224ce)) -- tiping issue ([78aa340](https://github.com/0xs34n/starknet.js/commit/78aa3402131f51e83287eada7499ea01de41efa0)) -- udc require L2 status for deployed contract to be awailable to use ([afba8d0](https://github.com/0xs34n/starknet.js/commit/afba8d068685c1c9b03126e5de13a5dfddb2925e)) +- account test removed provider deployContract ([605c2a9](https://github.com/starknet-io/starknet.js/commit/605c2a9426f8ef5bc3c16803db0055550ca58da3)) +- cleanup after refactor and remove branch split ([f695629](https://github.com/starknet-io/starknet.js/commit/f69562960877bc37d38e2964a88569c9ae9bedca)) +- properly parse blockIdentifier in buildCall function ([d09affd](https://github.com/starknet-io/starknet.js/commit/d09affd57c260eccf2f59c9cb7dd8c668fe8a5b3)) +- remove deployMaxFee from deploy ([6d5fa24](https://github.com/starknet-io/starknet.js/commit/6d5fa2461def5caad3cdd71af8a4e6c61d88092e)) +- rpc tests ([cd913ee](https://github.com/starknet-io/starknet.js/commit/cd913ee93df433eb3730e6aae43dd22b0c8aed32)) +- split getNonce interface ([7b7acd9](https://github.com/starknet-io/starknet.js/commit/7b7acd9f5ebe0b2b97e389fb3a68249dd72224ce)) +- tiping issue ([78aa340](https://github.com/starknet-io/starknet.js/commit/78aa3402131f51e83287eada7499ea01de41efa0)) +- udc require L2 status for deployed contract to be awailable to use ([afba8d0](https://github.com/starknet-io/starknet.js/commit/afba8d068685c1c9b03126e5de13a5dfddb2925e)) ### Features -- account deployContract ts overide base class ([dd4502d](https://github.com/0xs34n/starknet.js/commit/dd4502d76fb73f04e8e512336f6e5924c55b2f39)) -- extend acc interface, use deploy estimate fee ([da7392a](https://github.com/0xs34n/starknet.js/commit/da7392a65fa2b261cc1c6916739c1a59ecf9330f)) -- r p.deployCo. C tests, CF fixtures, cleanHex, DeclareDeploy, F Provider, seq.waitFor ret.txRec ([bb50f53](https://github.com/0xs34n/starknet.js/commit/bb50f5312f2b8618a26eaf13f1f851a645f5b670)) -- return from wait Transaction,Account deployContract and declareDeploy ([724975d](https://github.com/0xs34n/starknet.js/commit/724975dd92cc764208e1cf70c6f0d4089f0d363d)) +- account deployContract ts overide base class ([dd4502d](https://github.com/starknet-io/starknet.js/commit/dd4502d76fb73f04e8e512336f6e5924c55b2f39)) +- extend acc interface, use deploy estimate fee ([da7392a](https://github.com/starknet-io/starknet.js/commit/da7392a65fa2b261cc1c6916739c1a59ecf9330f)) +- r p.deployCo. C tests, CF fixtures, cleanHex, DeclareDeploy, F Provider, seq.waitFor ret.txRec ([bb50f53](https://github.com/starknet-io/starknet.js/commit/bb50f5312f2b8618a26eaf13f1f851a645f5b670)) +- return from wait Transaction,Account deployContract and declareDeploy ([724975d](https://github.com/starknet-io/starknet.js/commit/724975dd92cc764208e1cf70c6f0d4089f0d363d)) -## [4.13.2](https://github.com/0xs34n/starknet.js/compare/v4.13.1...v4.13.2) (2022-11-25) +## [4.13.2](https://github.com/starknet-io/starknet.js/compare/v4.13.1...v4.13.2) (2022-11-25) ### Bug Fixes -- package json exports ([0eea96a](https://github.com/0xs34n/starknet.js/commit/0eea96a15500f4dce4125fdaa5f6720df0a9e333)) +- package json exports ([0eea96a](https://github.com/starknet-io/starknet.js/commit/0eea96a15500f4dce4125fdaa5f6720df0a9e333)) -## [4.13.1](https://github.com/0xs34n/starknet.js/compare/v4.13.0...v4.13.1) (2022-11-23) +## [4.13.1](https://github.com/starknet-io/starknet.js/compare/v4.13.0...v4.13.1) (2022-11-23) ### Bug Fixes -- **ci:** adjust build script ([880ef27](https://github.com/0xs34n/starknet.js/commit/880ef27d3212fe1aa8b6ea87e2a77a7e5d56aa79)) -- flatten main type export and import ([869f470](https://github.com/0xs34n/starknet.js/commit/869f470973c583f3d8d856f9996280741257dbab)) +- **ci:** adjust build script ([880ef27](https://github.com/starknet-io/starknet.js/commit/880ef27d3212fe1aa8b6ea87e2a77a7e5d56aa79)) +- flatten main type export and import ([869f470](https://github.com/starknet-io/starknet.js/commit/869f470973c583f3d8d856f9996280741257dbab)) -# [4.13.0](https://github.com/0xs34n/starknet.js/compare/v4.12.0...v4.13.0) (2022-11-22) +# [4.13.0](https://github.com/starknet-io/starknet.js/compare/v4.12.0...v4.13.0) (2022-11-22) ### Bug Fixes -- add estimateDeployFee ([3bc11be](https://github.com/0xs34n/starknet.js/commit/3bc11bef0d744303a1288eb997fbfca32c7523ab)) -- adjust fetch parameter types ([dfe876a](https://github.com/0xs34n/starknet.js/commit/dfe876ad9fd59a4351671df5fc0705b3f980ce75)) -- anotate deprecate all providers deployContract ([65eed1f](https://github.com/0xs34n/starknet.js/commit/65eed1f671b41393b3ae33ae1aaa7a9ae0fbc013)) -- restore rpc node url to provided one ([2e1d87a](https://github.com/0xs34n/starknet.js/commit/2e1d87a6d9fc9a1fe9b493ffd8153eb2342ffdfc)) -- transaction v1 getInvokeEstimateFee ([cb4ede3](https://github.com/0xs34n/starknet.js/commit/cb4ede3b5b586ebf69768d4e4a8b36c739f6715f)) +- add estimateDeployFee ([3bc11be](https://github.com/starknet-io/starknet.js/commit/3bc11bef0d744303a1288eb997fbfca32c7523ab)) +- adjust fetch parameter types ([dfe876a](https://github.com/starknet-io/starknet.js/commit/dfe876ad9fd59a4351671df5fc0705b3f980ce75)) +- anotate deprecate all providers deployContract ([65eed1f](https://github.com/starknet-io/starknet.js/commit/65eed1f671b41393b3ae33ae1aaa7a9ae0fbc013)) +- restore rpc node url to provided one ([2e1d87a](https://github.com/starknet-io/starknet.js/commit/2e1d87a6d9fc9a1fe9b493ffd8153eb2342ffdfc)) +- transaction v1 getInvokeEstimateFee ([cb4ede3](https://github.com/starknet-io/starknet.js/commit/cb4ede3b5b586ebf69768d4e4a8b36c739f6715f)) ### Features -- update devnet ([0dbe9f7](https://github.com/0xs34n/starknet.js/commit/0dbe9f72fdad96250850599ed90495a5c2975f60)) +- update devnet ([0dbe9f7](https://github.com/starknet-io/starknet.js/commit/0dbe9f72fdad96250850599ed90495a5c2975f60)) -# [4.12.0](https://github.com/0xs34n/starknet.js/compare/v4.11.0...v4.12.0) (2022-11-17) +# [4.12.0](https://github.com/starknet-io/starknet.js/compare/v4.11.0...v4.12.0) (2022-11-17) ### Bug Fixes -- **tests:** refactor udc tests ([01a6eef](https://github.com/0xs34n/starknet.js/commit/01a6eef11b2f32e05d2aea4ab185536e3fdb1a71)) -- use method name similar to gateway endpoint ([79641b3](https://github.com/0xs34n/starknet.js/commit/79641b3076412d71fa4e5ccbdb018c4f3ecab938)) +- **tests:** refactor udc tests ([01a6eef](https://github.com/starknet-io/starknet.js/commit/01a6eef11b2f32e05d2aea4ab185536e3fdb1a71)) +- use method name similar to gateway endpoint ([79641b3](https://github.com/starknet-io/starknet.js/commit/79641b3076412d71fa4e5ccbdb018c4f3ecab938)) ### Features -- create getClass RPC alias ([1003534](https://github.com/0xs34n/starknet.js/commit/10035341dd26e23b59d3dd764936a7d8eaa3f3b0)) +- create getClass RPC alias ([1003534](https://github.com/starknet-io/starknet.js/commit/10035341dd26e23b59d3dd764936a7d8eaa3f3b0)) -# [4.11.0](https://github.com/0xs34n/starknet.js/compare/v4.10.0...v4.11.0) (2022-11-14) +# [4.11.0](https://github.com/starknet-io/starknet.js/compare/v4.10.0...v4.11.0) (2022-11-14) ### Bug Fixes -- change txn version for estimate fee apis to be feeTransactionVersion ([4d255c5](https://github.com/0xs34n/starknet.js/commit/4d255c5cf4adceb16a7f9ac61904a6e5d8020cbd)) -- lib FunctionAbiType and EventAbi shallow ([7088dc6](https://github.com/0xs34n/starknet.js/commit/7088dc6828f9f4fd29922323e63183a2e11f7340)) -- remove deprecated function ([0a9f84f](https://github.com/0xs34n/starknet.js/commit/0a9f84f86aabaa49ab78faa3331cac0ca98ace61)) -- removed fixed params swap ([57c01f6](https://github.com/0xs34n/starknet.js/commit/57c01f6418771d8ceaa3f393d54cad8bfff94b56)) -- rpcProvider tests ([4b0fd20](https://github.com/0xs34n/starknet.js/commit/4b0fd20a8ce235e0e069521f7dca50a4696120a4)) +- change txn version for estimate fee apis to be feeTransactionVersion ([4d255c5](https://github.com/starknet-io/starknet.js/commit/4d255c5cf4adceb16a7f9ac61904a6e5d8020cbd)) +- lib FunctionAbiType and EventAbi shallow ([7088dc6](https://github.com/starknet-io/starknet.js/commit/7088dc6828f9f4fd29922323e63183a2e11f7340)) +- remove deprecated function ([0a9f84f](https://github.com/starknet-io/starknet.js/commit/0a9f84f86aabaa49ab78faa3331cac0ca98ace61)) +- removed fixed params swap ([57c01f6](https://github.com/starknet-io/starknet.js/commit/57c01f6418771d8ceaa3f393d54cad8bfff94b56)) +- rpcProvider tests ([4b0fd20](https://github.com/starknet-io/starknet.js/commit/4b0fd20a8ce235e0e069521f7dca50a4696120a4)) ### Features -- fill in sequencer class methods ([83c0a29](https://github.com/0xs34n/starknet.js/commit/83c0a296bced3128a0ca9dd5246b376816a0be63)) -- implement rpc-0.2.1rc1 types ([2b1b71e](https://github.com/0xs34n/starknet.js/commit/2b1b71ebedfa709aab4fa652bd98a8efc2d3e39a)) -- rpc 0.2.0 plane implementation ([35a880c](https://github.com/0xs34n/starknet.js/commit/35a880ce4f8438e78143f7c0997ccfe6de680d80)) -- rpc 0.2.0 type implementation ([866dda7](https://github.com/0xs34n/starknet.js/commit/866dda76fc35ef656a9e21b8b8674f73729c9a50)) -- rpc 0.2.0 types spec ([25b2d29](https://github.com/0xs34n/starknet.js/commit/25b2d293a1a570b6fc68ea3877bfe6c3e898e3a6)) -- rpc 0.2.1 ([ed17f63](https://github.com/0xs34n/starknet.js/commit/ed17f6380d2b1ab1432d5426c7395ab18c6dc793)) -- rpc v0.2 endpoint, default identifiers, getClassHashAt flip parameters ([f0a0d6c](https://github.com/0xs34n/starknet.js/commit/f0a0d6c49e33442b603dcc9c9c119867c1ed32cc)) -- rpc0.2.1 definition migration comlete ([35c5a06](https://github.com/0xs34n/starknet.js/commit/35c5a0645dafe061080c2c2ced6a9a4a9882207c)) +- fill in sequencer class methods ([83c0a29](https://github.com/starknet-io/starknet.js/commit/83c0a296bced3128a0ca9dd5246b376816a0be63)) +- implement rpc-0.2.1rc1 types ([2b1b71e](https://github.com/starknet-io/starknet.js/commit/2b1b71ebedfa709aab4fa652bd98a8efc2d3e39a)) +- rpc 0.2.0 plane implementation ([35a880c](https://github.com/starknet-io/starknet.js/commit/35a880ce4f8438e78143f7c0997ccfe6de680d80)) +- rpc 0.2.0 type implementation ([866dda7](https://github.com/starknet-io/starknet.js/commit/866dda76fc35ef656a9e21b8b8674f73729c9a50)) +- rpc 0.2.0 types spec ([25b2d29](https://github.com/starknet-io/starknet.js/commit/25b2d293a1a570b6fc68ea3877bfe6c3e898e3a6)) +- rpc 0.2.1 ([ed17f63](https://github.com/starknet-io/starknet.js/commit/ed17f6380d2b1ab1432d5426c7395ab18c6dc793)) +- rpc v0.2 endpoint, default identifiers, getClassHashAt flip parameters ([f0a0d6c](https://github.com/starknet-io/starknet.js/commit/f0a0d6c49e33442b603dcc9c9c119867c1ed32cc)) +- rpc0.2.1 definition migration comlete ([35c5a06](https://github.com/starknet-io/starknet.js/commit/35c5a0645dafe061080c2c2ced6a9a4a9882207c)) -# [4.10.0](https://github.com/0xs34n/starknet.js/compare/v4.9.0...v4.10.0) (2022-11-10) +# [4.10.0](https://github.com/starknet-io/starknet.js/compare/v4.9.0...v4.10.0) (2022-11-10) ### Bug Fixes -- ci ([9b38cd8](https://github.com/0xs34n/starknet.js/commit/9b38cd8a2e23b71a1490c168ae83b64f479d3da9)) -- deploy return type in interface ([6a663d4](https://github.com/0xs34n/starknet.js/commit/6a663d492751b0cd8493af6d4ee9a5cf5524ed19)) -- path rpc test to release ([a1dafad](https://github.com/0xs34n/starknet.js/commit/a1dafad7056fb2e52849a8d5d533872254c62293)) -- remove multiple RawArgs declaration ([b65dc65](https://github.com/0xs34n/starknet.js/commit/b65dc651bbd86708d4f88b7445813dab7dfea639)) -- return type and rename calldata ([67fe081](https://github.com/0xs34n/starknet.js/commit/67fe081a24ca9eb64669ed9b0c2726898c68a34c)) -- update readme ([7859cb1](https://github.com/0xs34n/starknet.js/commit/7859cb1d2b6e4e924f8bb21a1bbb9ada1a46a308)) -- wait for declare and deploy, use random salt ([8dbd3c1](https://github.com/0xs34n/starknet.js/commit/8dbd3c183413f298307f2b22941c6981191a62b2)) +- ci ([9b38cd8](https://github.com/starknet-io/starknet.js/commit/9b38cd8a2e23b71a1490c168ae83b64f479d3da9)) +- deploy return type in interface ([6a663d4](https://github.com/starknet-io/starknet.js/commit/6a663d492751b0cd8493af6d4ee9a5cf5524ed19)) +- path rpc test to release ([a1dafad](https://github.com/starknet-io/starknet.js/commit/a1dafad7056fb2e52849a8d5d533872254c62293)) +- remove multiple RawArgs declaration ([b65dc65](https://github.com/starknet-io/starknet.js/commit/b65dc651bbd86708d4f88b7445813dab7dfea639)) +- return type and rename calldata ([67fe081](https://github.com/starknet-io/starknet.js/commit/67fe081a24ca9eb64669ed9b0c2726898c68a34c)) +- update readme ([7859cb1](https://github.com/starknet-io/starknet.js/commit/7859cb1d2b6e4e924f8bb21a1bbb9ada1a46a308)) +- wait for declare and deploy, use random salt ([8dbd3c1](https://github.com/starknet-io/starknet.js/commit/8dbd3c183413f298307f2b22941c6981191a62b2)) ### Features -- add multicall support ([4b99f4a](https://github.com/0xs34n/starknet.js/commit/4b99f4a7b09a03990e2ba9ea00de2d0206f93ce0)) -- enable custom providers headers option ([f2e9b1a](https://github.com/0xs34n/starknet.js/commit/f2e9b1a439908179bad1f4bb0e0632180b7b658f)) -- fix and add proper UDC tests ([d96cc53](https://github.com/0xs34n/starknet.js/commit/d96cc531786738de7d8ec285ccdaa39e76a94de3)) -- provider docs update ([e5d0376](https://github.com/0xs34n/starknet.js/commit/e5d0376dd281b04c486c58786709c42ea1e3a5a7)) -- testnet2 ([8a054d0](https://github.com/0xs34n/starknet.js/commit/8a054d0ceb312efc0b6d303cad73b9bb39ba4304)) -- udc demo ([27b402b](https://github.com/0xs34n/starknet.js/commit/27b402b6eed4c2bec67bfbf7ee27c9636ca4ae2b)) -- udc working example ([5c4452a](https://github.com/0xs34n/starknet.js/commit/5c4452aa2e6b50768438f1117794dce430984ff8)) +- add multicall support ([4b99f4a](https://github.com/starknet-io/starknet.js/commit/4b99f4a7b09a03990e2ba9ea00de2d0206f93ce0)) +- enable custom providers headers option ([f2e9b1a](https://github.com/starknet-io/starknet.js/commit/f2e9b1a439908179bad1f4bb0e0632180b7b658f)) +- fix and add proper UDC tests ([d96cc53](https://github.com/starknet-io/starknet.js/commit/d96cc531786738de7d8ec285ccdaa39e76a94de3)) +- provider docs update ([e5d0376](https://github.com/starknet-io/starknet.js/commit/e5d0376dd281b04c486c58786709c42ea1e3a5a7)) +- testnet2 ([8a054d0](https://github.com/starknet-io/starknet.js/commit/8a054d0ceb312efc0b6d303cad73b9bb39ba4304)) +- udc demo ([27b402b](https://github.com/starknet-io/starknet.js/commit/27b402b6eed4c2bec67bfbf7ee27c9636ca4ae2b)) +- udc working example ([5c4452a](https://github.com/starknet-io/starknet.js/commit/5c4452aa2e6b50768438f1117794dce430984ff8)) -# [4.9.0](https://github.com/0xs34n/starknet.js/compare/v4.8.0...v4.9.0) (2022-10-19) +# [4.9.0](https://github.com/starknet-io/starknet.js/compare/v4.8.0...v4.9.0) (2022-10-19) ### Bug Fixes -- add back getEstimateFee and estimateFee ([bf7abca](https://github.com/0xs34n/starknet.js/commit/bf7abca616ebbb658fda040959c6103d8998069d)) -- build ([421b9d7](https://github.com/0xs34n/starknet.js/commit/421b9d7a3fa3fd962faab8f22289d69bd521b5ca)) -- erc20 tests ([2b6aa24](https://github.com/0xs34n/starknet.js/commit/2b6aa2455e6d878003157b16ae2e611dbcb017ea)) -- estimateFee response ([546e43b](https://github.com/0xs34n/starknet.js/commit/546e43ba605c79c2f8c1c47b881a554da2f9bad7)) -- getBlock test ([e3750d0](https://github.com/0xs34n/starknet.js/commit/e3750d0c31eb63a6627a6e3cc47542cea7c1915e)) -- linter autofix restored ([07d28f6](https://github.com/0xs34n/starknet.js/commit/07d28f6ac4c91ab3a80f12c1d3ad0a1c4b15ca88)) -- optional address ([95e7e47](https://github.com/0xs34n/starknet.js/commit/95e7e479c7f1d30d43f122bef820f93999453f14)) -- provide all available data from sequencer GetTransaction ([f3d2969](https://github.com/0xs34n/starknet.js/commit/f3d29693f2a349eed089224db9e96a137ab9f236)) -- removed parseGetTransactionReceiptResponse rpc response parser for TransactionReceipt ([7fca26d](https://github.com/0xs34n/starknet.js/commit/7fca26ddf9b830aa1290f6e450daeea5bee03b38)) -- use BigNumberish type for classHash ([0ab4d47](https://github.com/0xs34n/starknet.js/commit/0ab4d478a4930a2044b68280ca4e6cd69f63920a)) +- add back getEstimateFee and estimateFee ([bf7abca](https://github.com/starknet-io/starknet.js/commit/bf7abca616ebbb658fda040959c6103d8998069d)) +- build ([421b9d7](https://github.com/starknet-io/starknet.js/commit/421b9d7a3fa3fd962faab8f22289d69bd521b5ca)) +- erc20 tests ([2b6aa24](https://github.com/starknet-io/starknet.js/commit/2b6aa2455e6d878003157b16ae2e611dbcb017ea)) +- estimateFee response ([546e43b](https://github.com/starknet-io/starknet.js/commit/546e43ba605c79c2f8c1c47b881a554da2f9bad7)) +- getBlock test ([e3750d0](https://github.com/starknet-io/starknet.js/commit/e3750d0c31eb63a6627a6e3cc47542cea7c1915e)) +- linter autofix restored ([07d28f6](https://github.com/starknet-io/starknet.js/commit/07d28f6ac4c91ab3a80f12c1d3ad0a1c4b15ca88)) +- optional address ([95e7e47](https://github.com/starknet-io/starknet.js/commit/95e7e479c7f1d30d43f122bef820f93999453f14)) +- provide all available data from sequencer GetTransaction ([f3d2969](https://github.com/starknet-io/starknet.js/commit/f3d29693f2a349eed089224db9e96a137ab9f236)) +- removed parseGetTransactionReceiptResponse rpc response parser for TransactionReceipt ([7fca26d](https://github.com/starknet-io/starknet.js/commit/7fca26ddf9b830aa1290f6e450daeea5bee03b38)) +- use BigNumberish type for classHash ([0ab4d47](https://github.com/starknet-io/starknet.js/commit/0ab4d478a4930a2044b68280ca4e6cd69f63920a)) ### Features -- add and update tests ([b2df4c7](https://github.com/0xs34n/starknet.js/commit/b2df4c7deea96aaefcdf90e640bca67a91b6dab7)) -- add declare flow with estimate fee ([30d5544](https://github.com/0xs34n/starknet.js/commit/30d554442ed3173bf4fa1d80dd3acaf2461b78aa)) -- deploy_account transaction ([8e5d414](https://github.com/0xs34n/starknet.js/commit/8e5d4148fe8edc72e5b5eaac0be56d5127ce828d)) -- **refactor:** contractAddress calculation ([2b791d5](https://github.com/0xs34n/starknet.js/commit/2b791d5db4a78fceb6cc08ae4ed2ef68fe0c3f07)) -- update maxFee logic ([19add10](https://github.com/0xs34n/starknet.js/commit/19add10d53b5b83fb96c8db1043318942f59309c)) -- use updated erc20 contract ([19ca7e8](https://github.com/0xs34n/starknet.js/commit/19ca7e822988d9b82e075c569a1decb4d4d7966a)) +- add and update tests ([b2df4c7](https://github.com/starknet-io/starknet.js/commit/b2df4c7deea96aaefcdf90e640bca67a91b6dab7)) +- add declare flow with estimate fee ([30d5544](https://github.com/starknet-io/starknet.js/commit/30d554442ed3173bf4fa1d80dd3acaf2461b78aa)) +- deploy_account transaction ([8e5d414](https://github.com/starknet-io/starknet.js/commit/8e5d4148fe8edc72e5b5eaac0be56d5127ce828d)) +- **refactor:** contractAddress calculation ([2b791d5](https://github.com/starknet-io/starknet.js/commit/2b791d5db4a78fceb6cc08ae4ed2ef68fe0c3f07)) +- update maxFee logic ([19add10](https://github.com/starknet-io/starknet.js/commit/19add10d53b5b83fb96c8db1043318942f59309c)) +- use updated erc20 contract ([19ca7e8](https://github.com/starknet-io/starknet.js/commit/19ca7e822988d9b82e075c569a1decb4d4d7966a)) -# [4.8.0](https://github.com/0xs34n/starknet.js/compare/v4.7.0...v4.8.0) (2022-10-05) +# [4.8.0](https://github.com/starknet-io/starknet.js/compare/v4.7.0...v4.8.0) (2022-10-05) ### Bug Fixes -- adapted transactionTrace response ([58c21c0](https://github.com/0xs34n/starknet.js/commit/58c21c0a3c647eae781d57024c3193aa6c98b20b)) -- estimate fee BigInt test ([0489bed](https://github.com/0xs34n/starknet.js/commit/0489bed7ea16790708878d7714df554b84d02153)) -- fixed and one-lined hash sort and added additional test case ([023c7c7](https://github.com/0xs34n/starknet.js/commit/023c7c7c543c0e4382bf3e109140206f7c7cba57)) -- fixed hash arg sorting in merkle tree generation ([ccbfecf](https://github.com/0xs34n/starknet.js/commit/ccbfecfa63aa5037455405d929aea6322590d6ac)) -- is sequencer goerli fix ([2d43d1b](https://github.com/0xs34n/starknet.js/commit/2d43d1b666ccbcaf3a9fda92ebfbb7db3b96f8c1)) -- issue 296 ([bfc1f70](https://github.com/0xs34n/starknet.js/commit/bfc1f7051f8949b4c4d89ee379430e4404c9a2f5)) -- remove linter fix ([272e2ec](https://github.com/0xs34n/starknet.js/commit/272e2ecbe254758bc6d841e16d426446914e18e9)) -- remove optional l1_origin_message from test ([01050e3](https://github.com/0xs34n/starknet.js/commit/01050e333a6d96e3b439bdb3398a634ee18137af)) -- remove status_data as it is optional response parameter ([9bb0a3e](https://github.com/0xs34n/starknet.js/commit/9bb0a3e0afb610817a12c036e3f117a385f4a1d6)) -- sequencer getBlock response ([165bce7](https://github.com/0xs34n/starknet.js/commit/165bce743467cd9de36559c3cb232fccc32064be)) +- adapted transactionTrace response ([58c21c0](https://github.com/starknet-io/starknet.js/commit/58c21c0a3c647eae781d57024c3193aa6c98b20b)) +- estimate fee BigInt test ([0489bed](https://github.com/starknet-io/starknet.js/commit/0489bed7ea16790708878d7714df554b84d02153)) +- fixed and one-lined hash sort and added additional test case ([023c7c7](https://github.com/starknet-io/starknet.js/commit/023c7c7c543c0e4382bf3e109140206f7c7cba57)) +- fixed hash arg sorting in merkle tree generation ([ccbfecf](https://github.com/starknet-io/starknet.js/commit/ccbfecfa63aa5037455405d929aea6322590d6ac)) +- is sequencer goerli fix ([2d43d1b](https://github.com/starknet-io/starknet.js/commit/2d43d1b666ccbcaf3a9fda92ebfbb7db3b96f8c1)) +- issue 296 ([bfc1f70](https://github.com/starknet-io/starknet.js/commit/bfc1f7051f8949b4c4d89ee379430e4404c9a2f5)) +- remove linter fix ([272e2ec](https://github.com/starknet-io/starknet.js/commit/272e2ecbe254758bc6d841e16d426446914e18e9)) +- remove optional l1_origin_message from test ([01050e3](https://github.com/starknet-io/starknet.js/commit/01050e333a6d96e3b439bdb3398a634ee18137af)) +- remove status_data as it is optional response parameter ([9bb0a3e](https://github.com/starknet-io/starknet.js/commit/9bb0a3e0afb610817a12c036e3f117a385f4a1d6)) +- sequencer getBlock response ([165bce7](https://github.com/starknet-io/starknet.js/commit/165bce743467cd9de36559c3cb232fccc32064be)) ### Features -- sequencer estimateMessageFee ([f1ffda7](https://github.com/0xs34n/starknet.js/commit/f1ffda7e79e9bfda7f041abc3fd8c5b4ac9f1a66)) +- sequencer estimateMessageFee ([f1ffda7](https://github.com/starknet-io/starknet.js/commit/f1ffda7e79e9bfda7f041abc3fd8c5b4ac9f1a66)) -# [4.7.0](https://github.com/0xs34n/starknet.js/compare/v4.6.0...v4.7.0) (2022-09-22) +# [4.7.0](https://github.com/starknet-io/starknet.js/compare/v4.6.0...v4.7.0) (2022-09-22) ### Bug Fixes -- add blockIdentifier for getNonce ([7f2edab](https://github.com/0xs34n/starknet.js/commit/7f2edab5099eb9679744140bfe80328801a621ab)) -- addressSalt from BigNumberish to string | undefined ([f77784c](https://github.com/0xs34n/starknet.js/commit/f77784c98d1827a8fd64dd1c543beea4284af7b3)) -- block_id identifier cleanup ([24c24e8](https://github.com/0xs34n/starknet.js/commit/24c24e8060b76f6a300b21c3148a15183b802fcb)) -- **ci:** use correct devnet image for release pipeline ([fc2fcbb](https://github.com/0xs34n/starknet.js/commit/fc2fcbb57e48b4cec9197c59120a574b018a54af)) -- cleanup pr.yml ([263e296](https://github.com/0xs34n/starknet.js/commit/263e29658c30e2c80fe1795f89d4c334777fef5e)) -- fix tests for starknet 0.10 ([c2da26d](https://github.com/0xs34n/starknet.js/commit/c2da26d4b92221fdd54fdd8ff37c437529616b21)) -- get_nonce response type ([f0c30bd](https://github.com/0xs34n/starknet.js/commit/f0c30bd4376eb7c70098d77ff2918ea80418a8af)) -- throw error only when nonce is not provided with contract.invoke ([c6bba65](https://github.com/0xs34n/starknet.js/commit/c6bba6517054b5221f227732750092d0c11b566d)) -- ts types fixes and block_id ([bad0b85](https://github.com/0xs34n/starknet.js/commit/bad0b851765b9af70af3a784aeb1ae5adbe29816)) +- add blockIdentifier for getNonce ([7f2edab](https://github.com/starknet-io/starknet.js/commit/7f2edab5099eb9679744140bfe80328801a621ab)) +- addressSalt from BigNumberish to string | undefined ([f77784c](https://github.com/starknet-io/starknet.js/commit/f77784c98d1827a8fd64dd1c543beea4284af7b3)) +- block_id identifier cleanup ([24c24e8](https://github.com/starknet-io/starknet.js/commit/24c24e8060b76f6a300b21c3148a15183b802fcb)) +- **ci:** use correct devnet image for release pipeline ([fc2fcbb](https://github.com/starknet-io/starknet.js/commit/fc2fcbb57e48b4cec9197c59120a574b018a54af)) +- cleanup pr.yml ([263e296](https://github.com/starknet-io/starknet.js/commit/263e29658c30e2c80fe1795f89d4c334777fef5e)) +- fix tests for starknet 0.10 ([c2da26d](https://github.com/starknet-io/starknet.js/commit/c2da26d4b92221fdd54fdd8ff37c437529616b21)) +- get_nonce response type ([f0c30bd](https://github.com/starknet-io/starknet.js/commit/f0c30bd4376eb7c70098d77ff2918ea80418a8af)) +- throw error only when nonce is not provided with contract.invoke ([c6bba65](https://github.com/starknet-io/starknet.js/commit/c6bba6517054b5221f227732750092d0c11b566d)) +- ts types fixes and block_id ([bad0b85](https://github.com/starknet-io/starknet.js/commit/bad0b851765b9af70af3a784aeb1ae5adbe29816)) ### Features -- add getNonce method on account ([8e935eb](https://github.com/0xs34n/starknet.js/commit/8e935ebaa251279b83fab65397687ef0380358ac)) -- getNonce endpoint for sequencer ([add4900](https://github.com/0xs34n/starknet.js/commit/add4900ad86f40390b68f6f2158cfbb588fe21d6)) -- is_valid_signature -> isValidSignature ([f704f3e](https://github.com/0xs34n/starknet.js/commit/f704f3e9a3aec0744c155fc3bded079fac7284b5)) -- rpc options, methods, fetch with prop types, imp. types, clenup responseParser ([0ab5769](https://github.com/0xs34n/starknet.js/commit/0ab576957b3e193a68ae6f3ceb15d0b042d39b14)) -- rpc optionsOrProvider extend with retries ([46f9634](https://github.com/0xs34n/starknet.js/commit/46f96342be05252de306fba28da74e634e8b9c3f)) -- transaction v1 changes ([e928478](https://github.com/0xs34n/starknet.js/commit/e92847848166170c7d63394993cd74ae79c14a67)) -- update tests ([1af16f4](https://github.com/0xs34n/starknet.js/commit/1af16f475813a15c78d3b049b7453c19023fe53a)) -- use starknet-devnet 0.3.1 ([83e5dd7](https://github.com/0xs34n/starknet.js/commit/83e5dd7f3bfc5d8d492b3761da6e9fe15669d03c)) +- add getNonce method on account ([8e935eb](https://github.com/starknet-io/starknet.js/commit/8e935ebaa251279b83fab65397687ef0380358ac)) +- getNonce endpoint for sequencer ([add4900](https://github.com/starknet-io/starknet.js/commit/add4900ad86f40390b68f6f2158cfbb588fe21d6)) +- is_valid_signature -> isValidSignature ([f704f3e](https://github.com/starknet-io/starknet.js/commit/f704f3e9a3aec0744c155fc3bded079fac7284b5)) +- rpc options, methods, fetch with prop types, imp. types, clenup responseParser ([0ab5769](https://github.com/starknet-io/starknet.js/commit/0ab576957b3e193a68ae6f3ceb15d0b042d39b14)) +- rpc optionsOrProvider extend with retries ([46f9634](https://github.com/starknet-io/starknet.js/commit/46f96342be05252de306fba28da74e634e8b9c3f)) +- transaction v1 changes ([e928478](https://github.com/starknet-io/starknet.js/commit/e92847848166170c7d63394993cd74ae79c14a67)) +- update tests ([1af16f4](https://github.com/starknet-io/starknet.js/commit/1af16f475813a15c78d3b049b7453c19023fe53a)) +- use starknet-devnet 0.3.1 ([83e5dd7](https://github.com/starknet-io/starknet.js/commit/83e5dd7f3bfc5d8d492b3761da6e9fe15669d03c)) -# [4.6.0](https://github.com/0xs34n/starknet.js/compare/v4.5.0...v4.6.0) (2022-09-15) +# [4.6.0](https://github.com/starknet-io/starknet.js/compare/v4.5.0...v4.6.0) (2022-09-15) ### Bug Fixes -- add test getTransactionCount [skip ci] ([342755a](https://github.com/0xs34n/starknet.js/commit/342755aa99dda016d7aa394a0023b3f2e5d5e963)) -- estimateFee and call block id ([ef1645f](https://github.com/0xs34n/starknet.js/commit/ef1645f740e7c29edea6b091bec9949ec713953f)) -- rpc test update, comepleted rpc to openrpc mapping, rpc provider methods ([8b41e0f](https://github.com/0xs34n/starknet.js/commit/8b41e0fcf36b34b20dfaba356cfc0131f02d7d69)) +- add test getTransactionCount [skip ci] ([342755a](https://github.com/starknet-io/starknet.js/commit/342755aa99dda016d7aa394a0023b3f2e5d5e963)) +- estimateFee and call block id ([ef1645f](https://github.com/starknet-io/starknet.js/commit/ef1645f740e7c29edea6b091bec9949ec713953f)) +- rpc test update, comepleted rpc to openrpc mapping, rpc provider methods ([8b41e0f](https://github.com/starknet-io/starknet.js/commit/8b41e0fcf36b34b20dfaba356cfc0131f02d7d69)) ### Features -- new Block utility object, rpc fetch clenup, open rpc fetch api ([0d381c8](https://github.com/0xs34n/starknet.js/commit/0d381c89fe655b2628f02e67095ef03cb1721398)) -- read, write and trace api ([d488ab2](https://github.com/0xs34n/starknet.js/commit/d488ab2513b88fdeb4e27b6ec2b7226ffd359445)) -- retry rpc wait for transaction 200 times instead of 100 ([3bc9118](https://github.com/0xs34n/starknet.js/commit/3bc9118cae86fba21e1c85667079079662ba0b7b)) -- updated rpc tests with new methods ([e369d95](https://github.com/0xs34n/starknet.js/commit/e369d95d72f3b39b3e8b8baa99867b94c1d5d1c1)) +- new Block utility object, rpc fetch clenup, open rpc fetch api ([0d381c8](https://github.com/starknet-io/starknet.js/commit/0d381c89fe655b2628f02e67095ef03cb1721398)) +- read, write and trace api ([d488ab2](https://github.com/starknet-io/starknet.js/commit/d488ab2513b88fdeb4e27b6ec2b7226ffd359445)) +- retry rpc wait for transaction 200 times instead of 100 ([3bc9118](https://github.com/starknet-io/starknet.js/commit/3bc9118cae86fba21e1c85667079079662ba0b7b)) +- updated rpc tests with new methods ([e369d95](https://github.com/starknet-io/starknet.js/commit/e369d95d72f3b39b3e8b8baa99867b94c1d5d1c1)) -# [4.5.0](https://github.com/0xs34n/starknet.js/compare/v4.4.2...v4.5.0) (2022-09-09) +# [4.5.0](https://github.com/starknet-io/starknet.js/compare/v4.4.2...v4.5.0) (2022-09-09) ### Bug Fixes -- prevent undefined rpc chainId in account ([9f69229](https://github.com/0xs34n/starknet.js/commit/9f69229fcb5205bb3fd1fcc7eb7c627faa300561)) -- repair chain fix ([d7758a6](https://github.com/0xs34n/starknet.js/commit/d7758a6d180cd1af89f8aefb37bce077b92c5fd5)) +- prevent undefined rpc chainId in account ([9f69229](https://github.com/starknet-io/starknet.js/commit/9f69229fcb5205bb3fd1fcc7eb7c627faa300561)) +- repair chain fix ([d7758a6](https://github.com/starknet-io/starknet.js/commit/d7758a6d180cd1af89f8aefb37bce077b92c5fd5)) ### Features -- optional abi field for deploy and declare rpc transactions ([ce62648](https://github.com/0xs34n/starknet.js/commit/ce626481cb6bc3dea77963482820ae6f50c82566)) +- optional abi field for deploy and declare rpc transactions ([ce62648](https://github.com/starknet-io/starknet.js/commit/ce626481cb6bc3dea77963482820ae6f50c82566)) -## [4.4.2](https://github.com/0xs34n/starknet.js/compare/v4.4.1...v4.4.2) (2022-09-07) +## [4.4.2](https://github.com/starknet-io/starknet.js/compare/v4.4.1...v4.4.2) (2022-09-07) ### Bug Fixes -- dont import fetch from crosshatch ([a3ef41c](https://github.com/0xs34n/starknet.js/commit/a3ef41cac0e818f7429e6dd7654722ede1dc3796)) -- use custom fetch ponyfill ([78f904a](https://github.com/0xs34n/starknet.js/commit/78f904a1d5aeb5efaba7fbdd853802529c80594b)) -- use isomorphic-unfetch ([c63b6a1](https://github.com/0xs34n/starknet.js/commit/c63b6a138616936cf7a70f9098af5df290983c74)) +- dont import fetch from crosshatch ([a3ef41c](https://github.com/starknet-io/starknet.js/commit/a3ef41cac0e818f7429e6dd7654722ede1dc3796)) +- use custom fetch ponyfill ([78f904a](https://github.com/starknet-io/starknet.js/commit/78f904a1d5aeb5efaba7fbdd853802529c80594b)) +- use isomorphic-unfetch ([c63b6a1](https://github.com/starknet-io/starknet.js/commit/c63b6a138616936cf7a70f9098af5df290983c74)) -## [4.4.1](https://github.com/0xs34n/starknet.js/compare/v4.4.0...v4.4.1) (2022-09-01) +## [4.4.1](https://github.com/starknet-io/starknet.js/compare/v4.4.0...v4.4.1) (2022-09-01) ### Bug Fixes -- supply calldata as hexadecimal string array ([44cb4c5](https://github.com/0xs34n/starknet.js/commit/44cb4c5f108a2ea8fcd77147f053e068189d4f33)) +- supply calldata as hexadecimal string array ([44cb4c5](https://github.com/starknet-io/starknet.js/commit/44cb4c5f108a2ea8fcd77147f053e068189d4f33)) -# [4.4.0](https://github.com/0xs34n/starknet.js/compare/v4.3.1...v4.4.0) (2022-09-01) +# [4.4.0](https://github.com/starknet-io/starknet.js/compare/v4.3.1...v4.4.0) (2022-09-01) ### Bug Fixes -- delete premature session account file ([ca3e70b](https://github.com/0xs34n/starknet.js/commit/ca3e70b06d21dba8b2074512251cf232ed8be46b)) -- session ([00269bf](https://github.com/0xs34n/starknet.js/commit/00269bfd23ed647270a1efd699af7c36978965c7)) -- session account prooving ([0b56833](https://github.com/0xs34n/starknet.js/commit/0b56833f6eb7557d55725a505a01185bbc9756db)) -- tests ([4586e93](https://github.com/0xs34n/starknet.js/commit/4586e93f10a2a43c375a23d851a9778bab412fcc)) -- typo ([1c60a4d](https://github.com/0xs34n/starknet.js/commit/1c60a4d4b306879422769a6c2afc4fd6c39c4c07)) +- delete premature session account file ([ca3e70b](https://github.com/starknet-io/starknet.js/commit/ca3e70b06d21dba8b2074512251cf232ed8be46b)) +- session ([00269bf](https://github.com/starknet-io/starknet.js/commit/00269bfd23ed647270a1efd699af7c36978965c7)) +- session account prooving ([0b56833](https://github.com/starknet-io/starknet.js/commit/0b56833f6eb7557d55725a505a01185bbc9756db)) +- tests ([4586e93](https://github.com/starknet-io/starknet.js/commit/4586e93f10a2a43c375a23d851a9778bab412fcc)) +- typo ([1c60a4d](https://github.com/starknet-io/starknet.js/commit/1c60a4d4b306879422769a6c2afc4fd6c39c4c07)) ### Features -- add merkle trees ([e9b8674](https://github.com/0xs34n/starknet.js/commit/e9b8674f51c6d6fe57772a4c88b162c5132cfbdd)) -- add visibility modifiers ([cd1a23d](https://github.com/0xs34n/starknet.js/commit/cd1a23d74b49407c27314a12d5bc149ed40209f3)) -- allow merkle trees as native type in eip712 like messages ([65b7766](https://github.com/0xs34n/starknet.js/commit/65b7766c29eca4f4d0e89f6ad1368fedd5e0e18e)) -- session ([9ac48cc](https://github.com/0xs34n/starknet.js/commit/9ac48cc15c1c7b0e504adfc79a7f382f5d0b55d0)) -- session needs to be aware of the whole tree ([11e10bd](https://github.com/0xs34n/starknet.js/commit/11e10bda0f020a670854d941a54142d55936fc18)) +- add merkle trees ([e9b8674](https://github.com/starknet-io/starknet.js/commit/e9b8674f51c6d6fe57772a4c88b162c5132cfbdd)) +- add visibility modifiers ([cd1a23d](https://github.com/starknet-io/starknet.js/commit/cd1a23d74b49407c27314a12d5bc149ed40209f3)) +- allow merkle trees as native type in eip712 like messages ([65b7766](https://github.com/starknet-io/starknet.js/commit/65b7766c29eca4f4d0e89f6ad1368fedd5e0e18e)) +- session ([9ac48cc](https://github.com/starknet-io/starknet.js/commit/9ac48cc15c1c7b0e504adfc79a7f382f5d0b55d0)) +- session needs to be aware of the whole tree ([11e10bd](https://github.com/starknet-io/starknet.js/commit/11e10bda0f020a670854d941a54142d55936fc18)) -## [4.3.1](https://github.com/0xs34n/starknet.js/compare/v4.3.0...v4.3.1) (2022-08-31) +## [4.3.1](https://github.com/starknet-io/starknet.js/compare/v4.3.0...v4.3.1) (2022-08-31) ### Bug Fixes -- getClassAt and Test Fixes ([548cf6e](https://github.com/0xs34n/starknet.js/commit/548cf6e69d16292b9c216493c77e1c7a14be2ae9)) -- getCode removed from RPC 0.1.0 ([744a988](https://github.com/0xs34n/starknet.js/commit/744a9882c363331ff47f409971cacbfda977c4c2)) -- merge ([67d87fc](https://github.com/0xs34n/starknet.js/commit/67d87fc834ea5b877029445f39782457584fb4ec)) -- naming ([0c75f6f](https://github.com/0xs34n/starknet.js/commit/0c75f6f431c3828b1078d955123b2d13aef6b5d0)) -- restore GetCode to common interface for backward compatibility ([52f8e61](https://github.com/0xs34n/starknet.js/commit/52f8e61797a3f2390577b3a6e977adae11346a23)) -- rpc 0.1.0 getStorageAt ([c622913](https://github.com/0xs34n/starknet.js/commit/c6229138c57cd9a04b982c386c7278d63b931a1f)) -- **RpcProvider:** update of RpcProvider getBlock method to work with v0.3.0 of pathfinder ([3b12421](https://github.com/0xs34n/starknet.js/commit/3b124219dd25ef5a0c81583fcfe67d6a3cc5a70e)) -- test getBlock('latest') ([2c92f79](https://github.com/0xs34n/starknet.js/commit/2c92f79aefe3af68834aa9a9a16754c0ff4116cc)) -- test getBlock(latest) ([0c5e31e](https://github.com/0xs34n/starknet.js/commit/0c5e31effb63bf7afb26c9f2049b66c93c6b1366)) -- unoptimise getClassAt test to work with integration ([e98220b](https://github.com/0xs34n/starknet.js/commit/e98220bc6e6fff55bc439773bd1258844de312e2)) +- getClassAt and Test Fixes ([548cf6e](https://github.com/starknet-io/starknet.js/commit/548cf6e69d16292b9c216493c77e1c7a14be2ae9)) +- getCode removed from RPC 0.1.0 ([744a988](https://github.com/starknet-io/starknet.js/commit/744a9882c363331ff47f409971cacbfda977c4c2)) +- merge ([67d87fc](https://github.com/starknet-io/starknet.js/commit/67d87fc834ea5b877029445f39782457584fb4ec)) +- naming ([0c75f6f](https://github.com/starknet-io/starknet.js/commit/0c75f6f431c3828b1078d955123b2d13aef6b5d0)) +- restore GetCode to common interface for backward compatibility ([52f8e61](https://github.com/starknet-io/starknet.js/commit/52f8e61797a3f2390577b3a6e977adae11346a23)) +- rpc 0.1.0 getStorageAt ([c622913](https://github.com/starknet-io/starknet.js/commit/c6229138c57cd9a04b982c386c7278d63b931a1f)) +- **RpcProvider:** update of RpcProvider getBlock method to work with v0.3.0 of pathfinder ([3b12421](https://github.com/starknet-io/starknet.js/commit/3b124219dd25ef5a0c81583fcfe67d6a3cc5a70e)) +- test getBlock('latest') ([2c92f79](https://github.com/starknet-io/starknet.js/commit/2c92f79aefe3af68834aa9a9a16754c0ff4116cc)) +- test getBlock(latest) ([0c5e31e](https://github.com/starknet-io/starknet.js/commit/0c5e31effb63bf7afb26c9f2049b66c93c6b1366)) +- unoptimise getClassAt test to work with integration ([e98220b](https://github.com/starknet-io/starknet.js/commit/e98220bc6e6fff55bc439773bd1258844de312e2)) -# [4.3.0](https://github.com/0xs34n/starknet.js/compare/v4.2.0...v4.3.0) (2022-08-09) +# [4.3.0](https://github.com/starknet-io/starknet.js/compare/v4.2.0...v4.3.0) (2022-08-09) ### Bug Fixes -- indentations in provider.md ([4a310c6](https://github.com/0xs34n/starknet.js/commit/4a310c6c992c77f9f6729a70c1af14481cd891f7)) -- **sequenceProvider:** feedergatewayUrl and gatewayUrl ([e236d23](https://github.com/0xs34n/starknet.js/commit/e236d2352e3fbb0f78965decac5893217347ceb7)) +- indentations in provider.md ([4a310c6](https://github.com/starknet-io/starknet.js/commit/4a310c6c992c77f9f6729a70c1af14481cd891f7)) +- **sequenceProvider:** feedergatewayUrl and gatewayUrl ([e236d23](https://github.com/starknet-io/starknet.js/commit/e236d2352e3fbb0f78965decac5893217347ceb7)) ### Features -- update docs ([28786ed](https://github.com/0xs34n/starknet.js/commit/28786ed550909f6a30b8cb145e93d072ed28a862)) +- update docs ([28786ed](https://github.com/starknet-io/starknet.js/commit/28786ed550909f6a30b8cb145e93d072ed28a862)) -# [4.2.0](https://github.com/0xs34n/starknet.js/compare/v4.1.0...v4.2.0) (2022-08-09) +# [4.2.0](https://github.com/starknet-io/starknet.js/compare/v4.1.0...v4.2.0) (2022-08-09) ### Features -- change checksum address hashing algorithm ([0f32adf](https://github.com/0xs34n/starknet.js/commit/0f32adf217b3d2e55046bbb21980648f0c8cf631)) +- change checksum address hashing algorithm ([0f32adf](https://github.com/starknet-io/starknet.js/commit/0f32adf217b3d2e55046bbb21980648f0c8cf631)) -# [4.1.0](https://github.com/0xs34n/starknet.js/compare/v4.0.1...v4.1.0) (2022-08-03) +# [4.1.0](https://github.com/starknet-io/starknet.js/compare/v4.0.1...v4.1.0) (2022-08-03) ### Features -- get-code ([de6e597](https://github.com/0xs34n/starknet.js/commit/de6e5971de5155925defcf9249a8160dc3fdc9b7)) +- get-code ([de6e597](https://github.com/starknet-io/starknet.js/commit/de6e5971de5155925defcf9249a8160dc3fdc9b7)) -## [4.0.1](https://github.com/0xs34n/starknet.js/compare/v4.0.0...v4.0.1) (2022-08-03) +## [4.0.1](https://github.com/starknet-io/starknet.js/compare/v4.0.0...v4.0.1) (2022-08-03) ### Bug Fixes -- use custom fetch ponyfill ([16e9a53](https://github.com/0xs34n/starknet.js/commit/16e9a530d62942da75ed1bc30d0048a35f9f0152)) -- use isomorphic-unfetch ([aa7af66](https://github.com/0xs34n/starknet.js/commit/aa7af6622d918ad0d17fe28bf1e73635895537c5)) +- use custom fetch ponyfill ([16e9a53](https://github.com/starknet-io/starknet.js/commit/16e9a530d62942da75ed1bc30d0048a35f9f0152)) +- use isomorphic-unfetch ([aa7af66](https://github.com/starknet-io/starknet.js/commit/aa7af6622d918ad0d17fe28bf1e73635895537c5)) -# [4.0.0](https://github.com/0xs34n/starknet.js/compare/v3.19.0...v4.0.0) (2022-07-27) +# [4.0.0](https://github.com/starknet-io/starknet.js/compare/v3.19.0...v4.0.0) (2022-07-27) ### Documentation -- v4 ([9e300a9](https://github.com/0xs34n/starknet.js/commit/9e300a98e587fc702ee3ef98441c457fe87e6c1e)) +- v4 ([9e300a9](https://github.com/starknet-io/starknet.js/commit/9e300a98e587fc702ee3ef98441c457fe87e6c1e)) ### BREAKING CHANGES - new provider and signer interfaces -# [3.19.0](https://github.com/0xs34n/starknet.js/compare/v3.18.2...v3.19.0) (2022-07-25) +# [3.19.0](https://github.com/starknet-io/starknet.js/compare/v3.18.2...v3.19.0) (2022-07-25) ### Bug Fixes -- account tests ([cc3f362](https://github.com/0xs34n/starknet.js/commit/cc3f362fffc157cb97e0fa2b8ff3a3db7dcf5985)) -- add invoke warning ([34db683](https://github.com/0xs34n/starknet.js/commit/34db683267b639adbd37eb097573eb7210cb4a58)) -- call contract latest block ([1476461](https://github.com/0xs34n/starknet.js/commit/1476461aeff6885b5185f45c5f8633f8c60cbfca)) -- ci ([808e1f7](https://github.com/0xs34n/starknet.js/commit/808e1f7a837e014d3c3781973b434df646c207b4)) -- ci ([6337feb](https://github.com/0xs34n/starknet.js/commit/6337febc9f6f6359f70d66be039779371f3186ff)) -- contract tests ([ffb6a12](https://github.com/0xs34n/starknet.js/commit/ffb6a12dec4c27f9b570fcc2016fb3c17f5dcfb4)) -- default provider tests ([2fac438](https://github.com/0xs34n/starknet.js/commit/2fac43876375a3d83818e152f4be5c3f219e8aff)) -- invoke response type ([bdeb96b](https://github.com/0xs34n/starknet.js/commit/bdeb96b896c96f7f7778fd38e697bf368f2a8510)) -- no secrets in matrix ([5ff7a26](https://github.com/0xs34n/starknet.js/commit/5ff7a2610c1c3f67ecb0a2b8d32e7c8c61017354)) -- nonce issue on test runs ([bed6fbf](https://github.com/0xs34n/starknet.js/commit/bed6fbf74b6446e18ea63444ddefaa782a7ffdf4)) -- pending getBlock test ([a9ea023](https://github.com/0xs34n/starknet.js/commit/a9ea023249c33369ed04b3f548bf98947240ff9e)) -- provider ([32f9072](https://github.com/0xs34n/starknet.js/commit/32f90724894eccd1b0154842180da38bcf6411fe)) -- provider tests ([79eb5ba](https://github.com/0xs34n/starknet.js/commit/79eb5bac4c03b64b6f3a2f3b59a1fea7bb930ce8)) -- provider tests ([255fd3c](https://github.com/0xs34n/starknet.js/commit/255fd3cb68f0edc7794f77623389f94ac341880a)) -- remove account test from contract tests ([d444e7f](https://github.com/0xs34n/starknet.js/commit/d444e7fb5f55a7a384dcc43a9ea0f1d09438364a)) -- remove comment ([591caf6](https://github.com/0xs34n/starknet.js/commit/591caf6e7983ecf009a95ab3f9e1b86335fe1a23)) -- remove hardcoded url ([c8f3377](https://github.com/0xs34n/starknet.js/commit/c8f3377d52f605dd03ab20879a5c7fd53aafe819)) -- remove test only ([5add341](https://github.com/0xs34n/starknet.js/commit/5add341257f8d6b355a367e977b125f9642f7630)) -- rename gateway to sequencer ([b7291e6](https://github.com/0xs34n/starknet.js/commit/b7291e654732bd5f57b2d477b20a5467dfc9854b)) -- rename rpc provider ([fee4fb3](https://github.com/0xs34n/starknet.js/commit/fee4fb3e36e9d824f0956174a9278f6131b3ba3e)) -- revert default block to pending ([28beff7](https://github.com/0xs34n/starknet.js/commit/28beff76107f762478e70974389eb75202a65d42)) -- rpc provider account tests ([b2fc530](https://github.com/0xs34n/starknet.js/commit/b2fc53004a1e52149b3fa4e7357c3ade1d01cd4a)) -- rpc provider tests ([12db930](https://github.com/0xs34n/starknet.js/commit/12db930b1babf3e3de035426c8c449bfb448951c)) -- rpc provider waitForTransaction ([9e708ba](https://github.com/0xs34n/starknet.js/commit/9e708ba72ea350ae4866e5cff9519a89201b5b01)) -- run only devnet on pr ([613084b](https://github.com/0xs34n/starknet.js/commit/613084b32f93540e5f11938196d7b2c003f12bbf)) -- seperate types and fix fees ([577a836](https://github.com/0xs34n/starknet.js/commit/577a836b48a4567d63f0138163d016422256d221)) -- set rpc url in pr workflow ([89ec3c1](https://github.com/0xs34n/starknet.js/commit/89ec3c1edfd6947404d009420305d7bb210c6cd3)) -- test account ([ac8210a](https://github.com/0xs34n/starknet.js/commit/ac8210a6bbb159a17ab548a12f7a20823e55814a)) -- tests should wait for build ([af8c5c7](https://github.com/0xs34n/starknet.js/commit/af8c5c779370e170de4785902e1e9ac282f2bfec)) -- update jsdocs ([2c08e5d](https://github.com/0xs34n/starknet.js/commit/2c08e5d8fe80469ba41222767193823b3d516536)) -- use rpc conditionally ([7023068](https://github.com/0xs34n/starknet.js/commit/70230682343b682df50da21cb9e7a7f54490091c)) -- waitForTransaction ([4f0c00b](https://github.com/0xs34n/starknet.js/commit/4f0c00b568a174db51ecef918d8a8878254daba5)) -- www/docs/API/contract.md ([3ca4a51](https://github.com/0xs34n/starknet.js/commit/3ca4a513950f4aa27ac447835fcefcebbece083b)) -- www/docs/API/provider.md ([d73e826](https://github.com/0xs34n/starknet.js/commit/d73e8264527a5af21e1d8e7a7c1f3aa8b8c92fb8)) +- account tests ([cc3f362](https://github.com/starknet-io/starknet.js/commit/cc3f362fffc157cb97e0fa2b8ff3a3db7dcf5985)) +- add invoke warning ([34db683](https://github.com/starknet-io/starknet.js/commit/34db683267b639adbd37eb097573eb7210cb4a58)) +- call contract latest block ([1476461](https://github.com/starknet-io/starknet.js/commit/1476461aeff6885b5185f45c5f8633f8c60cbfca)) +- ci ([808e1f7](https://github.com/starknet-io/starknet.js/commit/808e1f7a837e014d3c3781973b434df646c207b4)) +- ci ([6337feb](https://github.com/starknet-io/starknet.js/commit/6337febc9f6f6359f70d66be039779371f3186ff)) +- contract tests ([ffb6a12](https://github.com/starknet-io/starknet.js/commit/ffb6a12dec4c27f9b570fcc2016fb3c17f5dcfb4)) +- default provider tests ([2fac438](https://github.com/starknet-io/starknet.js/commit/2fac43876375a3d83818e152f4be5c3f219e8aff)) +- invoke response type ([bdeb96b](https://github.com/starknet-io/starknet.js/commit/bdeb96b896c96f7f7778fd38e697bf368f2a8510)) +- no secrets in matrix ([5ff7a26](https://github.com/starknet-io/starknet.js/commit/5ff7a2610c1c3f67ecb0a2b8d32e7c8c61017354)) +- nonce issue on test runs ([bed6fbf](https://github.com/starknet-io/starknet.js/commit/bed6fbf74b6446e18ea63444ddefaa782a7ffdf4)) +- pending getBlock test ([a9ea023](https://github.com/starknet-io/starknet.js/commit/a9ea023249c33369ed04b3f548bf98947240ff9e)) +- provider ([32f9072](https://github.com/starknet-io/starknet.js/commit/32f90724894eccd1b0154842180da38bcf6411fe)) +- provider tests ([79eb5ba](https://github.com/starknet-io/starknet.js/commit/79eb5bac4c03b64b6f3a2f3b59a1fea7bb930ce8)) +- provider tests ([255fd3c](https://github.com/starknet-io/starknet.js/commit/255fd3cb68f0edc7794f77623389f94ac341880a)) +- remove account test from contract tests ([d444e7f](https://github.com/starknet-io/starknet.js/commit/d444e7fb5f55a7a384dcc43a9ea0f1d09438364a)) +- remove comment ([591caf6](https://github.com/starknet-io/starknet.js/commit/591caf6e7983ecf009a95ab3f9e1b86335fe1a23)) +- remove hardcoded url ([c8f3377](https://github.com/starknet-io/starknet.js/commit/c8f3377d52f605dd03ab20879a5c7fd53aafe819)) +- remove test only ([5add341](https://github.com/starknet-io/starknet.js/commit/5add341257f8d6b355a367e977b125f9642f7630)) +- rename gateway to sequencer ([b7291e6](https://github.com/starknet-io/starknet.js/commit/b7291e654732bd5f57b2d477b20a5467dfc9854b)) +- rename rpc provider ([fee4fb3](https://github.com/starknet-io/starknet.js/commit/fee4fb3e36e9d824f0956174a9278f6131b3ba3e)) +- revert default block to pending ([28beff7](https://github.com/starknet-io/starknet.js/commit/28beff76107f762478e70974389eb75202a65d42)) +- rpc provider account tests ([b2fc530](https://github.com/starknet-io/starknet.js/commit/b2fc53004a1e52149b3fa4e7357c3ade1d01cd4a)) +- rpc provider tests ([12db930](https://github.com/starknet-io/starknet.js/commit/12db930b1babf3e3de035426c8c449bfb448951c)) +- rpc provider waitForTransaction ([9e708ba](https://github.com/starknet-io/starknet.js/commit/9e708ba72ea350ae4866e5cff9519a89201b5b01)) +- run only devnet on pr ([613084b](https://github.com/starknet-io/starknet.js/commit/613084b32f93540e5f11938196d7b2c003f12bbf)) +- seperate types and fix fees ([577a836](https://github.com/starknet-io/starknet.js/commit/577a836b48a4567d63f0138163d016422256d221)) +- set rpc url in pr workflow ([89ec3c1](https://github.com/starknet-io/starknet.js/commit/89ec3c1edfd6947404d009420305d7bb210c6cd3)) +- test account ([ac8210a](https://github.com/starknet-io/starknet.js/commit/ac8210a6bbb159a17ab548a12f7a20823e55814a)) +- tests should wait for build ([af8c5c7](https://github.com/starknet-io/starknet.js/commit/af8c5c779370e170de4785902e1e9ac282f2bfec)) +- update jsdocs ([2c08e5d](https://github.com/starknet-io/starknet.js/commit/2c08e5d8fe80469ba41222767193823b3d516536)) +- use rpc conditionally ([7023068](https://github.com/starknet-io/starknet.js/commit/70230682343b682df50da21cb9e7a7f54490091c)) +- waitForTransaction ([4f0c00b](https://github.com/starknet-io/starknet.js/commit/4f0c00b568a174db51ecef918d8a8878254daba5)) +- www/docs/API/contract.md ([3ca4a51](https://github.com/starknet-io/starknet.js/commit/3ca4a513950f4aa27ac447835fcefcebbece083b)) +- www/docs/API/provider.md ([d73e826](https://github.com/starknet-io/starknet.js/commit/d73e8264527a5af21e1d8e7a7c1f3aa8b8c92fb8)) ### Features -- adapt abstract provider interface to RPC provider ([b217b3b](https://github.com/0xs34n/starknet.js/commit/b217b3bd1e40c60427636ccad03583e901f6ba58)) -- add account rpc tests ([fc3b484](https://github.com/0xs34n/starknet.js/commit/fc3b4846486e63f2ff5eaba78844235091f2d49e)) -- add gateway provider class ([dad1eea](https://github.com/0xs34n/starknet.js/commit/dad1eea9caafc71c940262ee13dd75817996abfd)) -- add provider utils ([4df4ae7](https://github.com/0xs34n/starknet.js/commit/4df4ae7e8b8111669e2bc20e30c2c89af9c50a4f)) -- add rpc provider ([315bb74](https://github.com/0xs34n/starknet.js/commit/315bb747f26ba19556841a326484a7dbfa1a2857)) -- change estimate fee response on rpc provider ([942f4f2](https://github.com/0xs34n/starknet.js/commit/942f4f2508fab697e796ee9f691341b86ccd34be)) -- change provider keys to snake case ([2ee4b0b](https://github.com/0xs34n/starknet.js/commit/2ee4b0bf0892a3bd54e6d188990f979298814551)) -- getStorageAt block param ([d89bf30](https://github.com/0xs34n/starknet.js/commit/d89bf307796e69627ffd91ebd97c787e4a7a77e7)) -- implement new interface on account class ([b202f37](https://github.com/0xs34n/starknet.js/commit/b202f37ab72fd310a8c99b28863f38b8d142d2a7)) -- implement new interface on contract class ([e942a9d](https://github.com/0xs34n/starknet.js/commit/e942a9d88479d88b82a3dbc05ec2f60ab9ad1f19)) -- use shared describe block for providers ([b525a60](https://github.com/0xs34n/starknet.js/commit/b525a60eb77647962f4509bb02f64bb66071c9c2)) +- adapt abstract provider interface to RPC provider ([b217b3b](https://github.com/starknet-io/starknet.js/commit/b217b3bd1e40c60427636ccad03583e901f6ba58)) +- add account rpc tests ([fc3b484](https://github.com/starknet-io/starknet.js/commit/fc3b4846486e63f2ff5eaba78844235091f2d49e)) +- add gateway provider class ([dad1eea](https://github.com/starknet-io/starknet.js/commit/dad1eea9caafc71c940262ee13dd75817996abfd)) +- add provider utils ([4df4ae7](https://github.com/starknet-io/starknet.js/commit/4df4ae7e8b8111669e2bc20e30c2c89af9c50a4f)) +- add rpc provider ([315bb74](https://github.com/starknet-io/starknet.js/commit/315bb747f26ba19556841a326484a7dbfa1a2857)) +- change estimate fee response on rpc provider ([942f4f2](https://github.com/starknet-io/starknet.js/commit/942f4f2508fab697e796ee9f691341b86ccd34be)) +- change provider keys to snake case ([2ee4b0b](https://github.com/starknet-io/starknet.js/commit/2ee4b0bf0892a3bd54e6d188990f979298814551)) +- getStorageAt block param ([d89bf30](https://github.com/starknet-io/starknet.js/commit/d89bf307796e69627ffd91ebd97c787e4a7a77e7)) +- implement new interface on account class ([b202f37](https://github.com/starknet-io/starknet.js/commit/b202f37ab72fd310a8c99b28863f38b8d142d2a7)) +- implement new interface on contract class ([e942a9d](https://github.com/starknet-io/starknet.js/commit/e942a9d88479d88b82a3dbc05ec2f60ab9ad1f19)) +- use shared describe block for providers ([b525a60](https://github.com/starknet-io/starknet.js/commit/b525a60eb77647962f4509bb02f64bb66071c9c2)) -## [3.18.2](https://github.com/0xs34n/starknet.js/compare/v3.18.1...v3.18.2) (2022-07-25) +## [3.18.2](https://github.com/starknet-io/starknet.js/compare/v3.18.1...v3.18.2) (2022-07-25) ### Bug Fixes -- release to [@next](https://github.com/next) ([12e37ce](https://github.com/0xs34n/starknet.js/commit/12e37cef78bc0e9d97d25c44d0dcf576969cb182)) +- release to [@next](https://github.com/next) ([12e37ce](https://github.com/starknet-io/starknet.js/commit/12e37cef78bc0e9d97d25c44d0dcf576969cb182)) -## [3.18.1](https://github.com/0xs34n/starknet.js/compare/v3.18.0...v3.18.1) (2022-07-23) +## [3.18.1](https://github.com/starknet-io/starknet.js/compare/v3.18.0...v3.18.1) (2022-07-23) ### Bug Fixes -- struct array hashing ([e1f82df](https://github.com/0xs34n/starknet.js/commit/e1f82dfd575be4c84b291c33f8169bf367493603)) +- struct array hashing ([e1f82df](https://github.com/starknet-io/starknet.js/commit/e1f82dfd575be4c84b291c33f8169bf367493603)) -# [3.18.0](https://github.com/0xs34n/starknet.js/compare/v3.17.0...v3.18.0) (2022-07-23) +# [3.18.0](https://github.com/starknet-io/starknet.js/compare/v3.17.0...v3.18.0) (2022-07-23) ### Features -- **cairo-0.9.1:** starknet_version in block response ([e88154d](https://github.com/0xs34n/starknet.js/commit/e88154d5f6fcd6695dca5d29da04d18d0a65cdf6)) +- **cairo-0.9.1:** starknet_version in block response ([e88154d](https://github.com/starknet-io/starknet.js/commit/e88154d5f6fcd6695dca5d29da04d18d0a65cdf6)) -# [3.17.0](https://github.com/0xs34n/starknet.js/compare/v3.16.3...v3.17.0) (2022-07-15) +# [3.17.0](https://github.com/starknet-io/starknet.js/compare/v3.16.3...v3.17.0) (2022-07-15) ### Features -- support SN 0.9.1 estimate_fee response ([9302aab](https://github.com/0xs34n/starknet.js/commit/9302aab9cbbe5eaa3a9933b19f8f46b2dd6d6a1d)) +- support SN 0.9.1 estimate_fee response ([9302aab](https://github.com/starknet-io/starknet.js/commit/9302aab9cbbe5eaa3a9933b19f8f46b2dd6d6a1d)) -## [3.16.3](https://github.com/0xs34n/starknet.js/compare/v3.16.2...v3.16.3) (2022-07-15) +## [3.16.3](https://github.com/starknet-io/starknet.js/compare/v3.16.2...v3.16.3) (2022-07-15) ### Bug Fixes -- allow hex to be mixed case ([fa84e55](https://github.com/0xs34n/starknet.js/commit/fa84e558602d1ff134defc3e0f7123c1f4d04775)) +- allow hex to be mixed case ([fa84e55](https://github.com/starknet-io/starknet.js/commit/fa84e558602d1ff134defc3e0f7123c1f4d04775)) -## [3.16.2](https://github.com/0xs34n/starknet.js/compare/v3.16.1...v3.16.2) (2022-07-14) +## [3.16.2](https://github.com/starknet-io/starknet.js/compare/v3.16.1...v3.16.2) (2022-07-14) ### Bug Fixes -- **docs:** account.address ([d935b95](https://github.com/0xs34n/starknet.js/commit/d935b95c3bb54977c420efbd25cd85dcd12d1b17)) +- **docs:** account.address ([d935b95](https://github.com/starknet-io/starknet.js/commit/d935b95c3bb54977c420efbd25cd85dcd12d1b17)) -## [3.16.1](https://github.com/0xs34n/starknet.js/compare/v3.16.0...v3.16.1) (2022-07-02) +## [3.16.1](https://github.com/starknet-io/starknet.js/compare/v3.16.0...v3.16.1) (2022-07-02) ### Bug Fixes -- **test:** for new devnet version ([63d145f](https://github.com/0xs34n/starknet.js/commit/63d145f1fba90cca9e679f115525801ee140ceec)) +- **test:** for new devnet version ([63d145f](https://github.com/starknet-io/starknet.js/commit/63d145f1fba90cca9e679f115525801ee140ceec)) -# [3.16.0](https://github.com/0xs34n/starknet.js/compare/v3.15.6...v3.16.0) (2022-06-29) +# [3.16.0](https://github.com/starknet-io/starknet.js/compare/v3.15.6...v3.16.0) (2022-06-29) ### Features -- **npm:** add npmignore file ([e6084dd](https://github.com/0xs34n/starknet.js/commit/e6084ddbb9ea305847a312cd3a3247b730cca9b5)) +- **npm:** add npmignore file ([e6084dd](https://github.com/starknet-io/starknet.js/commit/e6084ddbb9ea305847a312cd3a3247b730cca9b5)) -## [3.15.6](https://github.com/0xs34n/starknet.js/compare/v3.15.5...v3.15.6) (2022-06-28) +## [3.15.6](https://github.com/starknet-io/starknet.js/compare/v3.15.5...v3.15.6) (2022-06-28) ### Bug Fixes -- throw http error when parsing fails ([898574f](https://github.com/0xs34n/starknet.js/commit/898574f0087bf653b5d74bbe3dc52a0cb6efc432)) +- throw http error when parsing fails ([898574f](https://github.com/starknet-io/starknet.js/commit/898574f0087bf653b5d74bbe3dc52a0cb6efc432)) -## [3.15.5](https://github.com/0xs34n/starknet.js/compare/v3.15.4...v3.15.5) (2022-06-27) +## [3.15.5](https://github.com/starknet-io/starknet.js/compare/v3.15.4...v3.15.5) (2022-06-27) ### Bug Fixes -- add return statement ([468a0bf](https://github.com/0xs34n/starknet.js/commit/468a0bfbbc1a9c88383ed2ba0f0bc02b0e5e3a9b)) -- don't enforce bigInt ([efef507](https://github.com/0xs34n/starknet.js/commit/efef5071ebceb5247f5f1995d3c1006d422c02ee)) -- **GatewayError:** export from index ([69addd5](https://github.com/0xs34n/starknet.js/commit/69addd5a2eb30816f5e43ffd71e190838ad5a409)) -- **GatewayError:** use ts-custom-error to support "err instanceof GatewayError" ([092abbc](https://github.com/0xs34n/starknet.js/commit/092abbcff5f5270a0be0b79a8e87645637298c56)) -- **test:** error 500 as number instead of bigInt ([b539144](https://github.com/0xs34n/starknet.js/commit/b5391448cf04d93c4d914ad52d850591a423fe42)) +- add return statement ([468a0bf](https://github.com/starknet-io/starknet.js/commit/468a0bfbbc1a9c88383ed2ba0f0bc02b0e5e3a9b)) +- don't enforce bigInt ([efef507](https://github.com/starknet-io/starknet.js/commit/efef5071ebceb5247f5f1995d3c1006d422c02ee)) +- **GatewayError:** export from index ([69addd5](https://github.com/starknet-io/starknet.js/commit/69addd5a2eb30816f5e43ffd71e190838ad5a409)) +- **GatewayError:** use ts-custom-error to support "err instanceof GatewayError" ([092abbc](https://github.com/starknet-io/starknet.js/commit/092abbcff5f5270a0be0b79a8e87645637298c56)) +- **test:** error 500 as number instead of bigInt ([b539144](https://github.com/starknet-io/starknet.js/commit/b5391448cf04d93c4d914ad52d850591a423fe42)) -## [3.15.4](https://github.com/0xs34n/starknet.js/compare/v3.15.3...v3.15.4) (2022-06-20) +## [3.15.4](https://github.com/starknet-io/starknet.js/compare/v3.15.3...v3.15.4) (2022-06-20) ### Bug Fixes -- **parseResponse:** revert the changes from parseResponse ([d51996f](https://github.com/0xs34n/starknet.js/commit/d51996fa7635428ad4ffe271aa56f202ddcd4179)) -- **provider:** allow the user to handle the contract errors ([5190f7a](https://github.com/0xs34n/starknet.js/commit/5190f7a20fb35382756d86cc67d3fab5c2d541ff)) -- **test:** fix callContract() test ([b11c5da](https://github.com/0xs34n/starknet.js/commit/b11c5daf7fec6e8207dbc0be534aade8e00d5021)) +- **parseResponse:** revert the changes from parseResponse ([d51996f](https://github.com/starknet-io/starknet.js/commit/d51996fa7635428ad4ffe271aa56f202ddcd4179)) +- **provider:** allow the user to handle the contract errors ([5190f7a](https://github.com/starknet-io/starknet.js/commit/5190f7a20fb35382756d86cc67d3fab5c2d541ff)) +- **test:** fix callContract() test ([b11c5da](https://github.com/starknet-io/starknet.js/commit/b11c5daf7fec6e8207dbc0be534aade8e00d5021)) -## [3.15.3](https://github.com/0xs34n/starknet.js/compare/v3.15.2...v3.15.3) (2022-06-20) +## [3.15.3](https://github.com/starknet-io/starknet.js/compare/v3.15.2...v3.15.3) (2022-06-20) ### Bug Fixes -- **dev:** regenerated package-lock.json ([849cb1e](https://github.com/0xs34n/starknet.js/commit/849cb1ea3ffd7ba10b40b232d0ebc46b6599c7ea)) -- use cross-fetch only for jest ([83be37a](https://github.com/0xs34n/starknet.js/commit/83be37a9e3328a44abd9583b8167c3cb8d882790)) +- **dev:** regenerated package-lock.json ([849cb1e](https://github.com/starknet-io/starknet.js/commit/849cb1ea3ffd7ba10b40b232d0ebc46b6599c7ea)) +- use cross-fetch only for jest ([83be37a](https://github.com/starknet-io/starknet.js/commit/83be37a9e3328a44abd9583b8167c3cb8d882790)) -## [3.15.2](https://github.com/0xs34n/starknet.js/compare/v3.15.1...v3.15.2) (2022-06-18) +## [3.15.2](https://github.com/starknet-io/starknet.js/compare/v3.15.1...v3.15.2) (2022-06-18) ### Bug Fixes -- **cleanup:** cleanup ([a15b6c6](https://github.com/0xs34n/starknet.js/commit/a15b6c6bf13ce7af699c293d697b5136188388c3)) -- **errorcode:** fixed error code >=400 instead of !=200 ([0f16595](https://github.com/0xs34n/starknet.js/commit/0f1659543ba95ce7cac31a5182dad2e33325d4c1)) -- **fetchEndpoint:** error handling and test case fix ([629479f](https://github.com/0xs34n/starknet.js/commit/629479f877aa7d6f39c8d31b2c9449563aadd0e7)) -- **verify:** return false when 500 returned from the gateway ([de3e004](https://github.com/0xs34n/starknet.js/commit/de3e00461730d6fa112046169470d7a603baa296)) +- **cleanup:** cleanup ([a15b6c6](https://github.com/starknet-io/starknet.js/commit/a15b6c6bf13ce7af699c293d697b5136188388c3)) +- **errorcode:** fixed error code >=400 instead of !=200 ([0f16595](https://github.com/starknet-io/starknet.js/commit/0f1659543ba95ce7cac31a5182dad2e33325d4c1)) +- **fetchEndpoint:** error handling and test case fix ([629479f](https://github.com/starknet-io/starknet.js/commit/629479f877aa7d6f39c8d31b2c9449563aadd0e7)) +- **verify:** return false when 500 returned from the gateway ([de3e004](https://github.com/starknet-io/starknet.js/commit/de3e00461730d6fa112046169470d7a603baa296)) -## [3.15.1](https://github.com/0xs34n/starknet.js/compare/v3.15.0...v3.15.1) (2022-06-17) +## [3.15.1](https://github.com/starknet-io/starknet.js/compare/v3.15.0...v3.15.1) (2022-06-17) ### Bug Fixes -- response type for get-transaction ([a232725](https://github.com/0xs34n/starknet.js/commit/a232725099893b45fd6feda0a4cac7d05f903435)) +- response type for get-transaction ([a232725](https://github.com/starknet-io/starknet.js/commit/a232725099893b45fd6feda0a4cac7d05f903435)) -# [3.15.0](https://github.com/0xs34n/starknet.js/compare/v3.14.1...v3.15.0) (2022-06-16) +# [3.15.0](https://github.com/starknet-io/starknet.js/compare/v3.14.1...v3.15.0) (2022-06-16) ### Bug Fixes -- **tests:** update test ([c71f482](https://github.com/0xs34n/starknet.js/commit/c71f482facdaac914c45f4bf91f48e05a930abff)) +- **tests:** update test ([c71f482](https://github.com/starknet-io/starknet.js/commit/c71f482facdaac914c45f4bf91f48e05a930abff)) ### Features -- add calculateContractAddressFromHash ([e22c346](https://github.com/0xs34n/starknet.js/commit/e22c3464036f97eee3c617d3790aac35b3d95379)) +- add calculateContractAddressFromHash ([e22c346](https://github.com/starknet-io/starknet.js/commit/e22c3464036f97eee3c617d3790aac35b3d95379)) -## [3.14.1](https://github.com/0xs34n/starknet.js/compare/v3.14.0...v3.14.1) (2022-06-15) +## [3.14.1](https://github.com/starknet-io/starknet.js/compare/v3.14.0...v3.14.1) (2022-06-15) ### Bug Fixes -- update api typings ([44796af](https://github.com/0xs34n/starknet.js/commit/44796af4849b6bab3d99065bb1e1948e4ea0b55e)) +- update api typings ([44796af](https://github.com/starknet-io/starknet.js/commit/44796af4849b6bab3d99065bb1e1948e4ea0b55e)) -# [3.14.0](https://github.com/0xs34n/starknet.js/compare/v3.13.1...v3.14.0) (2022-06-15) +# [3.14.0](https://github.com/starknet-io/starknet.js/compare/v3.13.1...v3.14.0) (2022-06-15) ### Bug Fixes -- remove redundant \_abi from declareContract() ([53d6578](https://github.com/0xs34n/starknet.js/commit/53d6578b932ed6046b5e0df83d748673d7efc3d5)) +- remove redundant \_abi from declareContract() ([53d6578](https://github.com/starknet-io/starknet.js/commit/53d6578b932ed6046b5e0df83d748673d7efc3d5)) ### Features -- support contract declaration API introduced at SN 0.9.0 ([ca6203f](https://github.com/0xs34n/starknet.js/commit/ca6203f93471d7fb421d580e07d6de7c183e40f3)) +- support contract declaration API introduced at SN 0.9.0 ([ca6203f](https://github.com/starknet-io/starknet.js/commit/ca6203f93471d7fb421d580e07d6de7c183e40f3)) -## [3.13.1](https://github.com/0xs34n/starknet.js/compare/v3.13.0...v3.13.1) (2022-06-14) +## [3.13.1](https://github.com/starknet-io/starknet.js/compare/v3.13.0...v3.13.1) (2022-06-14) ### Bug Fixes -- account estimate fee interface ([51e8cf6](https://github.com/0xs34n/starknet.js/commit/51e8cf6858acd5aed003f8f1c4d755088684f134)) +- account estimate fee interface ([51e8cf6](https://github.com/starknet-io/starknet.js/commit/51e8cf6858acd5aed003f8f1c4d755088684f134)) -# [3.13.0](https://github.com/0xs34n/starknet.js/compare/v3.12.3...v3.13.0) (2022-06-14) +# [3.13.0](https://github.com/starknet-io/starknet.js/compare/v3.12.3...v3.13.0) (2022-06-14) ### Bug Fixes -- account tests ([8e86c0e](https://github.com/0xs34n/starknet.js/commit/8e86c0e813924fa5cf8f708acd708f9bea1bb7c3)) -- add TEST_RPC_URL env var ([8972e0b](https://github.com/0xs34n/starknet.js/commit/8972e0bc4b4180a6f28b7fce736db76b28426a4d)) -- change getStorageAt key param type to BigNumberish ([b8a8389](https://github.com/0xs34n/starknet.js/commit/b8a8389d64c3f845be8302054cbc579b4b3d3fb9)) -- contract tests ([f14fe11](https://github.com/0xs34n/starknet.js/commit/f14fe117504634451540f50ce780230716f539dc)) -- deps versions ([68f8373](https://github.com/0xs34n/starknet.js/commit/68f837390e3a4cba56e134f57b88966818ea94ff)) -- env format ([665ab0b](https://github.com/0xs34n/starknet.js/commit/665ab0b0cc725f83d05628f53ee00b63f2801979)) -- lockfile ([839bc15](https://github.com/0xs34n/starknet.js/commit/839bc1519744ea6df044b4929ec219e632e50db5)) -- move env up ([405aca2](https://github.com/0xs34n/starknet.js/commit/405aca2eb07c882e25435c1b18ee5018e0970c6c)) -- move private key to env ([2f4d22c](https://github.com/0xs34n/starknet.js/commit/2f4d22c47b6442479a355b4ee117ba1a5995420f)) -- remove accountContract test ([d239dab](https://github.com/0xs34n/starknet.js/commit/d239dab6bb2872897501e6fc90b2c41650c2ff8f)) -- remove maxFee: 0 ([9569819](https://github.com/0xs34n/starknet.js/commit/9569819c3ca36e8005b6d591d206888f5689f867)) -- secrets ([d080436](https://github.com/0xs34n/starknet.js/commit/d080436acdd13571192cc19292e8ba0661caebc2)) -- test ([3ca4bd3](https://github.com/0xs34n/starknet.js/commit/3ca4bd37c9edd03ca5be09ad2e9daf837d833f7c)) -- tests ([593dfa1](https://github.com/0xs34n/starknet.js/commit/593dfa1da130e7e0ef1aa6edd971bbec771d16b8)) +- account tests ([8e86c0e](https://github.com/starknet-io/starknet.js/commit/8e86c0e813924fa5cf8f708acd708f9bea1bb7c3)) +- add TEST_RPC_URL env var ([8972e0b](https://github.com/starknet-io/starknet.js/commit/8972e0bc4b4180a6f28b7fce736db76b28426a4d)) +- change getStorageAt key param type to BigNumberish ([b8a8389](https://github.com/starknet-io/starknet.js/commit/b8a8389d64c3f845be8302054cbc579b4b3d3fb9)) +- contract tests ([f14fe11](https://github.com/starknet-io/starknet.js/commit/f14fe117504634451540f50ce780230716f539dc)) +- deps versions ([68f8373](https://github.com/starknet-io/starknet.js/commit/68f837390e3a4cba56e134f57b88966818ea94ff)) +- env format ([665ab0b](https://github.com/starknet-io/starknet.js/commit/665ab0b0cc725f83d05628f53ee00b63f2801979)) +- lockfile ([839bc15](https://github.com/starknet-io/starknet.js/commit/839bc1519744ea6df044b4929ec219e632e50db5)) +- move env up ([405aca2](https://github.com/starknet-io/starknet.js/commit/405aca2eb07c882e25435c1b18ee5018e0970c6c)) +- move private key to env ([2f4d22c](https://github.com/starknet-io/starknet.js/commit/2f4d22c47b6442479a355b4ee117ba1a5995420f)) +- remove accountContract test ([d239dab](https://github.com/starknet-io/starknet.js/commit/d239dab6bb2872897501e6fc90b2c41650c2ff8f)) +- remove maxFee: 0 ([9569819](https://github.com/starknet-io/starknet.js/commit/9569819c3ca36e8005b6d591d206888f5689f867)) +- secrets ([d080436](https://github.com/starknet-io/starknet.js/commit/d080436acdd13571192cc19292e8ba0661caebc2)) +- test ([3ca4bd3](https://github.com/starknet-io/starknet.js/commit/3ca4bd37c9edd03ca5be09ad2e9daf837d833f7c)) +- tests ([593dfa1](https://github.com/starknet-io/starknet.js/commit/593dfa1da130e7e0ef1aa6edd971bbec771d16b8)) ### Features -- add test account to fixtures ([3a1150c](https://github.com/0xs34n/starknet.js/commit/3a1150cfdb44053a18591e38eb30d112115864be)) -- getTestProvider util ([8d6f0b9](https://github.com/0xs34n/starknet.js/commit/8d6f0b96738ee5ba48ab95356441964d8b8ef6c4)) -- update account guide ([b5275b3](https://github.com/0xs34n/starknet.js/commit/b5275b313897e9a6fd4b1e52f850aa5fb189cb23)) -- update erc20 guide ([416da13](https://github.com/0xs34n/starknet.js/commit/416da13b3690463897dfae318135d6f46198c5ec)) +- add test account to fixtures ([3a1150c](https://github.com/starknet-io/starknet.js/commit/3a1150cfdb44053a18591e38eb30d112115864be)) +- getTestProvider util ([8d6f0b9](https://github.com/starknet-io/starknet.js/commit/8d6f0b96738ee5ba48ab95356441964d8b8ef6c4)) +- update account guide ([b5275b3](https://github.com/starknet-io/starknet.js/commit/b5275b313897e9a6fd4b1e52f850aa5fb189cb23)) +- update erc20 guide ([416da13](https://github.com/starknet-io/starknet.js/commit/416da13b3690463897dfae318135d6f46198c5ec)) -## [3.12.3](https://github.com/0xs34n/starknet.js/compare/v3.12.2...v3.12.3) (2022-05-30) +## [3.12.3](https://github.com/starknet-io/starknet.js/compare/v3.12.2...v3.12.3) (2022-05-30) ### Bug Fixes -- remove superstruct ([6f13cf0](https://github.com/0xs34n/starknet.js/commit/6f13cf0ec740e715fcbdacf846cd9bcd653c1399)) +- remove superstruct ([6f13cf0](https://github.com/starknet-io/starknet.js/commit/6f13cf0ec740e715fcbdacf846cd9bcd653c1399)) -## [3.12.2](https://github.com/0xs34n/starknet.js/compare/v3.12.1...v3.12.2) (2022-05-30) +## [3.12.2](https://github.com/starknet-io/starknet.js/compare/v3.12.1...v3.12.2) (2022-05-30) ### Bug Fixes -- allow starknet.js in service workers ([7a500d1](https://github.com/0xs34n/starknet.js/commit/7a500d198cffed43f98a669edac2dbb215884a3b)) -- updated powered by starknet list ([aa36463](https://github.com/0xs34n/starknet.js/commit/aa36463e1adb281f79bf8462b2f0063801457782)) +- allow starknet.js in service workers ([7a500d1](https://github.com/starknet-io/starknet.js/commit/7a500d198cffed43f98a669edac2dbb215884a3b)) +- updated powered by starknet list ([aa36463](https://github.com/starknet-io/starknet.js/commit/aa36463e1adb281f79bf8462b2f0063801457782)) -## [3.12.1](https://github.com/0xs34n/starknet.js/compare/v3.12.0...v3.12.1) (2022-05-24) +## [3.12.1](https://github.com/starknet-io/starknet.js/compare/v3.12.0...v3.12.1) (2022-05-24) ### Bug Fixes -- update repo url ([c1312c0](https://github.com/0xs34n/starknet.js/commit/c1312c0e00e3387a49d1d7edc33e584687d607ea)) +- update repo url ([c1312c0](https://github.com/starknet-io/starknet.js/commit/c1312c0e00e3387a49d1d7edc33e584687d607ea)) -# [3.12.0](https://github.com/seanjameshan/starknet.js/compare/v3.11.0...v3.12.0) (2022-05-24) +# [3.12.0](https://github.com/starknet-io/starknet.js/compare/v3.11.0...v3.12.0) (2022-05-24) ### Bug Fixes -- always default to latest block ([dafc575](https://github.com/seanjameshan/starknet.js/commit/dafc57550b9b175b79ec2fd728504ee14a992620)) +- always default to latest block ([dafc575](https://github.com/starknet-io/starknet.js/commit/dafc57550b9b175b79ec2fd728504ee14a992620)) ### Features -- add suggestedMaxFee ([8977772](https://github.com/seanjameshan/starknet.js/commit/8977772763ecd895006c00c9cbe1397429a19b6f)) +- add suggestedMaxFee ([8977772](https://github.com/starknet-io/starknet.js/commit/8977772763ecd895006c00c9cbe1397429a19b6f)) -# [3.11.0](https://github.com/seanjameshan/starknet.js/compare/v3.10.3...v3.11.0) (2022-05-11) +# [3.11.0](https://github.com/starknet-io/starknet.js/compare/v3.10.3...v3.11.0) (2022-05-11) ### Bug Fixes -- review ([9ee4987](https://github.com/seanjameshan/starknet.js/commit/9ee498788185a35a75f2b429b3f1ec55dc4ee2a3)) -- tests ([f535edb](https://github.com/seanjameshan/starknet.js/commit/f535edbef8da6050e54575792926488774e3ed0f)) -- transaction receipt ([806eb7d](https://github.com/seanjameshan/starknet.js/commit/806eb7d63a01e158231f7b63cc4fc1fb0c30717e)) -- use npm again ([3b9e176](https://github.com/seanjameshan/starknet.js/commit/3b9e176812f6401e167a207db2d9ff3686260e13)) +- review ([9ee4987](https://github.com/starknet-io/starknet.js/commit/9ee498788185a35a75f2b429b3f1ec55dc4ee2a3)) +- tests ([f535edb](https://github.com/starknet-io/starknet.js/commit/f535edbef8da6050e54575792926488774e3ed0f)) +- transaction receipt ([806eb7d](https://github.com/starknet-io/starknet.js/commit/806eb7d63a01e158231f7b63cc4fc1fb0c30717e)) +- use npm again ([3b9e176](https://github.com/starknet-io/starknet.js/commit/3b9e176812f6401e167a207db2d9ff3686260e13)) ### Features -- add checksum addresses ([2d32ed8](https://github.com/seanjameshan/starknet.js/commit/2d32ed828f908090642a42d9f6620f050a75b43a)) -- use BigNumber for estimate fee amount ([751c2ed](https://github.com/seanjameshan/starknet.js/commit/751c2edf89d019f365f5fba8123a9df0320ff543)) +- add checksum addresses ([2d32ed8](https://github.com/starknet-io/starknet.js/commit/2d32ed828f908090642a42d9f6620f050a75b43a)) +- use BigNumber for estimate fee amount ([751c2ed](https://github.com/starknet-io/starknet.js/commit/751c2edf89d019f365f5fba8123a9df0320ff543)) -## [3.10.3](https://github.com/seanjameshan/starknet.js/compare/v3.10.2...v3.10.3) (2022-05-04) +## [3.10.3](https://github.com/starknet-io/starknet.js/compare/v3.10.2...v3.10.3) (2022-05-04) ### Bug Fixes -- **encode:** maximum call stack size exceeded ([3cd8195](https://github.com/seanjameshan/starknet.js/commit/3cd8195d0fcde7d2cf6460959bb2c9f45ef7d066)) +- **encode:** maximum call stack size exceeded ([3cd8195](https://github.com/starknet-io/starknet.js/commit/3cd8195d0fcde7d2cf6460959bb2c9f45ef7d066)) -## [3.10.2](https://github.com/seanjameshan/starknet.js/compare/v3.10.1...v3.10.2) (2022-04-27) +## [3.10.2](https://github.com/starknet-io/starknet.js/compare/v3.10.1...v3.10.2) (2022-04-27) ### Bug Fixes -- **tests:** fix getBlock blocks ([c0422b7](https://github.com/seanjameshan/starknet.js/commit/c0422b7d963639d34082731f6efbe3f0dd2c3c4d)) +- **tests:** fix getBlock blocks ([c0422b7](https://github.com/starknet-io/starknet.js/commit/c0422b7d963639d34082731f6efbe3f0dd2c3c4d)) -## [3.10.1](https://github.com/seanjameshan/starknet.js/compare/v3.10.0...v3.10.1) (2022-04-20) +## [3.10.1](https://github.com/starknet-io/starknet.js/compare/v3.10.0...v3.10.1) (2022-04-20) ### Bug Fixes -- **account:** function documentation fix ([34a9779](https://github.com/seanjameshan/starknet.js/commit/34a977953c2bfea53f9cd1157809919b1dd2ed04)) -- **contractFactory:** wrong prop type ([598bcd0](https://github.com/seanjameshan/starknet.js/commit/598bcd0d589c00e2219522d4a342316598678d4e)) -- **contract:** recursion function name fix ([803b6dc](https://github.com/seanjameshan/starknet.js/commit/803b6dcf5cad5cdfd8258a53e176bcd96300cef3)) -- typings ([1fadf41](https://github.com/seanjameshan/starknet.js/commit/1fadf418b04d96ced8d994b35699f40be9a8c898)) -- **utils:** adding transaction utils to the utils export ([6429179](https://github.com/seanjameshan/starknet.js/commit/642917922a5d5278e8c575a2b4ffd60fff53cf42)) +- **account:** function documentation fix ([34a9779](https://github.com/starknet-io/starknet.js/commit/34a977953c2bfea53f9cd1157809919b1dd2ed04)) +- **contractFactory:** wrong prop type ([598bcd0](https://github.com/starknet-io/starknet.js/commit/598bcd0d589c00e2219522d4a342316598678d4e)) +- **contract:** recursion function name fix ([803b6dc](https://github.com/starknet-io/starknet.js/commit/803b6dcf5cad5cdfd8258a53e176bcd96300cef3)) +- typings ([1fadf41](https://github.com/starknet-io/starknet.js/commit/1fadf418b04d96ced8d994b35699f40be9a8c898)) +- **utils:** adding transaction utils to the utils export ([6429179](https://github.com/starknet-io/starknet.js/commit/642917922a5d5278e8c575a2b4ffd60fff53cf42)) -# [3.10.0](https://github.com/seanjameshan/starknet.js/compare/v3.9.0...v3.10.0) (2022-04-20) +# [3.10.0](https://github.com/starknet-io/starknet.js/compare/v3.9.0...v3.10.0) (2022-04-20) ### Bug Fixes -- new snapshot for browser test ([3394f11](https://github.com/seanjameshan/starknet.js/commit/3394f1110c715826cbc7c3dff1bef1a5b73e80d8)) -- review ([49b04e2](https://github.com/seanjameshan/starknet.js/commit/49b04e231418ca7d26dc78843a905541985aa176)) +- new snapshot for browser test ([3394f11](https://github.com/starknet-io/starknet.js/commit/3394f1110c715826cbc7c3dff1bef1a5b73e80d8)) +- review ([49b04e2](https://github.com/starknet-io/starknet.js/commit/49b04e231418ca7d26dc78843a905541985aa176)) ### Features -- **account:** new hash formula ([ea4df2c](https://github.com/seanjameshan/starknet.js/commit/ea4df2c77e6559f9689eaca3c57edbbb9324073a)) +- **account:** new hash formula ([ea4df2c](https://github.com/starknet-io/starknet.js/commit/ea4df2c77e6559f9689eaca3c57edbbb9324073a)) -# [3.9.0](https://github.com/seanjameshan/starknet.js/compare/v3.8.0...v3.9.0) (2022-04-08) +# [3.9.0](https://github.com/starknet-io/starknet.js/compare/v3.8.0...v3.9.0) (2022-04-08) ### Bug Fixes -- **account:** adding overhead on estimateFee for maxFee ([ec52f61](https://github.com/seanjameshan/starknet.js/commit/ec52f61aed9a8755491a4b7de73517b075785479)) -- **contract:** override object when invoking a function ([c605151](https://github.com/seanjameshan/starknet.js/commit/c605151c03b544bf62ff9ab2e314e49de3cd562a)) -- estimatedFeeToMaxFee with integers only ([71d19a7](https://github.com/seanjameshan/starknet.js/commit/71d19a7db01630ca0dba55011ff440243d7db992)) -- rename txVersion to version ([2ae36b2](https://github.com/seanjameshan/starknet.js/commit/2ae36b2c075dbee4710abe47770af35478ceba4e)) -- **utils:** remove check for the BN ([50a7951](https://github.com/seanjameshan/starknet.js/commit/50a79514343e303c397358efdba978fec5f93f48)) +- **account:** adding overhead on estimateFee for maxFee ([ec52f61](https://github.com/starknet-io/starknet.js/commit/ec52f61aed9a8755491a4b7de73517b075785479)) +- **contract:** override object when invoking a function ([c605151](https://github.com/starknet-io/starknet.js/commit/c605151c03b544bf62ff9ab2e314e49de3cd562a)) +- estimatedFeeToMaxFee with integers only ([71d19a7](https://github.com/starknet-io/starknet.js/commit/71d19a7db01630ca0dba55011ff440243d7db992)) +- rename txVersion to version ([2ae36b2](https://github.com/starknet-io/starknet.js/commit/2ae36b2c075dbee4710abe47770af35478ceba4e)) +- **utils:** remove check for the BN ([50a7951](https://github.com/starknet-io/starknet.js/commit/50a79514343e303c397358efdba978fec5f93f48)) ### Features -- **account:** adding new transaction version for fee estimation ([2f7cb3f](https://github.com/seanjameshan/starknet.js/commit/2f7cb3fe85c973bcff3e39db333a9ed969c550b1)) +- **account:** adding new transaction version for fee estimation ([2f7cb3f](https://github.com/starknet-io/starknet.js/commit/2f7cb3fe85c973bcff3e39db333a9ed969c550b1)) -# [3.8.0](https://github.com/seanjameshan/starknet.js/compare/v3.7.0...v3.8.0) (2022-04-04) +# [3.8.0](https://github.com/starknet-io/starknet.js/compare/v3.7.0...v3.8.0) (2022-04-04) ### Bug Fixes -- getBlock should not default to pending block ([7a641b5](https://github.com/seanjameshan/starknet.js/commit/7a641b55c3c762dada70814bf509b147f0cd315e)) +- getBlock should not default to pending block ([7a641b5](https://github.com/starknet-io/starknet.js/commit/7a641b55c3c762dada70814bf509b147f0cd315e)) ### Features -- complete interface ([39d2f05](https://github.com/seanjameshan/starknet.js/commit/39d2f0574691e4b37a6050831b4e548b07a8e3e3)) -- default estimateFee to pending block ([719dda5](https://github.com/seanjameshan/starknet.js/commit/719dda5f33a2bed353bd1bf311a2baf3110d1654)) -- default to pending block ([d3c1bdc](https://github.com/seanjameshan/starknet.js/commit/d3c1bdcdca996bce273673cf9c8220156e965863)) -- pending as success ([9e79288](https://github.com/seanjameshan/starknet.js/commit/9e7928845cc1e7088ba9a8dc9ba8fb9311970440)) +- complete interface ([39d2f05](https://github.com/starknet-io/starknet.js/commit/39d2f0574691e4b37a6050831b4e548b07a8e3e3)) +- default estimateFee to pending block ([719dda5](https://github.com/starknet-io/starknet.js/commit/719dda5f33a2bed353bd1bf311a2baf3110d1654)) +- default to pending block ([d3c1bdc](https://github.com/starknet-io/starknet.js/commit/d3c1bdcdca996bce273673cf9c8220156e965863)) +- pending as success ([9e79288](https://github.com/starknet-io/starknet.js/commit/9e7928845cc1e7088ba9a8dc9ba8fb9311970440)) -# [3.7.0](https://github.com/seanjameshan/starknet.js/compare/v3.6.0...v3.7.0) (2022-03-24) +# [3.7.0](https://github.com/starknet-io/starknet.js/compare/v3.6.0...v3.7.0) (2022-03-24) ### Features -- **Account:** account constructor should take a KeyPair or a Signer as parameter ([ea6ae40](https://github.com/seanjameshan/starknet.js/commit/ea6ae40225d33e293b9d2de7c8509e87fb7a651e)) -- add BigInt support within BigNumberish ([e42427a](https://github.com/seanjameshan/starknet.js/commit/e42427afa9a57673576da68cfbbee1356ffb5c0d)) -- using typeguard to narrow variable's type in Account's constructor ([ed048f3](https://github.com/seanjameshan/starknet.js/commit/ed048f355bee815cc9b2ccc984db900059fa2303)) +- **Account:** account constructor should take a KeyPair or a Signer as parameter ([ea6ae40](https://github.com/starknet-io/starknet.js/commit/ea6ae40225d33e293b9d2de7c8509e87fb7a651e)) +- add BigInt support within BigNumberish ([e42427a](https://github.com/starknet-io/starknet.js/commit/e42427afa9a57673576da68cfbbee1356ffb5c0d)) +- using typeguard to narrow variable's type in Account's constructor ([ed048f3](https://github.com/starknet-io/starknet.js/commit/ed048f355bee815cc9b2ccc984db900059fa2303)) -# [3.6.0](https://github.com/seanjameshan/starknet.js/compare/v3.5.1...v3.6.0) (2022-03-24) +# [3.6.0](https://github.com/starknet-io/starknet.js/compare/v3.5.1...v3.6.0) (2022-03-24) ### Bug Fixes -- **account:** estimate fee transfered from provider to account class ([93e7dd9](https://github.com/seanjameshan/starknet.js/commit/93e7dd941b35bccb67cc426b9ae546801092964c)) -- formatting ([248246f](https://github.com/seanjameshan/starknet.js/commit/248246f2fe75b9897700b955fa98e1779aec1744)) -- link ([494e000](https://github.com/seanjameshan/starknet.js/commit/494e0005c3b1cb86f5de0f25a10cbbe786a87b34)) -- **provider:** estimateFee entrypoint conversion fix ([e40204a](https://github.com/seanjameshan/starknet.js/commit/e40204a2eca5f475fe50a88349fd4890bbc36790)) -- **provider:** estimation fee response type ([ce674ca](https://github.com/seanjameshan/starknet.js/commit/ce674ca632ff70a07d95d685c9bf2f48bebaca20)) +- **account:** estimate fee transfered from provider to account class ([93e7dd9](https://github.com/starknet-io/starknet.js/commit/93e7dd941b35bccb67cc426b9ae546801092964c)) +- formatting ([248246f](https://github.com/starknet-io/starknet.js/commit/248246f2fe75b9897700b955fa98e1779aec1744)) +- link ([494e000](https://github.com/starknet-io/starknet.js/commit/494e0005c3b1cb86f5de0f25a10cbbe786a87b34)) +- **provider:** estimateFee entrypoint conversion fix ([e40204a](https://github.com/starknet-io/starknet.js/commit/e40204a2eca5f475fe50a88349fd4890bbc36790)) +- **provider:** estimation fee response type ([ce674ca](https://github.com/starknet-io/starknet.js/commit/ce674ca632ff70a07d95d685c9bf2f48bebaca20)) ### Features -- add LedgerSigner class + blind signing ([9b700f3](https://github.com/seanjameshan/starknet.js/commit/9b700f300a91a0967f8827d0ecdd69e531738ec4)) -- **contract:** contract expanded with estimateFee method ([fbaf4ba](https://github.com/seanjameshan/starknet.js/commit/fbaf4bab56ace0917ce7c66ecf90f8e2d0dc7f60)) -- improvements after PR reviewing ([9f30e20](https://github.com/seanjameshan/starknet.js/commit/9f30e20c2e5d2afafe4eae58c597b82dffc3bbe2)) -- new improvements after new PR review ([2e16808](https://github.com/seanjameshan/starknet.js/commit/2e168082b0042f27336946639f3948e91bc5f641)) -- **provider:** provider expanded with getTransactionTrace ([b67361a](https://github.com/seanjameshan/starknet.js/commit/b67361ad7c50218e00273c097426e14814441404)) +- add LedgerSigner class + blind signing ([9b700f3](https://github.com/starknet-io/starknet.js/commit/9b700f300a91a0967f8827d0ecdd69e531738ec4)) +- **contract:** contract expanded with estimateFee method ([fbaf4ba](https://github.com/starknet-io/starknet.js/commit/fbaf4bab56ace0917ce7c66ecf90f8e2d0dc7f60)) +- improvements after PR reviewing ([9f30e20](https://github.com/starknet-io/starknet.js/commit/9f30e20c2e5d2afafe4eae58c597b82dffc3bbe2)) +- new improvements after new PR review ([2e16808](https://github.com/starknet-io/starknet.js/commit/2e168082b0042f27336946639f3948e91bc5f641)) +- **provider:** provider expanded with getTransactionTrace ([b67361a](https://github.com/starknet-io/starknet.js/commit/b67361ad7c50218e00273c097426e14814441404)) -## [3.5.1](https://github.com/seanjameshan/starknet.js/compare/v3.5.0...v3.5.1) (2022-03-11) +## [3.5.1](https://github.com/starknet-io/starknet.js/compare/v3.5.0...v3.5.1) (2022-03-11) ### Bug Fixes -- account detection ([b3b3ba7](https://github.com/seanjameshan/starknet.js/commit/b3b3ba74dde72027ba7f0e1234fed34a604fdcec)) -- contract interface ([696116d](https://github.com/seanjameshan/starknet.js/commit/696116d383ba16c587e7ed708f7b47d02610b9d9)) +- account detection ([b3b3ba7](https://github.com/starknet-io/starknet.js/commit/b3b3ba74dde72027ba7f0e1234fed34a604fdcec)) +- contract interface ([696116d](https://github.com/starknet-io/starknet.js/commit/696116d383ba16c587e7ed708f7b47d02610b9d9)) -# [3.5.0](https://github.com/seanjameshan/starknet.js/compare/v3.4.0...v3.5.0) (2022-03-11) +# [3.5.0](https://github.com/starknet-io/starknet.js/compare/v3.4.0...v3.5.0) (2022-03-11) ### Bug Fixes -- contract test ([a9b4103](https://github.com/seanjameshan/starknet.js/commit/a9b410356baa5c7305da9ba69229c0882f7ae026)) -- **contract-factory:** move more towards ethers.js api ([4caa6ce](https://github.com/seanjameshan/starknet.js/commit/4caa6cee282fe73bc6fb91bea59c620cc42d31a0)) -- **contract:** structure change ([1ef9d2f](https://github.com/seanjameshan/starknet.js/commit/1ef9d2fee0158c9894d5e049f59cc72bfaad2d55)) -- **contract:** tests for new contract interface ([9273f54](https://github.com/seanjameshan/starknet.js/commit/9273f542b087e2940e0d2e88ecbeec58062953bf)) -- enable validateMethodAndArgs on call ([efa63d6](https://github.com/seanjameshan/starknet.js/commit/efa63d6fc7ae77b28f694640833cec73111b175d)) -- reverting validateMethodAndArgs changes ([d847fa8](https://github.com/seanjameshan/starknet.js/commit/d847fa8e4db3563d67861873046f9cb87d0fff8e)) +- contract test ([a9b4103](https://github.com/starknet-io/starknet.js/commit/a9b410356baa5c7305da9ba69229c0882f7ae026)) +- **contract-factory:** move more towards ethers.js api ([4caa6ce](https://github.com/starknet-io/starknet.js/commit/4caa6cee282fe73bc6fb91bea59c620cc42d31a0)) +- **contract:** structure change ([1ef9d2f](https://github.com/starknet-io/starknet.js/commit/1ef9d2fee0158c9894d5e049f59cc72bfaad2d55)) +- **contract:** tests for new contract interface ([9273f54](https://github.com/starknet-io/starknet.js/commit/9273f542b087e2940e0d2e88ecbeec58062953bf)) +- enable validateMethodAndArgs on call ([efa63d6](https://github.com/starknet-io/starknet.js/commit/efa63d6fc7ae77b28f694640833cec73111b175d)) +- reverting validateMethodAndArgs changes ([d847fa8](https://github.com/starknet-io/starknet.js/commit/d847fa8e4db3563d67861873046f9cb87d0fff8e)) ### Features -- **contractFactory:** lib expanded with contract factory ([2c9c3d1](https://github.com/seanjameshan/starknet.js/commit/2c9c3d1b60961ddd698dc6b3175fff2f574f03bd)) -- **contract:** implement `contract.deployed() ⇒ Promise` ([91f4992](https://github.com/seanjameshan/starknet.js/commit/91f4992a3f612a03ff5cde01d07a487ebb883f6d)) -- **contract:** new contract interface ([01eeae8](https://github.com/seanjameshan/starknet.js/commit/01eeae815619009de195a759891cad9d8ec992c7)) -- **contract:** new contract methods signature ([cc87943](https://github.com/seanjameshan/starknet.js/commit/cc8794362d2f20816aabf7b44596035d644a434d)) -- default contract args ([2a3956d](https://github.com/seanjameshan/starknet.js/commit/2a3956dab88f3e68a513916b1644fa0723c5235f)) -- **provider:** preparation for the fee integration ([c1c231b](https://github.com/seanjameshan/starknet.js/commit/c1c231b6ec803b01af280baf61d0afbc3f9be6bb)) +- **contractFactory:** lib expanded with contract factory ([2c9c3d1](https://github.com/starknet-io/starknet.js/commit/2c9c3d1b60961ddd698dc6b3175fff2f574f03bd)) +- **contract:** implement `contract.deployed() ⇒ Promise` ([91f4992](https://github.com/starknet-io/starknet.js/commit/91f4992a3f612a03ff5cde01d07a487ebb883f6d)) +- **contract:** new contract interface ([01eeae8](https://github.com/starknet-io/starknet.js/commit/01eeae815619009de195a759891cad9d8ec992c7)) +- **contract:** new contract methods signature ([cc87943](https://github.com/starknet-io/starknet.js/commit/cc8794362d2f20816aabf7b44596035d644a434d)) +- default contract args ([2a3956d](https://github.com/starknet-io/starknet.js/commit/2a3956dab88f3e68a513916b1644fa0723c5235f)) +- **provider:** preparation for the fee integration ([c1c231b](https://github.com/starknet-io/starknet.js/commit/c1c231b6ec803b01af280baf61d0afbc3f9be6bb)) -# [3.4.0](https://github.com/seanjameshan/starknet.js/compare/v3.3.0...v3.4.0) (2022-03-10) +# [3.4.0](https://github.com/starknet-io/starknet.js/compare/v3.3.0...v3.4.0) (2022-03-10) ### Features -- **account:** add legacy `addTransaction` method ([94f5d87](https://github.com/seanjameshan/starknet.js/commit/94f5d874c8fb5f6c6586d537b75b92f493a32676)) +- **account:** add legacy `addTransaction` method ([94f5d87](https://github.com/starknet-io/starknet.js/commit/94f5d874c8fb5f6c6586d537b75b92f493a32676)) -# [3.3.0](https://github.com/seanjameshan/starknet.js/compare/v3.2.0...v3.3.0) (2022-03-08) +# [3.3.0](https://github.com/starknet-io/starknet.js/compare/v3.2.0...v3.3.0) (2022-03-08) ### Features -- **provider:** add back legacy `invokeFunction` ([dbd00ff](https://github.com/seanjameshan/starknet.js/commit/dbd00ff822456f05df5ba1967d5cd0040b012fc0)) +- **provider:** add back legacy `invokeFunction` ([dbd00ff](https://github.com/starknet-io/starknet.js/commit/dbd00ff822456f05df5ba1967d5cd0040b012fc0)) -# [3.2.0](https://github.com/seanjameshan/starknet.js/compare/v3.1.0...v3.2.0) (2022-03-04) +# [3.2.0](https://github.com/starknet-io/starknet.js/compare/v3.1.0...v3.2.0) (2022-03-04) ### Features -- **account:** initial multicall support ([e2e3d61](https://github.com/seanjameshan/starknet.js/commit/e2e3d61dcc5377c2a6603f4740d4420be7a719e1)) -- **signer:** always return string signatures ([0e9dd6c](https://github.com/seanjameshan/starknet.js/commit/0e9dd6c1c35aac6ad3eb3cc2ebb6212e0f5f809a)) +- **account:** initial multicall support ([e2e3d61](https://github.com/starknet-io/starknet.js/commit/e2e3d61dcc5377c2a6603f4740d4420be7a719e1)) +- **signer:** always return string signatures ([0e9dd6c](https://github.com/starknet-io/starknet.js/commit/0e9dd6c1c35aac6ad3eb3cc2ebb6212e0f5f809a)) -# [3.1.0](https://github.com/seanjameshan/starknet.js/compare/v3.0.0...v3.1.0) (2022-02-22) +# [3.1.0](https://github.com/starknet-io/starknet.js/compare/v3.0.0...v3.1.0) (2022-02-22) ### Bug Fixes -- **test:** adding tests for type transferormation ([60d5eb6](https://github.com/seanjameshan/starknet.js/commit/60d5eb614721543be7fbaa842e8872a70564ebb2)) -- **tests:** adding multicall contract ([138b29d](https://github.com/seanjameshan/starknet.js/commit/138b29d60cbc1eae6fa8f6f7dbf232bc11975e9a)) +- **test:** adding tests for type transferormation ([60d5eb6](https://github.com/starknet-io/starknet.js/commit/60d5eb614721543be7fbaa842e8872a70564ebb2)) +- **tests:** adding multicall contract ([138b29d](https://github.com/starknet-io/starknet.js/commit/138b29d60cbc1eae6fa8f6f7dbf232bc11975e9a)) ### Features -- **contract:** adding jsDocs to the contract class ([d9ec6d3](https://github.com/seanjameshan/starknet.js/commit/d9ec6d3ea3cc0dbf3538fb2fe7b5e1d8a8831490)) -- **contract:** adding parse request data on call and invoke ([e6d46dc](https://github.com/seanjameshan/starknet.js/commit/e6d46dc39f8d7da6ed1bef2c5074377402810eb9)) -- **contract:** parsing response from the contract call ([3f7425f](https://github.com/seanjameshan/starknet.js/commit/3f7425ff0ac29dda2a7c9373856a4aa20002af9b)) +- **contract:** adding jsDocs to the contract class ([d9ec6d3](https://github.com/starknet-io/starknet.js/commit/d9ec6d3ea3cc0dbf3538fb2fe7b5e1d8a8831490)) +- **contract:** adding parse request data on call and invoke ([e6d46dc](https://github.com/starknet-io/starknet.js/commit/e6d46dc39f8d7da6ed1bef2c5074377402810eb9)) +- **contract:** parsing response from the contract call ([3f7425f](https://github.com/starknet-io/starknet.js/commit/3f7425ff0ac29dda2a7c9373856a4aa20002af9b)) -# [3.0.0](https://github.com/seanjameshan/starknet.js/compare/v2.9.0...v3.0.0) (2022-02-10) +# [3.0.0](https://github.com/starknet-io/starknet.js/compare/v2.9.0...v3.0.0) (2022-02-10) ### Bug Fixes -- **account:** dont allow additional signatures in execute ([ac02d46](https://github.com/seanjameshan/starknet.js/commit/ac02d46c5759904886f56a7b9e7e2686dbf52d4c)) -- comments ([f261120](https://github.com/seanjameshan/starknet.js/commit/f261120e1971710cde8f95bd17a5869860db8160)) -- review comments ([ee93bd6](https://github.com/seanjameshan/starknet.js/commit/ee93bd6e51eabcf3507a77d21c5bdc6fe93d5d1c)) -- **test:** remove only for getTransactionReceipt test ([eb11d3b](https://github.com/seanjameshan/starknet.js/commit/eb11d3b60f434f81390f4d13c0462ad8c7ed7321)) -- **types:** change type of `block_number` from `number` to `BlockNumber` in TransactionReceipt ([7a48ff8](https://github.com/seanjameshan/starknet.js/commit/7a48ff8e15a93a778fec62fdff10f92b1a073dec)) -- **types:** update TransactionReceipt type ([9f9f6a2](https://github.com/seanjameshan/starknet.js/commit/9f9f6a2f4cf3b8bfb438edda06ec38bd1471c03d)) +- **account:** dont allow additional signatures in execute ([ac02d46](https://github.com/starknet-io/starknet.js/commit/ac02d46c5759904886f56a7b9e7e2686dbf52d4c)) +- comments ([f261120](https://github.com/starknet-io/starknet.js/commit/f261120e1971710cde8f95bd17a5869860db8160)) +- review comments ([ee93bd6](https://github.com/starknet-io/starknet.js/commit/ee93bd6e51eabcf3507a77d21c5bdc6fe93d5d1c)) +- **test:** remove only for getTransactionReceipt test ([eb11d3b](https://github.com/starknet-io/starknet.js/commit/eb11d3b60f434f81390f4d13c0462ad8c7ed7321)) +- **types:** change type of `block_number` from `number` to `BlockNumber` in TransactionReceipt ([7a48ff8](https://github.com/starknet-io/starknet.js/commit/7a48ff8e15a93a778fec62fdff10f92b1a073dec)) +- **types:** update TransactionReceipt type ([9f9f6a2](https://github.com/starknet-io/starknet.js/commit/9f9f6a2f4cf3b8bfb438edda06ec38bd1471c03d)) ### Features -- **account:** introduce execute method ([0be78c6](https://github.com/seanjameshan/starknet.js/commit/0be78c67a40d0b457c571a57a8b49008f5e423de)) -- **contract:** add an option to pass block identifier ([e34dd86](https://github.com/seanjameshan/starknet.js/commit/e34dd86c07495b7b8c38ee410838e15226a7b8d6)) -- new signer and provider interface ([4b2a71c](https://github.com/seanjameshan/starknet.js/commit/4b2a71c578e363b11abb1c3adb74472bbb9f73fe)) -- **provider:** add getTransactionReceipt() ([4267a5f](https://github.com/seanjameshan/starknet.js/commit/4267a5f5cec77bb4b09b2e8b4979ec0ee611d416)) -- split account and signer ([ca4ad9d](https://github.com/seanjameshan/starknet.js/commit/ca4ad9d62aee8b0637096eb3059e96dd4407f663)) -- update readme ([ed021dc](https://github.com/seanjameshan/starknet.js/commit/ed021dc25a394affec8ea92ed79eed4c68a040d8)) +- **account:** introduce execute method ([0be78c6](https://github.com/starknet-io/starknet.js/commit/0be78c67a40d0b457c571a57a8b49008f5e423de)) +- **contract:** add an option to pass block identifier ([e34dd86](https://github.com/starknet-io/starknet.js/commit/e34dd86c07495b7b8c38ee410838e15226a7b8d6)) +- new signer and provider interface ([4b2a71c](https://github.com/starknet-io/starknet.js/commit/4b2a71c578e363b11abb1c3adb74472bbb9f73fe)) +- **provider:** add getTransactionReceipt() ([4267a5f](https://github.com/starknet-io/starknet.js/commit/4267a5f5cec77bb4b09b2e8b4979ec0ee611d416)) +- split account and signer ([ca4ad9d](https://github.com/starknet-io/starknet.js/commit/ca4ad9d62aee8b0637096eb3059e96dd4407f663)) +- update readme ([ed021dc](https://github.com/starknet-io/starknet.js/commit/ed021dc25a394affec8ea92ed79eed4c68a040d8)) ### BREAKING CHANGES - new provider and signer interfaces -# [2.9.0](https://github.com/seanjameshan/starknet.js/compare/v2.8.0...v2.9.0) (2022-02-04) +# [2.9.0](https://github.com/starknet-io/starknet.js/compare/v2.8.0...v2.9.0) (2022-02-04) ### Bug Fixes -- introduce block identifier type ([75599a9](https://github.com/seanjameshan/starknet.js/commit/75599a99bbcb5723cfc8575b5fbf994a0bbf5b67)) +- introduce block identifier type ([75599a9](https://github.com/starknet-io/starknet.js/commit/75599a99bbcb5723cfc8575b5fbf994a0bbf5b67)) ### Features -- **utils:** add validateAndParseAddress function ([c067fc4](https://github.com/seanjameshan/starknet.js/commit/c067fc443e4dc9c22b78ed6c093978a2f37debde)) +- **utils:** add validateAndParseAddress function ([c067fc4](https://github.com/starknet-io/starknet.js/commit/c067fc443e4dc9c22b78ed6c093978a2f37debde)) -# [2.8.0](https://github.com/seanjameshan/starknet.js/compare/v2.7.2...v2.8.0) (2022-02-02) +# [2.8.0](https://github.com/starknet-io/starknet.js/compare/v2.7.2...v2.8.0) (2022-02-02) ### Features -- add tests ([e495d48](https://github.com/seanjameshan/starknet.js/commit/e495d4899141a79fe310d4fe76f70df03b1551ca)) -- implement verifyMessage and verifyMessageHash ([bc9c4e9](https://github.com/seanjameshan/starknet.js/commit/bc9c4e9574cc453af35705eb4488602ea33cc2cb)) +- add tests ([e495d48](https://github.com/starknet-io/starknet.js/commit/e495d4899141a79fe310d4fe76f70df03b1551ca)) +- implement verifyMessage and verifyMessageHash ([bc9c4e9](https://github.com/starknet-io/starknet.js/commit/bc9c4e9574cc453af35705eb4488602ea33cc2cb)) -## [2.7.2](https://github.com/seanjameshan/starknet.js/compare/v2.7.1...v2.7.2) (2022-01-20) +## [2.7.2](https://github.com/starknet-io/starknet.js/compare/v2.7.1...v2.7.2) (2022-01-20) ### Bug Fixes -- **CONTRIBUTING:** wrong link ([2622a6c](https://github.com/seanjameshan/starknet.js/commit/2622a6c984259a6928e9ab02892b8de60b8c749e)) +- **CONTRIBUTING:** wrong link ([2622a6c](https://github.com/starknet-io/starknet.js/commit/2622a6c984259a6928e9ab02892b8de60b8c749e)) -## [2.7.1](https://github.com/seanjameshan/starknet.js/compare/v2.7.0...v2.7.1) (2022-01-04) +## [2.7.1](https://github.com/starknet-io/starknet.js/compare/v2.7.0...v2.7.1) (2022-01-04) ### Bug Fixes -- **types:** add block_number property to GetBlockResponse interface ([696cf5a](https://github.com/seanjameshan/starknet.js/commit/696cf5ae565bd16365045cc1f20e9fa55184d054)) +- **types:** add block_number property to GetBlockResponse interface ([696cf5a](https://github.com/starknet-io/starknet.js/commit/696cf5ae565bd16365045cc1f20e9fa55184d054)) -# [2.7.0](https://github.com/seanjameshan/starknet.js/compare/v2.6.0...v2.7.0) (2022-01-03) +# [2.7.0](https://github.com/starknet-io/starknet.js/compare/v2.6.0...v2.7.0) (2022-01-03) ### Bug Fixes -- add response to the waitForTx error ([e25bdfd](https://github.com/seanjameshan/starknet.js/commit/e25bdfd428fd36e105ed272ea39462845bae5805)) +- add response to the waitForTx error ([e25bdfd](https://github.com/starknet-io/starknet.js/commit/e25bdfd428fd36e105ed272ea39462845bae5805)) ### Features -- **blockHash:** add blockHash and fix test cases ([4e107eb](https://github.com/seanjameshan/starknet.js/commit/4e107eb7e97a9b8d2efd74b2074a7d82365c932e)) +- **blockHash:** add blockHash and fix test cases ([4e107eb](https://github.com/starknet-io/starknet.js/commit/4e107eb7e97a9b8d2efd74b2074a7d82365c932e)) -# [2.6.0](https://github.com/seanjameshan/starknet.js/compare/v2.5.0...v2.6.0) (2021-12-29) +# [2.6.0](https://github.com/starknet-io/starknet.js/compare/v2.5.0...v2.6.0) (2021-12-29) ### Bug Fixes -- correct network name ([66e14c9](https://github.com/seanjameshan/starknet.js/commit/66e14c926f015a2dfbd50d3e54ba4e008fb43aa8)) -- network name ([965f215](https://github.com/seanjameshan/starknet.js/commit/965f21580ef68bf84c105e93bfb3b98f75b31f93)) +- correct network name ([66e14c9](https://github.com/starknet-io/starknet.js/commit/66e14c926f015a2dfbd50d3e54ba4e008fb43aa8)) +- network name ([965f215](https://github.com/starknet-io/starknet.js/commit/965f21580ef68bf84c105e93bfb3b98f75b31f93)) ### Features -- introduce blockNumber ([657dac1](https://github.com/seanjameshan/starknet.js/commit/657dac1d77e840a7fc663d3a180515443a7e834f)) +- introduce blockNumber ([657dac1](https://github.com/starknet-io/starknet.js/commit/657dac1d77e840a7fc663d3a180515443a7e834f)) -# [2.5.0](https://github.com/seanjameshan/starknet.js/compare/v2.4.0...v2.5.0) (2021-12-13) +# [2.5.0](https://github.com/starknet-io/starknet.js/compare/v2.4.0...v2.5.0) (2021-12-13) ### Bug Fixes -- add jsdoc comment ([4cd969f](https://github.com/seanjameshan/starknet.js/commit/4cd969f82eb4a5d8c08feb59c42fb3e7195af50e)) -- remove eip712 reference ([039a360](https://github.com/seanjameshan/starknet.js/commit/039a360873f9a1cdedc7a498b6e1732183957143)) -- remove unused types ([e528f7d](https://github.com/seanjameshan/starknet.js/commit/e528f7d75f4560d2affe3ca99426e01fbee6dfb5)) -- review ([a3813c9](https://github.com/seanjameshan/starknet.js/commit/a3813c9931c178d58c2521b926fb3fdff6944635)) +- add jsdoc comment ([4cd969f](https://github.com/starknet-io/starknet.js/commit/4cd969f82eb4a5d8c08feb59c42fb3e7195af50e)) +- remove eip712 reference ([039a360](https://github.com/starknet-io/starknet.js/commit/039a360873f9a1cdedc7a498b6e1732183957143)) +- remove unused types ([e528f7d](https://github.com/starknet-io/starknet.js/commit/e528f7d75f4560d2affe3ca99426e01fbee6dfb5)) +- review ([a3813c9](https://github.com/starknet-io/starknet.js/commit/a3813c9931c178d58c2521b926fb3fdff6944635)) ### Features -- add `getKeyPairFromPublicKey` method ([66d543d](https://github.com/seanjameshan/starknet.js/commit/66d543dca1bb302654f0f1588a27f7794bfa49be)) -- add tests ([b414a83](https://github.com/seanjameshan/starknet.js/commit/b414a839a1fdd56084a58d6efb4747e8f5455628)) -- allow multi sig ([fc1e086](https://github.com/seanjameshan/starknet.js/commit/fc1e0866154d2bf29f26374639a34fec438bae5e)) -- support eip712 for starknet ([d597082](https://github.com/seanjameshan/starknet.js/commit/d59708211fc497d801699a7168dad1a5cc9648fd)) +- add `getKeyPairFromPublicKey` method ([66d543d](https://github.com/starknet-io/starknet.js/commit/66d543dca1bb302654f0f1588a27f7794bfa49be)) +- add tests ([b414a83](https://github.com/starknet-io/starknet.js/commit/b414a839a1fdd56084a58d6efb4747e8f5455628)) +- allow multi sig ([fc1e086](https://github.com/starknet-io/starknet.js/commit/fc1e0866154d2bf29f26374639a34fec438bae5e)) +- support eip712 for starknet ([d597082](https://github.com/starknet-io/starknet.js/commit/d59708211fc497d801699a7168dad1a5cc9648fd)) -# [2.4.0](https://github.com/seanjameshan/starknet.js/compare/v2.3.1...v2.4.0) (2021-12-09) +# [2.4.0](https://github.com/starknet-io/starknet.js/compare/v2.3.1...v2.4.0) (2021-12-09) ### Features -- allow custom nonce ([17666de](https://github.com/seanjameshan/starknet.js/commit/17666de94db6875bbf8e88555773b8862a4a32cf)) +- allow custom nonce ([17666de](https://github.com/starknet-io/starknet.js/commit/17666de94db6875bbf8e88555773b8862a4a32cf)) -## [2.3.1](https://github.com/seanjameshan/starknet.js/compare/v2.3.0...v2.3.1) (2021-12-01) +## [2.3.1](https://github.com/starknet-io/starknet.js/compare/v2.3.0...v2.3.1) (2021-12-01) ### Bug Fixes -- allow structs in calldata ([fd2bdc0](https://github.com/seanjameshan/starknet.js/commit/fd2bdc0a1756544e4162fa5baaa7d3aec6f97bee)) -- struct compiling ([84617ae](https://github.com/seanjameshan/starknet.js/commit/84617aefe1218f421ca446b2a3c9959252d326e6)) -- struct data ([313dff5](https://github.com/seanjameshan/starknet.js/commit/313dff57f54050747c65b32b3378762c349d9c8c)) -- uint256 type ([2e05902](https://github.com/seanjameshan/starknet.js/commit/2e05902268f76bda2ae9b4e75782fa78876c2f00)) +- allow structs in calldata ([fd2bdc0](https://github.com/starknet-io/starknet.js/commit/fd2bdc0a1756544e4162fa5baaa7d3aec6f97bee)) +- struct compiling ([84617ae](https://github.com/starknet-io/starknet.js/commit/84617aefe1218f421ca446b2a3c9959252d326e6)) +- struct data ([313dff5](https://github.com/starknet-io/starknet.js/commit/313dff57f54050747c65b32b3378762c349d9c8c)) +- uint256 type ([2e05902](https://github.com/starknet-io/starknet.js/commit/2e05902268f76bda2ae9b4e75782fa78876c2f00)) -# [2.3.0](https://github.com/seanjameshan/starknet.js/compare/v2.2.0...v2.3.0) (2021-12-01) +# [2.3.0](https://github.com/starknet-io/starknet.js/compare/v2.2.0...v2.3.0) (2021-12-01) ### Features -- add compileStructToCalldata ([e5bdb18](https://github.com/seanjameshan/starknet.js/commit/e5bdb1890e0bc53b03d4b145069cf7fbc639e830)) -- **utils:** support shortstring and uint256 ([f7ff057](https://github.com/seanjameshan/starknet.js/commit/f7ff05753d9bc39b31bdd4e7f893ee04cab77823)) +- add compileStructToCalldata ([e5bdb18](https://github.com/starknet-io/starknet.js/commit/e5bdb1890e0bc53b03d4b145069cf7fbc639e830)) +- **utils:** support shortstring and uint256 ([f7ff057](https://github.com/starknet-io/starknet.js/commit/f7ff05753d9bc39b31bdd4e7f893ee04cab77823)) -# [2.2.0](https://github.com/seanjameshan/starknet.js/compare/v2.1.0...v2.2.0) (2021-11-30) +# [2.2.0](https://github.com/starknet-io/starknet.js/compare/v2.1.0...v2.2.0) (2021-11-30) ### Bug Fixes -- bump version ([02c8d07](https://github.com/seanjameshan/starknet.js/commit/02c8d0772e42c81e35a3a841169eb25cde68716e)) -- correctly parse structs in Starknet return types ([5a4a318](https://github.com/seanjameshan/starknet.js/commit/5a4a318dad4c78fe84540ad92063fc1879317ac1)) -- make Typescript compiler happy with constant types ([aedd895](https://github.com/seanjameshan/starknet.js/commit/aedd895a62e6018dd1d7330b004d54360007967f)) -- use urljoin ([4f1a040](https://github.com/seanjameshan/starknet.js/commit/4f1a04090f26f8e8565c516921d5d3332b6a4649)) +- bump version ([02c8d07](https://github.com/starknet-io/starknet.js/commit/02c8d0772e42c81e35a3a841169eb25cde68716e)) +- correctly parse structs in Starknet return types ([5a4a318](https://github.com/starknet-io/starknet.js/commit/5a4a318dad4c78fe84540ad92063fc1879317ac1)) +- make Typescript compiler happy with constant types ([aedd895](https://github.com/starknet-io/starknet.js/commit/aedd895a62e6018dd1d7330b004d54360007967f)) +- use urljoin ([4f1a040](https://github.com/starknet-io/starknet.js/commit/4f1a04090f26f8e8565c516921d5d3332b6a4649)) ### Features -- bump version ([fd22f41](https://github.com/seanjameshan/starknet.js/commit/fd22f41e39ec1c7f71c32019309f82ad0f4d66a9)) +- bump version ([fd22f41](https://github.com/starknet-io/starknet.js/commit/fd22f41e39ec1c7f71c32019309f82ad0f4d66a9)) -## [2.1.1](https://github.com/seanjameshan/starknet.js/compare/v2.1.0...v2.1.1) (2021-11-30) +## [2.1.1](https://github.com/starknet-io/starknet.js/compare/v2.1.0...v2.1.1) (2021-11-30) ### Bug Fixes -- bump version ([02c8d07](https://github.com/seanjameshan/starknet.js/commit/02c8d0772e42c81e35a3a841169eb25cde68716e)) -- correctly parse structs in Starknet return types ([5a4a318](https://github.com/seanjameshan/starknet.js/commit/5a4a318dad4c78fe84540ad92063fc1879317ac1)) -- make Typescript compiler happy with constant types ([aedd895](https://github.com/seanjameshan/starknet.js/commit/aedd895a62e6018dd1d7330b004d54360007967f)) -- use urljoin ([4f1a040](https://github.com/seanjameshan/starknet.js/commit/4f1a04090f26f8e8565c516921d5d3332b6a4649)) +- bump version ([02c8d07](https://github.com/starknet-io/starknet.js/commit/02c8d0772e42c81e35a3a841169eb25cde68716e)) +- correctly parse structs in Starknet return types ([5a4a318](https://github.com/starknet-io/starknet.js/commit/5a4a318dad4c78fe84540ad92063fc1879317ac1)) +- make Typescript compiler happy with constant types ([aedd895](https://github.com/starknet-io/starknet.js/commit/aedd895a62e6018dd1d7330b004d54360007967f)) +- use urljoin ([4f1a040](https://github.com/starknet-io/starknet.js/commit/4f1a04090f26f8e8565c516921d5d3332b6a4649)) -## [2.1.1](https://github.com/seanjameshan/starknet.js/compare/v2.1.0...v2.1.1) (2021-11-30) +## [2.1.1](https://github.com/starknet-io/starknet.js/compare/v2.1.0...v2.1.1) (2021-11-30) ### Bug Fixes -- correctly parse structs in Starknet return types ([5a4a318](https://github.com/seanjameshan/starknet.js/commit/5a4a318dad4c78fe84540ad92063fc1879317ac1)) -- make Typescript compiler happy with constant types ([aedd895](https://github.com/seanjameshan/starknet.js/commit/aedd895a62e6018dd1d7330b004d54360007967f)) -- use urljoin ([4f1a040](https://github.com/seanjameshan/starknet.js/commit/4f1a04090f26f8e8565c516921d5d3332b6a4649)) +- correctly parse structs in Starknet return types ([5a4a318](https://github.com/starknet-io/starknet.js/commit/5a4a318dad4c78fe84540ad92063fc1879317ac1)) +- make Typescript compiler happy with constant types ([aedd895](https://github.com/starknet-io/starknet.js/commit/aedd895a62e6018dd1d7330b004d54360007967f)) +- use urljoin ([4f1a040](https://github.com/starknet-io/starknet.js/commit/4f1a04090f26f8e8565c516921d5d3332b6a4649)) -# [2.1.0](https://github.com/seanjameshan/starknet.js/compare/v2.0.1...v2.1.0) (2021-11-30) +# [2.1.0](https://github.com/starknet-io/starknet.js/compare/v2.0.1...v2.1.0) (2021-11-30) ### Bug Fixes -- deps ([020ba39](https://github.com/seanjameshan/starknet.js/commit/020ba3948f03e41fc96c7c002b613250d73fbda6)) -- transaction status pending ([198d82b](https://github.com/seanjameshan/starknet.js/commit/198d82b30dd8c0c978cfdd2d56cb5a7e5131cb6a)) +- deps ([020ba39](https://github.com/starknet-io/starknet.js/commit/020ba3948f03e41fc96c7c002b613250d73fbda6)) +- transaction status pending ([198d82b](https://github.com/starknet-io/starknet.js/commit/198d82b30dd8c0c978cfdd2d56cb5a7e5131cb6a)) ### Features -- support mainnet ([de07149](https://github.com/seanjameshan/starknet.js/commit/de07149ad6521edc9f79e2b0e9c82bf40f32fe02)) +- support mainnet ([de07149](https://github.com/starknet-io/starknet.js/commit/de07149ad6521edc9f79e2b0e9c82bf40f32fe02)) -## [2.0.2](https://github.com/seanjameshan/starknet.js/compare/v2.0.1...v2.0.2) (2021-11-22) +## [2.0.2](https://github.com/starknet-io/starknet.js/compare/v2.0.1...v2.0.2) (2021-11-22) ### Bug Fixes -- correctly parse structs in Starknet return types ([5a4a318](https://github.com/seanjameshan/starknet.js/commit/5a4a318dad4c78fe84540ad92063fc1879317ac1)) -- make Typescript compiler happy with constant types ([aedd895](https://github.com/seanjameshan/starknet.js/commit/aedd895a62e6018dd1d7330b004d54360007967f)) +- correctly parse structs in Starknet return types ([5a4a318](https://github.com/starknet-io/starknet.js/commit/5a4a318dad4c78fe84540ad92063fc1879317ac1)) +- make Typescript compiler happy with constant types ([aedd895](https://github.com/starknet-io/starknet.js/commit/aedd895a62e6018dd1d7330b004d54360007967f)) -## [2.0.1](https://github.com/seanjameshan/starknet.js/compare/v2.0.0...v2.0.1) (2021-11-18) +## [2.0.1](https://github.com/starknet-io/starknet.js/compare/v2.0.0...v2.0.1) (2021-11-18) ### Bug Fixes -- msgHash length fix in signature verify function ([589b126](https://github.com/seanjameshan/starknet.js/commit/589b126b2b87bf7d0b2730f53a40ee2d9ef9aca0)) +- msgHash length fix in signature verify function ([589b126](https://github.com/starknet-io/starknet.js/commit/589b126b2b87bf7d0b2730f53a40ee2d9ef9aca0)) -# [2.0.0](https://github.com/seanjameshan/starknet.js/compare/v1.7.0...v2.0.0) (2021-11-18) +# [2.0.0](https://github.com/starknet-io/starknet.js/compare/v1.7.0...v2.0.0) (2021-11-18) ### Features -- alpha 4 ([f12db5a](https://github.com/seanjameshan/starknet.js/commit/f12db5a9d3d00902792a292e5258263edb7ac7a2)) +- alpha 4 ([f12db5a](https://github.com/starknet-io/starknet.js/commit/f12db5a9d3d00902792a292e5258263edb7ac7a2)) ### BREAKING CHANGES - implements alpha 4 -# [1.7.0](https://github.com/seanjameshan/starknet.js/compare/v1.6.0...v1.7.0) (2021-11-17) +# [1.7.0](https://github.com/starknet-io/starknet.js/compare/v1.6.0...v1.7.0) (2021-11-17) ### Features -- add computeHashOnElements ([ec6d3d3](https://github.com/seanjameshan/starknet.js/commit/ec6d3d35abd0e4aecea820d6702adf174e5e37e7)) +- add computeHashOnElements ([ec6d3d3](https://github.com/starknet-io/starknet.js/commit/ec6d3d35abd0e4aecea820d6702adf174e5e37e7)) -# [1.6.0](https://github.com/seanjameshan/starknet.js/compare/v1.5.4...v1.6.0) (2021-11-09) +# [1.6.0](https://github.com/starknet-io/starknet.js/compare/v1.5.4...v1.6.0) (2021-11-09) ### Bug Fixes -- review changes ([375043b](https://github.com/seanjameshan/starknet.js/commit/375043bf6908b2475ca80e9ce73d479eb21b577c)) +- review changes ([375043b](https://github.com/starknet-io/starknet.js/commit/375043bf6908b2475ca80e9ce73d479eb21b577c)) ### Features -- add invokeFunction ([7e04b5e](https://github.com/seanjameshan/starknet.js/commit/7e04b5ec383fa6d466e9e06d9fa02e2d0c36b020)) -- # add signer and provider v1 ([909fdc0](https://github.com/seanjameshan/starknet.js/commit/909fdc0b2b211755b9124b62f97476d89b655de1)) +- add invokeFunction ([7e04b5e](https://github.com/starknet-io/starknet.js/commit/7e04b5ec383fa6d466e9e06d9fa02e2d0c36b020)) +- # add signer and provider v1 ([909fdc0](https://github.com/starknet-io/starknet.js/commit/909fdc0b2b211755b9124b62f97476d89b655de1)) -## [1.5.5](https://github.com/seanjameshan/starknet.js/compare/v1.5.4...v1.5.5) (2021-11-13) +## [1.5.5](https://github.com/starknet-io/starknet.js/compare/v1.5.4...v1.5.5) (2021-11-13) ### Bug Fixes -- msgHash length fix in signature verify function ([589b126](https://github.com/seanjameshan/starknet.js/commit/589b126b2b87bf7d0b2730f53a40ee2d9ef9aca0)) +- msgHash length fix in signature verify function ([589b126](https://github.com/starknet-io/starknet.js/commit/589b126b2b87bf7d0b2730f53a40ee2d9ef9aca0)) -## [1.5.4](https://github.com/seanjameshan/starknet.js/compare/v1.5.3...v1.5.4) (2021-11-05) +## [1.5.4](https://github.com/starknet-io/starknet.js/compare/v1.5.3...v1.5.4) (2021-11-05) ### Bug Fixes -- **type-naming:** more expressive types ([5277b12](https://github.com/seanjameshan/starknet.js/commit/5277b125713695d975c44ae3edcf0f4e3b90dc8d)) +- **type-naming:** more expressive types ([5277b12](https://github.com/starknet-io/starknet.js/commit/5277b125713695d975c44ae3edcf0f4e3b90dc8d)) -## [1.5.3](https://github.com/seanjameshan/starknet.js/compare/v1.5.2...v1.5.3) (2021-11-03) +## [1.5.3](https://github.com/starknet-io/starknet.js/compare/v1.5.2...v1.5.3) (2021-11-03) ### Bug Fixes -- more types ([e816a3b](https://github.com/seanjameshan/starknet.js/commit/e816a3b7160dd775dd4bf0b6f133cd3f34e92ff8)) +- more types ([e816a3b](https://github.com/starknet-io/starknet.js/commit/e816a3b7160dd775dd4bf0b6f133cd3f34e92ff8)) -## [1.5.2](https://github.com/seanjameshan/starknet.js/compare/v1.5.1...v1.5.2) (2021-11-03) +## [1.5.2](https://github.com/starknet-io/starknet.js/compare/v1.5.1...v1.5.2) (2021-11-03) ### Bug Fixes -- export needed types ([c51fe40](https://github.com/seanjameshan/starknet.js/commit/c51fe40d11e7459bce5adac6fe6e330fd73d264b)) -- package-lock release ([a507598](https://github.com/seanjameshan/starknet.js/commit/a5075989ed789ba6fbca3ac304e306a1c8fc3d83)) +- export needed types ([c51fe40](https://github.com/starknet-io/starknet.js/commit/c51fe40d11e7459bce5adac6fe6e330fd73d264b)) +- package-lock release ([a507598](https://github.com/starknet-io/starknet.js/commit/a5075989ed789ba6fbca3ac304e306a1c8fc3d83)) -## [1.5.1](https://github.com/seanjameshan/starknet.js/compare/v1.5.0...v1.5.1) (2021-11-02) +## [1.5.1](https://github.com/starknet-io/starknet.js/compare/v1.5.0...v1.5.1) (2021-11-02) ### Bug Fixes -- protect bigints in axios payloads ([5db78ea](https://github.com/seanjameshan/starknet.js/commit/5db78ea87a0e6357a764cee385d16c63b03e8651)) +- protect bigints in axios payloads ([5db78ea](https://github.com/starknet-io/starknet.js/commit/5db78ea87a0e6357a764cee385d16c63b03e8651)) -# [1.5.0](https://github.com/seanjameshan/starknet.js/compare/v1.4.0...v1.5.0) (2021-10-30) +# [1.5.0](https://github.com/starknet-io/starknet.js/compare/v1.4.0...v1.5.0) (2021-10-30) ### Bug Fixes -- gitignore coverage ([36ecd04](https://github.com/seanjameshan/starknet.js/commit/36ecd04ad607bddfa97cfc1046fe4844c91d9df9)) -- remove console logs ([2269fae](https://github.com/seanjameshan/starknet.js/commit/2269fae4d6f66729a142eb1aac3f48df0f273238)) -- remove console.logs ([6032adb](https://github.com/seanjameshan/starknet.js/commit/6032adb6262832388ec7b723b987b41f32eb55a1)) -- skip walletAddress check for now ([8976091](https://github.com/seanjameshan/starknet.js/commit/8976091908c2b9b511d5575ffa19fb314ae216ae)) -- types ([fe484ab](https://github.com/seanjameshan/starknet.js/commit/fe484abf1d5810c601854e0e1764efba9bfdadda)) -- typo ([de0f5cb](https://github.com/seanjameshan/starknet.js/commit/de0f5cb00b919a66f2b06d56402526150050c89e)) +- gitignore coverage ([36ecd04](https://github.com/starknet-io/starknet.js/commit/36ecd04ad607bddfa97cfc1046fe4844c91d9df9)) +- remove console logs ([2269fae](https://github.com/starknet-io/starknet.js/commit/2269fae4d6f66729a142eb1aac3f48df0f273238)) +- remove console.logs ([6032adb](https://github.com/starknet-io/starknet.js/commit/6032adb6262832388ec7b723b987b41f32eb55a1)) +- skip walletAddress check for now ([8976091](https://github.com/starknet-io/starknet.js/commit/8976091908c2b9b511d5575ffa19fb314ae216ae)) +- types ([fe484ab](https://github.com/starknet-io/starknet.js/commit/fe484abf1d5810c601854e0e1764efba9bfdadda)) +- typo ([de0f5cb](https://github.com/starknet-io/starknet.js/commit/de0f5cb00b919a66f2b06d56402526150050c89e)) ### Features -- update to alpha3 ([1cf4616](https://github.com/seanjameshan/starknet.js/commit/1cf4616335e36c64679fafc36719d9ed8bacda20)) +- update to alpha3 ([1cf4616](https://github.com/starknet-io/starknet.js/commit/1cf4616335e36c64679fafc36719d9ed8bacda20)) -# [1.4.0](https://github.com/seanjameshan/starknet.js/compare/v1.3.0...v1.4.0) (2021-10-29) +# [1.4.0](https://github.com/starknet-io/starknet.js/compare/v1.3.0...v1.4.0) (2021-10-29) ### Bug Fixes -- cleanup ([82aa438](https://github.com/seanjameshan/starknet.js/commit/82aa438ea08f1d3577ee23ea083f58caf42cbdba)) -- keep tests files consistent ([e343b55](https://github.com/seanjameshan/starknet.js/commit/e343b551fb422a0d337f905eca981dbabf1ae097)) -- push renamed snapshot ([643cd40](https://github.com/seanjameshan/starknet.js/commit/643cd40a0f0b996424517d71cdf6c5d70857a7c3)) -- remove enc-utils to remove buffer dep ([e08e4b5](https://github.com/seanjameshan/starknet.js/commit/e08e4b53bfbdece3f824fedf96101405219da4b5)) -- rename tests ([b4d15a7](https://github.com/seanjameshan/starknet.js/commit/b4d15a7e32abf5eb90f1efbf9e1773b42574be49)) -- update argent wallet implementation ([63cc278](https://github.com/seanjameshan/starknet.js/commit/63cc2780eb44347d42ccf50dc917633eee975c5b)) -- update snapshots after contract upgrade ([2a1dcde](https://github.com/seanjameshan/starknet.js/commit/2a1dcde6bcaff09a45e091d194840bd66a568c67)) -- use function consistently ([67617d7](https://github.com/seanjameshan/starknet.js/commit/67617d73bb414b950ad8d2e347ade6a49d6fc595)) +- cleanup ([82aa438](https://github.com/starknet-io/starknet.js/commit/82aa438ea08f1d3577ee23ea083f58caf42cbdba)) +- keep tests files consistent ([e343b55](https://github.com/starknet-io/starknet.js/commit/e343b551fb422a0d337f905eca981dbabf1ae097)) +- push renamed snapshot ([643cd40](https://github.com/starknet-io/starknet.js/commit/643cd40a0f0b996424517d71cdf6c5d70857a7c3)) +- remove enc-utils to remove buffer dep ([e08e4b5](https://github.com/starknet-io/starknet.js/commit/e08e4b53bfbdece3f824fedf96101405219da4b5)) +- rename tests ([b4d15a7](https://github.com/starknet-io/starknet.js/commit/b4d15a7e32abf5eb90f1efbf9e1773b42574be49)) +- update argent wallet implementation ([63cc278](https://github.com/starknet-io/starknet.js/commit/63cc2780eb44347d42ccf50dc917633eee975c5b)) +- update snapshots after contract upgrade ([2a1dcde](https://github.com/starknet-io/starknet.js/commit/2a1dcde6bcaff09a45e091d194840bd66a568c67)) +- use function consistently ([67617d7](https://github.com/starknet-io/starknet.js/commit/67617d73bb414b950ad8d2e347ade6a49d6fc595)) ### Features -- wip ([42a8ab1](https://github.com/seanjameshan/starknet.js/commit/42a8ab1b0f998d88d8fc7349b33d5287c017d4b5)) +- wip ([42a8ab1](https://github.com/starknet-io/starknet.js/commit/42a8ab1b0f998d88d8fc7349b33d5287c017d4b5)) -# [1.3.0](https://github.com/seanjameshan/starknet.js/compare/v1.2.0...v1.3.0) (2021-10-28) +# [1.3.0](https://github.com/starknet-io/starknet.js/compare/v1.2.0...v1.3.0) (2021-10-28) ### Features -- allow optional blockId ([fbd09ba](https://github.com/seanjameshan/starknet.js/commit/fbd09ba8458caf9a5c0ac0b84a9955c413524292)) +- allow optional blockId ([fbd09ba](https://github.com/starknet-io/starknet.js/commit/fbd09ba8458caf9a5c0ac0b84a9955c413524292)) -# [1.2.0](https://github.com/seanjameshan/starknet.js/compare/v1.1.1...v1.2.0) (2021-10-27) +# [1.2.0](https://github.com/starknet-io/starknet.js/compare/v1.1.1...v1.2.0) (2021-10-27) ### Bug Fixes -- commitlint for release ([e8ad972](https://github.com/seanjameshan/starknet.js/commit/e8ad9721a9cf86365bf6e44d314c5f06a5589ff0)) -- **docs:** new docs page ([2e46cff](https://github.com/seanjameshan/starknet.js/commit/2e46cffff59c8f4db3967896258d737a4cc1bcf8)) -- remove useless comment ([ebf07b4](https://github.com/seanjameshan/starknet.js/commit/ebf07b46b6745ffa224caf33a66fc5958745564b)) +- commitlint for release ([e8ad972](https://github.com/starknet-io/starknet.js/commit/e8ad9721a9cf86365bf6e44d314c5f06a5589ff0)) +- **docs:** new docs page ([2e46cff](https://github.com/starknet-io/starknet.js/commit/2e46cffff59c8f4db3967896258d737a4cc1bcf8)) +- remove useless comment ([ebf07b4](https://github.com/starknet-io/starknet.js/commit/ebf07b46b6745ffa224caf33a66fc5958745564b)) ### Features -- implement needed helper methods ([46f7173](https://github.com/seanjameshan/starknet.js/commit/46f7173f72a213bace2f7dc021172548f5ae8295)) -- introduce contract class ([db322fd](https://github.com/seanjameshan/starknet.js/commit/db322fda5a9828a9a4577fd2d712217622717e14)) -- type and use callContract ([10c7fc4](https://github.com/seanjameshan/starknet.js/commit/10c7fc4a46f94dc51cecee66e36f1979019fe994)), closes [#6](https://github.com/seanjameshan/starknet.js/issues/6) +- implement needed helper methods ([46f7173](https://github.com/starknet-io/starknet.js/commit/46f7173f72a213bace2f7dc021172548f5ae8295)) +- introduce contract class ([db322fd](https://github.com/starknet-io/starknet.js/commit/db322fda5a9828a9a4577fd2d712217622717e14)) +- type and use callContract ([10c7fc4](https://github.com/starknet-io/starknet.js/commit/10c7fc4a46f94dc51cecee66e36f1979019fe994)), closes [#6](https://github.com/starknet-io/starknet.js/issues/6) -## [1.1.1](https://github.com/seanjameshan/starknet.js/compare/v1.1.0...v1.1.1) (2021-10-24) +## [1.1.1](https://github.com/starknet-io/starknet.js/compare/v1.1.0...v1.1.1) (2021-10-24) ### Bug Fixes -- **.gitignore:** remove docs from gitignore ([a4c19ad](https://github.com/seanjameshan/starknet.js/commit/a4c19ad9f9f2c30fc6c7a931645a19610ee15b5d)) -- **gh-action:** add token in actions/checkout ([730f605](https://github.com/seanjameshan/starknet.js/commit/730f605a96d87bbe6606aff958d88151ad8b98db)) -- **gh-action:** add token to bypass protected branch ([8b026ab](https://github.com/seanjameshan/starknet.js/commit/8b026abefdfb7ecdad92ce975dc777761d0bd9ce)) -- **gh-action:** fix action syntax ([f88a476](https://github.com/seanjameshan/starknet.js/commit/f88a47652732d0d1cb5b47f8531fefe7ba5b646b)) -- **gh-action:** fix commit message to lowercase ([82177e6](https://github.com/seanjameshan/starknet.js/commit/82177e6dc32f02e836a19f2c7f5585eefd1fec9e)) -- **gh-action:** fix untracked files ([aba492e](https://github.com/seanjameshan/starknet.js/commit/aba492efbaae51a8d9f5f52474c75f0d346a91a2)) -- **gh-action:** force add readme ([3175e08](https://github.com/seanjameshan/starknet.js/commit/3175e08ca2f30f23ecb763eee9a2f2353061ecca)) -- **typedoc:** github action to push typedoc to github ([4573d19](https://github.com/seanjameshan/starknet.js/commit/4573d19fe55e1245f66ed5c501154151592e8951)) +- **.gitignore:** remove docs from gitignore ([a4c19ad](https://github.com/starknet-io/starknet.js/commit/a4c19ad9f9f2c30fc6c7a931645a19610ee15b5d)) +- **gh-action:** add token in actions/checkout ([730f605](https://github.com/starknet-io/starknet.js/commit/730f605a96d87bbe6606aff958d88151ad8b98db)) +- **gh-action:** add token to bypass protected branch ([8b026ab](https://github.com/starknet-io/starknet.js/commit/8b026abefdfb7ecdad92ce975dc777761d0bd9ce)) +- **gh-action:** fix action syntax ([f88a476](https://github.com/starknet-io/starknet.js/commit/f88a47652732d0d1cb5b47f8531fefe7ba5b646b)) +- **gh-action:** fix commit message to lowercase ([82177e6](https://github.com/starknet-io/starknet.js/commit/82177e6dc32f02e836a19f2c7f5585eefd1fec9e)) +- **gh-action:** fix untracked files ([aba492e](https://github.com/starknet-io/starknet.js/commit/aba492efbaae51a8d9f5f52474c75f0d346a91a2)) +- **gh-action:** force add readme ([3175e08](https://github.com/starknet-io/starknet.js/commit/3175e08ca2f30f23ecb763eee9a2f2353061ecca)) +- **typedoc:** github action to push typedoc to github ([4573d19](https://github.com/starknet-io/starknet.js/commit/4573d19fe55e1245f66ed5c501154151592e8951)) -# [1.1.0](https://github.com/seanjameshan/starknet.js/compare/v1.0.0...v1.1.0) (2021-10-24) +# [1.1.0](https://github.com/starknet-io/starknet.js/compare/v1.0.0...v1.1.0) (2021-10-24) ### Bug Fixes -- btoa isomorphic ([f3eb0f5](https://github.com/seanjameshan/starknet.js/commit/f3eb0f5aa01647c0994935b72b723bd13f940faa)) -- json formatting and deploy ([0fe7e3d](https://github.com/seanjameshan/starknet.js/commit/0fe7e3d50c4ebcbc64f30611b1888c966452c910)) -- pr review ([457a852](https://github.com/seanjameshan/starknet.js/commit/457a85266de6cd548a15af1dc866671f3664f418)) -- test ([c307390](https://github.com/seanjameshan/starknet.js/commit/c3073902e838bd9e07f783c13e546e298356e16b)) -- test browser and node ([4c23de0](https://github.com/seanjameshan/starknet.js/commit/4c23de0ef510724fa33e1c3cbb00bc638acb54c2)) -- test structure ([b686f04](https://github.com/seanjameshan/starknet.js/commit/b686f04dc5f74e6042cbd30ec56eeb4ef6b9c45b)) -- tests regarding compressing ([21a83f2](https://github.com/seanjameshan/starknet.js/commit/21a83f25bbb88875854ad3d0cb5f7c7fa1ebacd4)) -- update package-lock ([cd373cb](https://github.com/seanjameshan/starknet.js/commit/cd373cbd8df98f3d973e4076f15681927325c9e2)) +- btoa isomorphic ([f3eb0f5](https://github.com/starknet-io/starknet.js/commit/f3eb0f5aa01647c0994935b72b723bd13f940faa)) +- json formatting and deploy ([0fe7e3d](https://github.com/starknet-io/starknet.js/commit/0fe7e3d50c4ebcbc64f30611b1888c966452c910)) +- pr review ([457a852](https://github.com/starknet-io/starknet.js/commit/457a85266de6cd548a15af1dc866671f3664f418)) +- test ([c307390](https://github.com/starknet-io/starknet.js/commit/c3073902e838bd9e07f783c13e546e298356e16b)) +- test browser and node ([4c23de0](https://github.com/starknet-io/starknet.js/commit/4c23de0ef510724fa33e1c3cbb00bc638acb54c2)) +- test structure ([b686f04](https://github.com/starknet-io/starknet.js/commit/b686f04dc5f74e6042cbd30ec56eeb4ef6b9c45b)) +- tests regarding compressing ([21a83f2](https://github.com/starknet-io/starknet.js/commit/21a83f25bbb88875854ad3d0cb5f7c7fa1ebacd4)) +- update package-lock ([cd373cb](https://github.com/starknet-io/starknet.js/commit/cd373cbd8df98f3d973e4076f15681927325c9e2)) ### Features -- add deploy ([509fa84](https://github.com/seanjameshan/starknet.js/commit/509fa84532ab5a1a46863edbe63d7538ddacfbc8)) +- add deploy ([509fa84](https://github.com/starknet-io/starknet.js/commit/509fa84532ab5a1a46863edbe63d7538ddacfbc8)) # 1.0.0 (2021-10-21) ### Bug Fixes -- badge ([6a0a989](https://github.com/seanjameshan/starknet.js/commit/6a0a9893c1298a815aec21abda20f78ac697a4bf)) -- ci git push ([571b1d5](https://github.com/seanjameshan/starknet.js/commit/571b1d5092ee18b9ed0828f1cbc834f4aece3363)) -- ci job ([31d1b8d](https://github.com/seanjameshan/starknet.js/commit/31d1b8d7717145a5dd7beef606a9c253d1ceb62d)) -- naming pipeline ([f16427f](https://github.com/seanjameshan/starknet.js/commit/f16427f8a33b46a51d37ad7fbe8a3f34edcf344e)) -- pipeline ([f9186de](https://github.com/seanjameshan/starknet.js/commit/f9186de8f72d80d212317d8c823b981b7df31920)) -- pipeline ([c7d56d0](https://github.com/seanjameshan/starknet.js/commit/c7d56d06644108d71e1bea3e73554b5c4178b82e)) -- pipeline ([d46d175](https://github.com/seanjameshan/starknet.js/commit/d46d175aa9d51f283e2dd9aeeac41ab50fa3ac2e)) -- split pipelines ([e862cfb](https://github.com/seanjameshan/starknet.js/commit/e862cfbf13d9e6d3509b609a31f8ebad1a31569a)) -- tests ([6a242ce](https://github.com/seanjameshan/starknet.js/commit/6a242cedc0a261c55a433ee5a82f0acf28cfcdc2)) +- badge ([6a0a989](https://github.com/starknet-io/starknet.js/commit/6a0a9893c1298a815aec21abda20f78ac697a4bf)) +- ci git push ([571b1d5](https://github.com/starknet-io/starknet.js/commit/571b1d5092ee18b9ed0828f1cbc834f4aece3363)) +- ci job ([31d1b8d](https://github.com/starknet-io/starknet.js/commit/31d1b8d7717145a5dd7beef606a9c253d1ceb62d)) +- naming pipeline ([f16427f](https://github.com/starknet-io/starknet.js/commit/f16427f8a33b46a51d37ad7fbe8a3f34edcf344e)) +- pipeline ([f9186de](https://github.com/starknet-io/starknet.js/commit/f9186de8f72d80d212317d8c823b981b7df31920)) +- pipeline ([c7d56d0](https://github.com/starknet-io/starknet.js/commit/c7d56d06644108d71e1bea3e73554b5c4178b82e)) +- pipeline ([d46d175](https://github.com/starknet-io/starknet.js/commit/d46d175aa9d51f283e2dd9aeeac41ab50fa3ac2e)) +- split pipelines ([e862cfb](https://github.com/starknet-io/starknet.js/commit/e862cfbf13d9e6d3509b609a31f8ebad1a31569a)) +- tests ([6a242ce](https://github.com/starknet-io/starknet.js/commit/6a242cedc0a261c55a433ee5a82f0acf28cfcdc2)) ### Features -- change src code ([5fe4630](https://github.com/seanjameshan/starknet.js/commit/5fe4630a53a75c0387854b1cd53e5aa2c6b259eb)) -- project tooling ([eee89aa](https://github.com/seanjameshan/starknet.js/commit/eee89aa92cab7b7df3a9a7ae439c4df7d1e893b0)) -- start adding types ([3760687](https://github.com/seanjameshan/starknet.js/commit/3760687a0c72da7ac8c0fd2427d471fe4bdf7202)) +- change src code ([5fe4630](https://github.com/starknet-io/starknet.js/commit/5fe4630a53a75c0387854b1cd53e5aa2c6b259eb)) +- project tooling ([eee89aa](https://github.com/starknet-io/starknet.js/commit/eee89aa92cab7b7df3a9a7ae439c4df7d1e893b0)) +- start adding types ([3760687](https://github.com/starknet-io/starknet.js/commit/3760687a0c72da7ac8c0fd2427d471fe4bdf7202)) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fee260d2b..e7b86429e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ We love pull requests. And following these guidelines will make your pull request easier to merge. -If you want to contribute but don’t know what to do, take a look at these two labels: [help wanted](https://github.com/seanjameshan/starknet.js/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/seanjameshan/starknet.js/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). +If you want to contribute but don’t know what to do, take a look at these two labels: [help wanted](https://github.com/starknet-io/starknet.js/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/starknet-io/starknet.js/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). _[Use GitHub interface](https://blog.sapegin.me/all/open-source-for-everyone/) for simple documentation changes, otherwise follow the steps below._ diff --git a/README.md b/README.md index 2a2ef24d6..adb21d791 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@

- - + + @@ -20,11 +20,11 @@ - + - - + + @@ -55,11 +55,11 @@ Guides can be found [here](https://www.starknetjs.com/docs/guides/intro) :book: ## ✏️ Contributing -If you consider to contribute to this project please read [CONTRIBUTING.md](https://github.com/0xs34n/starknet.js/blob/main/CONTRIBUTING.md) first. +If you consider to contribute to this project please read [CONTRIBUTING.md](https://github.com/starknet-io/starknet.js/blob/main/CONTRIBUTING.md) first. ## ❤️ Special Thanks -Special thanks to all the [contributors](https://github.com/0xs34n/starknet.js/graphs/contributors), especially to: +Special thanks to all the [contributors](https://github.com/starknet-io/starknet.js/graphs/contributors), especially to: - Janek ([@janek26](https://github.com/janek26)) and Dhruv ([@dhruvkelawala](https://github.com/dhruvkelawala)) from [Argent](https://github.com/argentlabs) @@ -73,6 +73,6 @@ This library would not be possible without these rockstars. ## 📜 License -Copyright (c) 2022 0xs34n +Copyright (c) 2023 StarkWare -Licensed under the [MIT license](https://github.com/0xs34n/starknet.js/blob/main/LICENSE). +Licensed under the [MIT license](https://github.com/starknet-io/starknet.js/blob/main/LICENSE). diff --git a/package.json b/package.json index 4cb561aaa..c1552748f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "zk", "rollup" ], - "repository": "github:0xs34n/starknet.js", + "repository": "github:starknet-io/starknet.js", "author": "Sean Han", "license": "MIT", "devDependencies": { diff --git a/www/ApiTitle.md b/www/ApiTitle.md index 6d194dc02..1b59bb121 100644 --- a/www/ApiTitle.md +++ b/www/ApiTitle.md @@ -1,4 +1,4 @@ -This API is based on the [Starknet.js V3](https://github.com/0xs34n/starknet.js/discussions/102) Interface write up by [Janek](https://twitter.com/0xjanek) of [Argent](https://www.argent.xyz/) +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 @@ -10,9 +10,9 @@ Guide is [**here**](../guides/connect_network.md). ## Account -An Account extends [`Provider`](/docs/API/provider) and inherits all of its methods. +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`](/docs/API/signer), declare and deploy Contract and deploy new Account +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. diff --git a/www/docs/guides/Old_API_doc/Provider/_category_.json b/www/docs/guides/Old_API_doc/Provider/_category_.json deleted file mode 100644 index aeef57dac..000000000 --- a/www/docs/guides/Old_API_doc/Provider/_category_.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "label": "Provider", - "position": 1, - "collapsed": false -} diff --git a/www/docs/guides/Old_API_doc/Provider/provider.md b/www/docs/guides/Old_API_doc/Provider/provider.md deleted file mode 100644 index 295c5d721..000000000 --- a/www/docs/guides/Old_API_doc/Provider/provider.md +++ /dev/null @@ -1,300 +0,0 @@ ---- -sidebar_position: 1 -title: Provider -id: 'provider' ---- - -The **Provider** API allows you to interact with the Starknet network, without signing transactions or messages. - -Typically, these are _read_ calls on the blockchain. - -### Creating an instance - -`new starknet.Provider(optionsOrProvider)` - -The options for the provider depend on the network. The structure of the options object is: - -- options.**sequencer** - Options for sequencer provider -- options.**rpc** - Options for RPC provider - -The easiest way to get started is: - -```typescript -const provider = new starknet.Provider() -``` - -The above snippet creates a Starknet Provider instance with testnet `SN_GOERLI2` network. - -However, if you want to use mainnet `SN_MAIN` or explicitly declare the network, you can use: - -```typescript -const provider = new starknet.Provider({ - sequencer: { - network: NetworkName.SN_MAIN // or NetworkName.SN_GOERLI2 - } -}) -``` - -If you want more control: - -```typescript -const provider = new starknet.Provider({ - sequencer: { - baseUrl: BaseUrl.SN_GOERLI, - feederGatewayUrl: 'feeder_gateway', - gatewayUrl: 'gateway', - } -}) -``` - -These are also the default options for the Provider constructor with `network: 'SN_GOERLI2'`. - -> **Note** -> -> `network` argument should work in most cases. If you want to use the `sequencer` argument with `baseUrl`, you will not be able to use the `network` field in the object. - -## Methods - -### getChainId() - -provider.**getChainId**() => _Promise < StarknetChainId >_ - -Returns the chain Id for the current network. - ---- - -### callContract() - -provider.**callContract**(call [ , blockIdentifier ]) => _Promise < CallContractResponse >_ - -Calls a function on the Starknet contract. - -The call object structure: - -- call.**contractAddress** - Address of the contract -- call.**entrypoint** - Entrypoint of the call (method name) -- call.**calldata** - Payload for the invoking method - -###### _CallContractResponse_ - -```typescript -{ - result: string[]; -} -``` - ---- - -### getBlock() - -provider.**getBlock**(blockIdentifier) => _Promise < GetBlockResponse >_ - -Gets the block information. - -###### _GetBlockResponse_ - -```typescript -{ - accepted_time: number; - block_hash: string; - block_number: number; - gas_price: string; - new_root: string; - old_root?: string; - parent_hash: string; - sequencer: string; - status: 'NOT_RECEIVED' | 'RECEIVED' | 'PENDING' | 'ACCEPTED_ON_L2' | 'ACCEPTED_ON_L1' | 'REJECTED'; - transactions: Array; - starknet_version?: string; -} -``` - ---- - -### getClassAt() - -provider.**getClassAt**(contractAddress, blockIdentifier) => _Promise < ContractClass >_ - -Gets the contract class of the deployed contract. - -###### _ContractClass_ - -```typescript -{ - program: CompressedProgram; - entry_points_by_type: EntryPointsByType; - abi?: Abi; -} -``` - ---- - -### getInvokeEstimateFee() - -provider.**getInvokeEstimateFee**(invocationWithTxType, invocationDetails, blockIdentifier) => _Promise < EstimateFeeResponse >_ - -Estimate fee for invoke transaction. - -###### _EstimateFeeResponse_ - -```typescript -{ - overall_fee: BN; - gas_consumed?: BN; - gas_price?: BN; -} -``` - ---- - -### getNonceForAddress() - -provider.**getNonceForAddress**(contractAddress, blockIdentifier) => _Promise < BigNumberish >_ - -Gets the nonce of the provided contractAddress. This was renamed from `getNonce` to `getNonceForAddress` to avoid confusion when inheriting an Account from the Provider class. - ---- - -### getStorageAt() - -provider.**getStorageAt**(contractAddress, key, blockIdentifier) => _Promise < string >_ - -Gets the contract's storage variable at a specific key. - ---- - -### getTransactionReceipt() - -provider.**getTransactionReceipt**(txHash) => _Promise < GetTransactionReceiptResponse >_ - -Gets the status of a transaction. - -###### _GetTransactionReceiptResponse_ - -```typescript -{ - transaction_hash: string; - status: 'NOT_RECEIVED' | 'RECEIVED' | 'PENDING' | 'ACCEPTED_ON_L2' | 'ACCEPTED_ON_L1' | 'REJECTED'; - actual_fee?: string; - status_data?: string; - messages_sent?: Array; - events?: Array; - l1_origin_message?: MessageToL2; -} -``` - ---- - -### getTransaction() - -provider.**getTransaction**(txHash) => _Promise < GetTransactionResponse >_ - -Gets the transaction information from a tx hash. - -###### _GetTransactionResponse_ - -```typescript -{ - transaction_hash: string; - version?: string; - signature?: Signature; - max_fee?: string; - nonce?: string; - contract_address?: string; - entry_point_selector?: string; - calldata?: RawCalldata; - contract_class?: ContractClass; - sender_address?: string; -} -``` - ---- - -### declareContract() - -provider.**declareContract**(transaction, details) => _Promise < DeclareContractResponse >_ - -Declare a contract on Starknet. - -###### _DeclareContractResponse_ - -```typescript -{ - transaction_hash: string; - class_hash: string; -}; -``` - ---- - -### getDeclareEstimateFee() - -provider.**getDeclareEstimateFee**(transaction, details, blockIdentifier) => _Promise < EstimateFeeResponse >_ - -Estimate fee for declare transaction. - -###### _EstimateFeeResponse_ - -```typescript -{ - overall_fee: BN; - gas_consumed?: BN; - gas_price?: BN; -}; -``` - ---- - -### waitForTransaction() - -provider.**waitForTransaction**(txHash [ , options]) => _Promise < GetTransactionReceiptResponse >_ - -Wait for the transaction to be accepted on L2 or L1. - ---- - -### getStarkName() - -provider.**getStarkName**(address, StarknetIdContract) => _Promise_ - -Gets starknet.id stark name with the address provided - -The _StarknetIdContract_ argument can be undefined, if it is, the function will automatically use official starknet id contracts of your network. - -Returns directly a string (Example: `vitalik.stark`). - ---- - -### getAddressFromStarkName() - -provider.**getAddressFromStarkName**(name, StarknetIdContract) => _Promise_ - -Gets account address with the starknet id stark name. - -The _StarknetIdContract_ argument can be undefined, if it is, the function will automatically use official starknet id contracts of your network. - -Returns directly the address in a string (Example: `0xff...34`). - ---- - -### getStateUpdate() - -provider.**getStateUpdate**(blockIdentifier) => _Promise < StateUpdateResponse >_ - -Gets the state changes in a specific block - -###### StateUpdateResponse - -```typescript -{ - block_hash: string; - new_root: string; - old_root: string; - state_diff: { - storage_diffs: Array; - declared_contract_hashes: Array; - deployed_contracts: Array; - nonces: Array; - }; -}; -``` diff --git a/www/docs/guides/Old_API_doc/Provider/rpcProvider.md b/www/docs/guides/Old_API_doc/Provider/rpcProvider.md deleted file mode 100644 index 80a0cbfe8..000000000 --- a/www/docs/guides/Old_API_doc/Provider/rpcProvider.md +++ /dev/null @@ -1,319 +0,0 @@ ---- -sidebar_position: 1 -title: RPC Provider -id: 'rpcProvider' ---- - -## Creating an instance - -`new starknet.RpcProvider(options)` - -- options.**nodeUrl** - Starknet RPC node url -- options.**headers** - [Optional] custom fetch headers -- options.**retries** - [Optional] wait for transaction max retries -- options.**blockIdentifier** - [Optional] default value set to 'latest' - -Example: - -```typescript -const provider = new starknet.RpcProvider({ - nodeUrl: 'URL_TO_STARKNET_RPC_NODE', -}) -``` - -## Methods - ---- - -### fetch() - -provider.**fetch**(method: any, params: any) => _Promise < any >_ - -Generic method for users to be able to experiment with RPC methods. - ---- - -### getChainId() - -provider.**getChainId**() => _Promise < any >_ - ---- - -### getBlock() - -provider.**getBlock**(blockIdentifier) => _Promise < GetBlockResponse >_ - ---- - -### getBlockHashAndNumber() - -provider.**getBlockHashAndNumber**() => _Promise < BlockHashAndNumber >_ - -###### _BlockHashAndNumber_ - -```typescript -{ - block_hash: BLOCK_HASH; - block_number: BLOCK_NUMBER; -} -``` - ---- - -### getBlockWithTxHashes() - -provider.**getBlockWithTxHashes**(blockIdentifier) => _Promise < GetBlockWithTxHashesResponse >_ - -###### _GetBlockWithTxHashesResponse_ - -```typescript -OPENRPC.BlockWithTxHashes -``` - ---- - -### getBlockWithTxs() - -provider.**getBlockWithTxs**(blockIdentifier) => _Promise < GetBlockWithTxs >_ - -###### _GetBlockWithTxs_ - -```typescript -OPENRPC.BlockWithTxs -``` - ---- - -### getClassHashAt() - -provider.**getClassHashAt**(blockIdentifier) => _Promise < ContractAddress >_ - ---- - -### getTransactionCount() - -provider.**getTransactionCount**(blockIdentifier) => _Promise < number >_ - -Gets the transaction count from a block. - ---- - -### getBlockNumber() - -provider.**getBlockNumber**() => _Promise < number >_ - -Gets the latest block number. - ---- - -### getPendingTransactions() - -provider.**getPendingTransactions**() => _Promise < PendingTransactions >_ - -###### _PendingTransactions_ - -```typescript -OPENRPC.PendingTransactions; -``` - ---- - -### getStateUpdate() - -provider.**getStateUpdate**(blockIdentifier) => _Promise < StateUpdate >_ - -###### _StateUpdate_ - -```typescript -OPENRPC.StateUpdate; -``` - ---- - -### getStorageAt() - -provider.**getStorageAt**(contractAddress, key, blockIdentifier) => _Promise < BigNumberish >_ - ---- - -### getTransaction() - -provider.**getTransaction**(txHash) => _Promise < GetTransactionResponse >_ - ---- - -### getTransactionByHash() - -provider.**getTransactionByHash**(txHash) => _Promise < GetTransactionByHashResponse >_ - -###### _GetTransactionByHashResponse_ - -```typescript -OPENRPC.Transaction; -``` - ---- - -### getTransactionByBlockIdAndIndex() - -provider.**getTransactionByBlockIdAndIndex**(blockIdentifier, index) => _Promise < GetTransactionByBlockIdAndIndex >_ - -###### _GetTransactionByBlockIdAndIndex_ - -```typescript -OPENRPC.Transaction; -``` - ---- - -### getTransactionReceipt() - -provider.**getTransactionReceipt**(txHash) => _Promise < GetTransactionReceiptResponse >_ - ---- - -### getClass() - -provider.**getClass**(classHash) => _Promise < ContractClass >_ - -###### _ContractClass_ - -```typescript -OPENRPC.ContractClass; -``` - ---- - -### getClassAt() - -provider.**getClassAt**(contractAddress, blockIdentifier) => _Promise < ContractClass >_ - -###### _ContractClass_ - -```typescript -OPENRPC.ContractClass; -``` - ---- - -### getInvokeEstimateFee() - -provider.**getInvokeEstimateFee**(invocation, invocationDetails, blockIdentifier) => _Promise < EstimateFeeResponse >_ - -###### _EstimateFeeResponse_ - -```typescript - overall_fee: BN; - gas_consumed?: BN; - gas_price?: BN; -``` - ---- - -### getDeclareEstimateFee() - -provider.**getDeclareEstimateFee**(DeclareContractTransaction, details, blockIdentifier) => _Promise < EstimateFeeResponse >_ - -###### _EstimateFeeResponse_ - -```typescript - overall_fee: BN; - gas_consumed?: BN; - gas_price?: BN; -``` - ---- - -### declareContract() - -provider.**declareContract**(DeclareContractTransaction, details) => _Promise < DeclareContractResponse >_ - -###### _DeclareContractResponse_ - -```typescript - transaction_hash: string; - class_hash: string; -``` - ---- - -### callContract() - -provider.**callContract**(call, blockIdentifier) => _Promise < CallContractResponse >_ - ---- - -### getContractAddresses() - -provider.**traceTransaction**(transactionHash) => _Promise < Trace >_ - -###### _Trace_ - -```typescript -OPENRPC.Trace; -``` - ---- - -### traceBlockTransactions() - -provider.**traceBlockTransactions**(blockHash) => _Promise < Traces >_ - -###### _Traces_ - -```typescript -OPENRPC.Traces; -``` - ---- - -### getSyncingStats() - -provider.**getSyncingStats**() => _Promise < GetSyncingStatsResponse >_ - -Gets syncing status of the node. - -###### _GetSyncingStatsResponse_ - -```typescript -boolean | -{ - starting_block_hash: string; - starting_block_num: string; - current_block_hash: string; - current_block_num: string; - highest_block_hash: string; - highest_block_num: string; -} -``` - ---- - -### getEvents() - -provider.**getEvents**(eventFilter) => _Promise < GetEventsResponse >_ - -Gets all the events filtered - -##### _EventFilter_ - -```typescript -type EventFilter = { - fromBlock: string; - toBlock: string; - address: string; - keys: string[]; - page_size: number; - page_number: number; -}; -``` - -###### _GetEventsResponse_ - -```typescript -{ - events: StarknetEmittedEvent[]; - page_number: number; - is_last_page: number; -} -``` diff --git a/www/docs/guides/Old_API_doc/Provider/sequencerProvider.md b/www/docs/guides/Old_API_doc/Provider/sequencerProvider.md deleted file mode 100644 index bf6e01ba7..000000000 --- a/www/docs/guides/Old_API_doc/Provider/sequencerProvider.md +++ /dev/null @@ -1,201 +0,0 @@ ---- -sidebar_position: 1 -title: Sequencer Provider -id: 'sequencerProvider' ---- - -On top of methods found in the [Provider](/docs/API/provider) section, `SequencerProvider` has some additional ones you can use. - -## Creating an instance - -`new starknet.SequencerProvider(optionsOrProvider)` - -The options for the provider depend on the network. The structure of the options object is: - -- options.**baseUrl** - Base URL of the network -- options.**feederGatewayUrl** - Feeder Gateway Endpoint of the network -- options.**gatewayUrl** - Gateway Endpoint -- options.**headers** - [Optional] custom fetch headers - -or - -- options.**network** - NetworkName -- options.**headers** - [Optional] custom fetch headers - -Example: - -```typescript -const provider = new starknet.SequencerProvider({ - baseUrl: BaseUrl.SN_GOERLI, - feederGatewayUrl: 'feeder_gateway', - gatewayUrl: 'gateway', -}) -``` - -## Methods - ---- - -### getContractAddresses() - -provider.**getContractAddresses**() => _Promise < GetContractAddressesResponse >_ - -Gets the smart contract address on the network. - -###### _GetContractAddressesResponse_ - -```typescript -{ - Starknet: string; - GpsStatementVerifier: string; -} -``` - ---- - -### getCode() - -provider.**getCode**(contractAddress, blockIdentifier) => _Promise < GetCodeResponse >_ - -Gets the smart contract address on the network. - -###### _GetCodeResponse_ - -```typescript -{ - bytecode: ByteCode; - abi: Abi; -} -``` - ---- - -### estimateMessageFee() - -provider.**estimateMessageFee**(CallL1Handler, blockIdentifier) => _Promise < EstimateFeeResponse >_ - -Estimate fee for sending a message to L1. - -##### _CallL1Handler_ - -````typescript -type CallL1Handler = { - from_address: getDecimalString(from_address), - to_address: getHexString(to_address), - entry_point_selector: getSelector(entry_point_selector), - payload: getHexStringArray(payload), -}; - -###### _EstimateFeeResponse_ - -```typescript -{ - overall_fee: number; - gas_price: number; - gas_usage: number; - unit: string; -} -```` - ---- - -### getTransactionStatus() - -provider.**getTransactionStatus**(txHash) => _Promise < GetTransactionStatusResponse >_ - -Gets the status of a transaction. - -###### _GetTransactionStatusResponse_ - -```typescript -{ - tx_status: 'NOT_RECEIVED' | 'RECEIVED' | 'PENDING' | 'ACCEPTED_ON_L2' | 'ACCEPTED_ON_L1' | 'REJECTED'; - block_hash: string; - tx_failure_reason?: { - tx_id: number; - code: string; - error_message: string; - } -} -``` - ---- - -### getTransactionTrace() - -provider.**getTransactionTrace**(txHash) => _Promise < GetTransactionTraceResponse >_ - -Gets the transaction trace from a tx hash. - -###### _GetTransactionTraceResponse_ - -```typescript -{ - validate_invocation?: FunctionInvocation; - function_invocation?: FunctionInvocation; - fee_transfer_invocation?: FunctionInvocation; - signature: Signature; -} - -{ - FunctionInvocation: { - caller_address: string; - contract_address: string; - calldata: { - [inputName: string]: string | string[] | { type: 'struct'; [k: string]: BigNumberish }; - }; - call_type?: string; - class_hash?: string; - selector?: string; - entry_point_type?: EntryPointType; - result: Array; - execution_resources: ExecutionResources; - internal_calls: Array; - events: Array; - messages: Array; - }; -} -``` - ---- - -### getBlockTraces() - -provider.**getBlockTraces**(blockIdentifier) => _Promise < BlockTransactionTracesResponse >_ - -Gets the transaction traces of an entire block - -###### _BlockTransactionTracesResponse_ - -```typescript - -{ - traces: Array; -} - -{ - TransactionTraceResponse: { - validate_invocation?: FunctionInvocation; - function_invocation?: FunctionInvocation; - fee_transfer_invocation?: FunctionInvocation; - signature: Signature; - }; - - FunctionInvocation: { - caller_address: string; - contract_address: string; - calldata: { - [inputName: string]: string | string[] | { type: 'struct'; [k: string]: BigNumberish }; - }; - call_type?: string; - class_hash?: string; - selector?: string; - entry_point_type?: EntryPointType; - result: Array; - execution_resources: ExecutionResources; - internal_calls: Array; - events: Array; - messages: Array; - }; -} -``` diff --git a/www/docs/guides/Old_API_doc/_category_.json b/www/docs/guides/Old_API_doc/_category_.json deleted file mode 100644 index ef2ce558f..000000000 --- a/www/docs/guides/Old_API_doc/_category_.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "label": "Starknet.js old API doc", - "position": 99, - "collapsed": true -} diff --git a/www/docs/guides/Old_API_doc/account.md b/www/docs/guides/Old_API_doc/account.md deleted file mode 100644 index 548b68ff5..000000000 --- a/www/docs/guides/Old_API_doc/account.md +++ /dev/null @@ -1,550 +0,0 @@ ---- -sidebar_position: 2 ---- - -# Account - -An Account extends [`Provider`](/docs/API/provider) and inherits all of its methods. - -It also introduces new methods that allow Accounts to create and verify signatures with a custom [`Signer`](/docs/API/signer), declare and deploy Contract and deploy new Account - -This API is the primary way to interact with an account contract on Starknet. - -## Creating an instance - -To create a new instance of the Account, first an account contract must be deployed. Also there needs to be a Provider instance that will be passed in the constructor and key pair for the account. - -`new starknet.Account(Provider, address, pk)` - -## Properties - -account.**address** => _string_ - -The address of the account contract. - -## Methods - -### getNonce() - -account.**getNonce(blockIdentifier)** => _Promise < BigNumberish >_ - -Gets the nonce of the account with respect to a specific block. - -_blockIdentifier_ - optional blockIdentifier. Defaults to 'pending'. - -Returns the nonce of the account. - ---- - -### estimateInvokeFee() - -account.**estimateInvokeFee**(calls [ , estimateFeeDetails ]) => _Promise < EstimateFeeResponse >_ - -Estimate Fee for executing an INVOKE transaction on Starknet. - -The _calls_ object structure: - -- calls.**contractAddress** - Address of the contract -- calls.**entrypoint** - Entrypoint of the call (method name) -- calls.**calldata** - Payload for the invoking method - -The _estimateFeeDetails_ object may include any of: - -- estimateFeeDetails.**blockIdentifier** - Block Identifier for the transaction -- estimateFeeDetails.**nonce** - Nonce for the transaction - -###### _EstimateFeeResponse_ - -```typescript -{ - overall_fee: BN; - gas_consumed?: BN; - gas_price?: BN; -} -``` - ---- - -### estimateDeclareFee() - -account.**estimateDeclareFee**(contractPayload [ , estimateFeeDetails ]) => _Promise < EstimateFeeResponse >_ - -Estimate Fee for executing a DECLARE transaction on Starknet. - -The _contractPayload_ object structure: - -- contractPayload.**contract** - The compiled contract -- contractPayload.**classHash** - This can be obtained by using starknet-cli. Once the classHash is included in CompiledContract, this can be removed - -The _estimateFeeDetails_ object may include any of: - -- estimateFeeDetails.**blockIdentifier** - Block Identifier for the transaction -- estimateFeeDetails.**nonce** - Nonce for the transaction - -###### _EstimateFeeResponse_ - -```typescript -{ - overall_fee: BN; - gas_consumed?: BN; - gas_price?: BN; -} -``` - ---- - -### estimateAccountDeployFee() - -account.**estimateAccountDeployFee**(contractPayload [ , estimateFeeDetails ]) => _Promise < EstimateFeeResponse >_ - -Estimate Fee for executing a DEPLOY_ACCOUNT transaction on Starknet - -The _contractPayload_ object structure: - -- contractPayload.**contract** - The compiled contract to be declared -- contractPayload.**classHash** - This can be obtained by using starknet-cli. Once the classHash is included in CompiledContract, this can be removed - -The _estimateFeeDetails_ object may include any of: - -- estimateFeeDetails.**blockIdentifier** - Block Identifier for the transaction -- estimateFeeDetails.**nonce** - Nonce for the transaction - -###### _EstimateFeeResponse_ - -```typescript -{ - overall_fee: BN; - gas_consumed?: BN; - gas_price?: BN; -} -``` - ---- - -### estimateFeeBulk() - -account.**estimateFeeBulk**(transaction[] [ , estimateFeeDetails ]) => _Promise < EstimateFeeResponse[] >_ - -Estimate Fee for executing a list of transactions on starknet. - -The _transaction_ object structure: - -- transaction.**type** - the type of transaction : 'DECLARE' | 'DEPLOY' | 'INVOKE_FUNCTION' | 'DEPLOY_ACCOUNT' -- transaction payload - the payload for the transaction - -The _estimateFeeDetails_ object may include any of: - -- estimateFeeDetails.**blockIdentifier** - Block Identifier for the transaction -- estimateFeeDetails.**nonce** - Nonce for the transaction - -###### _EstimateFeeResponse_ - -```typescript -{ - overall_fee: BN; - gas_consumed?: BN; - gas_price?: BN; -} -``` - ---- - -### execute() - -account.**execute**(transactions [ , abi , transactionsDetail ]) => _Promise < InvokeFunctionResponse >_ - -Executes one or multiple calls using the account contract. If there is only one call, _transactions_ will be an object that contains parameters below. If there are multiple calls, _transactions_ will be an array that contains several objects mentioned above. - -The _transactions_ object structure: - -- contractPayload.**contractAddress** - the address of the contract -- contractPayload.**entrypoint** - the entrypoint of the contract -- contractPayload.**calldata** - (defaults to []) the calldata -- contractPayload.**signature** - (defaults to []) the signature - -_abi_ - (optional) the abi of the contract for better displaying - -The _transactionsDetail_ object may include any of: - -- transactionsDetail.**maxFee** - Max Fee that that will be used to execute the call(s) -- transactionsDetail.**nonce** - Nonce for the transaction -- transactionsDetail.**version** - Version for the transaction (default is 1) - -Example: - -```typescript -// When there is only one call -const call = await account.execute( - { - contractAddress: '0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7', // ETH contract address - entrypoint: 'approve', - calldata: starknet.CallData.compile( - { - spender: "0x15e90f807a00a01df845460324fbcd33986f2df3cc9d981e9e8b5005b7f595e", - amount: { - type: 'struct', - low: '1', // 1 wei - high: '0', - } - } - ), - }, - undefined, - { - nonce: '10', - } -); - -// When there are multiple calls -const multiCall = await account.execute( - [ - { - contractAddress: '0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7', // ETH contract address - entrypoint: 'approve', - calldata: starknet.CallData.compile( - { - spender: "0x15e90f807a00a01df845460324fbcd33986f2df3cc9d981e9e8b5005b7f595e", - amount: { - type: 'struct', - low: '1', // 1 wei - high: '0', - } - } - ), - }, - { - contractAddress: '0x15e90f807a00a01df845460324fbcd33986f2df3cc9d981e9e8b5005b7f595e', - entrypoint: 'transfer_ether', - calldata: ['1', '0'], // 1 wei - } - ], - undefined, - { - nonce: '10', - } -); -``` - -###### _InvokeFunctionResponse_ - -```typescript -{ - transaction_hash: string; -}; -``` - ---- - -### declare() - -account.**declare**(contractPayload [ , transactionsDetail ]) => _Promise < DeclareContractResponse >_ - -Declares a given compiled contract (json) to starknet. - -The _contractPayload_ object consists of: - -- contractPayload.**contract** - The compiled contract -- contractPayload.**classHash** - Hash of the compiled contract - -The _transactionsDetail_ object may include any of: - -- transactionsDetail.**maxFee** - Max Fee that that will be used to execute the call(s) -- transactionsDetail.**nonce** - Nonce for the transaction -- transactionsDetail.**version** - Version for the transaction (default is 1) - -> _Note:_ Once the classHash is included in CompiledContract, this parameter can be removed. Currently it can be pre-computed from starknet-cli. - -Example: - -```typescript -const declareTx = await account.declare({ - contract: compiledErc20, - // classHash is pre-computed from starknet-cli - classHash: '0x54328a1075b8820eb43caf0caa233923148c983742402dcfc38541dd843d01a', -}); -``` - -###### _DeclareContractResponse_ - -```typescript -{ - transaction_hash: string; - class_hash: string; -}; -``` - ---- - -### deploy() - -Deploys a given compiled contract (json) to starknet, wrapper around _execute_ invoke function - -account.**deploy**(deployContractPayload [ , transactionsDetail ]) => _Promise < InvokeFunctionResponse >_ - -@param object **_deployContractPayload_** - -- **classHash**: computed class hash of compiled contract -- optional constructorCalldata: constructor calldata -- optional salt: address salt - default random -- optional unique: bool if true ensure unique salt - default true - -@param object **transactionsDetail** Invocation Details - -- optional nonce -- optional version -- optional maxFee - -@returns **transaction_hash** - -Example: - -```typescript - const deployment = await account.deploy({ - classHash: erc20ClassHash, - constructorCalldata: [ - encodeShortString('Token'), - encodeShortString('ERC20'), - account.address, - ], - salt: randomAddress(), - unique: true, // Using true here so as not to clash with normal erc20 deploy in account and provider test - }); - - await provider.waitForTransaction(deployment.transaction_hash); -``` - -Example multi-call: - -```typescript -TODO Example with multi-call -``` - ---- - -### deployContract() - -✅ NEW -High level wrapper for deploy. Doesn't require waitForTransaction. Response similar to deprecated provider deployContract. - -account.**deployContract**(payload [ , details ]) => _Promise < DeployContractUDCResponse >_ - -@param object **_payload_** UniversalDeployerContractPayload - -- **classHash**: computed class hash of compiled contract -- **constructorCalldata**: constructor calldata -- optional salt: address salt - default random -- optional unique: bool if true ensure unique salt - default true - -@param object **details** InvocationsDetails - -- optional nonce -- optional version -- optional maxFee - -@returns Promise DeployContractUDCResponse - -- contract_address -- transaction_hash -- address -- deployer -- unique -- classHash -- calldata_len -- calldata -- salt - -Example: - -```typescript - const deployResponse = await account.deployContract({ - classHash: erc20ClassHash, - constructorCalldata: [ - encodeShortString('Token'), - encodeShortString('ERC20'), - account.address, - ], - }); -``` - ---- - -### declareAndDeploy() - -✅ NEW -High level wrapper for declare & deploy. Doesn't require waitForTransaction. Functionality similar to deprecated provider deployContract. Declare and Deploy contract using single function. - -account.**declareAndDeploy**(payload [ , details ]) => _Promise < DeclareDeployUDCResponse >_ - -@param object **_payload_** DeclareDeployContractPayload - -- **contract**: compiled contract code -- optional computed class hash of compiled contract -- optional constructorCalldata: constructor calldata -- optional salt: address salt - default random -- optional unique: bool if true ensure unique salt - default true - -@param object **details** InvocationsDetails - -- optional nonce -- optional version -- optional maxFee - -@returns Promise DeclareDeployUDCResponse - -- declare: CommonTransactionReceiptResponse - - transaction_hash - - class_hash -- deploy: DeployContractUDCResponse; - - contract_address - - transaction_hash - - address - - deployer - - unique - - classHash - - calldata_len - - calldata - - salt - *** - -Example: - -```typescript - const declareDeploy = await account.declareDeploy({ - contract: compiledErc20, - constructorCalldata: [ - encodeShortString('Token'), - encodeShortString('ERC20'), - account.address, - ], - }); - - const declareTransactionHash = declareDeploy.declare.transaction_hash - const erc20Address = declareDeploy.deploy.contract_address; -``` - ---- - -### deployAccount() - -account.**deployAccount**(contractPayload [ , transactionsDetail ]) => _Promise < DeployContractResponse >_ - -Declares a given compiled contract (json) to starknet. - -The _contractPayload_ object consists of: - -- contractPayload.**classHash** - Hash of the compiled contract -- contractPayload.**constructorCalldata** - optional -- contractPayload.**addressSalt** - optional -- contractPayload.**contractAddress** - optional - -The _transactionsDetail_ object may include any of: - -- transactionsDetail.**maxFee** - Max Fee that that will be used to execute the call(s) -- transactionsDetail.**nonce** - Nonce for the transaction -- transactionsDetail.**version** - Version for the transaction (default is 1) - -> _Note:_ Once the classHash is included in CompiledContract, this parameter can be removed. Currently it can be pre-computed from starknet-cli. - -###### _DeployContractResponse_ - -```typescript -{ - contract_address: string; - transaction_hash: string; -}; -``` - ---- - -### signMessage() - -account.**signMessage**(typedData) => _Promise < Signature >_ - -Sign an JSON object for off-chain usage with the starknet private key and return the signature. This adds a message prefix so it cant be interchanged with transactions. - -_typedData_ - JSON object to be signed - -###### _Signature_ - -```typescript -string[]; -``` - ---- - -### hashMessage() - -account.**hashMessage**(typedData) => _Promise < string >_ - -Hash a JSON object with pederson hash and return the hash. This adds a message prefix so it cant be interchanged with transactions. - -_typedData_ - JSON object to be signed - -Returns the hash of the JSON object. - ---- - -### verifyMessageHash() - -account.**verifyMessageHash**(hash, signature) => _Promise < boolean >_ - -Verify a signature of a given hash. - -> **WARNING** -> -> This method is not recommended, use `verifyMessage` instead - ---- - -### verifyMessage() - -account.**verifyMessage**(typedData, signature) => _Promise < boolean >_ - -Verify a signature of a JSON object. - -_typedData_ - JSON object to be verified -_signature_ - signature of the JSON object - -Returns true if the signature is valid, false otherwise - ---- - -### getSuggestedMaxFee() - -account.**getSuggestedMaxFee**(estimateFeeAction, details) => _Promise < BigNumberish >_ - -Gets Suggested Max Fee based on the transaction type. - -The _details_ object may include any of: - -- details.**blockIdentifier** -- details.**nonce** - ---- - -### getStarkName() - -account.**getStarkName**(address, StarknetIdContract) => _Promise_ - -Gets starknet.id stark name with the address provided, if `undefined` uses the address of the account - -The _StarknetIdContract_ argument can be undefined, if it is, the function will automatically use official starknet id contracts of your network. - -Returns directly a string (Example: `vitalik.stark`). - ---- - -### simulateTransaction() - -account.**simulateTransaction**(calls [ , estimateFeeDetails ]) => _Promise < TransactionSimulationResponse >_ - -Simulates the transaction and returns the transaction trace and estimated fee. - -###### _TransactionSimulationResponse_ - -```typescript -{ - trace: TransactionTraceResponse; - fee_estimation: EstimateFee; -} -``` diff --git a/www/docs/guides/Old_API_doc/changelog.md b/www/docs/guides/Old_API_doc/changelog.md deleted file mode 100644 index 9ce455fb1..000000000 --- a/www/docs/guides/Old_API_doc/changelog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -sidebar_position: 7 ---- - -# CHANGELOG - -### Release 3.10.2 (21.04.2022) - -- New hash formula for the new account contract version. - - **NOTE**: Update your accounts, old ones will not be supported anymore. For updating with Argent X extension you can check this [link](https://github.com/argentlabs/argent-x/pull/522) - -- BUGFIX: [#165](https://github.com/0xs34n/starknet.js/issues/165) -- BUGFIX: [#151](https://github.com/0xs34n/starknet.js/issues/151) -- BUGFIX: [#158](https://github.com/0xs34n/starknet.js/issues/158) diff --git a/www/docs/guides/Old_API_doc/contract.md b/www/docs/guides/Old_API_doc/contract.md deleted file mode 100644 index dddc1be76..000000000 --- a/www/docs/guides/Old_API_doc/contract.md +++ /dev/null @@ -1,135 +0,0 @@ ---- -sidebar_position: 4 ---- - -# Contract - -Contracts 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`. - -## Creating an instance - -`new starknet.Contract(abi, address, providerOrAccount)` - -`contract.attach(address)` _for changing the address of the connected contract_ - -`contract.connect(providerOrAccount)` _for changing the provider or account_ - -## Properties - -contract.**abi** => _Abi_ - -The ABI the contract was constructed with. - -contract.**address** => _string_ - -The address the contract was constructed/connected with. - -contract.**providerOrAccount** => _ProviderInterface | AccountInterface_ - -Provider or account that are used to interact with the network. - -contract.**deployTransactionHash** => _string | null_ - -If the Contract object is the result of a ContractFactory deployment, this is the transaction which was used to deploy the contract. - -## Methods - -### attach() - -contract.**attach**(address) => void - -Saves the address of the contract deployed on network that will be used for interaction. - -_address_ - address of the contract. - ---- - -### connect() - -contract.**connect**(providerOrAccount) => void - -Attaches to new Provider or Account - ---- - -### deployed() - -contract.**deployed**() => _Promise < Contract >_ - -If the Contract object is the result of a ContractFactory deployment, this method will wait for the transaction to be resolved. - ---- - -### call() - -contract.**call**(method, args, options) => _Promise < Result >_ - -Calls a method on a contract. - ---- - -### invoke() - -contract.**invoke**(method, args, options) => _Promise < InvokeFunctionResponse >_ - -Invokes a method on a contract. - ---- - -### estimate() - -contract.**estimate**(method, args, options) => _Promise < any >_ - -Estimates a method on a contract. - ---- - -### populate() - -contract.**populate**(method, args, options) => _Invocation_ - -## Meta-Class - -A Meta-Class is a Class which has any of its properties determined at run-time. The Contract object uses a Contract's ABI to determine what methods are available, so the following sections describe the generic ways to interact with the properties added at run-time during the Contract constructor. - -### Read-Only Methods(constant) - -A constant method (denoted view in Cairo) is read-only and evaluates a small amount of Cairo code against the current blockchain state. It is therefore free and does not require any fee, but cannot make changes to the blockchain state... - -contract.**METHOD_NAME**(...args [ , overrides ]) => _Promise < Result >_ - -The type of the result depends on the ABI. Result object will be returned with each parameter available positionally and if the parameter is named, it will also be available by its name. - -The _overrides_ object for a read-only method may include: - -- overrides.**blockIdentifier** - -### Write Methods (non-constant) - -A non-constant method requires a transaction to be signed and requires payment in the form of a fee to be paid. - -contract.**METHOD_NAME**(...args [ , overrides ]) => _Promise < AddTransactionResponse >_ - -Returns a _AddTransactionResponse_ for the transaction after it is sent to the network. This requires that Contract has a signer. - -The _overrides_ object for write methods may include any of: - -- overrides.**signature** - Signature that will be used for the transaction -- overrides.**maxFee** - Max Fee for the transaction -- overrides.**nonce** - Nonce for the transaction - -### Write Methods Analysis - -There are several options to analyze properties and results of a write method without actually executing it. - -contract.estimateFee.**METHOD_NAME**( ...args ) => _Promise < EstimateFeeResponse >_ - -Returns the estimate units of gas that would be required to execute the METHOD_NAME with args and overrides. - -contract.populateTransaction.**METHOD_NAME**( ...args [ , overrides ] ) ⇒ _Call_ - -Returns an _Call_ object which represents the transaction that would need to be signed and submitted to the network to execute METHOD_NAME with args and overrides. - -The overrides are identical to the overrides above for write methods. diff --git a/www/docs/guides/Old_API_doc/contractFactory.md b/www/docs/guides/Old_API_doc/contractFactory.md deleted file mode 100644 index ae198ebed..000000000 --- a/www/docs/guides/Old_API_doc/contractFactory.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -sidebar_position: 5 ---- - -# Contract Factory - -Contract Factory allows you to deploy contracts to Starknet. To deploy a Contract, additional information is needed that is not available on a Contract object itself. - -## Creating an instance - -`new starknet.ContractFactory( compiledContract, classHash, account, [ , abi ] )` - -Creates a new instance of a ContractFactory for the contract described by the _compiledContract_. - -`contractFactory.connect(account)` _for changing the provider or account_ - -`contractFactory.attach(address)` _for changing the address of the connected contract factory_ - -## Properties - -contractFactory.**compiledContract** => _CompiledContract_ (the compiled contract the contractFactory was constructed with) - -contractFactory.**classHash** => _string_ (contract classHash can be obtained using tool for compiling contract) - -contractFactory.**account** => _AccountInterface_ (account that are used to interact with the network) - -contractFactory.**abi** => _Abi_ (the ABI the contractFactory was constructed with) - -## Methods - -### attach() - -contractFactory.**attach**( address ) ⇒ _Contract_ - -Return an instance of a _Contract_ attached to address. This is the same as using the _Contract_ constructor with address and this _compiledContract_ and _account_ passed in when creating the ContractFactory. - ---- - -### deploy() - -contractFactory.**deploy**( args, addressSalt ) ⇒ _Promise < Contract >_ - -Uses the provider to deploy the Contract with _args_ passed into the constructor and returns a _Contract_ which is attached to the address where this contract will be deployed. - -The transaction hash can be found at _contract.deployTransactionHash_, and no interactions should be made until the transaction is resolved. diff --git a/www/docs/guides/Old_API_doc/index.md b/www/docs/guides/Old_API_doc/index.md deleted file mode 100644 index 3f6383cda..000000000 --- a/www/docs/guides/Old_API_doc/index.md +++ /dev/null @@ -1,3 +0,0 @@ -# Starknet.js old API doc - -This API is based on the [Starknet.js V3](https://github.com/0xs34n/starknet.js/discussions/102) Interface write up by [Janek](https://twitter.com/0xjanek) of [Argent](https://www.argent.xyz/) diff --git a/www/docs/guides/Old_API_doc/signer.md b/www/docs/guides/Old_API_doc/signer.md deleted file mode 100644 index 1651b4e37..000000000 --- a/www/docs/guides/Old_API_doc/signer.md +++ /dev/null @@ -1,105 +0,0 @@ ---- -sidebar_position: 3 ---- - -# Signer - -The **Signer** API allows you to sign transactions and messages, and also allows you to get the public key. - -## Creating an instance - -`new starknet.Signer(pk)` - -## Methods - -### getPubKey() - -signer.**getPubKey**() => _Promise < string >_ - -Returns the public key of the signer. - ---- - -### signTransaction() - -signer.**signTransaction**(transactions, transactionsDetail [ , abi ]) => _Promise < Signature >_ - -Signs a transaction with the Starknet private key and returns the signature. - -The _transactions_ object for write methods may include any of: - -- transactions.**contractAddress** - the address of the contract -- transactions.**entrypoint** - the entrypoint of the contract -- transactions.**calldata** - (defaults to []) the calldata - -_abi_ - (optional) the abi of the contract for better displaying - -###### _Signature_ - -```typescript -string[] -``` - ---- - -### signMessage() - -signer.**signMessage**(typedData, accountAddress) => _Promise < Signature >_ - -Sign an JSON object for off-chain usage with the Starknet private key and return the signature. This adds a message prefix so it can't be interchanged with transactions. - -_typedData_ - JSON object to be signed -_accountAddress_ - calldata to be passed in deploy constructor - -###### _Signature_ - -```typescript -string[] -``` - ---- - -### signDeployAccountTransaction() - -signer.**signDeployAccountTransaction**(transaction) => _Promise < Signature >_ - -Signs a DEPLOY_ACCOUNT transaction with the Starknet private key and returns the signature. - -The _transactions_ object for write methods may include any of: - -- transactions.**contractAddress** - the address of the contract -- transactions.**constructorCalldata** - calldata to be passed in deploy constructor -- transactions.**addressSalt** - contract address salt -- transactions.**chainId** - the chainId to declare contract on -- transactions.**maxFee** - maxFee for the declare transaction -- transactions.**version** - transaction version -- transactions.**nonce** - Nonce of the declare transaction - -###### _Signature_ - -```typescript -string[] -``` - ---- - -### signDeclareTransaction() - -signer.**signDeclareTransaction**(transaction, transactionsDetail [ , abi ]) => _Promise < Signature >_ - -Signs a DECLARE transaction with the Starknet private key and returns the signature. - -The _transaction_ object for write methods may include any of: - -- transactions.**classHash** - computed class hash. Will be replaced by ContractClass in future once class hash is present in CompiledContract -- transactions.**senderAddress** - the address of the sender -- transactions.**chainId** - the chainId to declare contract on -- transactions.**maxFee** - maxFee for the declare transaction -- transactions.**version** - transaction version -- transactions.**nonce** - Nonce of the declare transaction - -###### _Signature_ - -```typescript -string[] -``` diff --git a/www/docs/guides/Old_API_doc/utils.md b/www/docs/guides/Old_API_doc/utils.md deleted file mode 100644 index b448f11f9..000000000 --- a/www/docs/guides/Old_API_doc/utils.md +++ /dev/null @@ -1,326 +0,0 @@ ---- -sidebar_position: 6 ---- - -# Utils - -Util functions are provided so you can use various low level functions in your application. - -## **address** - -Helper functions for starknet addresses. - -### validateAndParseAddress - -`validateAndParseAddress(address: BigNumberish): string` - -Checks if the address is valid and, if it is, parses it to the correct format (0x prefix is added if not provided). - -### getChecksumAddress - -`getChecksumAddress(address: BigNumberish): string` - -This function accepts an address as a `BigNumberish` and returns the checksummed address as a string. -An example: - -```js -import { address } from 'starknet.js'; - -const addressToCheck = '0x2fd23d9182193775423497fc0c472e156c57c69e4089a1967fb288a2d84e914'; - -const checksummedAddress = address.getChecksumAddress(addressToCheck); - -console.log(checksummedAddress); // 0x02FD23D9182193775423497Fc0c472E156C57C69E4089a1967fb288a2D84e914 -``` - -### validateChecksumAddress - -`validateChecksumAddress(address: string): boolean` - -This function validates the checksum address. - -Returns true if the address is valid, false otherwise. - ---- - -## **stark** - -Functions for stark specific manipulations. - -### compressProgram - -`compressProgram(jsonProgram: Program | string): CompressedProgram` - -Function to compress compiled cairo program. Accepts a json file representing the compiled cairo program and returns a compressed cairo program. - -### randomAddress - -`randomAddress(): string` - -Function that generates a random stark address. - -### makeAddress - -`makeAddress(input: string): string` - -Function that turns an incompatible address string into stark address format. - -Returns a string. - -Example: `0xdFD0F27FCe99b50909de0bDD328Aed6eAbe76BC5` -> `0xdfd0f27fce99b50909de0bdd328aed6eabe76bc5` - -### formatSignature - -`formatSignature(sig?: Signature): string[]` - -Function that formats a Signature to BigNum and then to string array. - -Returns a string array. - -### CallData.compile - -`CallData.compile(args: RawArgs): Calldata` - -Function that creates calldata that gets sent to the contract. - -```js -await this.callContract({ - contractAddress: this.address, - entrypoint: 'is_valid_signature', - calldata: CallData.compile({ - hash: toBigInt(hash).toString(), - signature: signature.map((x) => toBigInt(x).toString()), - }), -}); -``` - -### estimatedFeeToMaxFee - -`estimatedFeeToMaxFee(estimatedFee: BigNumberish, overhead: number = 0.5): bigint` - -Function that calculates and returns maximum fee based on the previously estimated one. - -Returns a BigInt. - ---- - -## **num** - -Various number formatting functions. - -```js -export type BigNumberish = string | number | bigint; -``` - -### isHex - -`isHex(hex: string): boolean` - -Check if number is in hex format. - -### toBigInt - -`toBigInt(value: BigNumberish): bigint` - -Converts BigNumberish to BigInt. - -Returns a BigInt. - -### toHex - -`toHex(number: BigNumberish): string` - -Converts BigNumberish to hex. - -Returns a string. - -### cleanHex - -`cleanHex(hex: string): string` - -Remove leading zeroes and lowercase hex string after '0x' - -`0x01AFF` -> `0x1aff` - -### hexToDecimalString - -`hexToDecimalString(hex: string): string` - -Converts hex string to decimal string. - -### toFelt - -`toFelt(num: BigNumberish): string` - -Converts BigNumberish to Felt. - -Returns a string. - -### assertInRange - -`assertInRange(input: BigNumberish, lowerBound: BigNumberish, upperBound: BigNumberish, inputName = '')` - -Asserts input is equal to or greater than `lowerBound` and lower than `upperBound`. Assert message specifies inputName. -`input`, `lowerBound`, and `upperBound` should be of type BigNumberish. -`inputName` should be a string. - -### bigNumberishArrayToDecimalStringArray - -`bigNumberishArrayToDecimalStringArray(rawCalldata: BigNumberish[]): string[]` - -Convert BigNumberish array to decimal array. Used for signature conversion. - -```js -const signature = await this.signer.signTransaction(transactions, signerDetails); - -{ - contract_address: this.address, - entry_point_selector: getSelectorFromName('__execute__'), - calldata, - version: toHex(version), - signature: bigNumberishArrayToDecimalStringArray(signature), -} -``` - -### bigNumberishArrayToHexadecimalStringArray - -`bigNumberishArrayToHexadecimalStringArray(rawCalldata: BigNumberish[]): string[]` - -Convert BigNumberish array to hexadecimal string array. Used for signature conversion. - ---- - -## **uint256** - -```js -// Represents an integer in the range [0, 2^256). -export interface Uint256 { - // The low 128 bits of the value. - low: BigNumberish; - // The high 128 bits of the value. - high: BigNumberish; -} -``` - -### uint256ToBN - -`uint256ToBN(uint256: Uint256): bigint` - -Function to convert `Uint256` to `BigInt`. - -### isUint256 - -`isUint256(bn: BigNumberish): boolean` - -Function to check if `BigNumberish` is smaller or equal to `2**256-1`. - -### bnToUint256 - -`bnToUint256(bignumber: BigNumberish): Uint256` - -Function to convert `BigNumberish` to `Uint256`. - ---- - -## **hash** - -Various hashing helpers. - -### starknetKeccak - -`starknetKeccak(value: string): bigint` - -Function to get the starknet keccak hash from a string. Returns starknet keccak hash as bigint. - -Returns starknet keccak hash as bigint. - -### getSelectorFromName - -`getSelectorFromName(funcName: string)` - -Function to get the hex selector from a given function name. - -Returns hex selector of given abi function name. - -### pedersen - -`pedersen(input: BigNumberish, BigNumberish)` - -Function to get the Pedersen hash for two arguments. - -Returns a string. - -### computeHashOnElements - -`computeHashOnElements(data: BigNumberish[])` - -Function to compute a Pedersen hash on an array of elements. - -Returns a string. - -### calculateTransactionHashCommon - -`calculateTransactionHashCommon(txHashPrefix: TransactionHashPrefix, version: BigNumberish,contractAddress: BigNumberish, entryPointSelector: BigNumberish, calldata: BigNumberish[], maxFee: BigNumberish, chainId: StarknetChainId, additionalData: BigNumberish[] = []): string` - -Calculates the transaction hash in the Starknet network - a unique identifier of the transaction. - -Called internally in `calculateDeployTransactionHash` and `calculateTransactionHash`. - -### calculateDeployTransactionHash - -`calculateDeployTransactionHash(contractAddress: BigNumberish, constructorCalldata: BigNumberish[], version: BigNumberish, chainId: StarknetChainId): string` - -Function that calculates the deployment transaction hash in the Starknet network. - -Internally calls `calculateTransactionHashCommon` with `TransactionHashPrefix.DEPLOY`. - -### calculateTransactionHash - -`calculateTransactionHash(contractAddress: BigNumberish, version: BigNumberish, entryPointSelector: BigNumberish, calldata: BigNumberish[], maxFee: BigNumberish, chainId: StarknetChainId, nonce: BigNumberish): string` - -Function that internally calls `calculateTransactionHashCommon`, with `TransactionHashPrefix.INVOKE`. - -```js -const hashMsg = calculateTransactionHash( - account, - transactionVersion, - getSelectorFromName('__execute__'), - calldata, - maxFee, - StarknetChainId.SN_GOERLI -); -``` - -### calculateContractAddressFromHash - -`calculateContractAddressFromHash(salt: BigNumberish, classHash: BigNumberish, constructorCalldata: RawCalldata, deployerAddress: BigNumberish)` - -Function that calculates contract address from hash. - -Returns a string. - -### computeContractClassHash - -`computeContractClassHash(contract: CompiledContract | string)` - -Function that computes Class hash of a compiled contract - -Returns a string. - ---- - -## **calldata** - -Functions to compile and validate arguments passed in invoke, call and deploy functions. - -### compile - -`compile(args: Array, inputs: AbiEntry[]): Calldata` - -Parse the calldata by using input fields from the abi for that method. - -### validate - -`validate(type: 'INVOKE' | 'CALL' | 'DEPLOY', method: string, args: Array = [])` - -Validates if all arguments that are passed to the method are corresponding to the ones in the abi. diff --git a/www/docs/guides/cra.md b/www/docs/guides/cra.md index 501060e41..924be731b 100644 --- a/www/docs/guides/cra.md +++ b/www/docs/guides/cra.md @@ -4,4 +4,4 @@ sidebar_position: 17 # Usage with Create React App -Please refer to this [GitHub issue](https://github.com/0xs34n/starknet.js/issues/37) +Please refer to this [GitHub issue](https://github.com/starknet-io/starknet.js/issues/37) diff --git a/www/docs/guides/intro.md b/www/docs/guides/intro.md index c9e0e9bc2..1adec966d 100644 --- a/www/docs/guides/intro.md +++ b/www/docs/guides/intro.md @@ -65,9 +65,9 @@ Additional helpful resources can also be found at [OpenZeppelin](https://do ## Full example with account & erc20 deployments -Please take a look at our workshop using OpenZeppelin contracts [here](https://github.com/0xs34n/starknet.js-workshop). +Please take a look at our workshop using OpenZeppelin contracts [here](https://github.com/starknet-io/starknet.js-workshop). -Example with the Argent contract [here](https://github.com/0xs34n/starknet.js-account). +Example with the Argent contract [here](https://github.com/starknet-io/starknet.js-account). ## Contracts used in the guides diff --git a/www/docusaurus.config.js b/www/docusaurus.config.js index 7e9df91b5..4aaca8c8b 100644 --- a/www/docusaurus.config.js +++ b/www/docusaurus.config.js @@ -5,7 +5,9 @@ const lightCodeTheme = require('prism-react-renderer/themes/github'); const darkCodeTheme = require('prism-react-renderer/themes/dracula'); const generateSourceLinkTemplate = (gitRevision) => - `https://github.com/0xs34n/starknet.js/blob/${gitRevision || '{gitRevision}'}/{path}#L{line}`; + `https://github.com/starknet-io/starknet.js/blob/${ + gitRevision || '{gitRevision}' + }/{path}#L{line}`; // TODO: remove the /next/ fragment after the v5 official release const migrationGuideLink = '/docs/next/guides/migrate'; @@ -19,7 +21,7 @@ const config = { onBrokenLinks: 'warn', onBrokenMarkdownLinks: 'warn', favicon: 'img/favicon.ico', - organizationName: '0xs34n', // Usually your GitHub org/user name. + organizationName: 'starknet-io', // Usually your GitHub org/user name. projectName: 'starknet.js', // Usually your repo name. presets: [ @@ -67,7 +69,7 @@ const config = { }, { label: 'GitHub', - href: 'https://github.com/0xs34n/starknet.js', + href: 'https://github.com/starknet-io/starknet.js', position: 'right', }, ], @@ -106,12 +108,12 @@ const config = { items: [ { label: 'GitHub', - href: 'https://github.com/0xs34n/starknet.js', + href: 'https://github.com/starknet-io/starknet.js', }, ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} 0xs34n`, + copyright: `Copyright © ${new Date().getFullYear()} StarkWare`, }, prism: { theme: lightCodeTheme, diff --git a/www/versioned_docs/version-4.17.1/API/account.md b/www/versioned_docs/version-4.17.1/API/account.md index ef0797f21..76ec1902e 100644 --- a/www/versioned_docs/version-4.17.1/API/account.md +++ b/www/versioned_docs/version-4.17.1/API/account.md @@ -4,9 +4,9 @@ sidebar_position: 2 # Account -An Account extends [`Provider`](/docs/API/provider) and inherits all of its methods. +An Account extends [`Provider`](./Provider) and inherits all of its methods. -It also introduces new methods that allow Accounts to create and verify signatures with a custom [`Signer`](/docs/API/signer), declare and deploy Contract and deploy new Account +It also introduces new methods that allow Accounts to create and verify signatures with a custom [`Signer`](./Signer), declare and deploy Contract and deploy new Account This API is the primary way to interact with an account contract on Starknet. diff --git a/www/versioned_docs/version-4.17.1/API/changelog.md b/www/versioned_docs/version-4.17.1/API/changelog.md index 9ce455fb1..e3b96e17f 100644 --- a/www/versioned_docs/version-4.17.1/API/changelog.md +++ b/www/versioned_docs/version-4.17.1/API/changelog.md @@ -10,6 +10,6 @@ sidebar_position: 7 **NOTE**: Update your accounts, old ones will not be supported anymore. For updating with Argent X extension you can check this [link](https://github.com/argentlabs/argent-x/pull/522) -- BUGFIX: [#165](https://github.com/0xs34n/starknet.js/issues/165) -- BUGFIX: [#151](https://github.com/0xs34n/starknet.js/issues/151) -- BUGFIX: [#158](https://github.com/0xs34n/starknet.js/issues/158) +- BUGFIX: [#165](https://github.com/starknet-io/starknet.js/issues/165) +- BUGFIX: [#151](https://github.com/starknet-io/starknet.js/issues/151) +- BUGFIX: [#158](https://github.com/starknet-io/starknet.js/issues/158) diff --git a/www/versioned_docs/version-4.17.1/API/index.md b/www/versioned_docs/version-4.17.1/API/index.md index 17c12b375..295982b2b 100644 --- a/www/versioned_docs/version-4.17.1/API/index.md +++ b/www/versioned_docs/version-4.17.1/API/index.md @@ -1,3 +1,3 @@ # Starknet.js API -This API is based on the [Starknet.js V3](https://github.com/0xs34n/starknet.js/discussions/102) Interface write up by [Janek](https://twitter.com/0xjanek) of [Argent](https://www.argent.xyz/) +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/) diff --git a/www/versioned_docs/version-4.17.1/guides/cra.md b/www/versioned_docs/version-4.17.1/guides/cra.md index dd41876b6..906545db4 100644 --- a/www/versioned_docs/version-4.17.1/guides/cra.md +++ b/www/versioned_docs/version-4.17.1/guides/cra.md @@ -1,3 +1,3 @@ # Usage with Create React App -Please refer to this [GitHub issue](https://github.com/0xs34n/starknet.js/issues/37) +Please refer to this [GitHub issue](https://github.com/starknet-io/starknet.js/issues/37) diff --git a/www/versioned_docs/version-4.17.1/guides/intro.md b/www/versioned_docs/version-4.17.1/guides/intro.md index beab42235..0c78c187c 100644 --- a/www/versioned_docs/version-4.17.1/guides/intro.md +++ b/www/versioned_docs/version-4.17.1/guides/intro.md @@ -58,6 +58,6 @@ Get the class hash of a contract: [starkli](https://github.com/xJonathanLEI/star ## Full example with account & erc20 deployments -Please take a look at our workshop using OpenZeppelin contracts [here](https://github.com/0xs34n/starknet.js-workshop). +Please take a look at our workshop using OpenZeppelin contracts [here](https://github.com/starknet-io/starknet.js-workshop). -Example with Argent contract [here](https://github.com/0xs34n/starknet.js-account). +Example with Argent contract [here](https://github.com/starknet-io/starknet.js-account). diff --git a/www/versioned_docs/version-4.22.0/API/Provider/sequencerProvider.md b/www/versioned_docs/version-4.22.0/API/Provider/sequencerProvider.md index f9ae551d0..1c2791f78 100644 --- a/www/versioned_docs/version-4.22.0/API/Provider/sequencerProvider.md +++ b/www/versioned_docs/version-4.22.0/API/Provider/sequencerProvider.md @@ -4,7 +4,7 @@ title: Sequencer Provider id: 'sequencerProvider' --- -On top of methods found in the [Provider](/docs/API/provider) section, `SequencerProvider` has some additional ones you can use. +On top of methods found in the [Provider](./) section, `SequencerProvider` has some additional ones you can use. ## Creating an instance diff --git a/www/versioned_docs/version-4.22.0/API/account.md b/www/versioned_docs/version-4.22.0/API/account.md index dec01cb49..3e2b67ddf 100644 --- a/www/versioned_docs/version-4.22.0/API/account.md +++ b/www/versioned_docs/version-4.22.0/API/account.md @@ -4,9 +4,9 @@ sidebar_position: 2 # Account -An Account extends [`Provider`](/docs/API/provider) and inherits all of its methods. +An Account extends [`Provider`](./Provider) and inherits all of its methods. -It also introduces new methods that allow Accounts to create and verify signatures with a custom [`Signer`](/docs/API/signer), declare and deploy Contract and deploy new Account +It also introduces new methods that allow Accounts to create and verify signatures with a custom [`Signer`](./Signer), declare and deploy Contract and deploy new Account This API is the primary way to interact with an account contract on Starknet. diff --git a/www/versioned_docs/version-4.22.0/API/changelog.md b/www/versioned_docs/version-4.22.0/API/changelog.md index 9ce455fb1..e3b96e17f 100644 --- a/www/versioned_docs/version-4.22.0/API/changelog.md +++ b/www/versioned_docs/version-4.22.0/API/changelog.md @@ -10,6 +10,6 @@ sidebar_position: 7 **NOTE**: Update your accounts, old ones will not be supported anymore. For updating with Argent X extension you can check this [link](https://github.com/argentlabs/argent-x/pull/522) -- BUGFIX: [#165](https://github.com/0xs34n/starknet.js/issues/165) -- BUGFIX: [#151](https://github.com/0xs34n/starknet.js/issues/151) -- BUGFIX: [#158](https://github.com/0xs34n/starknet.js/issues/158) +- BUGFIX: [#165](https://github.com/starknet-io/starknet.js/issues/165) +- BUGFIX: [#151](https://github.com/starknet-io/starknet.js/issues/151) +- BUGFIX: [#158](https://github.com/starknet-io/starknet.js/issues/158) diff --git a/www/versioned_docs/version-4.22.0/API/index.md b/www/versioned_docs/version-4.22.0/API/index.md index 17c12b375..295982b2b 100644 --- a/www/versioned_docs/version-4.22.0/API/index.md +++ b/www/versioned_docs/version-4.22.0/API/index.md @@ -1,3 +1,3 @@ # Starknet.js API -This API is based on the [Starknet.js V3](https://github.com/0xs34n/starknet.js/discussions/102) Interface write up by [Janek](https://twitter.com/0xjanek) of [Argent](https://www.argent.xyz/) +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/) diff --git a/www/versioned_docs/version-4.22.0/guides/cra.md b/www/versioned_docs/version-4.22.0/guides/cra.md index a6aa6c887..d95bd74d8 100644 --- a/www/versioned_docs/version-4.22.0/guides/cra.md +++ b/www/versioned_docs/version-4.22.0/guides/cra.md @@ -4,4 +4,4 @@ sidebar_position: 16 # Usage with Create React App -Please refer to this [GitHub issue](https://github.com/0xs34n/starknet.js/issues/37) +Please refer to this [GitHub issue](https://github.com/starknet-io/starknet.js/issues/37) diff --git a/www/versioned_docs/version-4.22.0/guides/intro.md b/www/versioned_docs/version-4.22.0/guides/intro.md index 3470fd582..ea815e2e5 100644 --- a/www/versioned_docs/version-4.22.0/guides/intro.md +++ b/www/versioned_docs/version-4.22.0/guides/intro.md @@ -67,6 +67,6 @@ Get the class hash of a contract: [starkli](https://github.com/xJonathanLEI/star ## Full example with account & erc20 deployments -Please take a look at our workshop using OpenZeppelin contracts [here](https://github.com/0xs34n/starknet.js-workshop). +Please take a look at our workshop using OpenZeppelin contracts [here](https://github.com/starknet-io/starknet.js-workshop). -Example with Argent contract [here](https://github.com/0xs34n/starknet.js-account). +Example with Argent contract [here](https://github.com/starknet-io/starknet.js-account). diff --git a/www/versioned_docs/version-5.14.1/API/classes/Account.md b/www/versioned_docs/version-5.14.1/API/classes/Account.md index 7396c96a5..4c5445fb8 100644 --- a/www/versioned_docs/version-5.14.1/API/classes/Account.md +++ b/www/versioned_docs/version-5.14.1/API/classes/Account.md @@ -37,7 +37,7 @@ custom_edit_url: null #### Defined in -[src/account/default.ts:70](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L70) +[src/account/default.ts:70](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L70) ## Properties @@ -51,7 +51,7 @@ custom_edit_url: null #### Defined in -[src/account/default.ts:64](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L64) +[src/account/default.ts:64](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L64) --- @@ -65,7 +65,7 @@ custom_edit_url: null #### Defined in -[src/account/default.ts:66](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L66) +[src/account/default.ts:66](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L66) --- @@ -79,7 +79,7 @@ custom_edit_url: null #### Defined in -[src/account/default.ts:68](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L68) +[src/account/default.ts:68](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L68) --- @@ -104,7 +104,7 @@ custom_edit_url: null #### Defined in -[src/account/default.ts:427](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L427) +[src/account/default.ts:427](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L427) ## Methods @@ -132,7 +132,7 @@ nonce of the account #### Defined in -[src/account/default.ts:86](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L86) +[src/account/default.ts:86](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L86) --- @@ -152,7 +152,7 @@ nonce of the account #### Defined in -[src/account/default.ts:90](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L90) +[src/account/default.ts:90](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L90) --- @@ -173,7 +173,7 @@ nonce of the account #### Defined in -[src/account/default.ts:99](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L99) +[src/account/default.ts:99](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L99) --- @@ -202,7 +202,7 @@ response from estimate_fee #### Defined in -[src/account/default.ts:106](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L106) +[src/account/default.ts:106](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L106) --- @@ -231,7 +231,7 @@ response from estimate_fee #### Defined in -[src/account/default.ts:140](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L140) +[src/account/default.ts:140](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L140) --- @@ -260,7 +260,7 @@ response from estimate_fee #### Defined in -[src/account/default.ts:174](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L174) +[src/account/default.ts:174](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L174) --- @@ -288,7 +288,7 @@ This is different from the normal DEPLOY transaction as it goes through the Univ #### Defined in -[src/account/default.ts:213](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L213) +[src/account/default.ts:213](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L213) --- @@ -318,7 +318,7 @@ response from estimate_fee #### Defined in -[src/account/default.ts:221](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L221) +[src/account/default.ts:221](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L221) --- @@ -339,7 +339,7 @@ response from estimate_fee #### Defined in -[src/account/default.ts:245](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L245) +[src/account/default.ts:245](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L245) --- @@ -369,7 +369,7 @@ response from addTransaction #### Defined in -[src/account/default.ts:259](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L259) +[src/account/default.ts:259](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L259) --- @@ -396,7 +396,7 @@ DeclareContractResponse #### Defined in -[src/account/default.ts:306](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L306) +[src/account/default.ts:306](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L306) --- @@ -425,7 +425,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/account/default.ts:322](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L322) +[src/account/default.ts:322](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L322) --- @@ -456,7 +456,7 @@ support multicall #### Defined in -[src/account/default.ts:351](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L351) +[src/account/default.ts:351](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L351) --- @@ -494,7 +494,7 @@ Internal wait for L2 transaction, support multicall #### Defined in -[src/account/default.ts:397](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L397) +[src/account/default.ts:397](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L397) --- @@ -536,7 +536,7 @@ Method will pass even if contract is already declared (internal using DeclareIfN #### Defined in -[src/account/default.ts:408](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L408) +[src/account/default.ts:408](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L408) --- @@ -565,7 +565,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/account/default.ts:429](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L429) +[src/account/default.ts:429](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L429) --- @@ -598,7 +598,7 @@ the signature of the JSON object #### Defined in -[src/account/default.ts:483](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L483) +[src/account/default.ts:483](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L483) --- @@ -631,7 +631,7 @@ the hash of the JSON object #### Defined in -[src/account/default.ts:487](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L487) +[src/account/default.ts:487](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L487) --- @@ -668,7 +668,7 @@ true if the signature is valid, false otherwise #### Defined in -[src/account/default.ts:491](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L491) +[src/account/default.ts:491](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L491) --- @@ -701,7 +701,7 @@ true if the signature is valid, false otherwise #### Defined in -[src/account/default.ts:507](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L507) +[src/account/default.ts:507](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L507) --- @@ -730,7 +730,7 @@ suggestedMaxFee #### Defined in -[src/account/default.ts:512](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L512) +[src/account/default.ts:512](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L512) --- @@ -753,7 +753,7 @@ will be renamed to buildDeclareContractTransaction #### Defined in -[src/account/default.ts:546](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L546) +[src/account/default.ts:546](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L546) --- @@ -774,7 +774,7 @@ will be renamed to buildDeclareContractTransaction #### Defined in -[src/account/default.ts:570](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L570) +[src/account/default.ts:570](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L570) --- @@ -794,7 +794,7 @@ will be renamed to buildDeclareContractTransaction #### Defined in -[src/account/default.ts:603](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L603) +[src/account/default.ts:603](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L603) --- @@ -823,7 +823,7 @@ response from simulate_transaction #### Defined in -[src/account/default.ts:630](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L630) +[src/account/default.ts:630](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L630) --- @@ -844,7 +844,7 @@ response from simulate_transaction #### Defined in -[src/account/default.ts:647](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L647) +[src/account/default.ts:647](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L647) --- @@ -869,7 +869,7 @@ response from simulate_transaction #### Defined in -[src/account/default.ts:715](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/default.ts#L715) +[src/account/default.ts:715](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/default.ts#L715) --- @@ -895,7 +895,7 @@ the chain Id #### Defined in -[src/provider/default.ts:63](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L63) +[src/provider/default.ts:63](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L63) --- @@ -927,7 +927,7 @@ the block object #### Defined in -[src/provider/default.ts:67](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L67) +[src/provider/default.ts:67](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L67) --- @@ -960,7 +960,7 @@ Contract class of compiled contract #### Defined in -[src/provider/default.ts:71](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L71) +[src/provider/default.ts:71](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L71) --- @@ -993,7 +993,7 @@ Class hash #### Defined in -[src/provider/default.ts:78](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L78) +[src/provider/default.ts:78](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L78) --- @@ -1025,7 +1025,7 @@ Contract class of compiled contract #### Defined in -[src/provider/default.ts:85](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L85) +[src/provider/default.ts:85](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L85) --- @@ -1063,7 +1063,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:89](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L89) +[src/provider/default.ts:89](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L89) --- @@ -1098,7 +1098,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:97](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L97) +[src/provider/default.ts:97](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L97) --- @@ -1131,7 +1131,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:111](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L111) +[src/provider/default.ts:111](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L111) --- @@ -1164,7 +1164,7 @@ the hex nonce #### Defined in -[src/provider/default.ts:118](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L118) +[src/provider/default.ts:118](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L118) --- @@ -1198,7 +1198,7 @@ the value of the storage variable #### Defined in -[src/provider/default.ts:125](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L125) +[src/provider/default.ts:125](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L125) --- @@ -1230,7 +1230,7 @@ the transaction object { transaction_id, status, transaction, block_number?, blo #### Defined in -[src/provider/default.ts:133](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L133) +[src/provider/default.ts:133](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L133) --- @@ -1262,7 +1262,7 @@ the transaction receipt object #### Defined in -[src/provider/default.ts:137](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L137) +[src/provider/default.ts:137](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L137) --- @@ -1295,7 +1295,7 @@ the result of the function on the smart contract. #### Defined in -[src/provider/default.ts:141](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L141) +[src/provider/default.ts:141](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L141) --- @@ -1332,7 +1332,7 @@ response from addTransaction #### Defined in -[src/provider/default.ts:148](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L148) +[src/provider/default.ts:148](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L148) --- @@ -1365,7 +1365,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/default.ts:155](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L155) +[src/provider/default.ts:155](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L155) --- @@ -1398,7 +1398,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/default.ts:162](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L162) +[src/provider/default.ts:162](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L162) --- @@ -1433,7 +1433,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:169](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L169) +[src/provider/default.ts:169](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L169) --- @@ -1468,7 +1468,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:178](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L178) +[src/provider/default.ts:178](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L178) --- @@ -1501,7 +1501,7 @@ The method should not be used #### Defined in -[src/provider/default.ts:192](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L192) +[src/provider/default.ts:192](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L192) --- @@ -1534,7 +1534,7 @@ GetTransactionReceiptResponse #### Defined in -[src/provider/default.ts:199](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L199) +[src/provider/default.ts:199](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L199) --- @@ -1567,7 +1567,7 @@ an array of transaction trace and estimated fee #### Defined in -[src/provider/default.ts:206](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L206) +[src/provider/default.ts:206](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L206) --- @@ -1599,7 +1599,7 @@ StateUpdateResponse #### Defined in -[src/provider/default.ts:213](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L213) +[src/provider/default.ts:213](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L213) --- @@ -1624,4 +1624,4 @@ StateUpdateResponse #### Defined in -[src/provider/default.ts:221](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L221) +[src/provider/default.ts:221](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L221) diff --git a/www/versioned_docs/version-5.14.1/API/classes/AccountInterface.md b/www/versioned_docs/version-5.14.1/API/classes/AccountInterface.md index 9aa6cb286..6ed0c840c 100644 --- a/www/versioned_docs/version-5.14.1/API/classes/AccountInterface.md +++ b/www/versioned_docs/version-5.14.1/API/classes/AccountInterface.md @@ -34,7 +34,7 @@ custom_edit_url: null #### Defined in -[src/account/interface.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L34) +[src/account/interface.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L34) --- @@ -44,7 +44,7 @@ custom_edit_url: null #### Defined in -[src/account/interface.ts:36](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L36) +[src/account/interface.ts:36](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L36) --- @@ -54,7 +54,7 @@ custom_edit_url: null #### Defined in -[src/account/interface.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L38) +[src/account/interface.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L38) ## Methods @@ -79,7 +79,7 @@ response from estimate_fee #### Defined in -[src/account/interface.ts:50](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L50) +[src/account/interface.ts:50](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L50) --- @@ -104,7 +104,7 @@ response from estimate_fee #### Defined in -[src/account/interface.ts:64](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L64) +[src/account/interface.ts:64](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L64) --- @@ -129,7 +129,7 @@ response from estimate_fee #### Defined in -[src/account/interface.ts:80](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L80) +[src/account/interface.ts:80](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L80) --- @@ -153,7 +153,7 @@ This is different from the normal DEPLOY transaction as it goes through the Univ #### Defined in -[src/account/interface.ts:100](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L100) +[src/account/interface.ts:100](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L100) --- @@ -179,7 +179,7 @@ response from estimate_fee #### Defined in -[src/account/interface.ts:115](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L115) +[src/account/interface.ts:115](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L115) --- @@ -205,7 +205,7 @@ response from addTransaction #### Defined in -[src/account/interface.ts:132](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L132) +[src/account/interface.ts:132](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L132) --- @@ -230,7 +230,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/account/interface.ts:152](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L152) +[src/account/interface.ts:152](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L152) --- @@ -257,7 +257,7 @@ support multicall #### Defined in -[src/account/interface.ts:174](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L174) +[src/account/interface.ts:174](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L174) --- @@ -291,7 +291,7 @@ Internal wait for L2 transaction, support multicall #### Defined in -[src/account/interface.ts:203](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L203) +[src/account/interface.ts:203](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L203) --- @@ -329,7 +329,7 @@ Method will pass even if contract is already declared (internal using DeclareIfN #### Defined in -[src/account/interface.ts:237](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L237) +[src/account/interface.ts:237](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L237) --- @@ -354,7 +354,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/account/interface.ts:256](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L256) +[src/account/interface.ts:256](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L256) --- @@ -383,7 +383,7 @@ the signature of the JSON object #### Defined in -[src/account/interface.ts:269](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L269) +[src/account/interface.ts:269](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L269) --- @@ -412,7 +412,7 @@ the hash of the JSON object #### Defined in -[src/account/interface.ts:279](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L279) +[src/account/interface.ts:279](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L279) --- @@ -441,7 +441,7 @@ true if the signature is valid, false otherwise #### Defined in -[src/account/interface.ts:289](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L289) +[src/account/interface.ts:289](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L289) --- @@ -474,7 +474,7 @@ true if the signature is valid, false otherwise #### Defined in -[src/account/interface.ts:300](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L300) +[src/account/interface.ts:300](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L300) --- @@ -498,7 +498,7 @@ nonce of the account #### Defined in -[src/account/interface.ts:308](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L308) +[src/account/interface.ts:308](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L308) --- @@ -523,7 +523,7 @@ suggestedMaxFee #### Defined in -[src/account/interface.ts:317](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L317) +[src/account/interface.ts:317](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L317) --- @@ -548,7 +548,7 @@ response from simulate_transaction #### Defined in -[src/account/interface.ts:331](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/account/interface.ts#L331) +[src/account/interface.ts:331](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/account/interface.ts#L331) --- @@ -570,7 +570,7 @@ the chain Id #### Defined in -[src/provider/interface.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L38) +[src/provider/interface.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L38) --- @@ -599,7 +599,7 @@ the result of the function on the smart contract. #### Defined in -[src/provider/interface.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L47) +[src/provider/interface.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L47) --- @@ -627,7 +627,7 @@ the block object #### Defined in -[src/provider/interface.ts:58](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L58) +[src/provider/interface.ts:58](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L58) --- @@ -656,7 +656,7 @@ The method should not be used #### Defined in -[src/provider/interface.ts:63](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L63) +[src/provider/interface.ts:63](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L63) --- @@ -685,7 +685,7 @@ Contract class of compiled contract #### Defined in -[src/provider/interface.ts:75](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L75) +[src/provider/interface.ts:75](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L75) --- @@ -714,7 +714,7 @@ Class hash #### Defined in -[src/provider/interface.ts:87](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L87) +[src/provider/interface.ts:87](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L87) --- @@ -742,7 +742,7 @@ Contract class of compiled contract #### Defined in -[src/provider/interface.ts:98](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L98) +[src/provider/interface.ts:98](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L98) --- @@ -771,7 +771,7 @@ the hex nonce #### Defined in -[src/provider/interface.ts:106](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L106) +[src/provider/interface.ts:106](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L106) --- @@ -801,7 +801,7 @@ the value of the storage variable #### Defined in -[src/provider/interface.ts:119](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L119) +[src/provider/interface.ts:119](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L119) --- @@ -829,7 +829,7 @@ the transaction object { transaction_id, status, transaction, block_number?, blo #### Defined in -[src/provider/interface.ts:131](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L131) +[src/provider/interface.ts:131](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L131) --- @@ -857,7 +857,7 @@ the transaction receipt object #### Defined in -[src/provider/interface.ts:139](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L139) +[src/provider/interface.ts:139](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L139) --- @@ -886,7 +886,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/interface.ts:152](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L152) +[src/provider/interface.ts:152](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L152) --- @@ -919,7 +919,7 @@ response from addTransaction #### Defined in -[src/provider/interface.ts:172](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L172) +[src/provider/interface.ts:172](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L172) --- @@ -948,7 +948,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/interface.ts:189](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L189) +[src/provider/interface.ts:189](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L189) --- @@ -983,7 +983,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:210](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L210) +[src/provider/interface.ts:210](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L210) --- @@ -1014,7 +1014,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:232](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L232) +[src/provider/interface.ts:232](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L232) --- @@ -1045,7 +1045,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:254](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L254) +[src/provider/interface.ts:254](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L254) --- @@ -1076,7 +1076,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:277](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L277) +[src/provider/interface.ts:277](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L277) --- @@ -1105,7 +1105,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:293](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L293) +[src/provider/interface.ts:293](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L293) --- @@ -1134,7 +1134,7 @@ GetTransactionReceiptResponse #### Defined in -[src/provider/interface.ts:306](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L306) +[src/provider/interface.ts:306](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L306) --- @@ -1163,7 +1163,7 @@ an array of transaction trace and estimated fee #### Defined in -[src/provider/interface.ts:321](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L321) +[src/provider/interface.ts:321](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L321) --- @@ -1191,4 +1191,4 @@ StateUpdateResponse #### Defined in -[src/provider/interface.ts:332](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L332) +[src/provider/interface.ts:332](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L332) diff --git a/www/versioned_docs/version-5.14.1/API/classes/CallData.md b/www/versioned_docs/version-5.14.1/API/classes/CallData.md index 768c89d13..71989ae2e 100644 --- a/www/versioned_docs/version-5.14.1/API/classes/CallData.md +++ b/www/versioned_docs/version-5.14.1/API/classes/CallData.md @@ -20,7 +20,7 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/index.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L33) +[src/utils/calldata/index.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L33) ## Properties @@ -30,7 +30,7 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/index.ts:29](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L29) +[src/utils/calldata/index.ts:29](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L29) --- @@ -40,7 +40,7 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/index.ts:31](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L31) +[src/utils/calldata/index.ts:31](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L31) ## Methods @@ -64,7 +64,7 @@ Calldata #### Defined in -[src/utils/calldata/index.ts:120](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L120) +[src/utils/calldata/index.ts:120](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L120) --- @@ -88,7 +88,7 @@ number #### Defined in -[src/utils/calldata/index.ts:201](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L201) +[src/utils/calldata/index.ts:201](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L201) --- @@ -112,7 +112,7 @@ AbiStructs - structs from abi #### Defined in -[src/utils/calldata/index.ts:210](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L210) +[src/utils/calldata/index.ts:210](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L210) --- @@ -136,7 +136,7 @@ Calldata #### Defined in -[src/utils/calldata/index.ts:227](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L227) +[src/utils/calldata/index.ts:227](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L227) --- @@ -160,7 +160,7 @@ HexCalldata #### Defined in -[src/utils/calldata/index.ts:236](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L236) +[src/utils/calldata/index.ts:236](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L236) --- @@ -184,7 +184,7 @@ Validate arguments passed to the method as corresponding to the ones in the abi #### Defined in -[src/utils/calldata/index.ts:44](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L44) +[src/utils/calldata/index.ts:44](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L44) --- @@ -220,7 +220,7 @@ Calldata - parsed arguments in format that contract is expecting #### Defined in -[src/utils/calldata/index.ts:93](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L93) +[src/utils/calldata/index.ts:93](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L93) --- @@ -245,7 +245,7 @@ Result - parsed response corresponding to the abi #### Defined in -[src/utils/calldata/index.ts:167](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L167) +[src/utils/calldata/index.ts:167](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L167) --- @@ -271,4 +271,4 @@ Result - parsed and formatted response object #### Defined in -[src/utils/calldata/index.ts:191](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L191) +[src/utils/calldata/index.ts:191](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/index.ts#L191) diff --git a/www/versioned_docs/version-5.14.1/API/classes/Contract.md b/www/versioned_docs/version-5.14.1/API/classes/Contract.md index 28bc1d962..b1e0d2182 100644 --- a/www/versioned_docs/version-5.14.1/API/classes/Contract.md +++ b/www/versioned_docs/version-5.14.1/API/classes/Contract.md @@ -34,7 +34,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:144](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L144) +[src/contract/default.ts:144](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L144) ## Properties @@ -48,7 +48,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:115](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L115) +[src/contract/default.ts:115](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L115) --- @@ -62,7 +62,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:117](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L117) +[src/contract/default.ts:117](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L117) --- @@ -76,7 +76,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:119](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L119) +[src/contract/default.ts:119](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L119) --- @@ -90,7 +90,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:121](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L121) +[src/contract/default.ts:121](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L121) --- @@ -104,7 +104,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:123](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L123) +[src/contract/default.ts:123](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L123) --- @@ -122,7 +122,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:125](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L125) +[src/contract/default.ts:125](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L125) --- @@ -140,7 +140,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:127](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L127) +[src/contract/default.ts:127](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L127) --- @@ -158,7 +158,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:129](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L129) +[src/contract/default.ts:129](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L129) --- @@ -176,7 +176,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:131](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L131) +[src/contract/default.ts:131](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L131) --- @@ -186,7 +186,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:135](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L135) +[src/contract/default.ts:135](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L135) ## Methods @@ -212,7 +212,7 @@ Saves the address of the contract deployed on network that will be used for inte #### Defined in -[src/contract/default.ts:198](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L198) +[src/contract/default.ts:198](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L198) --- @@ -238,7 +238,7 @@ Attaches to new Provider or Account #### Defined in -[src/contract/default.ts:202](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L202) +[src/contract/default.ts:202](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L202) --- @@ -264,7 +264,7 @@ Promise that resolves when contract is deployed on the network or when no deploy #### Defined in -[src/contract/default.ts:206](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L206) +[src/contract/default.ts:206](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L206) --- @@ -294,7 +294,7 @@ Result of the call as an array with key value pars #### Defined in -[src/contract/default.ts:214](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L214) +[src/contract/default.ts:214](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L214) --- @@ -324,7 +324,7 @@ Add Transaction Response #### Defined in -[src/contract/default.ts:256](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L256) +[src/contract/default.ts:256](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L256) --- @@ -351,7 +351,7 @@ Estimates a method on a contract #### Defined in -[src/contract/default.ts:300](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L300) +[src/contract/default.ts:300](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L300) --- @@ -380,7 +380,7 @@ Invocation object #### Defined in -[src/contract/default.ts:314](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L314) +[src/contract/default.ts:314](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L314) --- @@ -408,4 +408,4 @@ TRUE if the contract comes from a Cairo1 contract #### Defined in -[src/contract/default.ts:324](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L324) +[src/contract/default.ts:324](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L324) diff --git a/www/versioned_docs/version-5.14.1/API/classes/ContractFactory.md b/www/versioned_docs/version-5.14.1/API/classes/ContractFactory.md index 426d0a2fd..ce1aba721 100644 --- a/www/versioned_docs/version-5.14.1/API/classes/ContractFactory.md +++ b/www/versioned_docs/version-5.14.1/API/classes/ContractFactory.md @@ -23,7 +23,7 @@ custom_edit_url: null #### Defined in -[src/contract/contractFactory.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L18) +[src/contract/contractFactory.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L18) ## Properties @@ -33,7 +33,7 @@ custom_edit_url: null #### Defined in -[src/contract/contractFactory.ts:8](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L8) +[src/contract/contractFactory.ts:8](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L8) --- @@ -43,7 +43,7 @@ custom_edit_url: null #### Defined in -[src/contract/contractFactory.ts:10](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L10) +[src/contract/contractFactory.ts:10](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L10) --- @@ -53,7 +53,7 @@ custom_edit_url: null #### Defined in -[src/contract/contractFactory.ts:12](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L12) +[src/contract/contractFactory.ts:12](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L12) --- @@ -63,7 +63,7 @@ custom_edit_url: null #### Defined in -[src/contract/contractFactory.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L14) +[src/contract/contractFactory.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L14) --- @@ -73,7 +73,7 @@ custom_edit_url: null #### Defined in -[src/contract/contractFactory.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L16) +[src/contract/contractFactory.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L16) ## Methods @@ -97,7 +97,7 @@ deployed Contract #### Defined in -[src/contract/contractFactory.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L38) +[src/contract/contractFactory.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L38) --- @@ -121,7 +121,7 @@ ContractFactory #### Defined in -[src/contract/contractFactory.ts:76](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L76) +[src/contract/contractFactory.ts:76](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L76) --- @@ -145,4 +145,4 @@ Contract #### Defined in -[src/contract/contractFactory.ts:87](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L87) +[src/contract/contractFactory.ts:87](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/contractFactory.ts#L87) diff --git a/www/versioned_docs/version-5.14.1/API/classes/ContractInterface.md b/www/versioned_docs/version-5.14.1/API/classes/ContractInterface.md index 25e3ca99c..58ae5587a 100644 --- a/www/versioned_docs/version-5.14.1/API/classes/ContractInterface.md +++ b/www/versioned_docs/version-5.14.1/API/classes/ContractInterface.md @@ -28,7 +28,7 @@ custom_edit_url: null #### Defined in -[src/contract/interface.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/interface.ts#L18) +[src/contract/interface.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/interface.ts#L18) --- @@ -38,7 +38,7 @@ custom_edit_url: null #### Defined in -[src/contract/interface.ts:20](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/interface.ts#L20) +[src/contract/interface.ts:20](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/interface.ts#L20) --- @@ -48,7 +48,7 @@ custom_edit_url: null #### Defined in -[src/contract/interface.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/interface.ts#L22) +[src/contract/interface.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/interface.ts#L22) --- @@ -58,7 +58,7 @@ custom_edit_url: null #### Defined in -[src/contract/interface.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/interface.ts#L24) +[src/contract/interface.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/interface.ts#L24) --- @@ -72,7 +72,7 @@ custom_edit_url: null #### Defined in -[src/contract/interface.ts:26](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/interface.ts#L26) +[src/contract/interface.ts:26](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/interface.ts#L26) --- @@ -86,7 +86,7 @@ custom_edit_url: null #### Defined in -[src/contract/interface.ts:28](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/interface.ts#L28) +[src/contract/interface.ts:28](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/interface.ts#L28) --- @@ -100,7 +100,7 @@ custom_edit_url: null #### Defined in -[src/contract/interface.ts:30](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/interface.ts#L30) +[src/contract/interface.ts:30](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/interface.ts#L30) --- @@ -114,7 +114,7 @@ custom_edit_url: null #### Defined in -[src/contract/interface.ts:32](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/interface.ts#L32) +[src/contract/interface.ts:32](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/interface.ts#L32) ## Methods @@ -136,7 +136,7 @@ Saves the address of the contract deployed on network that will be used for inte #### Defined in -[src/contract/interface.ts:41](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/interface.ts#L41) +[src/contract/interface.ts:41](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/interface.ts#L41) --- @@ -158,7 +158,7 @@ Attaches to new Provider or Account #### Defined in -[src/contract/interface.ts:48](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/interface.ts#L48) +[src/contract/interface.ts:48](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/interface.ts#L48) --- @@ -180,7 +180,7 @@ Promise that resolves when contract is deployed on the network or when no deploy #### Defined in -[src/contract/interface.ts:56](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/interface.ts#L56) +[src/contract/interface.ts:56](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/interface.ts#L56) --- @@ -206,7 +206,7 @@ Result of the call as an array with key value pars #### Defined in -[src/contract/interface.ts:66](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/interface.ts#L66) +[src/contract/interface.ts:66](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/interface.ts#L66) --- @@ -232,7 +232,7 @@ Add Transaction Response #### Defined in -[src/contract/interface.ts:80](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/interface.ts#L80) +[src/contract/interface.ts:80](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/interface.ts#L80) --- @@ -257,7 +257,7 @@ Estimates a method on a contract #### Defined in -[src/contract/interface.ts:93](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/interface.ts#L93) +[src/contract/interface.ts:93](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/interface.ts#L93) --- @@ -282,7 +282,7 @@ Invocation object #### Defined in -[src/contract/interface.ts:108](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/interface.ts#L108) +[src/contract/interface.ts:108](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/interface.ts#L108) --- @@ -306,4 +306,4 @@ TRUE if the contract comes from a Cairo1 contract #### Defined in -[src/contract/interface.ts:119](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/interface.ts#L119) +[src/contract/interface.ts:119](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/interface.ts#L119) diff --git a/www/versioned_docs/version-5.14.1/API/classes/CustomError.md b/www/versioned_docs/version-5.14.1/API/classes/CustomError.md index fee3997be..3b0fdcb8a 100644 --- a/www/versioned_docs/version-5.14.1/API/classes/CustomError.md +++ b/www/versioned_docs/version-5.14.1/API/classes/CustomError.md @@ -32,7 +32,7 @@ Error.constructor #### Defined in -[src/provider/errors.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/errors.ts#L18) +[src/provider/errors.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/errors.ts#L18) ## Properties @@ -95,7 +95,7 @@ Error.name #### Defined in -[src/provider/errors.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/errors.ts#L16) +[src/provider/errors.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/errors.ts#L16) --- diff --git a/www/versioned_docs/version-5.14.1/API/classes/GatewayError.md b/www/versioned_docs/version-5.14.1/API/classes/GatewayError.md index 198ba739c..552fb9d90 100644 --- a/www/versioned_docs/version-5.14.1/API/classes/GatewayError.md +++ b/www/versioned_docs/version-5.14.1/API/classes/GatewayError.md @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[src/provider/errors.ts:40](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/errors.ts#L40) +[src/provider/errors.ts:40](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/errors.ts#L40) ## Properties @@ -90,7 +90,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/provider/errors.ts:40](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/errors.ts#L40) +[src/provider/errors.ts:40](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/errors.ts#L40) --- @@ -104,7 +104,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/provider/errors.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/errors.ts#L16) +[src/provider/errors.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/errors.ts#L16) --- diff --git a/www/versioned_docs/version-5.14.1/API/classes/HttpError.md b/www/versioned_docs/version-5.14.1/API/classes/HttpError.md index 497458883..0ddaf0789 100644 --- a/www/versioned_docs/version-5.14.1/API/classes/HttpError.md +++ b/www/versioned_docs/version-5.14.1/API/classes/HttpError.md @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[src/provider/errors.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/errors.ts#L46) +[src/provider/errors.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/errors.ts#L46) ## Properties @@ -90,7 +90,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/provider/errors.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/errors.ts#L46) +[src/provider/errors.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/errors.ts#L46) --- @@ -104,7 +104,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/provider/errors.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/errors.ts#L16) +[src/provider/errors.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/errors.ts#L16) --- diff --git a/www/versioned_docs/version-5.14.1/API/classes/LibraryError.md b/www/versioned_docs/version-5.14.1/API/classes/LibraryError.md index 88727f8d7..de773f996 100644 --- a/www/versioned_docs/version-5.14.1/API/classes/LibraryError.md +++ b/www/versioned_docs/version-5.14.1/API/classes/LibraryError.md @@ -34,7 +34,7 @@ custom_edit_url: null #### Defined in -[src/provider/errors.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/errors.ts#L18) +[src/provider/errors.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/errors.ts#L18) ## Properties @@ -97,7 +97,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/provider/errors.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/errors.ts#L16) +[src/provider/errors.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/errors.ts#L16) --- diff --git a/www/versioned_docs/version-5.14.1/API/classes/Provider.md b/www/versioned_docs/version-5.14.1/API/classes/Provider.md index 58d4f983e..ffcc3c988 100644 --- a/www/versioned_docs/version-5.14.1/API/classes/Provider.md +++ b/www/versioned_docs/version-5.14.1/API/classes/Provider.md @@ -30,7 +30,7 @@ custom_edit_url: null #### Defined in -[src/provider/default.ts:41](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L41) +[src/provider/default.ts:41](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L41) ## Properties @@ -40,7 +40,7 @@ custom_edit_url: null #### Defined in -[src/provider/default.ts:39](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L39) +[src/provider/default.ts:39](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L39) ## Methods @@ -62,7 +62,7 @@ the chain Id #### Defined in -[src/provider/default.ts:63](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L63) +[src/provider/default.ts:63](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L63) --- @@ -90,7 +90,7 @@ the block object #### Defined in -[src/provider/default.ts:67](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L67) +[src/provider/default.ts:67](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L67) --- @@ -119,7 +119,7 @@ Contract class of compiled contract #### Defined in -[src/provider/default.ts:71](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L71) +[src/provider/default.ts:71](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L71) --- @@ -148,7 +148,7 @@ Class hash #### Defined in -[src/provider/default.ts:78](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L78) +[src/provider/default.ts:78](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L78) --- @@ -176,7 +176,7 @@ Contract class of compiled contract #### Defined in -[src/provider/default.ts:85](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L85) +[src/provider/default.ts:85](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L85) --- @@ -210,7 +210,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:89](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L89) +[src/provider/default.ts:89](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L89) --- @@ -241,7 +241,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:97](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L97) +[src/provider/default.ts:97](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L97) --- @@ -270,7 +270,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:111](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L111) +[src/provider/default.ts:111](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L111) --- @@ -299,7 +299,7 @@ the hex nonce #### Defined in -[src/provider/default.ts:118](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L118) +[src/provider/default.ts:118](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L118) --- @@ -329,7 +329,7 @@ the value of the storage variable #### Defined in -[src/provider/default.ts:125](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L125) +[src/provider/default.ts:125](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L125) --- @@ -357,7 +357,7 @@ the transaction object { transaction_id, status, transaction, block_number?, blo #### Defined in -[src/provider/default.ts:133](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L133) +[src/provider/default.ts:133](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L133) --- @@ -385,7 +385,7 @@ the transaction receipt object #### Defined in -[src/provider/default.ts:137](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L137) +[src/provider/default.ts:137](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L137) --- @@ -414,7 +414,7 @@ the result of the function on the smart contract. #### Defined in -[src/provider/default.ts:141](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L141) +[src/provider/default.ts:141](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L141) --- @@ -447,7 +447,7 @@ response from addTransaction #### Defined in -[src/provider/default.ts:148](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L148) +[src/provider/default.ts:148](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L148) --- @@ -476,7 +476,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/default.ts:155](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L155) +[src/provider/default.ts:155](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L155) --- @@ -505,7 +505,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/default.ts:162](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L162) +[src/provider/default.ts:162](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L162) --- @@ -536,7 +536,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:169](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L169) +[src/provider/default.ts:169](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L169) --- @@ -567,7 +567,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:178](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L178) +[src/provider/default.ts:178](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L178) --- @@ -596,7 +596,7 @@ The method should not be used #### Defined in -[src/provider/default.ts:192](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L192) +[src/provider/default.ts:192](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L192) --- @@ -625,7 +625,7 @@ GetTransactionReceiptResponse #### Defined in -[src/provider/default.ts:199](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L199) +[src/provider/default.ts:199](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L199) --- @@ -654,7 +654,7 @@ an array of transaction trace and estimated fee #### Defined in -[src/provider/default.ts:206](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L206) +[src/provider/default.ts:206](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L206) --- @@ -682,7 +682,7 @@ StateUpdateResponse #### Defined in -[src/provider/default.ts:213](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L213) +[src/provider/default.ts:213](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L213) --- @@ -703,7 +703,7 @@ StateUpdateResponse #### Defined in -[src/provider/default.ts:217](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L217) +[src/provider/default.ts:217](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L217) --- @@ -724,4 +724,4 @@ StateUpdateResponse #### Defined in -[src/provider/default.ts:221](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/default.ts#L221) +[src/provider/default.ts:221](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/default.ts#L221) diff --git a/www/versioned_docs/version-5.14.1/API/classes/ProviderInterface.md b/www/versioned_docs/version-5.14.1/API/classes/ProviderInterface.md index a0eff4c83..983eb5d62 100644 --- a/www/versioned_docs/version-5.14.1/API/classes/ProviderInterface.md +++ b/www/versioned_docs/version-5.14.1/API/classes/ProviderInterface.md @@ -40,7 +40,7 @@ the chain Id #### Defined in -[src/provider/interface.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L38) +[src/provider/interface.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L38) --- @@ -65,7 +65,7 @@ the result of the function on the smart contract. #### Defined in -[src/provider/interface.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L47) +[src/provider/interface.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L47) --- @@ -89,7 +89,7 @@ the block object #### Defined in -[src/provider/interface.ts:58](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L58) +[src/provider/interface.ts:58](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L58) --- @@ -114,7 +114,7 @@ The method should not be used #### Defined in -[src/provider/interface.ts:63](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L63) +[src/provider/interface.ts:63](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L63) --- @@ -139,7 +139,7 @@ Contract class of compiled contract #### Defined in -[src/provider/interface.ts:75](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L75) +[src/provider/interface.ts:75](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L75) --- @@ -164,7 +164,7 @@ Class hash #### Defined in -[src/provider/interface.ts:87](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L87) +[src/provider/interface.ts:87](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L87) --- @@ -188,7 +188,7 @@ Contract class of compiled contract #### Defined in -[src/provider/interface.ts:98](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L98) +[src/provider/interface.ts:98](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L98) --- @@ -213,7 +213,7 @@ the hex nonce #### Defined in -[src/provider/interface.ts:106](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L106) +[src/provider/interface.ts:106](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L106) --- @@ -239,7 +239,7 @@ the value of the storage variable #### Defined in -[src/provider/interface.ts:119](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L119) +[src/provider/interface.ts:119](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L119) --- @@ -263,7 +263,7 @@ the transaction object { transaction_id, status, transaction, block_number?, blo #### Defined in -[src/provider/interface.ts:131](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L131) +[src/provider/interface.ts:131](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L131) --- @@ -287,7 +287,7 @@ the transaction receipt object #### Defined in -[src/provider/interface.ts:139](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L139) +[src/provider/interface.ts:139](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L139) --- @@ -312,7 +312,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/interface.ts:152](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L152) +[src/provider/interface.ts:152](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L152) --- @@ -341,7 +341,7 @@ response from addTransaction #### Defined in -[src/provider/interface.ts:172](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L172) +[src/provider/interface.ts:172](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L172) --- @@ -366,7 +366,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/interface.ts:189](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L189) +[src/provider/interface.ts:189](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L189) --- @@ -397,7 +397,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:210](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L210) +[src/provider/interface.ts:210](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L210) --- @@ -424,7 +424,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:232](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L232) +[src/provider/interface.ts:232](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L232) --- @@ -451,7 +451,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:254](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L254) +[src/provider/interface.ts:254](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L254) --- @@ -478,7 +478,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:277](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L277) +[src/provider/interface.ts:277](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L277) --- @@ -503,7 +503,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:293](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L293) +[src/provider/interface.ts:293](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L293) --- @@ -528,7 +528,7 @@ GetTransactionReceiptResponse #### Defined in -[src/provider/interface.ts:306](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L306) +[src/provider/interface.ts:306](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L306) --- @@ -553,7 +553,7 @@ an array of transaction trace and estimated fee #### Defined in -[src/provider/interface.ts:321](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L321) +[src/provider/interface.ts:321](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L321) --- @@ -577,4 +577,4 @@ StateUpdateResponse #### Defined in -[src/provider/interface.ts:332](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/interface.ts#L332) +[src/provider/interface.ts:332](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/interface.ts#L332) diff --git a/www/versioned_docs/version-5.14.1/API/classes/RpcProvider.md b/www/versioned_docs/version-5.14.1/API/classes/RpcProvider.md index 7c345f820..dd1843454 100644 --- a/www/versioned_docs/version-5.14.1/API/classes/RpcProvider.md +++ b/www/versioned_docs/version-5.14.1/API/classes/RpcProvider.md @@ -24,7 +24,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:74](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L74) +[src/provider/rpc.ts:74](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L74) ## Properties @@ -34,7 +34,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:62](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L62) +[src/provider/rpc.ts:62](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L62) --- @@ -44,7 +44,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:64](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L64) +[src/provider/rpc.ts:64](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L64) --- @@ -54,7 +54,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:66](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L66) +[src/provider/rpc.ts:66](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L66) --- @@ -64,7 +64,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:68](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L68) +[src/provider/rpc.ts:68](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L68) --- @@ -74,7 +74,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:70](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L70) +[src/provider/rpc.ts:70](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L70) --- @@ -84,7 +84,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:72](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L72) +[src/provider/rpc.ts:72](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L72) ## Methods @@ -105,7 +105,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:84](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L84) +[src/provider/rpc.ts:84](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L84) --- @@ -125,7 +125,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:93](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L93) +[src/provider/rpc.ts:93](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L93) --- @@ -152,7 +152,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:100](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L100) +[src/provider/rpc.ts:100](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L100) --- @@ -174,7 +174,7 @@ the chain Id #### Defined in -[src/provider/rpc.ts:116](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L116) +[src/provider/rpc.ts:116](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L116) --- @@ -202,7 +202,7 @@ the block object #### Defined in -[src/provider/rpc.ts:121](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L121) +[src/provider/rpc.ts:121](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L121) --- @@ -216,7 +216,7 @@ the block object #### Defined in -[src/provider/rpc.ts:129](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L129) +[src/provider/rpc.ts:129](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L129) --- @@ -236,7 +236,7 @@ the block object #### Defined in -[src/provider/rpc.ts:133](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L133) +[src/provider/rpc.ts:133](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L133) --- @@ -256,7 +256,7 @@ the block object #### Defined in -[src/provider/rpc.ts:140](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L140) +[src/provider/rpc.ts:140](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L140) --- @@ -285,7 +285,7 @@ Class hash #### Defined in -[src/provider/rpc.ts:147](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L147) +[src/provider/rpc.ts:147](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L147) --- @@ -314,7 +314,7 @@ the hex nonce #### Defined in -[src/provider/rpc.ts:158](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L158) +[src/provider/rpc.ts:158](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L158) --- @@ -328,7 +328,7 @@ the hex nonce #### Defined in -[src/provider/rpc.ts:169](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L169) +[src/provider/rpc.ts:169](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L169) --- @@ -342,7 +342,7 @@ the hex nonce #### Defined in -[src/provider/rpc.ts:173](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L173) +[src/provider/rpc.ts:173](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L173) --- @@ -370,7 +370,7 @@ StateUpdateResponse #### Defined in -[src/provider/rpc.ts:177](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L177) +[src/provider/rpc.ts:177](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L177) --- @@ -400,7 +400,7 @@ the value of the storage variable #### Defined in -[src/provider/rpc.ts:184](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L184) +[src/provider/rpc.ts:184](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L184) --- @@ -428,7 +428,7 @@ the transaction object { transaction_id, status, transaction, block_number?, blo #### Defined in -[src/provider/rpc.ts:199](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L199) +[src/provider/rpc.ts:199](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L199) --- @@ -448,7 +448,7 @@ the transaction object { transaction_id, status, transaction, block_number?, blo #### Defined in -[src/provider/rpc.ts:203](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L203) +[src/provider/rpc.ts:203](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L203) --- @@ -469,7 +469,7 @@ the transaction object { transaction_id, status, transaction, block_number?, blo #### Defined in -[src/provider/rpc.ts:207](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L207) +[src/provider/rpc.ts:207](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L207) --- @@ -497,7 +497,7 @@ the transaction receipt object #### Defined in -[src/provider/rpc.ts:215](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L215) +[src/provider/rpc.ts:215](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L215) --- @@ -525,7 +525,7 @@ Contract class of compiled contract #### Defined in -[src/provider/rpc.ts:219](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L219) +[src/provider/rpc.ts:219](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L219) --- @@ -546,7 +546,7 @@ Contract class of compiled contract #### Defined in -[src/provider/rpc.ts:223](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L223) +[src/provider/rpc.ts:223](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L223) --- @@ -575,7 +575,7 @@ Contract class of compiled contract #### Defined in -[src/provider/rpc.ts:234](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L234) +[src/provider/rpc.ts:234](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L234) --- @@ -604,7 +604,7 @@ The method should not be used #### Defined in -[src/provider/rpc.ts:245](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L245) +[src/provider/rpc.ts:245](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L245) --- @@ -638,7 +638,7 @@ the estimated fee #### Defined in -[src/provider/rpc.ts:252](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L252) +[src/provider/rpc.ts:252](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L252) --- @@ -668,7 +668,7 @@ the estimated fee #### Defined in -[src/provider/rpc.ts:260](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L260) +[src/provider/rpc.ts:260](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L260) --- @@ -698,7 +698,7 @@ the estimated fee #### Defined in -[src/provider/rpc.ts:280](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L280) +[src/provider/rpc.ts:280](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L280) --- @@ -728,7 +728,7 @@ the estimated fee #### Defined in -[src/provider/rpc.ts:300](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L300) +[src/provider/rpc.ts:300](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L300) --- @@ -757,7 +757,7 @@ the estimated fee #### Defined in -[src/provider/rpc.ts:320](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L320) +[src/provider/rpc.ts:320](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L320) --- @@ -786,7 +786,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/rpc.ts:335](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L335) +[src/provider/rpc.ts:335](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L335) --- @@ -815,7 +815,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/rpc.ts:375](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L375) +[src/provider/rpc.ts:375](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L375) --- @@ -848,7 +848,7 @@ response from addTransaction #### Defined in -[src/provider/rpc.ts:393](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L393) +[src/provider/rpc.ts:393](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L393) --- @@ -877,7 +877,7 @@ the result of the function on the smart contract. #### Defined in -[src/provider/rpc.ts:411](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L411) +[src/provider/rpc.ts:411](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L411) --- @@ -897,7 +897,7 @@ the result of the function on the smart contract. #### Defined in -[src/provider/rpc.ts:428](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L428) +[src/provider/rpc.ts:428](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L428) --- @@ -917,7 +917,7 @@ the result of the function on the smart contract. #### Defined in -[src/provider/rpc.ts:432](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L432) +[src/provider/rpc.ts:432](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L432) --- @@ -946,7 +946,7 @@ GetTransactionReceiptResponse #### Defined in -[src/provider/rpc.ts:436](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L436) +[src/provider/rpc.ts:436](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L436) --- @@ -970,7 +970,7 @@ Number of transactions #### Defined in -[src/provider/rpc.ts:493](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L493) +[src/provider/rpc.ts:493](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L493) --- @@ -988,7 +988,7 @@ Number of the latest block #### Defined in -[src/provider/rpc.ts:506](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L506) +[src/provider/rpc.ts:506](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L506) --- @@ -1006,7 +1006,7 @@ Object with the stats data #### Defined in -[src/provider/rpc.ts:516](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L516) +[src/provider/rpc.ts:516](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L516) --- @@ -1030,7 +1030,7 @@ events and the pagination of the events #### Defined in -[src/provider/rpc.ts:526](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L526) +[src/provider/rpc.ts:526](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L526) --- @@ -1059,7 +1059,7 @@ an array of transaction trace and estimated fee #### Defined in -[src/provider/rpc.ts:530](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L530) +[src/provider/rpc.ts:530](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L530) --- @@ -1080,7 +1080,7 @@ an array of transaction trace and estimated fee #### Defined in -[src/provider/rpc.ts:551](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L551) +[src/provider/rpc.ts:551](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L551) --- @@ -1101,7 +1101,7 @@ an array of transaction trace and estimated fee #### Defined in -[src/provider/rpc.ts:555](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L555) +[src/provider/rpc.ts:555](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L555) --- @@ -1122,4 +1122,4 @@ an array of transaction trace and estimated fee #### Defined in -[src/provider/rpc.ts:559](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L559) +[src/provider/rpc.ts:559](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/rpc.ts#L559) diff --git a/www/versioned_docs/version-5.14.1/API/classes/SequencerProvider.md b/www/versioned_docs/version-5.14.1/API/classes/SequencerProvider.md index 794089171..c4292e5df 100644 --- a/www/versioned_docs/version-5.14.1/API/classes/SequencerProvider.md +++ b/www/versioned_docs/version-5.14.1/API/classes/SequencerProvider.md @@ -24,7 +24,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:89](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L89) +[src/provider/sequencer.ts:89](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L89) ## Properties @@ -34,7 +34,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:75](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L75) +[src/provider/sequencer.ts:75](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L75) --- @@ -44,7 +44,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:77](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L77) +[src/provider/sequencer.ts:77](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L77) --- @@ -54,7 +54,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:79](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L79) +[src/provider/sequencer.ts:79](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L79) --- @@ -64,7 +64,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:81](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L81) +[src/provider/sequencer.ts:81](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L81) --- @@ -74,7 +74,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:83](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L83) +[src/provider/sequencer.ts:83](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L83) --- @@ -84,7 +84,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:85](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L85) +[src/provider/sequencer.ts:85](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L85) --- @@ -94,7 +94,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:87](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L87) +[src/provider/sequencer.ts:87](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L87) ## Methods @@ -114,7 +114,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:109](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L109) +[src/provider/sequencer.ts:109](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L109) --- @@ -134,7 +134,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:122](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L122) +[src/provider/sequencer.ts:122](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L122) --- @@ -154,7 +154,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:139](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L139) +[src/provider/sequencer.ts:139](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L139) --- @@ -174,7 +174,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:144](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L144) +[src/provider/sequencer.ts:144](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L144) --- @@ -194,7 +194,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:157](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L157) +[src/provider/sequencer.ts:157](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L157) --- @@ -214,7 +214,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:174](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L174) +[src/provider/sequencer.ts:174](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L174) --- @@ -241,7 +241,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:185](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L185) +[src/provider/sequencer.ts:185](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L185) --- @@ -265,7 +265,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:207](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L207) +[src/provider/sequencer.ts:207](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L207) --- @@ -287,7 +287,7 @@ the chain Id #### Defined in -[src/provider/sequencer.ts:248](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L248) +[src/provider/sequencer.ts:248](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L248) --- @@ -316,7 +316,7 @@ the result of the function on the smart contract. #### Defined in -[src/provider/sequencer.ts:252](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L252) +[src/provider/sequencer.ts:252](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L252) --- @@ -344,7 +344,7 @@ the block object #### Defined in -[src/provider/sequencer.ts:270](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L270) +[src/provider/sequencer.ts:270](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L270) --- @@ -373,7 +373,7 @@ the hex nonce #### Defined in -[src/provider/sequencer.ts:278](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L278) +[src/provider/sequencer.ts:278](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L278) --- @@ -403,7 +403,7 @@ the value of the storage variable #### Defined in -[src/provider/sequencer.ts:285](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L285) +[src/provider/sequencer.ts:285](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L285) --- @@ -431,7 +431,7 @@ the transaction object { transaction_id, status, transaction, block_number?, blo #### Defined in -[src/provider/sequencer.ts:298](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L298) +[src/provider/sequencer.ts:298](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L298) --- @@ -459,7 +459,7 @@ the transaction receipt object #### Defined in -[src/provider/sequencer.ts:307](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L307) +[src/provider/sequencer.ts:307](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L307) --- @@ -488,7 +488,7 @@ Contract class of compiled contract #### Defined in -[src/provider/sequencer.ts:314](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L314) +[src/provider/sequencer.ts:314](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L314) --- @@ -517,7 +517,7 @@ Class hash #### Defined in -[src/provider/sequencer.ts:323](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L323) +[src/provider/sequencer.ts:323](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L323) --- @@ -546,7 +546,7 @@ Contract class of compiled contract #### Defined in -[src/provider/sequencer.ts:330](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L330) +[src/provider/sequencer.ts:330](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L330) --- @@ -567,7 +567,7 @@ Contract class of compiled contract #### Defined in -[src/provider/sequencer.ts:339](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L339) +[src/provider/sequencer.ts:339](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L339) --- @@ -600,7 +600,7 @@ response from addTransaction #### Defined in -[src/provider/sequencer.ts:346](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L346) +[src/provider/sequencer.ts:346](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L346) --- @@ -629,7 +629,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/sequencer.ts:361](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L361) +[src/provider/sequencer.ts:361](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L361) --- @@ -658,7 +658,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/sequencer.ts:377](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L377) +[src/provider/sequencer.ts:377](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L377) --- @@ -693,7 +693,7 @@ the estimated fee #### Defined in -[src/provider/sequencer.ts:405](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L405) +[src/provider/sequencer.ts:405](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L405) --- @@ -724,7 +724,7 @@ the estimated fee #### Defined in -[src/provider/sequencer.ts:414](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L414) +[src/provider/sequencer.ts:414](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L414) --- @@ -755,7 +755,7 @@ the estimated fee #### Defined in -[src/provider/sequencer.ts:433](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L433) +[src/provider/sequencer.ts:433](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L433) --- @@ -786,7 +786,7 @@ the estimated fee #### Defined in -[src/provider/sequencer.ts:452](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L452) +[src/provider/sequencer.ts:452](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L452) --- @@ -815,7 +815,7 @@ the estimated fee #### Defined in -[src/provider/sequencer.ts:471](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L471) +[src/provider/sequencer.ts:471](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L471) --- @@ -844,7 +844,7 @@ The method should not be used #### Defined in -[src/provider/sequencer.ts:483](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L483) +[src/provider/sequencer.ts:483](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L483) --- @@ -873,7 +873,7 @@ GetTransactionReceiptResponse #### Defined in -[src/provider/sequencer.ts:490](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L490) +[src/provider/sequencer.ts:490](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L490) --- @@ -897,7 +897,7 @@ GetTransactionStatusResponse - the transaction status object #### Defined in -[src/provider/sequencer.ts:527](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L527) +[src/provider/sequencer.ts:527](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L527) --- @@ -915,7 +915,7 @@ GetContractAddressesResponse - starknet smart contract addresses #### Defined in -[src/provider/sequencer.ts:536](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L536) +[src/provider/sequencer.ts:536](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L536) --- @@ -939,7 +939,7 @@ TransactionTraceResponse - the transaction trace #### Defined in -[src/provider/sequencer.ts:545](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L545) +[src/provider/sequencer.ts:545](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L545) --- @@ -960,7 +960,7 @@ TransactionTraceResponse - the transaction trace #### Defined in -[src/provider/sequencer.ts:552](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L552) +[src/provider/sequencer.ts:552](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L552) --- @@ -988,7 +988,7 @@ WARNING!: Sequencer will process only first element from invocations array #### Defined in -[src/provider/sequencer.ts:575](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L575) +[src/provider/sequencer.ts:575](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L575) --- @@ -1016,7 +1016,7 @@ StateUpdateResponse #### Defined in -[src/provider/sequencer.ts:602](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L602) +[src/provider/sequencer.ts:602](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L602) --- @@ -1036,7 +1036,7 @@ StateUpdateResponse #### Defined in -[src/provider/sequencer.ts:612](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L612) +[src/provider/sequencer.ts:612](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L612) --- @@ -1057,7 +1057,7 @@ StateUpdateResponse #### Defined in -[src/provider/sequencer.ts:619](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L619) +[src/provider/sequencer.ts:619](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L619) --- @@ -1078,7 +1078,7 @@ StateUpdateResponse #### Defined in -[src/provider/sequencer.ts:623](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L623) +[src/provider/sequencer.ts:623](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L623) --- @@ -1103,4 +1103,4 @@ AccountTransactionItem #### Defined in -[src/provider/sequencer.ts:633](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L633) +[src/provider/sequencer.ts:633](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/sequencer.ts#L633) diff --git a/www/versioned_docs/version-5.14.1/API/classes/Signer.md b/www/versioned_docs/version-5.14.1/API/classes/Signer.md index 1772c827a..fdcf379ea 100644 --- a/www/versioned_docs/version-5.14.1/API/classes/Signer.md +++ b/www/versioned_docs/version-5.14.1/API/classes/Signer.md @@ -24,7 +24,7 @@ custom_edit_url: null #### Defined in -[src/signer/default.ts:26](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/signer/default.ts#L26) +[src/signer/default.ts:26](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/signer/default.ts#L26) ## Properties @@ -34,7 +34,7 @@ custom_edit_url: null #### Defined in -[src/signer/default.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/signer/default.ts#L24) +[src/signer/default.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/signer/default.ts#L24) ## Methods @@ -56,7 +56,7 @@ public key of signer as hex string with 0x prefix #### Defined in -[src/signer/default.ts:30](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/signer/default.ts#L30) +[src/signer/default.ts:30](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/signer/default.ts#L30) --- @@ -90,7 +90,7 @@ the signature of the JSON object #### Defined in -[src/signer/default.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/signer/default.ts#L34) +[src/signer/default.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/signer/default.ts#L34) --- @@ -120,7 +120,7 @@ signature #### Defined in -[src/signer/default.ts:39](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/signer/default.ts#L39) +[src/signer/default.ts:39](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/signer/default.ts#L39) --- @@ -148,7 +148,7 @@ signature #### Defined in -[src/signer/default.ts:63](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/signer/default.ts#L63) +[src/signer/default.ts:63](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/signer/default.ts#L63) --- @@ -176,4 +176,4 @@ signature #### Defined in -[src/signer/default.ts:87](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/signer/default.ts#L87) +[src/signer/default.ts:87](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/signer/default.ts#L87) diff --git a/www/versioned_docs/version-5.14.1/API/classes/SignerInterface.md b/www/versioned_docs/version-5.14.1/API/classes/SignerInterface.md index 7fdd58279..b9642d906 100644 --- a/www/versioned_docs/version-5.14.1/API/classes/SignerInterface.md +++ b/www/versioned_docs/version-5.14.1/API/classes/SignerInterface.md @@ -32,7 +32,7 @@ public key of signer as hex string with 0x prefix #### Defined in -[src/signer/interface.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/signer/interface.ts#L17) +[src/signer/interface.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/signer/interface.ts#L17) --- @@ -62,7 +62,7 @@ the signature of the JSON object #### Defined in -[src/signer/interface.ts:28](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/signer/interface.ts#L28) +[src/signer/interface.ts:28](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/signer/interface.ts#L28) --- @@ -88,7 +88,7 @@ signature #### Defined in -[src/signer/interface.ts:41](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/signer/interface.ts#L41) +[src/signer/interface.ts:41](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/signer/interface.ts#L41) --- @@ -112,7 +112,7 @@ signature #### Defined in -[src/signer/interface.ts:60](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/signer/interface.ts#L60) +[src/signer/interface.ts:60](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/signer/interface.ts#L60) --- @@ -136,4 +136,4 @@ signature #### Defined in -[src/signer/interface.ts:76](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/signer/interface.ts#L76) +[src/signer/interface.ts:76](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/signer/interface.ts#L76) diff --git a/www/versioned_docs/version-5.14.1/API/classes/merkle.MerkleTree.md b/www/versioned_docs/version-5.14.1/API/classes/merkle.MerkleTree.md index 8b990bd8c..df7e23364 100644 --- a/www/versioned_docs/version-5.14.1/API/classes/merkle.MerkleTree.md +++ b/www/versioned_docs/version-5.14.1/API/classes/merkle.MerkleTree.md @@ -21,7 +21,7 @@ custom_edit_url: null #### Defined in -[src/utils/merkle.ts:11](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/merkle.ts#L11) +[src/utils/merkle.ts:11](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/merkle.ts#L11) ## Properties @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[src/utils/merkle.ts:5](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/merkle.ts#L5) +[src/utils/merkle.ts:5](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/merkle.ts#L5) --- @@ -41,7 +41,7 @@ custom_edit_url: null #### Defined in -[src/utils/merkle.ts:7](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/merkle.ts#L7) +[src/utils/merkle.ts:7](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/merkle.ts#L7) --- @@ -51,7 +51,7 @@ custom_edit_url: null #### Defined in -[src/utils/merkle.ts:9](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/merkle.ts#L9) +[src/utils/merkle.ts:9](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/merkle.ts#L9) ## Methods @@ -72,7 +72,7 @@ custom_edit_url: null #### Defined in -[src/utils/merkle.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/merkle.ts#L34) +[src/utils/merkle.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/merkle.ts#L34) --- @@ -92,7 +92,7 @@ custom_edit_url: null #### Defined in -[src/utils/merkle.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/merkle.ts#L16) +[src/utils/merkle.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/merkle.ts#L16) --- @@ -114,4 +114,4 @@ custom_edit_url: null #### Defined in -[src/utils/merkle.ts:39](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/merkle.ts#L39) +[src/utils/merkle.ts:39](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/merkle.ts#L39) diff --git a/www/versioned_docs/version-5.14.1/API/enums/cairo.Uint.md b/www/versioned_docs/version-5.14.1/API/enums/cairo.Uint.md index 04701cdc9..70b6b5d50 100644 --- a/www/versioned_docs/version-5.14.1/API/enums/cairo.Uint.md +++ b/www/versioned_docs/version-5.14.1/API/enums/cairo.Uint.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/cairo.ts:7](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L7) +[src/utils/calldata/cairo.ts:7](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L7) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/cairo.ts:8](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L8) +[src/utils/calldata/cairo.ts:8](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L8) --- @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/cairo.ts:9](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L9) +[src/utils/calldata/cairo.ts:9](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L9) --- @@ -45,7 +45,7 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/cairo.ts:10](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L10) +[src/utils/calldata/cairo.ts:10](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L10) --- @@ -55,7 +55,7 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/cairo.ts:11](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L11) +[src/utils/calldata/cairo.ts:11](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L11) --- @@ -65,4 +65,4 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/cairo.ts:12](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L12) +[src/utils/calldata/cairo.ts:12](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L12) diff --git a/www/versioned_docs/version-5.14.1/API/enums/constants.BaseUrl.md b/www/versioned_docs/version-5.14.1/API/enums/constants.BaseUrl.md index a9b692e2b..a5c944d3e 100644 --- a/www/versioned_docs/version-5.14.1/API/enums/constants.BaseUrl.md +++ b/www/versioned_docs/version-5.14.1/API/enums/constants.BaseUrl.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:9](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L9) +[src/constants.ts:9](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L9) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:10](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L10) +[src/constants.ts:10](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L10) --- @@ -35,4 +35,4 @@ custom_edit_url: null #### Defined in -[src/constants.ts:11](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L11) +[src/constants.ts:11](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L11) diff --git a/www/versioned_docs/version-5.14.1/API/enums/constants.NetworkName.md b/www/versioned_docs/version-5.14.1/API/enums/constants.NetworkName.md index db451755b..dae9837c4 100644 --- a/www/versioned_docs/version-5.14.1/API/enums/constants.NetworkName.md +++ b/www/versioned_docs/version-5.14.1/API/enums/constants.NetworkName.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:15](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L15) +[src/constants.ts:15](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L15) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L16) +[src/constants.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L16) --- @@ -35,4 +35,4 @@ custom_edit_url: null #### Defined in -[src/constants.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L17) +[src/constants.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L17) diff --git a/www/versioned_docs/version-5.14.1/API/enums/constants.StarknetChainId.md b/www/versioned_docs/version-5.14.1/API/enums/constants.StarknetChainId.md index 9669ad630..ca34c3a17 100644 --- a/www/versioned_docs/version-5.14.1/API/enums/constants.StarknetChainId.md +++ b/www/versioned_docs/version-5.14.1/API/enums/constants.StarknetChainId.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:21](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L21) +[src/constants.ts:21](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L21) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L22) +[src/constants.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L22) --- @@ -35,4 +35,4 @@ custom_edit_url: null #### Defined in -[src/constants.ts:23](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L23) +[src/constants.ts:23](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L23) diff --git a/www/versioned_docs/version-5.14.1/API/enums/constants.TransactionHashPrefix.md b/www/versioned_docs/version-5.14.1/API/enums/constants.TransactionHashPrefix.md index 44fc7c55c..3aa9846e2 100644 --- a/www/versioned_docs/version-5.14.1/API/enums/constants.TransactionHashPrefix.md +++ b/www/versioned_docs/version-5.14.1/API/enums/constants.TransactionHashPrefix.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:27](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L27) +[src/constants.ts:27](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L27) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:28](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L28) +[src/constants.ts:28](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L28) --- @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:29](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L29) +[src/constants.ts:29](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L29) --- @@ -45,7 +45,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:30](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L30) +[src/constants.ts:30](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L30) --- @@ -55,4 +55,4 @@ custom_edit_url: null #### Defined in -[src/constants.ts:31](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L31) +[src/constants.ts:31](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L31) diff --git a/www/versioned_docs/version-5.14.1/API/enums/starknetId.StarknetIdContract.md b/www/versioned_docs/version-5.14.1/API/enums/starknetId.StarknetIdContract.md index 5eafc5c4c..17c4ce055 100644 --- a/www/versioned_docs/version-5.14.1/API/enums/starknetId.StarknetIdContract.md +++ b/www/versioned_docs/version-5.14.1/API/enums/starknetId.StarknetIdContract.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/utils/starknetId.ts:104](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/starknetId.ts#L104) +[src/utils/starknetId.ts:104](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/starknetId.ts#L104) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/utils/starknetId.ts:105](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/starknetId.ts#L105) +[src/utils/starknetId.ts:105](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/starknetId.ts#L105) diff --git a/www/versioned_docs/version-5.14.1/API/enums/types.EntryPointType.md b/www/versioned_docs/version-5.14.1/API/enums/types.EntryPointType.md index d637b146b..f807c3ac2 100644 --- a/www/versioned_docs/version-5.14.1/API/enums/types.EntryPointType.md +++ b/www/versioned_docs/version-5.14.1/API/enums/types.EntryPointType.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/contract/index.ts:23](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/index.ts#L23) +[src/types/lib/contract/index.ts:23](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/index.ts#L23) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/contract/index.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/index.ts#L24) +[src/types/lib/contract/index.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/index.ts#L24) --- @@ -35,4 +35,4 @@ custom_edit_url: null #### Defined in -[src/types/lib/contract/index.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/index.ts#L25) +[src/types/lib/contract/index.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/index.ts#L25) diff --git a/www/versioned_docs/version-5.14.1/API/enums/types.RPC.TransactionType.md b/www/versioned_docs/version-5.14.1/API/enums/types.RPC.TransactionType.md index 8efc49ebe..dc2bb2227 100644 --- a/www/versioned_docs/version-5.14.1/API/enums/types.RPC.TransactionType.md +++ b/www/versioned_docs/version-5.14.1/API/enums/types.RPC.TransactionType.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:51](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L51) +[src/types/api/rpc.ts:51](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L51) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:52](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L52) +[src/types/api/rpc.ts:52](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L52) --- @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:53](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L53) +[src/types/api/rpc.ts:53](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L53) --- @@ -45,7 +45,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:54](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L54) +[src/types/api/rpc.ts:54](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L54) --- @@ -55,4 +55,4 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:55](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L55) +[src/types/api/rpc.ts:55](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L55) diff --git a/www/versioned_docs/version-5.14.1/API/enums/types.SIMULATION_FLAG.md b/www/versioned_docs/version-5.14.1/API/enums/types.SIMULATION_FLAG.md index fbb121869..e39ac1540 100644 --- a/www/versioned_docs/version-5.14.1/API/enums/types.SIMULATION_FLAG.md +++ b/www/versioned_docs/version-5.14.1/API/enums/types.SIMULATION_FLAG.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:59](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/account.ts#L59) +[src/types/account.ts:59](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/account.ts#L59) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:60](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/account.ts#L60) +[src/types/account.ts:60](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/account.ts#L60) diff --git a/www/versioned_docs/version-5.14.1/API/enums/types.TransactionStatus.md b/www/versioned_docs/version-5.14.1/API/enums/types.TransactionStatus.md index a87124eda..5afb307a5 100644 --- a/www/versioned_docs/version-5.14.1/API/enums/types.TransactionStatus.md +++ b/www/versioned_docs/version-5.14.1/API/enums/types.TransactionStatus.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:133](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L133) +[src/types/lib/index.ts:133](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L133) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:134](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L134) +[src/types/lib/index.ts:134](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L134) --- @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:135](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L135) +[src/types/lib/index.ts:135](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L135) --- @@ -45,7 +45,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:136](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L136) +[src/types/lib/index.ts:136](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L136) --- @@ -55,7 +55,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:137](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L137) +[src/types/lib/index.ts:137](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L137) --- @@ -65,4 +65,4 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:138](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L138) +[src/types/lib/index.ts:138](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L138) diff --git a/www/versioned_docs/version-5.14.1/API/enums/types.TransactionType.md b/www/versioned_docs/version-5.14.1/API/enums/types.TransactionType.md index 6c5e047e3..691323ddf 100644 --- a/www/versioned_docs/version-5.14.1/API/enums/types.TransactionType.md +++ b/www/versioned_docs/version-5.14.1/API/enums/types.TransactionType.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:175](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L175) +[src/types/lib/index.ts:175](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L175) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:176](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L176) +[src/types/lib/index.ts:176](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L176) --- @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:177](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L177) +[src/types/lib/index.ts:177](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L177) --- @@ -45,4 +45,4 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:178](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L178) +[src/types/lib/index.ts:178](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L178) diff --git a/www/versioned_docs/version-5.14.1/API/index.md b/www/versioned_docs/version-5.14.1/API/index.md index 910f95b85..4c57a5710 100644 --- a/www/versioned_docs/version-5.14.1/API/index.md +++ b/www/versioned_docs/version-5.14.1/API/index.md @@ -6,7 +6,7 @@ sidebar_position: 0 custom_edit_url: null --- -This API is based on the [Starknet.js V3](https://github.com/0xs34n/starknet.js/discussions/102) Interface write up by [Janek](https://twitter.com/0xjanek) of [Argent](https://www.argent.xyz/) +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 @@ -18,9 +18,9 @@ Guide is [**here**](../guides/connect_network.md). ## Account -An Account extends [`Provider`](/docs/API/provider) and inherits all of its methods. +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`](/docs/API/signer), declare and deploy Contract and deploy new Account +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. diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.CallStruct.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.CallStruct.md index 7abde6fd7..3bd997f8a 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.CallStruct.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.CallStruct.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:218](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L218) +[src/types/lib/index.ts:218](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L218) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:219](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L219) +[src/types/lib/index.ts:219](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L219) --- @@ -35,4 +35,4 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:220](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L220) +[src/types/lib/index.ts:220](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L220) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.CommonTransactionReceiptResponse.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.CommonTransactionReceiptResponse.md index 94ef884de..485eb750f 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.CommonTransactionReceiptResponse.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.CommonTransactionReceiptResponse.md @@ -21,7 +21,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:74](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L74) +[src/types/provider/response.ts:74](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L74) --- @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:75](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L75) +[src/types/provider/response.ts:75](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L75) --- @@ -41,7 +41,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:76](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L76) +[src/types/provider/response.ts:76](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L76) --- @@ -51,4 +51,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:77](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L77) +[src/types/provider/response.ts:77](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L77) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.CommonTransactionResponse.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.CommonTransactionResponse.md index 761770767..c9e5b191a 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.CommonTransactionResponse.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.CommonTransactionResponse.md @@ -23,7 +23,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:45](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L45) +[src/types/provider/response.ts:45](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L45) --- @@ -33,7 +33,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L46) +[src/types/provider/response.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L46) --- @@ -43,7 +43,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L47) +[src/types/provider/response.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L47) --- @@ -53,7 +53,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:48](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L48) +[src/types/provider/response.ts:48](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L48) --- @@ -63,4 +63,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:49](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L49) +[src/types/provider/response.ts:49](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L49) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.ContractEntryPoint.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.ContractEntryPoint.md index c77b52cc8..9259c2207 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.ContractEntryPoint.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.ContractEntryPoint.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:60](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L60) +[src/types/provider/response.ts:60](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L60) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:61](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L61) +[src/types/provider/response.ts:61](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L61) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.DeclareContractResponse.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.DeclareContractResponse.md index 8197b6c15..f557f617e 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.DeclareContractResponse.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.DeclareContractResponse.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:117](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L117) +[src/types/provider/response.ts:117](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L117) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:118](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L118) +[src/types/provider/response.ts:118](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L118) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.DeclareSignerDetails.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.DeclareSignerDetails.md index 34c939c33..95b718560 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.DeclareSignerDetails.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.DeclareSignerDetails.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/signer.ts#L16) +[src/types/signer.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/signer.ts#L16) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/signer.ts#L17) +[src/types/signer.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/signer.ts#L17) --- @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/signer.ts#L18) +[src/types/signer.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/signer.ts#L18) --- @@ -45,7 +45,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:19](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/signer.ts#L19) +[src/types/signer.ts:19](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/signer.ts#L19) --- @@ -55,7 +55,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:20](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/signer.ts#L20) +[src/types/signer.ts:20](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/signer.ts#L20) --- @@ -65,7 +65,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:21](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/signer.ts#L21) +[src/types/signer.ts:21](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/signer.ts#L21) --- @@ -75,4 +75,4 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/signer.ts#L22) +[src/types/signer.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/signer.ts#L22) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.DeclareTransactionResponse.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.DeclareTransactionResponse.md index 07584e3f6..b4dd7d923 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.DeclareTransactionResponse.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.DeclareTransactionResponse.md @@ -21,7 +21,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:65](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L65) +[src/types/provider/response.ts:65](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L65) --- @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:66](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L66) +[src/types/provider/response.ts:66](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L66) --- @@ -45,7 +45,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:45](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L45) +[src/types/provider/response.ts:45](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L45) --- @@ -59,7 +59,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L46) +[src/types/provider/response.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L46) --- @@ -73,7 +73,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L47) +[src/types/provider/response.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L47) --- @@ -87,7 +87,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:48](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L48) +[src/types/provider/response.ts:48](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L48) --- @@ -101,4 +101,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:49](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L49) +[src/types/provider/response.ts:49](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L49) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.DeployContractResponse.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.DeployContractResponse.md index b908e4e9b..c2e32c33a 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.DeployContractResponse.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.DeployContractResponse.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:23](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/account.ts#L23) +[src/types/account.ts:23](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/account.ts#L23) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/account.ts#L24) +[src/types/account.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/account.ts#L24) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.EstimateFee.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.EstimateFee.md index 07179c0b9..25d06fd3c 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.EstimateFee.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.EstimateFee.md @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:5](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/account.ts#L5) +[src/types/account.ts:5](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/account.ts#L5) --- @@ -39,7 +39,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:106](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L106) +[src/types/provider/response.ts:106](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L106) --- @@ -53,7 +53,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:107](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L107) +[src/types/provider/response.ts:107](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L107) --- @@ -67,4 +67,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:108](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L108) +[src/types/provider/response.ts:108](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L108) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.EstimateFeeDetails.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.EstimateFeeDetails.md index b6677952d..fd662fe80 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.EstimateFeeDetails.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.EstimateFeeDetails.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/account.ts#L17) +[src/types/account.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/account.ts#L17) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/account.ts#L18) +[src/types/account.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/account.ts#L18) --- @@ -35,4 +35,4 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:19](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/account.ts#L19) +[src/types/account.ts:19](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/account.ts#L19) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.EstimateFeeResponse.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.EstimateFeeResponse.md index 581a0cf26..4671d3e87 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.EstimateFeeResponse.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.EstimateFeeResponse.md @@ -21,7 +21,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:106](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L106) +[src/types/provider/response.ts:106](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L106) --- @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:107](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L107) +[src/types/provider/response.ts:107](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L107) --- @@ -41,7 +41,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:108](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L108) +[src/types/provider/response.ts:108](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L108) --- @@ -51,4 +51,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:109](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L109) +[src/types/provider/response.ts:109](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L109) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.Event.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.Event.md index 7933fdbd3..5d86cf2ae 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.Event.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.Event.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:86](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L86) +[src/types/provider/response.ts:86](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L86) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:87](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L87) +[src/types/provider/response.ts:87](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L87) --- @@ -35,4 +35,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:88](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L88) +[src/types/provider/response.ts:88](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L88) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.GetBlockResponse.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.GetBlockResponse.md index cc8b52bb2..793a06e81 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.GetBlockResponse.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.GetBlockResponse.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L24) +[src/types/provider/response.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L24) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L25) +[src/types/provider/response.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L25) --- @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:26](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L26) +[src/types/provider/response.ts:26](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L26) --- @@ -45,7 +45,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:27](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L27) +[src/types/provider/response.ts:27](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L27) --- @@ -55,7 +55,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:28](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L28) +[src/types/provider/response.ts:28](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L28) --- @@ -65,7 +65,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:29](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L29) +[src/types/provider/response.ts:29](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L29) --- @@ -75,7 +75,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:30](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L30) +[src/types/provider/response.ts:30](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L30) --- @@ -85,7 +85,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:31](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L31) +[src/types/provider/response.ts:31](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L31) --- @@ -95,7 +95,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:32](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L32) +[src/types/provider/response.ts:32](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L32) --- @@ -105,7 +105,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L33) +[src/types/provider/response.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L33) --- @@ -115,4 +115,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L34) +[src/types/provider/response.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L34) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.GetCodeResponse.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.GetCodeResponse.md index b077fe000..62115f62e 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.GetCodeResponse.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.GetCodeResponse.md @@ -15,4 +15,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L38) +[src/types/provider/response.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L38) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.InvocationsSignerDetails.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.InvocationsSignerDetails.md index 1c7ed2255..15fdfee22 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.InvocationsSignerDetails.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.InvocationsSignerDetails.md @@ -21,7 +21,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:10](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/signer.ts#L10) +[src/types/signer.ts:10](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/signer.ts#L10) --- @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:11](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/signer.ts#L11) +[src/types/signer.ts:11](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/signer.ts#L11) --- @@ -41,7 +41,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:12](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/signer.ts#L12) +[src/types/signer.ts:12](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/signer.ts#L12) --- @@ -55,7 +55,7 @@ Required.nonce #### Defined in -[src/types/lib/index.ts:113](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L113) +[src/types/lib/index.ts:113](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L113) --- @@ -69,7 +69,7 @@ Required.maxFee #### Defined in -[src/types/lib/index.ts:114](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L114) +[src/types/lib/index.ts:114](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L114) --- @@ -83,4 +83,4 @@ Required.version #### Defined in -[src/types/lib/index.ts:115](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L115) +[src/types/lib/index.ts:115](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L115) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.InvokeFunctionResponse.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.InvokeFunctionResponse.md index 067989c5c..ee8f0df3d 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.InvokeFunctionResponse.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.InvokeFunctionResponse.md @@ -15,4 +15,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:113](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L113) +[src/types/provider/response.ts:113](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L113) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.InvokeTransactionReceiptResponse.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.InvokeTransactionReceiptResponse.md index 5a49baaa0..e76b216b5 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.InvokeTransactionReceiptResponse.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.InvokeTransactionReceiptResponse.md @@ -25,7 +25,7 @@ Use l2_to_l1_messages #### Defined in -[src/types/provider/response.ts:98](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L98) +[src/types/provider/response.ts:98](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L98) --- @@ -35,7 +35,7 @@ Use l2_to_l1_messages #### Defined in -[src/types/provider/response.ts:99](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L99) +[src/types/provider/response.ts:99](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L99) --- @@ -45,7 +45,7 @@ Use l2_to_l1_messages #### Defined in -[src/types/provider/response.ts:100](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L100) +[src/types/provider/response.ts:100](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L100) --- @@ -59,7 +59,7 @@ Use l2_to_l1_messages #### Defined in -[src/types/provider/response.ts:74](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L74) +[src/types/provider/response.ts:74](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L74) --- @@ -73,7 +73,7 @@ Use l2_to_l1_messages #### Defined in -[src/types/provider/response.ts:75](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L75) +[src/types/provider/response.ts:75](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L75) --- @@ -87,7 +87,7 @@ Use l2_to_l1_messages #### Defined in -[src/types/provider/response.ts:76](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L76) +[src/types/provider/response.ts:76](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L76) --- @@ -101,4 +101,4 @@ Use l2_to_l1_messages #### Defined in -[src/types/provider/response.ts:77](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L77) +[src/types/provider/response.ts:77](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L77) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.InvokeTransactionResponse.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.InvokeTransactionResponse.md index dfd89600a..76aec09da 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.InvokeTransactionResponse.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.InvokeTransactionResponse.md @@ -21,7 +21,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:53](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L53) +[src/types/provider/response.ts:53](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L53) --- @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:54](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L54) +[src/types/provider/response.ts:54](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L54) --- @@ -41,7 +41,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:55](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L55) +[src/types/provider/response.ts:55](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L55) --- @@ -51,7 +51,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:56](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L56) +[src/types/provider/response.ts:56](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L56) --- @@ -65,7 +65,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:45](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L45) +[src/types/provider/response.ts:45](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L45) --- @@ -79,7 +79,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L46) +[src/types/provider/response.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L46) --- @@ -93,7 +93,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L47) +[src/types/provider/response.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L47) --- @@ -107,7 +107,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:48](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L48) +[src/types/provider/response.ts:48](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L48) --- @@ -121,4 +121,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:49](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L49) +[src/types/provider/response.ts:49](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L49) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.MessageToL1.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.MessageToL1.md index f848a4a46..7e80ec472 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.MessageToL1.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.MessageToL1.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:81](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L81) +[src/types/provider/response.ts:81](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L81) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:82](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L82) +[src/types/provider/response.ts:82](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L82) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.MessageToL2.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.MessageToL2.md index 585cf9b1c..a7691269d 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.MessageToL2.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.MessageToL2.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:92](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L92) +[src/types/provider/response.ts:92](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L92) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:93](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L93) +[src/types/provider/response.ts:93](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L93) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.Program.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.Program.md index ff47942ca..5b90609e2 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.Program.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.Program.md @@ -21,7 +21,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/contract/legacy.ts:37](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/legacy.ts#L37) +[src/types/lib/contract/legacy.ts:37](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/legacy.ts#L37) --- @@ -31,4 +31,4 @@ custom_edit_url: null #### Defined in -[src/types/lib/contract/legacy.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/legacy.ts#L38) +[src/types/lib/contract/legacy.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/legacy.ts#L38) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.ProviderOptions.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.ProviderOptions.md index 9fe7feaec..16c094e60 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.ProviderOptions.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.ProviderOptions.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/configuration.ts:5](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/configuration.ts#L5) +[src/types/provider/configuration.ts:5](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/configuration.ts#L5) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/configuration.ts:6](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/configuration.ts#L6) +[src/types/provider/configuration.ts:6](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/configuration.ts#L6) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.Sequencer.InvokeFunctionTransactionResponse.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.Sequencer.InvokeFunctionTransactionResponse.md index bb4302122..45e237a85 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.Sequencer.InvokeFunctionTransactionResponse.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.Sequencer.InvokeFunctionTransactionResponse.md @@ -21,7 +21,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:142](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L142) +[src/types/api/sequencer.ts:142](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L142) --- @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:143](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L143) +[src/types/api/sequencer.ts:143](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L143) --- @@ -45,7 +45,7 @@ InvokeFunctionTransaction.type #### Defined in -[src/types/api/sequencer.ts:113](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L113) +[src/types/api/sequencer.ts:113](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L113) --- @@ -59,7 +59,7 @@ InvokeFunctionTransaction.sender_address #### Defined in -[src/types/api/sequencer.ts:114](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L114) +[src/types/api/sequencer.ts:114](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L114) --- @@ -73,7 +73,7 @@ InvokeFunctionTransaction.signature #### Defined in -[src/types/api/sequencer.ts:115](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L115) +[src/types/api/sequencer.ts:115](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L115) --- @@ -87,7 +87,7 @@ InvokeFunctionTransaction.entry_point_type #### Defined in -[src/types/api/sequencer.ts:116](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L116) +[src/types/api/sequencer.ts:116](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L116) --- @@ -101,7 +101,7 @@ InvokeFunctionTransaction.calldata #### Defined in -[src/types/api/sequencer.ts:117](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L117) +[src/types/api/sequencer.ts:117](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L117) --- @@ -115,7 +115,7 @@ InvokeFunctionTransaction.nonce #### Defined in -[src/types/api/sequencer.ts:118](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L118) +[src/types/api/sequencer.ts:118](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L118) --- @@ -129,7 +129,7 @@ InvokeFunctionTransaction.max_fee #### Defined in -[src/types/api/sequencer.ts:119](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L119) +[src/types/api/sequencer.ts:119](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L119) --- @@ -143,4 +143,4 @@ InvokeFunctionTransaction.version #### Defined in -[src/types/api/sequencer.ts:120](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L120) +[src/types/api/sequencer.ts:120](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L120) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.StarkNetDomain.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.StarkNetDomain.md index a568a2d27..b915e343c 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.StarkNetDomain.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.StarkNetDomain.md @@ -23,7 +23,7 @@ The EIP712 domain struct. Any of these fields are optional, but it must contain #### Defined in -[src/types/typedData.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/typedData.ts#L24) +[src/types/typedData.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/typedData.ts#L24) --- @@ -33,7 +33,7 @@ The EIP712 domain struct. Any of these fields are optional, but it must contain #### Defined in -[src/types/typedData.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/typedData.ts#L25) +[src/types/typedData.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/typedData.ts#L25) --- @@ -43,4 +43,4 @@ The EIP712 domain struct. Any of these fields are optional, but it must contain #### Defined in -[src/types/typedData.ts:26](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/typedData.ts#L26) +[src/types/typedData.ts:26](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/typedData.ts#L26) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.StateUpdateResponse.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.StateUpdateResponse.md index 156eeeb21..a31f11ecc 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.StateUpdateResponse.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.StateUpdateResponse.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:161](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L161) +[src/types/provider/response.ts:161](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L161) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:162](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L162) +[src/types/provider/response.ts:162](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L162) --- @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:163](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L163) +[src/types/provider/response.ts:163](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L163) --- @@ -57,4 +57,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:164](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L164) +[src/types/provider/response.ts:164](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L164) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.TypedData.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.TypedData.md index 06f79dff3..7da902f58 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.TypedData.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.TypedData.md @@ -17,7 +17,7 @@ The complete typed data, with all the structs, domain data, primary type of the #### Defined in -[src/types/typedData.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/typedData.ts#L33) +[src/types/typedData.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/typedData.ts#L33) --- @@ -27,7 +27,7 @@ The complete typed data, with all the structs, domain data, primary type of the #### Defined in -[src/types/typedData.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/typedData.ts#L34) +[src/types/typedData.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/typedData.ts#L34) --- @@ -37,7 +37,7 @@ The complete typed data, with all the structs, domain data, primary type of the #### Defined in -[src/types/typedData.ts:35](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/typedData.ts#L35) +[src/types/typedData.ts:35](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/typedData.ts#L35) --- @@ -47,4 +47,4 @@ The complete typed data, with all the structs, domain data, primary type of the #### Defined in -[src/types/typedData.ts:36](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/typedData.ts#L36) +[src/types/typedData.ts:36](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/typedData.ts#L36) diff --git a/www/versioned_docs/version-5.14.1/API/interfaces/types.Uint256.md b/www/versioned_docs/version-5.14.1/API/interfaces/types.Uint256.md index 0f9a31a71..b7acb1cbd 100644 --- a/www/versioned_docs/version-5.14.1/API/interfaces/types.Uint256.md +++ b/www/versioned_docs/version-5.14.1/API/interfaces/types.Uint256.md @@ -17,7 +17,7 @@ Represents an integer in the range [0, 2^256) #### Defined in -[src/types/lib/index.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L16) +[src/types/lib/index.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L16) --- @@ -27,4 +27,4 @@ Represents an integer in the range [0, 2^256) #### Defined in -[src/types/lib/index.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L18) +[src/types/lib/index.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L18) diff --git a/www/versioned_docs/version-5.14.1/API/modules.md b/www/versioned_docs/version-5.14.1/API/modules.md index 2951357ed..7326718c6 100644 --- a/www/versioned_docs/version-5.14.1/API/modules.md +++ b/www/versioned_docs/version-5.14.1/API/modules.md @@ -873,7 +873,7 @@ prefer the 'num' naming #### Defined in -[src/index.ts:44](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/index.ts#L44) +[src/index.ts:44](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/index.ts#L44) --- @@ -883,7 +883,7 @@ prefer the 'num' naming #### Defined in -[src/provider/index.ts:9](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/index.ts#L9) +[src/provider/index.ts:9](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/index.ts#L9) ## Functions @@ -904,7 +904,7 @@ prefer the 'num' naming #### Defined in -[src/contract/default.ts:98](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L98) +[src/contract/default.ts:98](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L98) --- @@ -924,7 +924,7 @@ prefer the 'num' naming #### Defined in -[src/contract/default.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/contract/default.ts#L25) +[src/contract/default.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/contract/default.ts#L25) --- @@ -945,7 +945,7 @@ prefer the 'num' naming #### Defined in -[src/provider/errors.ts:2](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/errors.ts#L2) +[src/provider/errors.ts:2](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/errors.ts#L2) --- @@ -966,7 +966,7 @@ prefer the 'num' naming #### Defined in -[src/provider/errors.ts:8](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/provider/errors.ts#L8) +[src/provider/errors.ts:8](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/provider/errors.ts#L8) --- @@ -986,7 +986,7 @@ prefer the 'num' naming #### Defined in -[src/utils/address.ts:10](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/address.ts#L10) +[src/utils/address.ts:10](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/address.ts#L10) --- @@ -1006,7 +1006,7 @@ prefer the 'num' naming #### Defined in -[src/utils/address.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/address.ts#L14) +[src/utils/address.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/address.ts#L14) --- @@ -1026,7 +1026,7 @@ prefer the 'num' naming #### Defined in -[src/utils/address.ts:27](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/address.ts#L27) +[src/utils/address.ts:27](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/address.ts#L27) --- @@ -1046,7 +1046,7 @@ prefer the 'num' naming #### Defined in -[src/utils/address.ts:44](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/address.ts#L44) +[src/utils/address.ts:44](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/address.ts#L44) --- @@ -1068,7 +1068,7 @@ Loosely validate a URL `string`. #### Defined in -[src/utils/url.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/url.ts#L22) +[src/utils/url.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/url.ts#L22) --- @@ -1090,7 +1090,7 @@ Loosely validate a URL `string`. #### Defined in -[src/utils/url.ts:51](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/url.ts#L51) +[src/utils/url.ts:51](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/url.ts#L51) --- @@ -1110,7 +1110,7 @@ contract is CompiledSierra \| SierraContractClass #### Defined in -[src/utils/contract.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/contract.ts#L14) +[src/utils/contract.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/contract.ts#L14) --- @@ -1130,7 +1130,7 @@ contract is CompiledSierra \| SierraContractClass #### Defined in -[src/utils/contract.ts:21](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/contract.ts#L21) +[src/utils/contract.ts:21](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/contract.ts#L21) --- @@ -1154,7 +1154,7 @@ LegacyCompiledContract #### Defined in -[src/utils/contract.ts:48](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/contract.ts#L48) +[src/utils/contract.ts:48](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/contract.ts#L48) --- @@ -1191,4 +1191,4 @@ DeployContractResponse | UDC Event Response data #### Defined in -[src/utils/events.ts:12](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/events.ts#L12) +[src/utils/events.ts:12](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/events.ts#L12) diff --git a/www/versioned_docs/version-5.14.1/API/namespaces/cairo.md b/www/versioned_docs/version-5.14.1/API/namespaces/cairo.md index 1b06ad35a..2b4679582 100644 --- a/www/versioned_docs/version-5.14.1/API/namespaces/cairo.md +++ b/www/versioned_docs/version-5.14.1/API/namespaces/cairo.md @@ -38,7 +38,7 @@ TRUE if it is an ABI from a Cairo1 contract #### Defined in -[src/utils/calldata/cairo.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L46) +[src/utils/calldata/cairo.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L46) --- @@ -60,7 +60,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:90](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L90) +[src/utils/calldata/cairo.ts:90](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L90) --- @@ -80,7 +80,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:15](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L15) +[src/utils/calldata/cairo.ts:15](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L15) --- @@ -100,7 +100,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L16) +[src/utils/calldata/cairo.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L16) --- @@ -120,7 +120,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L17) +[src/utils/calldata/cairo.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L17) --- @@ -140,7 +140,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:19](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L19) +[src/utils/calldata/cairo.ts:19](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L19) --- @@ -160,7 +160,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:20](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L20) +[src/utils/calldata/cairo.ts:20](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L20) --- @@ -181,7 +181,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:21](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L21) +[src/utils/calldata/cairo.ts:21](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L21) --- @@ -201,7 +201,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L22) +[src/utils/calldata/cairo.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L22) --- @@ -221,7 +221,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:23](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L23) +[src/utils/calldata/cairo.ts:23](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L23) --- @@ -241,7 +241,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L24) +[src/utils/calldata/cairo.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L24) --- @@ -261,7 +261,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L25) +[src/utils/calldata/cairo.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L25) --- @@ -281,7 +281,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:27](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L27) +[src/utils/calldata/cairo.ts:27](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L27) --- @@ -301,7 +301,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:29](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L29) +[src/utils/calldata/cairo.ts:29](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L29) --- @@ -323,7 +323,7 @@ Uint256 cairo type (helper for common struct type) #### Defined in -[src/utils/calldata/cairo.ts:69](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L69) +[src/utils/calldata/cairo.ts:69](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L69) --- @@ -345,4 +345,4 @@ unnamed tuple cairo type (helper same as common struct type) #### Defined in -[src/utils/calldata/cairo.ts:83](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L83) +[src/utils/calldata/cairo.ts:83](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/calldata/cairo.ts#L83) diff --git a/www/versioned_docs/version-5.14.1/API/namespaces/constants.md b/www/versioned_docs/version-5.14.1/API/namespaces/constants.md index 932ed2199..a0f04ff7b 100644 --- a/www/versioned_docs/version-5.14.1/API/namespaces/constants.md +++ b/www/versioned_docs/version-5.14.1/API/namespaces/constants.md @@ -23,7 +23,7 @@ Utils #### Defined in -[src/utils/encode.ts:2](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/encode.ts#L2) +[src/utils/encode.ts:2](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/encode.ts#L2) --- @@ -33,7 +33,7 @@ Utils #### Defined in -[src/constants.ts:3](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L3) +[src/constants.ts:3](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L3) --- @@ -43,7 +43,7 @@ Utils #### Defined in -[src/constants.ts:4](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L4) +[src/constants.ts:4](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L4) --- @@ -53,7 +53,7 @@ Utils #### Defined in -[src/constants.ts:5](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L5) +[src/constants.ts:5](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L5) --- @@ -63,7 +63,7 @@ Utils #### Defined in -[src/constants.ts:6](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L6) +[src/constants.ts:6](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L6) --- @@ -80,7 +80,7 @@ Utils #### Defined in -[src/constants.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L34) +[src/constants.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L34) --- @@ -93,7 +93,7 @@ Please do not edit until the JSON changes. #### Defined in -[src/constants.ts:43](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L43) +[src/constants.ts:43](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L43) --- @@ -103,7 +103,7 @@ Please do not edit until the JSON changes. #### Defined in -[src/constants.ts:44](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L44) +[src/constants.ts:44](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L44) --- @@ -113,7 +113,7 @@ Please do not edit until the JSON changes. #### Defined in -[src/constants.ts:45](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L45) +[src/constants.ts:45](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L45) --- @@ -123,7 +123,7 @@ Please do not edit until the JSON changes. #### Defined in -[src/constants.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L46) +[src/constants.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L46) --- @@ -133,7 +133,7 @@ Please do not edit until the JSON changes. #### Defined in -[src/constants.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L47) +[src/constants.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L47) --- @@ -143,7 +143,7 @@ Please do not edit until the JSON changes. #### Defined in -[src/constants.ts:48](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L48) +[src/constants.ts:48](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L48) --- @@ -153,7 +153,7 @@ Please do not edit until the JSON changes. #### Defined in -[src/constants.ts:49](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L49) +[src/constants.ts:49](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L49) --- @@ -163,4 +163,4 @@ Please do not edit until the JSON changes. #### Defined in -[src/constants.ts:50](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/constants.ts#L50) +[src/constants.ts:50](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/constants.ts#L50) diff --git a/www/versioned_docs/version-5.14.1/API/namespaces/encode.md b/www/versioned_docs/version-5.14.1/API/namespaces/encode.md index 8049d5aee..b8194d302 100644 --- a/www/versioned_docs/version-5.14.1/API/namespaces/encode.md +++ b/www/versioned_docs/version-5.14.1/API/namespaces/encode.md @@ -30,7 +30,7 @@ Re-exports [IS_BROWSER](constants.md#is_browser) #### Defined in -[src/utils/encode.ts:6](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/encode.ts#L6) +[src/utils/encode.ts:6](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/encode.ts#L6) --- @@ -50,7 +50,7 @@ Re-exports [IS_BROWSER](constants.md#is_browser) #### Defined in -[src/utils/encode.ts:10](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/encode.ts#L10) +[src/utils/encode.ts:10](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/encode.ts#L10) --- @@ -70,7 +70,7 @@ Re-exports [IS_BROWSER](constants.md#is_browser) #### Defined in -[src/utils/encode.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/encode.ts#L14) +[src/utils/encode.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/encode.ts#L14) --- @@ -90,7 +90,7 @@ Re-exports [IS_BROWSER](constants.md#is_browser) #### Defined in -[src/utils/encode.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/encode.ts#L18) +[src/utils/encode.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/encode.ts#L18) --- @@ -110,7 +110,7 @@ Re-exports [IS_BROWSER](constants.md#is_browser) #### Defined in -[src/utils/encode.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/encode.ts#L22) +[src/utils/encode.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/encode.ts#L22) --- @@ -133,7 +133,7 @@ enc-utils is no dependency to avoid using `Buffer` which just works in node and #### Defined in -[src/utils/encode.ts:31](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/encode.ts#L31) +[src/utils/encode.ts:31](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/encode.ts#L31) --- @@ -153,7 +153,7 @@ enc-utils is no dependency to avoid using `Buffer` which just works in node and #### Defined in -[src/utils/encode.ts:35](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/encode.ts#L35) +[src/utils/encode.ts:35](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/encode.ts#L35) --- @@ -175,7 +175,7 @@ enc-utils is no dependency to avoid using `Buffer` which just works in node and #### Defined in -[src/utils/encode.ts:49](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/encode.ts#L49) +[src/utils/encode.ts:49](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/encode.ts#L49) --- @@ -196,7 +196,7 @@ enc-utils is no dependency to avoid using `Buffer` which just works in node and #### Defined in -[src/utils/encode.ts:53](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/encode.ts#L53) +[src/utils/encode.ts:53](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/encode.ts#L53) --- @@ -218,7 +218,7 @@ enc-utils is no dependency to avoid using `Buffer` which just works in node and #### Defined in -[src/utils/encode.ts:58](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/encode.ts#L58) +[src/utils/encode.ts:58](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/encode.ts#L58) --- @@ -238,7 +238,7 @@ enc-utils is no dependency to avoid using `Buffer` which just works in node and #### Defined in -[src/utils/encode.ts:62](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/encode.ts#L62) +[src/utils/encode.ts:62](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/encode.ts#L62) --- @@ -258,4 +258,4 @@ enc-utils is no dependency to avoid using `Buffer` which just works in node and #### Defined in -[src/utils/encode.ts:72](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/encode.ts#L72) +[src/utils/encode.ts:72](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/encode.ts#L72) diff --git a/www/versioned_docs/version-5.14.1/API/namespaces/hash.md b/www/versioned_docs/version-5.14.1/API/namespaces/hash.md index 4f7eaa062..e6e556621 100644 --- a/www/versioned_docs/version-5.14.1/API/namespaces/hash.md +++ b/www/versioned_docs/version-5.14.1/API/namespaces/hash.md @@ -18,7 +18,7 @@ custom_edit_url: null #### Defined in -[src/utils/hash.ts:30](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L30) +[src/utils/hash.ts:30](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L30) --- @@ -28,7 +28,7 @@ custom_edit_url: null #### Defined in -[src/utils/hash.ts:31](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L31) +[src/utils/hash.ts:31](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L31) --- @@ -38,7 +38,7 @@ custom_edit_url: null #### Defined in -[src/utils/hash.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L33) +[src/utils/hash.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L33) --- @@ -48,7 +48,7 @@ custom_edit_url: null #### Defined in -[src/utils/hash.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L34) +[src/utils/hash.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L34) ## Functions @@ -77,7 +77,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:41](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L41) +[src/utils/hash.ts:41](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L41) --- @@ -97,7 +97,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L47) +[src/utils/hash.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L47) --- @@ -124,7 +124,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:56](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L56) +[src/utils/hash.ts:56](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L56) --- @@ -147,7 +147,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:80](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L80) +[src/utils/hash.ts:80](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L80) --- @@ -173,7 +173,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:97](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L97) +[src/utils/hash.ts:97](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L97) --- @@ -200,7 +200,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:118](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L118) +[src/utils/hash.ts:118](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L118) --- @@ -225,7 +225,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:142](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L142) +[src/utils/hash.ts:142](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L142) --- @@ -248,7 +248,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:162](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L162) +[src/utils/hash.ts:162](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L162) --- @@ -268,7 +268,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:195](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L195) +[src/utils/hash.ts:195](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L195) --- @@ -288,7 +288,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:213](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L213) +[src/utils/hash.ts:213](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L213) --- @@ -308,7 +308,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:222](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L222) +[src/utils/hash.ts:222](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L222) --- @@ -328,7 +328,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:275](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L275) +[src/utils/hash.ts:275](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L275) --- @@ -348,7 +348,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:316](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L316) +[src/utils/hash.ts:316](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L316) --- @@ -372,7 +372,7 @@ HexString ClassHash #### Defined in -[src/utils/hash.ts:354](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/hash.ts#L354) +[src/utils/hash.ts:354](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/hash.ts#L354) --- @@ -396,7 +396,7 @@ string - hexadecimal string #### Defined in -[src/utils/selector.ts:13](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/selector.ts#L13) +[src/utils/selector.ts:13](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/selector.ts#L13) --- @@ -422,7 +422,7 @@ starknet keccak hash as BigNumber #### Defined in -[src/utils/selector.ts:35](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/selector.ts#L35) +[src/utils/selector.ts:35](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/selector.ts#L35) --- @@ -448,7 +448,7 @@ hex selector of given abi function name #### Defined in -[src/utils/selector.ts:48](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/selector.ts#L48) +[src/utils/selector.ts:48](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/selector.ts#L48) --- @@ -472,4 +472,4 @@ Hex selector #### Defined in -[src/utils/selector.ts:58](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/selector.ts#L58) +[src/utils/selector.ts:58](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/selector.ts#L58) diff --git a/www/versioned_docs/version-5.14.1/API/namespaces/json.md b/www/versioned_docs/version-5.14.1/API/namespaces/json.md index 3fb718879..f61ee02cb 100644 --- a/www/versioned_docs/version-5.14.1/API/namespaces/json.md +++ b/www/versioned_docs/version-5.14.1/API/namespaces/json.md @@ -24,7 +24,7 @@ custom_edit_url: null #### Defined in -[src/utils/json.ts:12](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/json.ts#L12) +[src/utils/json.ts:12](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/json.ts#L12) --- @@ -44,7 +44,7 @@ custom_edit_url: null #### Defined in -[src/utils/json.ts:13](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/json.ts#L13) +[src/utils/json.ts:13](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/json.ts#L13) --- @@ -64,7 +64,7 @@ custom_edit_url: null #### Defined in -[src/utils/json.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/json.ts#L18) +[src/utils/json.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/json.ts#L18) --- @@ -88,4 +88,4 @@ equivalent to 'stringify', alias will be removed #### Defined in -[src/utils/json.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/json.ts#L18) +[src/utils/json.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/json.ts#L18) diff --git a/www/versioned_docs/version-5.14.1/API/namespaces/merkle.md b/www/versioned_docs/version-5.14.1/API/namespaces/merkle.md index 686a74f8d..5e994a9cf 100644 --- a/www/versioned_docs/version-5.14.1/API/namespaces/merkle.md +++ b/www/versioned_docs/version-5.14.1/API/namespaces/merkle.md @@ -30,4 +30,4 @@ custom_edit_url: null #### Defined in -[src/utils/merkle.ts:63](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/merkle.ts#L63) +[src/utils/merkle.ts:63](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/merkle.ts#L63) diff --git a/www/versioned_docs/version-5.14.1/API/namespaces/num.md b/www/versioned_docs/version-5.14.1/API/namespaces/num.md index 2e9d8837c..88e524103 100644 --- a/www/versioned_docs/version-5.14.1/API/namespaces/num.md +++ b/www/versioned_docs/version-5.14.1/API/namespaces/num.md @@ -30,7 +30,7 @@ Re-exports [BigNumberish](types.md#bignumberish) #### Defined in -[src/utils/num.ts:10](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/num.ts#L10) +[src/utils/num.ts:10](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/num.ts#L10) --- @@ -50,7 +50,7 @@ Re-exports [BigNumberish](types.md#bignumberish) #### Defined in -[src/utils/num.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/num.ts#L14) +[src/utils/num.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/num.ts#L14) --- @@ -70,7 +70,7 @@ value is bigint #### Defined in -[src/utils/num.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/num.ts#L18) +[src/utils/num.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/num.ts#L18) --- @@ -90,7 +90,7 @@ value is bigint #### Defined in -[src/utils/num.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/num.ts#L22) +[src/utils/num.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/num.ts#L22) --- @@ -115,7 +115,7 @@ A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes. #### Defined in -[src/utils/num.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/num.ts#L33) +[src/utils/num.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/num.ts#L33) --- @@ -135,7 +135,7 @@ A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes. #### Defined in -[src/utils/num.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/num.ts#L38) +[src/utils/num.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/num.ts#L38) --- @@ -158,7 +158,7 @@ A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes. #### Defined in -[src/utils/num.ts:54](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/num.ts#L54) +[src/utils/num.ts:54](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/num.ts#L54) --- @@ -178,7 +178,7 @@ A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes. #### Defined in -[src/utils/num.ts:71](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/num.ts#L71) +[src/utils/num.ts:71](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/num.ts#L71) --- @@ -198,7 +198,7 @@ A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes. #### Defined in -[src/utils/num.ts:75](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/num.ts#L75) +[src/utils/num.ts:75](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/num.ts#L75) --- @@ -218,7 +218,7 @@ A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes. #### Defined in -[src/utils/num.ts:82](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/num.ts#L82) +[src/utils/num.ts:82](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/num.ts#L82) --- @@ -238,7 +238,7 @@ A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes. #### Defined in -[src/utils/num.ts:92](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/num.ts#L92) +[src/utils/num.ts:92](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/num.ts#L92) --- @@ -258,7 +258,7 @@ A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes. #### Defined in -[src/utils/num.ts:102](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/num.ts#L102) +[src/utils/num.ts:102](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/num.ts#L102) --- @@ -282,7 +282,7 @@ an array of Bytes #### Defined in -[src/utils/num.ts:113](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/num.ts#L113) +[src/utils/num.ts:113](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/num.ts#L113) --- @@ -304,7 +304,7 @@ Remove hex string leading zero and lower case '0x01A'.. -> '0x1a..' #### Defined in -[src/utils/num.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/num.ts#L46) +[src/utils/num.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/num.ts#L46) --- @@ -324,7 +324,7 @@ Remove hex string leading zero and lower case '0x01A'.. -> '0x1a..' #### Defined in -[src/utils/num.ts:79](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/num.ts#L79) +[src/utils/num.ts:79](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/num.ts#L79) --- @@ -344,7 +344,7 @@ Remove hex string leading zero and lower case '0x01A'.. -> '0x1a..' #### Defined in -[src/utils/num.ts:80](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/num.ts#L80) +[src/utils/num.ts:80](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/num.ts#L80) --- @@ -364,4 +364,4 @@ Remove hex string leading zero and lower case '0x01A'.. -> '0x1a..' #### Defined in -[src/utils/num.ts:106](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/num.ts#L106) +[src/utils/num.ts:106](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/num.ts#L106) diff --git a/www/versioned_docs/version-5.14.1/API/namespaces/provider-1.md b/www/versioned_docs/version-5.14.1/API/namespaces/provider-1.md index d2145552a..42dc2e23c 100644 --- a/www/versioned_docs/version-5.14.1/API/namespaces/provider-1.md +++ b/www/versioned_docs/version-5.14.1/API/namespaces/provider-1.md @@ -24,7 +24,7 @@ custom_edit_url: null #### Defined in -[src/utils/provider.ts:13](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/provider.ts#L13) +[src/utils/provider.ts:13](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/provider.ts#L13) --- @@ -44,7 +44,7 @@ custom_edit_url: null #### Defined in -[src/utils/provider.ts:19](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/provider.ts#L19) +[src/utils/provider.ts:19](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/provider.ts#L19) --- @@ -64,4 +64,4 @@ custom_edit_url: null #### Defined in -[src/utils/provider.ts:29](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/provider.ts#L29) +[src/utils/provider.ts:29](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/provider.ts#L29) diff --git a/www/versioned_docs/version-5.14.1/API/namespaces/shortString.md b/www/versioned_docs/version-5.14.1/API/namespaces/shortString.md index 8295338d1..64c078f76 100644 --- a/www/versioned_docs/version-5.14.1/API/namespaces/shortString.md +++ b/www/versioned_docs/version-5.14.1/API/namespaces/shortString.md @@ -24,7 +24,7 @@ custom_edit_url: null #### Defined in -[src/utils/shortString.ts:6](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L6) +[src/utils/shortString.ts:6](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L6) --- @@ -44,7 +44,7 @@ custom_edit_url: null #### Defined in -[src/utils/shortString.ts:12](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L12) +[src/utils/shortString.ts:12](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L12) --- @@ -64,7 +64,7 @@ custom_edit_url: null #### Defined in -[src/utils/shortString.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L17) +[src/utils/shortString.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L17) --- @@ -88,7 +88,7 @@ boolean #### Defined in -[src/utils/shortString.ts:26](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L26) +[src/utils/shortString.ts:26](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L26) --- @@ -108,7 +108,7 @@ boolean #### Defined in -[src/utils/shortString.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L33) +[src/utils/shortString.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L33) --- @@ -140,7 +140,7 @@ a string representing an Hex number 248 bits max. #### Defined in -[src/utils/shortString.ts:49](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L49) +[src/utils/shortString.ts:49](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L49) --- @@ -172,7 +172,7 @@ a string with 31 characters max. #### Defined in -[src/utils/shortString.ts:67](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L67) +[src/utils/shortString.ts:67](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L67) --- @@ -192,7 +192,7 @@ a string with 31 characters max. #### Defined in -[src/utils/shortString.ts:30](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L30) +[src/utils/shortString.ts:30](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L30) --- @@ -212,4 +212,4 @@ a string with 31 characters max. #### Defined in -[src/utils/shortString.ts:31](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L31) +[src/utils/shortString.ts:31](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/shortString.ts#L31) diff --git a/www/versioned_docs/version-5.14.1/API/namespaces/stark.md b/www/versioned_docs/version-5.14.1/API/namespaces/stark.md index f8a824fca..72c85f640 100644 --- a/www/versioned_docs/version-5.14.1/API/namespaces/stark.md +++ b/www/versioned_docs/version-5.14.1/API/namespaces/stark.md @@ -30,7 +30,7 @@ Compressed cairo program #### Defined in -[src/utils/stark.ts:21](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/stark.ts#L21) +[src/utils/stark.ts:21](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/stark.ts#L21) --- @@ -54,7 +54,7 @@ parsed decompressed compiled cairo program #### Defined in -[src/utils/stark.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/stark.ts#L33) +[src/utils/stark.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/stark.ts#L33) --- @@ -68,7 +68,7 @@ parsed decompressed compiled cairo program #### Defined in -[src/utils/stark.ts:39](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/stark.ts#L39) +[src/utils/stark.ts:39](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/stark.ts#L39) --- @@ -88,7 +88,7 @@ parsed decompressed compiled cairo program #### Defined in -[src/utils/stark.ts:44](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/stark.ts#L44) +[src/utils/stark.ts:44](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/stark.ts#L44) --- @@ -108,7 +108,7 @@ parsed decompressed compiled cairo program #### Defined in -[src/utils/stark.ts:48](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/stark.ts#L48) +[src/utils/stark.ts:48](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/stark.ts#L48) --- @@ -128,7 +128,7 @@ parsed decompressed compiled cairo program #### Defined in -[src/utils/stark.ts:61](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/stark.ts#L61) +[src/utils/stark.ts:61](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/stark.ts#L61) --- @@ -148,7 +148,7 @@ parsed decompressed compiled cairo program #### Defined in -[src/utils/stark.ts:65](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/stark.ts#L65) +[src/utils/stark.ts:65](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/stark.ts#L65) --- @@ -169,4 +169,4 @@ parsed decompressed compiled cairo program #### Defined in -[src/utils/stark.ts:69](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/stark.ts#L69) +[src/utils/stark.ts:69](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/stark.ts#L69) diff --git a/www/versioned_docs/version-5.14.1/API/namespaces/starknetId.md b/www/versioned_docs/version-5.14.1/API/namespaces/starknetId.md index 4add00655..ec7295d4c 100644 --- a/www/versioned_docs/version-5.14.1/API/namespaces/starknetId.md +++ b/www/versioned_docs/version-5.14.1/API/namespaces/starknetId.md @@ -28,7 +28,7 @@ custom_edit_url: null #### Defined in -[src/utils/starknetId.ts:20](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/starknetId.ts#L20) +[src/utils/starknetId.ts:20](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/starknetId.ts#L20) --- @@ -48,7 +48,7 @@ custom_edit_url: null #### Defined in -[src/utils/starknetId.ts:61](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/starknetId.ts#L61) +[src/utils/starknetId.ts:61](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/starknetId.ts#L61) --- @@ -68,4 +68,4 @@ custom_edit_url: null #### Defined in -[src/utils/starknetId.ts:108](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/starknetId.ts#L108) +[src/utils/starknetId.ts:108](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/starknetId.ts#L108) diff --git a/www/versioned_docs/version-5.14.1/API/namespaces/transaction.md b/www/versioned_docs/version-5.14.1/API/namespaces/transaction.md index 56ba90d08..d60aa56df 100644 --- a/www/versioned_docs/version-5.14.1/API/namespaces/transaction.md +++ b/www/versioned_docs/version-5.14.1/API/namespaces/transaction.md @@ -32,7 +32,7 @@ two arrays: one with the entrypoints, and one with the concatenated calldata. #### Defined in -[src/utils/transaction.ts:12](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/transaction.ts#L12) +[src/utils/transaction.ts:12](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/transaction.ts#L12) --- @@ -55,7 +55,7 @@ by the **execute** protocol. #### Defined in -[src/utils/transaction.ts:37](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/transaction.ts#L37) +[src/utils/transaction.ts:37](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/transaction.ts#L37) --- @@ -76,7 +76,7 @@ by the **execute** protocol. #### Defined in -[src/utils/transaction.ts:43](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/transaction.ts#L43) +[src/utils/transaction.ts:43](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/transaction.ts#L43) --- @@ -100,7 +100,7 @@ CallStruct #### Defined in -[src/utils/transaction.ts:53](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/transaction.ts#L53) +[src/utils/transaction.ts:53](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/transaction.ts#L53) --- @@ -125,7 +125,7 @@ Calldata #### Defined in -[src/utils/transaction.ts:68](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/transaction.ts#L68) +[src/utils/transaction.ts:68](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/transaction.ts#L68) --- @@ -148,4 +148,4 @@ string[] of calldata #### Defined in -[src/utils/transaction.ts:85](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/transaction.ts#L85) +[src/utils/transaction.ts:85](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/transaction.ts#L85) diff --git a/www/versioned_docs/version-5.14.1/API/namespaces/typedData.md b/www/versioned_docs/version-5.14.1/API/namespaces/typedData.md index 8ec5c990c..555fb583a 100644 --- a/www/versioned_docs/version-5.14.1/API/namespaces/typedData.md +++ b/www/versioned_docs/version-5.14.1/API/namespaces/typedData.md @@ -48,7 +48,7 @@ Re-exports [TypedData](../interfaces/types.TypedData.md) #### Defined in -[src/utils/typedData.ts:36](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L36) +[src/utils/typedData.ts:36](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L36) --- @@ -68,7 +68,7 @@ type is StarkNetMerkleType #### Defined in -[src/utils/typedData.ts:40](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L40) +[src/utils/typedData.ts:40](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L40) --- @@ -93,7 +93,7 @@ in the resulting array. #### Defined in -[src/utils/typedData.ts:58](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L58) +[src/utils/typedData.ts:58](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L58) --- @@ -116,7 +116,7 @@ Encode a type to a string. All dependant types are alphabetically sorted. #### Defined in -[src/utils/typedData.ts:114](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L114) +[src/utils/typedData.ts:114](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L114) --- @@ -139,7 +139,7 @@ Get a type string as hash. #### Defined in -[src/utils/typedData.ts:132](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L132) +[src/utils/typedData.ts:132](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L132) --- @@ -165,7 +165,7 @@ an array of ABI compatible types, and an array of corresponding values. #### Defined in -[src/utils/typedData.ts:145](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L145) +[src/utils/typedData.ts:145](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L145) --- @@ -196,7 +196,7 @@ dependant types are automatically encoded. #### Defined in -[src/utils/typedData.ts:197](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L197) +[src/utils/typedData.ts:197](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L197) --- @@ -227,7 +227,7 @@ types are automatically encoded. #### Defined in -[src/utils/typedData.ts:234](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L234) +[src/utils/typedData.ts:234](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L234) --- @@ -250,4 +250,4 @@ Get the EIP-191 encoded message to sign, from the typedData object. #### Defined in -[src/utils/typedData.ts:249](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L249) +[src/utils/typedData.ts:249](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/typedData.ts#L249) diff --git a/www/versioned_docs/version-5.14.1/API/namespaces/types.RPC.md b/www/versioned_docs/version-5.14.1/API/namespaces/types.RPC.md index c172cb677..6421466c0 100644 --- a/www/versioned_docs/version-5.14.1/API/namespaces/types.RPC.md +++ b/www/versioned_docs/version-5.14.1/API/namespaces/types.RPC.md @@ -30,7 +30,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:4](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L4) +[src/types/api/rpc.ts:4](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L4) --- @@ -40,7 +40,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L14) +[src/types/api/rpc.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L14) --- @@ -50,7 +50,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:15](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L15) +[src/types/api/rpc.ts:15](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L15) --- @@ -60,7 +60,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L16) +[src/types/api/rpc.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L16) --- @@ -70,7 +70,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L17) +[src/types/api/rpc.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L17) --- @@ -80,7 +80,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L18) +[src/types/api/rpc.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L18) --- @@ -90,7 +90,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:19](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L19) +[src/types/api/rpc.ts:19](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L19) --- @@ -100,7 +100,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:20](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L20) +[src/types/api/rpc.ts:20](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L20) --- @@ -110,7 +110,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:21](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L21) +[src/types/api/rpc.ts:21](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L21) --- @@ -120,7 +120,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L22) +[src/types/api/rpc.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L22) --- @@ -130,7 +130,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:23](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L23) +[src/types/api/rpc.ts:23](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L23) --- @@ -140,7 +140,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L24) +[src/types/api/rpc.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L24) --- @@ -150,7 +150,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L25) +[src/types/api/rpc.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L25) --- @@ -160,7 +160,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:26](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L26) +[src/types/api/rpc.ts:26](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L26) --- @@ -170,7 +170,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:27](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L27) +[src/types/api/rpc.ts:27](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L27) --- @@ -180,7 +180,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:28](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L28) +[src/types/api/rpc.ts:28](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L28) --- @@ -190,7 +190,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:29](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L29) +[src/types/api/rpc.ts:29](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L29) --- @@ -200,7 +200,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:30](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L30) +[src/types/api/rpc.ts:30](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L30) --- @@ -210,7 +210,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:31](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L31) +[src/types/api/rpc.ts:31](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L31) --- @@ -220,7 +220,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:32](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L32) +[src/types/api/rpc.ts:32](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L32) --- @@ -230,7 +230,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L33) +[src/types/api/rpc.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L33) --- @@ -240,7 +240,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L34) +[src/types/api/rpc.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L34) --- @@ -250,7 +250,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:35](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L35) +[src/types/api/rpc.ts:35](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L35) --- @@ -260,7 +260,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:36](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L36) +[src/types/api/rpc.ts:36](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L36) --- @@ -270,7 +270,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:37](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L37) +[src/types/api/rpc.ts:37](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L37) --- @@ -280,7 +280,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L38) +[src/types/api/rpc.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L38) --- @@ -290,7 +290,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:39](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L39) +[src/types/api/rpc.ts:39](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L39) --- @@ -300,7 +300,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:40](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L40) +[src/types/api/rpc.ts:40](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L40) --- @@ -310,7 +310,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:41](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L41) +[src/types/api/rpc.ts:41](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L41) --- @@ -320,7 +320,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:42](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L42) +[src/types/api/rpc.ts:42](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L42) --- @@ -330,7 +330,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:43](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L43) +[src/types/api/rpc.ts:43](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L43) --- @@ -340,7 +340,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:44](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L44) +[src/types/api/rpc.ts:44](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L44) --- @@ -350,7 +350,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:45](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L45) +[src/types/api/rpc.ts:45](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L45) --- @@ -360,7 +360,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L46) +[src/types/api/rpc.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L46) --- @@ -370,7 +370,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L47) +[src/types/api/rpc.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L47) --- @@ -380,7 +380,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:48](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L48) +[src/types/api/rpc.ts:48](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L48) --- @@ -390,7 +390,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:59](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L59) +[src/types/api/rpc.ts:59](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L59) --- @@ -400,7 +400,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:60](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L60) +[src/types/api/rpc.ts:60](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L60) --- @@ -410,7 +410,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:61](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L61) +[src/types/api/rpc.ts:61](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L61) --- @@ -420,4 +420,4 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:65](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L65) +[src/types/api/rpc.ts:65](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/rpc.ts#L65) diff --git a/www/versioned_docs/version-5.14.1/API/namespaces/types.Sequencer.md b/www/versioned_docs/version-5.14.1/API/namespaces/types.Sequencer.md index b795f4977..41680e960 100644 --- a/www/versioned_docs/version-5.14.1/API/namespaces/types.Sequencer.md +++ b/www/versioned_docs/version-5.14.1/API/namespaces/types.Sequencer.md @@ -29,7 +29,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:74](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L74) +[src/types/api/sequencer.ts:74](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L74) --- @@ -52,7 +52,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:82](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L82) +[src/types/api/sequencer.ts:82](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L82) --- @@ -72,7 +72,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:93](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L93) +[src/types/api/sequencer.ts:93](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L93) --- @@ -95,7 +95,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:101](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L101) +[src/types/api/sequencer.ts:101](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L101) --- @@ -118,7 +118,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:112](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L112) +[src/types/api/sequencer.ts:112](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L112) --- @@ -128,7 +128,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:123](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L123) +[src/types/api/sequencer.ts:123](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L123) --- @@ -147,7 +147,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:129](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L129) +[src/types/api/sequencer.ts:129](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L129) --- @@ -164,7 +164,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:136](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L136) +[src/types/api/sequencer.ts:136](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L136) --- @@ -174,7 +174,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:146](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L146) +[src/types/api/sequencer.ts:146](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L146) --- @@ -194,7 +194,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:151](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L151) +[src/types/api/sequencer.ts:151](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L151) --- @@ -214,7 +214,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:159](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L159) +[src/types/api/sequencer.ts:159](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L159) --- @@ -224,7 +224,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:168](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L168) +[src/types/api/sequencer.ts:168](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L168) --- @@ -234,7 +234,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:170](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L170) +[src/types/api/sequencer.ts:170](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L170) --- @@ -258,7 +258,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:174](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L174) +[src/types/api/sequencer.ts:174](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L174) --- @@ -280,7 +280,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:186](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L186) +[src/types/api/sequencer.ts:186](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L186) --- @@ -306,7 +306,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:197](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L197) +[src/types/api/sequencer.ts:197](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L197) --- @@ -316,7 +316,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:226](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L226) +[src/types/api/sequencer.ts:226](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L226) --- @@ -332,7 +332,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:242](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L242) +[src/types/api/sequencer.ts:242](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L242) --- @@ -342,7 +342,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:246](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L246) +[src/types/api/sequencer.ts:246](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L246) --- @@ -352,7 +352,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:247](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L247) +[src/types/api/sequencer.ts:247](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L247) --- @@ -362,7 +362,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:248](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L248) +[src/types/api/sequencer.ts:248](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L248) --- @@ -372,7 +372,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:249](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L249) +[src/types/api/sequencer.ts:249](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L249) --- @@ -389,7 +389,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:251](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L251) +[src/types/api/sequencer.ts:251](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L251) --- @@ -399,7 +399,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:256](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L256) +[src/types/api/sequencer.ts:256](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L256) --- @@ -411,7 +411,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:265](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L265) +[src/types/api/sequencer.ts:265](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L265) --- @@ -421,7 +421,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:268](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L268) +[src/types/api/sequencer.ts:268](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L268) --- @@ -431,7 +431,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:280](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L280) +[src/types/api/sequencer.ts:280](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L280) --- @@ -447,7 +447,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:282](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L282) +[src/types/api/sequencer.ts:282](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L282) --- @@ -457,7 +457,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:286](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L286) +[src/types/api/sequencer.ts:286](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L286) --- @@ -482,7 +482,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:288](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L288) +[src/types/api/sequencer.ts:288](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L288) --- @@ -496,7 +496,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:302](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L302) +[src/types/api/sequencer.ts:302](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L302) --- @@ -513,7 +513,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:304](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L304) +[src/types/api/sequencer.ts:304](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L304) --- @@ -527,7 +527,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:306](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L306) +[src/types/api/sequencer.ts:306](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L306) --- @@ -537,7 +537,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:308](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L308) +[src/types/api/sequencer.ts:308](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L308) --- @@ -547,7 +547,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:310](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L310) +[src/types/api/sequencer.ts:310](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L310) --- @@ -557,7 +557,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:312](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L312) +[src/types/api/sequencer.ts:312](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L312) --- @@ -567,7 +567,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:314](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L314) +[src/types/api/sequencer.ts:314](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L314) --- @@ -584,7 +584,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:316](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L316) +[src/types/api/sequencer.ts:316](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L316) --- @@ -594,7 +594,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:318](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L318) +[src/types/api/sequencer.ts:318](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L318) --- @@ -724,4 +724,4 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:320](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L320) +[src/types/api/sequencer.ts:320](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L320) diff --git a/www/versioned_docs/version-5.14.1/API/namespaces/types.md b/www/versioned_docs/version-5.14.1/API/namespaces/types.md index 9556aaa00..5d858d08d 100644 --- a/www/versioned_docs/version-5.14.1/API/namespaces/types.md +++ b/www/versioned_docs/version-5.14.1/API/namespaces/types.md @@ -55,7 +55,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:8](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/account.ts#L8) +[src/types/account.ts:8](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/account.ts#L8) --- @@ -73,7 +73,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:10](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/account.ts#L10) +[src/types/account.ts:10](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/account.ts#L10) --- @@ -90,7 +90,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:27](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/account.ts#L27) +[src/types/account.ts:27](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/account.ts#L27) --- @@ -114,7 +114,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:32](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/account.ts#L32) +[src/types/account.ts:32](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/account.ts#L32) --- @@ -131,7 +131,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:44](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/account.ts#L44) +[src/types/account.ts:44](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/account.ts#L44) --- @@ -150,7 +150,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:51](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/account.ts#L51) +[src/types/account.ts:51](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/account.ts#L51) --- @@ -180,7 +180,7 @@ custom_edit_url: null #### Defined in -[src/types/contract.ts:3](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/contract.ts#L3) +[src/types/contract.ts:3](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/contract.ts#L3) --- @@ -204,7 +204,7 @@ custom_edit_url: null #### Defined in -[src/types/contract.ts:4](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/contract.ts#L4) +[src/types/contract.ts:4](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/contract.ts#L4) --- @@ -214,7 +214,7 @@ custom_edit_url: null #### Defined in -[src/types/contract.ts:5](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/contract.ts#L5) +[src/types/contract.ts:5](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/contract.ts#L5) --- @@ -227,7 +227,7 @@ decimal-string array #### Defined in -[src/types/contract.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/contract.ts#L18) +[src/types/contract.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/contract.ts#L18) --- @@ -237,7 +237,7 @@ decimal-string array #### Defined in -[src/types/contract.ts:20](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/contract.ts#L20) +[src/types/contract.ts:20](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/contract.ts#L20) --- @@ -247,7 +247,7 @@ decimal-string array #### Defined in -[src/types/contract.ts:21](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/contract.ts#L21) +[src/types/contract.ts:21](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/contract.ts#L21) --- @@ -270,7 +270,7 @@ decimal-string array #### Defined in -[src/types/contract.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/contract.ts#L22) +[src/types/contract.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/contract.ts#L22) --- @@ -280,7 +280,7 @@ decimal-string array #### Defined in -[src/types/contract.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/contract.ts#L33) +[src/types/contract.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/contract.ts#L33) --- @@ -290,7 +290,7 @@ decimal-string array #### Defined in -[src/types/contract.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/contract.ts#L38) +[src/types/contract.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/contract.ts#L38) --- @@ -300,7 +300,7 @@ decimal-string array #### Defined in -[src/types/lib/index.ts:5](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L5) +[src/types/lib/index.ts:5](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L5) --- @@ -310,7 +310,7 @@ decimal-string array #### Defined in -[src/types/lib/index.ts:6](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L6) +[src/types/lib/index.ts:6](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L6) --- @@ -320,7 +320,7 @@ decimal-string array #### Defined in -[src/types/lib/index.ts:7](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L7) +[src/types/lib/index.ts:7](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L7) --- @@ -330,7 +330,7 @@ decimal-string array #### Defined in -[src/types/lib/index.ts:9](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L9) +[src/types/lib/index.ts:9](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L9) --- @@ -343,7 +343,7 @@ use CallData.compile() to convert to Calldata #### Defined in -[src/types/lib/index.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L25) +[src/types/lib/index.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L25) --- @@ -355,7 +355,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:30](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L30) +[src/types/lib/index.ts:30](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L30) --- @@ -371,7 +371,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:32](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L32) +[src/types/lib/index.ts:32](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L32) --- @@ -387,7 +387,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L34) +[src/types/lib/index.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L34) --- @@ -397,7 +397,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:36](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L36) +[src/types/lib/index.ts:36](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L36) --- @@ -411,7 +411,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L38) +[src/types/lib/index.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L38) --- @@ -421,7 +421,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:42](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L42) +[src/types/lib/index.ts:42](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L42) --- @@ -431,7 +431,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:44](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L44) +[src/types/lib/index.ts:44](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L44) --- @@ -450,7 +450,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L46) +[src/types/lib/index.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L46) --- @@ -472,7 +472,7 @@ deprecated due to no direct deploy, unused - can be removed #### Defined in -[src/types/lib/index.ts:56](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L56) +[src/types/lib/index.ts:56](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L56) --- @@ -491,7 +491,7 @@ deprecated due to no direct deploy, unused - can be removed #### Defined in -[src/types/lib/index.ts:62](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L62) +[src/types/lib/index.ts:62](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L62) --- @@ -501,7 +501,7 @@ deprecated due to no direct deploy, unused - can be removed #### Defined in -[src/types/lib/index.ts:69](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L69) +[src/types/lib/index.ts:69](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L69) --- @@ -520,7 +520,7 @@ deprecated due to no direct deploy, unused - can be removed #### Defined in -[src/types/lib/index.ts:76](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L76) +[src/types/lib/index.ts:76](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L76) --- @@ -539,7 +539,7 @@ deprecated due to no direct deploy, unused - can be removed #### Defined in -[src/types/lib/index.ts:83](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L83) +[src/types/lib/index.ts:83](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L83) --- @@ -549,7 +549,7 @@ deprecated due to no direct deploy, unused - can be removed #### Defined in -[src/types/lib/index.ts:90](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L90) +[src/types/lib/index.ts:90](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L90) --- @@ -568,7 +568,7 @@ deprecated due to no direct deploy, unused - can be removed #### Defined in -[src/types/lib/index.ts:93](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L93) +[src/types/lib/index.ts:93](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L93) --- @@ -586,7 +586,7 @@ deprecated due to no direct deploy, unused - can be removed #### Defined in -[src/types/lib/index.ts:100](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L100) +[src/types/lib/index.ts:100](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L100) --- @@ -596,7 +596,7 @@ deprecated due to no direct deploy, unused - can be removed #### Defined in -[src/types/lib/index.ts:106](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L106) +[src/types/lib/index.ts:106](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L106) --- @@ -606,7 +606,7 @@ deprecated due to no direct deploy, unused - can be removed #### Defined in -[src/types/lib/index.ts:108](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L108) +[src/types/lib/index.ts:108](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L108) --- @@ -616,7 +616,7 @@ deprecated due to no direct deploy, unused - can be removed #### Defined in -[src/types/lib/index.ts:110](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L110) +[src/types/lib/index.ts:110](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L110) --- @@ -634,7 +634,7 @@ deprecated due to no direct deploy, unused - can be removed #### Defined in -[src/types/lib/index.ts:112](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L112) +[src/types/lib/index.ts:112](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L112) --- @@ -655,7 +655,7 @@ Contain all additional details params #### Defined in -[src/types/lib/index.ts:121](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L121) +[src/types/lib/index.ts:121](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L121) --- @@ -665,7 +665,7 @@ Contain all additional details params #### Defined in -[src/types/lib/index.ts:128](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L128) +[src/types/lib/index.ts:128](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L128) --- @@ -677,7 +677,7 @@ items used by AccountInvocations #### Defined in -[src/types/lib/index.ts:144](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L144) +[src/types/lib/index.ts:144](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L144) --- @@ -689,7 +689,7 @@ Complete invocations array with account details (internal type from account -> p #### Defined in -[src/types/lib/index.ts:154](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L154) +[src/types/lib/index.ts:154](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L154) --- @@ -701,7 +701,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:159](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L159) +[src/types/lib/index.ts:159](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L159) --- @@ -711,7 +711,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:166](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L166) +[src/types/lib/index.ts:166](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L166) --- @@ -728,7 +728,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:181](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L181) +[src/types/lib/index.ts:181](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L181) --- @@ -738,7 +738,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:183](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L183) +[src/types/lib/index.ts:183](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L183) --- @@ -748,7 +748,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:184](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L184) +[src/types/lib/index.ts:184](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L184) --- @@ -758,7 +758,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:188](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L188) +[src/types/lib/index.ts:188](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L188) --- @@ -778,7 +778,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:190](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L190) +[src/types/lib/index.ts:190](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L190) --- @@ -792,7 +792,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:194](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L194) +[src/types/lib/index.ts:194](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L194) --- @@ -806,7 +806,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:197](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L197) +[src/types/lib/index.ts:197](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L197) --- @@ -823,7 +823,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:201](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L201) +[src/types/lib/index.ts:201](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L201) --- @@ -841,7 +841,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:206](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L206) +[src/types/lib/index.ts:206](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L206) --- @@ -858,7 +858,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:212](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L212) +[src/types/lib/index.ts:212](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/index.ts#L212) --- @@ -871,7 +871,7 @@ CompressedCompiledContract #### Defined in -[src/types/lib/contract/index.ts:9](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/index.ts#L9) +[src/types/lib/contract/index.ts:9](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/index.ts#L9) --- @@ -883,7 +883,7 @@ format produced after compile .cairo to .json #### Defined in -[src/types/lib/contract/index.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/index.ts#L14) +[src/types/lib/contract/index.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/index.ts#L14) --- @@ -895,7 +895,7 @@ Compressed or decompressed Cairo0 or Cairo1 Contract #### Defined in -[src/types/lib/contract/index.ts:19](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/index.ts#L19) +[src/types/lib/contract/index.ts:19](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/index.ts#L19) --- @@ -907,7 +907,7 @@ ABI #### Defined in -[src/types/lib/contract/abi.ts:2](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/abi.ts#L2) +[src/types/lib/contract/abi.ts:2](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/abi.ts#L2) --- @@ -924,7 +924,7 @@ ABI #### Defined in -[src/types/lib/contract/abi.ts:5](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/abi.ts#L5) +[src/types/lib/contract/abi.ts:5](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/abi.ts#L5) --- @@ -945,7 +945,7 @@ ABI #### Defined in -[src/types/lib/contract/abi.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/abi.ts#L14) +[src/types/lib/contract/abi.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/abi.ts#L14) --- @@ -959,7 +959,7 @@ ABI #### Defined in -[src/types/lib/contract/abi.ts:23](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/abi.ts#L23) +[src/types/lib/contract/abi.ts:23](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/abi.ts#L23) --- @@ -978,7 +978,7 @@ ABI #### Defined in -[src/types/lib/contract/abi.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/abi.ts#L25) +[src/types/lib/contract/abi.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/abi.ts#L25) --- @@ -998,7 +998,7 @@ format produced after compressing 'program' property #### Defined in -[src/types/lib/contract/legacy.ts:7](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/legacy.ts#L7) +[src/types/lib/contract/legacy.ts:7](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/legacy.ts#L7) --- @@ -1010,7 +1010,7 @@ format produced after compile .cairo to .json #### Defined in -[src/types/lib/contract/legacy.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/legacy.ts#L16) +[src/types/lib/contract/legacy.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/legacy.ts#L16) --- @@ -1022,7 +1022,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/legacy.ts:21](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/legacy.ts#L21) +[src/types/lib/contract/legacy.ts:21](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/legacy.ts#L21) --- @@ -1032,7 +1032,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/legacy.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/legacy.ts#L22) +[src/types/lib/contract/legacy.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/legacy.ts#L22) --- @@ -1050,7 +1050,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/legacy.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/legacy.ts#L24) +[src/types/lib/contract/legacy.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/legacy.ts#L24) --- @@ -1068,7 +1068,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/legacy.ts:30](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/legacy.ts#L30) +[src/types/lib/contract/legacy.ts:30](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/legacy.ts#L30) --- @@ -1091,7 +1091,7 @@ SYSTEM TYPES #### Defined in -[src/types/lib/contract/sierra.ts:5](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L5) +[src/types/lib/contract/sierra.ts:5](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L5) --- @@ -1114,7 +1114,7 @@ sierra_program is hex array #### Defined in -[src/types/lib/contract/sierra.ts:19](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L19) +[src/types/lib/contract/sierra.ts:19](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L19) --- @@ -1127,7 +1127,7 @@ CompressedCompiledSierra #### Defined in -[src/types/lib/contract/sierra.ts:31](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L31) +[src/types/lib/contract/sierra.ts:31](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L31) --- @@ -1137,7 +1137,7 @@ CompressedCompiledSierra #### Defined in -[src/types/lib/contract/sierra.ts:35](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L35) +[src/types/lib/contract/sierra.ts:35](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L35) --- @@ -1149,7 +1149,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/sierra.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L38) +[src/types/lib/contract/sierra.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L38) --- @@ -1159,7 +1159,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/sierra.ts:39](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L39) +[src/types/lib/contract/sierra.ts:39](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L39) --- @@ -1177,7 +1177,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/sierra.ts:41](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L41) +[src/types/lib/contract/sierra.ts:41](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L41) --- @@ -1195,7 +1195,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/sierra.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L47) +[src/types/lib/contract/sierra.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L47) --- @@ -1212,7 +1212,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/sierra.ts:53](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L53) +[src/types/lib/contract/sierra.ts:53](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/lib/contract/sierra.ts#L53) --- @@ -1232,7 +1232,7 @@ SUBTYPES #### Defined in -[src/types/provider/configuration.ts:9](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/configuration.ts#L9) +[src/types/provider/configuration.ts:9](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/configuration.ts#L9) --- @@ -1242,7 +1242,7 @@ SUBTYPES #### Defined in -[src/types/provider/configuration.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/configuration.ts#L17) +[src/types/provider/configuration.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/configuration.ts#L17) --- @@ -1252,7 +1252,7 @@ SUBTYPES #### Defined in -[src/types/provider/configuration.ts:19](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/configuration.ts#L19) +[src/types/provider/configuration.ts:19](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/configuration.ts#L19) --- @@ -1262,7 +1262,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:42](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L42) +[src/types/provider/response.ts:42](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L42) --- @@ -1272,7 +1272,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:69](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L69) +[src/types/provider/response.ts:69](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L69) --- @@ -1282,7 +1282,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:103](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L103) +[src/types/provider/response.ts:103](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L103) --- @@ -1298,7 +1298,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:121](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L121) +[src/types/provider/response.ts:121](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L121) --- @@ -1308,7 +1308,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:125](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L125) +[src/types/provider/response.ts:125](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L125) --- @@ -1318,7 +1318,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:143](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L143) +[src/types/provider/response.ts:143](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L143) --- @@ -1328,7 +1328,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:145](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L145) +[src/types/provider/response.ts:145](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L145) --- @@ -1338,7 +1338,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:147](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L147) +[src/types/provider/response.ts:147](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L147) --- @@ -1348,7 +1348,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:149](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L149) +[src/types/provider/response.ts:149](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L149) --- @@ -1366,7 +1366,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:151](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L151) +[src/types/provider/response.ts:151](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L151) --- @@ -1376,7 +1376,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:157](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L157) +[src/types/provider/response.ts:157](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L157) --- @@ -1391,7 +1391,7 @@ CompiledSierra without '.sierra_program_debug_info' #### Defined in -[src/types/provider/response.ts:181](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L181) +[src/types/provider/response.ts:181](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/provider/response.ts#L181) --- @@ -1401,7 +1401,7 @@ CompiledSierra without '.sierra_program_debug_info' #### Defined in -[src/types/signer.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/signer.ts#L25) +[src/types/signer.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/signer.ts#L25) --- @@ -1419,7 +1419,7 @@ CompiledSierra without '.sierra_program_debug_info' #### Defined in -[src/types/typedData.ts:1](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/typedData.ts#L1) +[src/types/typedData.ts:1](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/typedData.ts#L1) --- @@ -1434,7 +1434,7 @@ standard. #### Defined in -[src/types/typedData.ts:13](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/typedData.ts#L13) +[src/types/typedData.ts:13](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/typedData.ts#L13) --- @@ -1454,7 +1454,7 @@ standard. #### Defined in -[src/types/api/sequencer.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L17) +[src/types/api/sequencer.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L17) --- @@ -1471,7 +1471,7 @@ standard. #### Defined in -[src/types/api/sequencer.ts:26](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L26) +[src/types/api/sequencer.ts:26](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L26) --- @@ -1498,7 +1498,7 @@ standard. #### Defined in -[src/types/api/sequencer.ts:31](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L31) +[src/types/api/sequencer.ts:31](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L31) --- @@ -1522,7 +1522,7 @@ standard. #### Defined in -[src/types/api/sequencer.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L46) +[src/types/api/sequencer.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L46) --- @@ -1541,7 +1541,7 @@ standard. #### Defined in -[src/types/api/sequencer.ts:59](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L59) +[src/types/api/sequencer.ts:59](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L59) --- @@ -1558,7 +1558,7 @@ standard. #### Defined in -[src/types/api/sequencer.ts:66](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L66) +[src/types/api/sequencer.ts:66](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L66) --- @@ -1568,4 +1568,4 @@ standard. #### Defined in -[src/types/api/sequencer.ts:71](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L71) +[src/types/api/sequencer.ts:71](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/types/api/sequencer.ts#L71) diff --git a/www/versioned_docs/version-5.14.1/API/namespaces/uint256.md b/www/versioned_docs/version-5.14.1/API/namespaces/uint256.md index 8eba6b28a..4c8b93e80 100644 --- a/www/versioned_docs/version-5.14.1/API/namespaces/uint256.md +++ b/www/versioned_docs/version-5.14.1/API/namespaces/uint256.md @@ -20,7 +20,7 @@ Re-exports [Uint256](../interfaces/types.Uint256.md) #### Defined in -[src/utils/uint256.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/uint256.ts#L14) +[src/utils/uint256.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/uint256.ts#L14) --- @@ -30,7 +30,7 @@ Re-exports [Uint256](../interfaces/types.Uint256.md) #### Defined in -[src/utils/uint256.ts:15](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/uint256.ts#L15) +[src/utils/uint256.ts:15](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/uint256.ts#L15) ## Functions @@ -50,7 +50,7 @@ Re-exports [Uint256](../interfaces/types.Uint256.md) #### Defined in -[src/utils/uint256.ts:10](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/uint256.ts#L10) +[src/utils/uint256.ts:10](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/uint256.ts#L10) --- @@ -70,7 +70,7 @@ Re-exports [Uint256](../interfaces/types.Uint256.md) #### Defined in -[src/utils/uint256.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/uint256.ts#L17) +[src/utils/uint256.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/uint256.ts#L17) --- @@ -90,4 +90,4 @@ Re-exports [Uint256](../interfaces/types.Uint256.md) #### Defined in -[src/utils/uint256.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.14.1/src/utils/uint256.ts#L22) +[src/utils/uint256.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.14.1/src/utils/uint256.ts#L22) diff --git a/www/versioned_docs/version-5.14.1/guides/Old_API_doc/Provider/sequencerProvider.md b/www/versioned_docs/version-5.14.1/guides/Old_API_doc/Provider/sequencerProvider.md index bf6e01ba7..597db5916 100644 --- a/www/versioned_docs/version-5.14.1/guides/Old_API_doc/Provider/sequencerProvider.md +++ b/www/versioned_docs/version-5.14.1/guides/Old_API_doc/Provider/sequencerProvider.md @@ -4,7 +4,7 @@ title: Sequencer Provider id: 'sequencerProvider' --- -On top of methods found in the [Provider](/docs/API/provider) section, `SequencerProvider` has some additional ones you can use. +On top of methods found in the [Provider](./) section, `SequencerProvider` has some additional ones you can use. ## Creating an instance diff --git a/www/versioned_docs/version-5.14.1/guides/Old_API_doc/account.md b/www/versioned_docs/version-5.14.1/guides/Old_API_doc/account.md index 548b68ff5..8481ce457 100644 --- a/www/versioned_docs/version-5.14.1/guides/Old_API_doc/account.md +++ b/www/versioned_docs/version-5.14.1/guides/Old_API_doc/account.md @@ -4,9 +4,9 @@ sidebar_position: 2 # Account -An Account extends [`Provider`](/docs/API/provider) and inherits all of its methods. +An Account extends [`Provider`](./Provider) and inherits all of its methods. -It also introduces new methods that allow Accounts to create and verify signatures with a custom [`Signer`](/docs/API/signer), declare and deploy Contract and deploy new Account +It also introduces new methods that allow Accounts to create and verify signatures with a custom [`Signer`](./Signer), declare and deploy Contract and deploy new Account This API is the primary way to interact with an account contract on Starknet. diff --git a/www/versioned_docs/version-5.14.1/guides/Old_API_doc/changelog.md b/www/versioned_docs/version-5.14.1/guides/Old_API_doc/changelog.md index 9ce455fb1..e3b96e17f 100644 --- a/www/versioned_docs/version-5.14.1/guides/Old_API_doc/changelog.md +++ b/www/versioned_docs/version-5.14.1/guides/Old_API_doc/changelog.md @@ -10,6 +10,6 @@ sidebar_position: 7 **NOTE**: Update your accounts, old ones will not be supported anymore. For updating with Argent X extension you can check this [link](https://github.com/argentlabs/argent-x/pull/522) -- BUGFIX: [#165](https://github.com/0xs34n/starknet.js/issues/165) -- BUGFIX: [#151](https://github.com/0xs34n/starknet.js/issues/151) -- BUGFIX: [#158](https://github.com/0xs34n/starknet.js/issues/158) +- BUGFIX: [#165](https://github.com/starknet-io/starknet.js/issues/165) +- BUGFIX: [#151](https://github.com/starknet-io/starknet.js/issues/151) +- BUGFIX: [#158](https://github.com/starknet-io/starknet.js/issues/158) diff --git a/www/versioned_docs/version-5.14.1/guides/Old_API_doc/index.md b/www/versioned_docs/version-5.14.1/guides/Old_API_doc/index.md index 3f6383cda..92c5f025d 100644 --- a/www/versioned_docs/version-5.14.1/guides/Old_API_doc/index.md +++ b/www/versioned_docs/version-5.14.1/guides/Old_API_doc/index.md @@ -1,3 +1,3 @@ # Starknet.js old API doc -This API is based on the [Starknet.js V3](https://github.com/0xs34n/starknet.js/discussions/102) Interface write up by [Janek](https://twitter.com/0xjanek) of [Argent](https://www.argent.xyz/) +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/) diff --git a/www/versioned_docs/version-5.14.1/guides/cra.md b/www/versioned_docs/version-5.14.1/guides/cra.md index a6aa6c887..d95bd74d8 100644 --- a/www/versioned_docs/version-5.14.1/guides/cra.md +++ b/www/versioned_docs/version-5.14.1/guides/cra.md @@ -4,4 +4,4 @@ sidebar_position: 16 # Usage with Create React App -Please refer to this [GitHub issue](https://github.com/0xs34n/starknet.js/issues/37) +Please refer to this [GitHub issue](https://github.com/starknet-io/starknet.js/issues/37) diff --git a/www/versioned_docs/version-5.14.1/guides/intro.md b/www/versioned_docs/version-5.14.1/guides/intro.md index 3486efb4b..4411d96d6 100644 --- a/www/versioned_docs/version-5.14.1/guides/intro.md +++ b/www/versioned_docs/version-5.14.1/guides/intro.md @@ -65,9 +65,9 @@ Additional helpful resources can also be found at [OpenZeppelin](https://do ## Full example with account & erc20 deployments -Please take a look at our workshop using OpenZeppelin contracts [here](https://github.com/0xs34n/starknet.js-workshop). +Please take a look at our workshop using OpenZeppelin contracts [here](https://github.com/starknet-io/starknet.js-workshop). -Example with Argent contract [here](https://github.com/0xs34n/starknet.js-account). +Example with Argent contract [here](https://github.com/starknet-io/starknet.js-account). ## Contracts used in the guides diff --git a/www/versioned_docs/version-5.19.5/API/classes/Account.md b/www/versioned_docs/version-5.19.5/API/classes/Account.md index a602c5401..9cab35aa1 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/Account.md +++ b/www/versioned_docs/version-5.19.5/API/classes/Account.md @@ -37,7 +37,7 @@ custom_edit_url: null #### Defined in -[src/account/default.ts:70](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L70) +[src/account/default.ts:70](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L70) ## Properties @@ -51,7 +51,7 @@ custom_edit_url: null #### Defined in -[src/account/default.ts:64](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L64) +[src/account/default.ts:64](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L64) --- @@ -65,7 +65,7 @@ custom_edit_url: null #### Defined in -[src/account/default.ts:66](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L66) +[src/account/default.ts:66](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L66) --- @@ -79,7 +79,7 @@ custom_edit_url: null #### Defined in -[src/account/default.ts:68](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L68) +[src/account/default.ts:68](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L68) --- @@ -104,7 +104,7 @@ custom_edit_url: null #### Defined in -[src/account/default.ts:423](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L423) +[src/account/default.ts:423](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L423) ## Methods @@ -132,7 +132,7 @@ nonce of the account #### Defined in -[src/account/default.ts:86](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L86) +[src/account/default.ts:86](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L86) --- @@ -152,7 +152,7 @@ nonce of the account #### Defined in -[src/account/default.ts:90](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L90) +[src/account/default.ts:90](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L90) --- @@ -173,7 +173,7 @@ nonce of the account #### Defined in -[src/account/default.ts:99](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L99) +[src/account/default.ts:99](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L99) --- @@ -202,7 +202,7 @@ response from estimate_fee #### Defined in -[src/account/default.ts:106](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L106) +[src/account/default.ts:106](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L106) --- @@ -231,7 +231,7 @@ response from estimate_fee #### Defined in -[src/account/default.ts:140](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L140) +[src/account/default.ts:140](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L140) --- @@ -260,7 +260,7 @@ response from estimate_fee #### Defined in -[src/account/default.ts:174](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L174) +[src/account/default.ts:174](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L174) --- @@ -288,7 +288,7 @@ This is different from the normal DEPLOY transaction as it goes through the Univ #### Defined in -[src/account/default.ts:213](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L213) +[src/account/default.ts:213](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L213) --- @@ -318,7 +318,7 @@ response from estimate_fee #### Defined in -[src/account/default.ts:221](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L221) +[src/account/default.ts:221](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L221) --- @@ -339,7 +339,7 @@ response from estimate_fee #### Defined in -[src/account/default.ts:245](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L245) +[src/account/default.ts:245](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L245) --- @@ -369,7 +369,7 @@ response from addTransaction #### Defined in -[src/account/default.ts:259](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L259) +[src/account/default.ts:259](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L259) --- @@ -396,7 +396,7 @@ DeclareContractResponse #### Defined in -[src/account/default.ts:306](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L306) +[src/account/default.ts:306](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L306) --- @@ -425,7 +425,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/account/default.ts:322](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L322) +[src/account/default.ts:322](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L322) --- @@ -456,7 +456,7 @@ support multicall #### Defined in -[src/account/default.ts:351](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L351) +[src/account/default.ts:351](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L351) --- @@ -494,7 +494,7 @@ Internal wait for L2 transaction, support multicall #### Defined in -[src/account/default.ts:397](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L397) +[src/account/default.ts:397](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L397) --- @@ -536,7 +536,7 @@ Method will pass even if contract is already declared (internal using DeclareIfN #### Defined in -[src/account/default.ts:406](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L406) +[src/account/default.ts:406](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L406) --- @@ -565,7 +565,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/account/default.ts:425](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L425) +[src/account/default.ts:425](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L425) --- @@ -598,7 +598,7 @@ the signature of the JSON object #### Defined in -[src/account/default.ts:479](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L479) +[src/account/default.ts:479](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L479) --- @@ -631,7 +631,7 @@ the hash of the JSON object #### Defined in -[src/account/default.ts:483](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L483) +[src/account/default.ts:483](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L483) --- @@ -668,7 +668,7 @@ true if the signature is valid, false otherwise #### Defined in -[src/account/default.ts:487](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L487) +[src/account/default.ts:487](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L487) --- @@ -701,7 +701,7 @@ true if the signature is valid, false otherwise #### Defined in -[src/account/default.ts:503](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L503) +[src/account/default.ts:503](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L503) --- @@ -730,7 +730,7 @@ suggestedMaxFee #### Defined in -[src/account/default.ts:508](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L508) +[src/account/default.ts:508](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L508) --- @@ -753,7 +753,7 @@ will be renamed to buildDeclareContractTransaction #### Defined in -[src/account/default.ts:542](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L542) +[src/account/default.ts:542](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L542) --- @@ -774,7 +774,7 @@ will be renamed to buildDeclareContractTransaction #### Defined in -[src/account/default.ts:566](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L566) +[src/account/default.ts:566](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L566) --- @@ -794,7 +794,7 @@ will be renamed to buildDeclareContractTransaction #### Defined in -[src/account/default.ts:599](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L599) +[src/account/default.ts:599](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L599) --- @@ -823,7 +823,7 @@ response from simulate_transaction #### Defined in -[src/account/default.ts:626](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L626) +[src/account/default.ts:626](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L626) --- @@ -844,7 +844,7 @@ response from simulate_transaction #### Defined in -[src/account/default.ts:643](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L643) +[src/account/default.ts:643](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L643) --- @@ -869,7 +869,7 @@ response from simulate_transaction #### Defined in -[src/account/default.ts:711](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/default.ts#L711) +[src/account/default.ts:711](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/default.ts#L711) --- @@ -895,7 +895,7 @@ the chain Id #### Defined in -[src/provider/default.ts:63](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L63) +[src/provider/default.ts:63](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L63) --- @@ -927,7 +927,7 @@ the block object #### Defined in -[src/provider/default.ts:67](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L67) +[src/provider/default.ts:67](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L67) --- @@ -960,7 +960,7 @@ Contract class of compiled contract #### Defined in -[src/provider/default.ts:71](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L71) +[src/provider/default.ts:71](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L71) --- @@ -993,7 +993,7 @@ Class hash #### Defined in -[src/provider/default.ts:78](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L78) +[src/provider/default.ts:78](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L78) --- @@ -1025,7 +1025,7 @@ Contract class of compiled contract #### Defined in -[src/provider/default.ts:85](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L85) +[src/provider/default.ts:85](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L85) --- @@ -1063,7 +1063,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:89](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L89) +[src/provider/default.ts:89](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L89) --- @@ -1098,7 +1098,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:97](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L97) +[src/provider/default.ts:97](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L97) --- @@ -1131,7 +1131,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:111](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L111) +[src/provider/default.ts:111](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L111) --- @@ -1164,7 +1164,7 @@ the hex nonce #### Defined in -[src/provider/default.ts:118](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L118) +[src/provider/default.ts:118](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L118) --- @@ -1198,7 +1198,7 @@ the value of the storage variable #### Defined in -[src/provider/default.ts:125](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L125) +[src/provider/default.ts:125](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L125) --- @@ -1230,7 +1230,7 @@ the transaction object { transaction_id, status, transaction, block_number?, blo #### Defined in -[src/provider/default.ts:133](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L133) +[src/provider/default.ts:133](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L133) --- @@ -1262,7 +1262,7 @@ the transaction receipt object #### Defined in -[src/provider/default.ts:137](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L137) +[src/provider/default.ts:137](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L137) --- @@ -1295,7 +1295,7 @@ the result of the function on the smart contract. #### Defined in -[src/provider/default.ts:141](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L141) +[src/provider/default.ts:141](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L141) --- @@ -1332,7 +1332,7 @@ response from addTransaction #### Defined in -[src/provider/default.ts:148](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L148) +[src/provider/default.ts:148](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L148) --- @@ -1365,7 +1365,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/default.ts:155](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L155) +[src/provider/default.ts:155](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L155) --- @@ -1398,7 +1398,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/default.ts:162](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L162) +[src/provider/default.ts:162](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L162) --- @@ -1433,7 +1433,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:169](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L169) +[src/provider/default.ts:169](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L169) --- @@ -1468,7 +1468,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:178](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L178) +[src/provider/default.ts:178](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L178) --- @@ -1501,7 +1501,7 @@ The method should not be used #### Defined in -[src/provider/default.ts:192](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L192) +[src/provider/default.ts:192](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L192) --- @@ -1534,7 +1534,7 @@ GetTransactionReceiptResponse #### Defined in -[src/provider/default.ts:199](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L199) +[src/provider/default.ts:199](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L199) --- @@ -1567,7 +1567,7 @@ an array of transaction trace and estimated fee #### Defined in -[src/provider/default.ts:206](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L206) +[src/provider/default.ts:206](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L206) --- @@ -1599,7 +1599,7 @@ StateUpdateResponse #### Defined in -[src/provider/default.ts:213](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L213) +[src/provider/default.ts:213](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L213) --- @@ -1624,4 +1624,4 @@ StateUpdateResponse #### Defined in -[src/provider/default.ts:221](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L221) +[src/provider/default.ts:221](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L221) diff --git a/www/versioned_docs/version-5.19.5/API/classes/AccountInterface.md b/www/versioned_docs/version-5.19.5/API/classes/AccountInterface.md index de73bf658..6ad6be5ce 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/AccountInterface.md +++ b/www/versioned_docs/version-5.19.5/API/classes/AccountInterface.md @@ -34,7 +34,7 @@ custom_edit_url: null #### Defined in -[src/account/interface.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L34) +[src/account/interface.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L34) --- @@ -44,7 +44,7 @@ custom_edit_url: null #### Defined in -[src/account/interface.ts:36](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L36) +[src/account/interface.ts:36](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L36) --- @@ -54,7 +54,7 @@ custom_edit_url: null #### Defined in -[src/account/interface.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L38) +[src/account/interface.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L38) ## Methods @@ -79,7 +79,7 @@ response from estimate_fee #### Defined in -[src/account/interface.ts:50](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L50) +[src/account/interface.ts:50](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L50) --- @@ -104,7 +104,7 @@ response from estimate_fee #### Defined in -[src/account/interface.ts:64](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L64) +[src/account/interface.ts:64](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L64) --- @@ -129,7 +129,7 @@ response from estimate_fee #### Defined in -[src/account/interface.ts:80](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L80) +[src/account/interface.ts:80](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L80) --- @@ -153,7 +153,7 @@ This is different from the normal DEPLOY transaction as it goes through the Univ #### Defined in -[src/account/interface.ts:100](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L100) +[src/account/interface.ts:100](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L100) --- @@ -179,7 +179,7 @@ response from estimate_fee #### Defined in -[src/account/interface.ts:115](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L115) +[src/account/interface.ts:115](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L115) --- @@ -205,7 +205,7 @@ response from addTransaction #### Defined in -[src/account/interface.ts:132](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L132) +[src/account/interface.ts:132](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L132) --- @@ -230,7 +230,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/account/interface.ts:152](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L152) +[src/account/interface.ts:152](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L152) --- @@ -257,7 +257,7 @@ support multicall #### Defined in -[src/account/interface.ts:174](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L174) +[src/account/interface.ts:174](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L174) --- @@ -291,7 +291,7 @@ Internal wait for L2 transaction, support multicall #### Defined in -[src/account/interface.ts:203](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L203) +[src/account/interface.ts:203](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L203) --- @@ -329,7 +329,7 @@ Method will pass even if contract is already declared (internal using DeclareIfN #### Defined in -[src/account/interface.ts:239](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L239) +[src/account/interface.ts:239](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L239) --- @@ -354,7 +354,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/account/interface.ts:258](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L258) +[src/account/interface.ts:258](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L258) --- @@ -383,7 +383,7 @@ the signature of the JSON object #### Defined in -[src/account/interface.ts:271](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L271) +[src/account/interface.ts:271](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L271) --- @@ -412,7 +412,7 @@ the hash of the JSON object #### Defined in -[src/account/interface.ts:281](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L281) +[src/account/interface.ts:281](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L281) --- @@ -441,7 +441,7 @@ true if the signature is valid, false otherwise #### Defined in -[src/account/interface.ts:291](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L291) +[src/account/interface.ts:291](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L291) --- @@ -474,7 +474,7 @@ true if the signature is valid, false otherwise #### Defined in -[src/account/interface.ts:302](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L302) +[src/account/interface.ts:302](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L302) --- @@ -498,7 +498,7 @@ nonce of the account #### Defined in -[src/account/interface.ts:310](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L310) +[src/account/interface.ts:310](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L310) --- @@ -523,7 +523,7 @@ suggestedMaxFee #### Defined in -[src/account/interface.ts:319](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L319) +[src/account/interface.ts:319](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L319) --- @@ -548,7 +548,7 @@ response from simulate_transaction #### Defined in -[src/account/interface.ts:333](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/account/interface.ts#L333) +[src/account/interface.ts:333](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/account/interface.ts#L333) --- @@ -570,7 +570,7 @@ the chain Id #### Defined in -[src/provider/interface.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L38) +[src/provider/interface.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L38) --- @@ -599,7 +599,7 @@ the result of the function on the smart contract. #### Defined in -[src/provider/interface.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L47) +[src/provider/interface.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L47) --- @@ -627,7 +627,7 @@ the block object #### Defined in -[src/provider/interface.ts:58](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L58) +[src/provider/interface.ts:58](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L58) --- @@ -656,7 +656,7 @@ The method should not be used #### Defined in -[src/provider/interface.ts:63](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L63) +[src/provider/interface.ts:63](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L63) --- @@ -685,7 +685,7 @@ Contract class of compiled contract #### Defined in -[src/provider/interface.ts:75](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L75) +[src/provider/interface.ts:75](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L75) --- @@ -714,7 +714,7 @@ Class hash #### Defined in -[src/provider/interface.ts:87](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L87) +[src/provider/interface.ts:87](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L87) --- @@ -742,7 +742,7 @@ Contract class of compiled contract #### Defined in -[src/provider/interface.ts:98](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L98) +[src/provider/interface.ts:98](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L98) --- @@ -771,7 +771,7 @@ the hex nonce #### Defined in -[src/provider/interface.ts:106](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L106) +[src/provider/interface.ts:106](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L106) --- @@ -801,7 +801,7 @@ the value of the storage variable #### Defined in -[src/provider/interface.ts:119](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L119) +[src/provider/interface.ts:119](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L119) --- @@ -829,7 +829,7 @@ the transaction object { transaction_id, status, transaction, block_number?, blo #### Defined in -[src/provider/interface.ts:131](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L131) +[src/provider/interface.ts:131](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L131) --- @@ -857,7 +857,7 @@ the transaction receipt object #### Defined in -[src/provider/interface.ts:139](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L139) +[src/provider/interface.ts:139](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L139) --- @@ -886,7 +886,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/interface.ts:152](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L152) +[src/provider/interface.ts:152](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L152) --- @@ -919,7 +919,7 @@ response from addTransaction #### Defined in -[src/provider/interface.ts:172](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L172) +[src/provider/interface.ts:172](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L172) --- @@ -948,7 +948,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/interface.ts:189](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L189) +[src/provider/interface.ts:189](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L189) --- @@ -983,7 +983,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:210](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L210) +[src/provider/interface.ts:210](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L210) --- @@ -1014,7 +1014,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:232](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L232) +[src/provider/interface.ts:232](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L232) --- @@ -1045,7 +1045,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:254](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L254) +[src/provider/interface.ts:254](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L254) --- @@ -1076,7 +1076,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:277](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L277) +[src/provider/interface.ts:277](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L277) --- @@ -1105,7 +1105,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:293](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L293) +[src/provider/interface.ts:293](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L293) --- @@ -1134,7 +1134,7 @@ GetTransactionReceiptResponse #### Defined in -[src/provider/interface.ts:306](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L306) +[src/provider/interface.ts:306](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L306) --- @@ -1163,7 +1163,7 @@ an array of transaction trace and estimated fee #### Defined in -[src/provider/interface.ts:321](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L321) +[src/provider/interface.ts:321](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L321) --- @@ -1191,4 +1191,4 @@ StateUpdateResponse #### Defined in -[src/provider/interface.ts:332](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L332) +[src/provider/interface.ts:332](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L332) diff --git a/www/versioned_docs/version-5.19.5/API/classes/CairoCustomEnum.md b/www/versioned_docs/version-5.19.5/API/classes/CairoCustomEnum.md index 8fefabd6a..5bef2f5a8 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/CairoCustomEnum.md +++ b/www/versioned_docs/version-5.19.5/API/classes/CairoCustomEnum.md @@ -34,7 +34,7 @@ const myCairoEnum = new CairoCustomEnum( {Success: undefined, Warning: "0x7f32ea #### Defined in -[src/utils/calldata/enum/CairoCustomEnum.ts:27](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoCustomEnum.ts#L27) +[src/utils/calldata/enum/CairoCustomEnum.ts:27](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoCustomEnum.ts#L27) ## Properties @@ -51,7 +51,7 @@ const successValue = myCairoEnum.variant.Success; #### Defined in -[src/utils/calldata/enum/CairoCustomEnum.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoCustomEnum.ts#L22) +[src/utils/calldata/enum/CairoCustomEnum.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoCustomEnum.ts#L22) ## Methods @@ -67,7 +67,7 @@ the content of the valid variant of a Cairo custom Enum. #### Defined in -[src/utils/calldata/enum/CairoCustomEnum.ts:45](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoCustomEnum.ts#L45) +[src/utils/calldata/enum/CairoCustomEnum.ts:45](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoCustomEnum.ts#L45) ___ @@ -83,5 +83,5 @@ the name of the valid variant of a Cairo custom Enum. #### Defined in -[src/utils/calldata/enum/CairoCustomEnum.ts:58](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoCustomEnum.ts#L58) +[src/utils/calldata/enum/CairoCustomEnum.ts:58](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoCustomEnum.ts#L58) ``` diff --git a/www/versioned_docs/version-5.19.5/API/classes/CairoOption.md b/www/versioned_docs/version-5.19.5/API/classes/CairoOption.md index da7060faf..19f41efd3 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/CairoOption.md +++ b/www/versioned_docs/version-5.19.5/API/classes/CairoOption.md @@ -49,7 +49,7 @@ const myOption = new CairoOption(CairoOptionVariant.Some, "0x54dda #### Defined in -[src/utils/calldata/enum/CairoOption.ts:20](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoOption.ts#L20) +[src/utils/calldata/enum/CairoOption.ts:20](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoOption.ts#L20) ## Properties @@ -59,7 +59,7 @@ const myOption = new CairoOption(CairoOptionVariant.Some, "0x54dda #### Defined in -[src/utils/calldata/enum/CairoOption.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoOption.ts#L16) +[src/utils/calldata/enum/CairoOption.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoOption.ts#L16) --- @@ -69,7 +69,7 @@ const myOption = new CairoOption(CairoOptionVariant.Some, "0x54dda #### Defined in -[src/utils/calldata/enum/CairoOption.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoOption.ts#L18) +[src/utils/calldata/enum/CairoOption.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoOption.ts#L18) ## Methods @@ -86,7 +86,7 @@ If None, returns 'undefined'. #### Defined in -[src/utils/calldata/enum/CairoOption.ts:43](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoOption.ts#L43) +[src/utils/calldata/enum/CairoOption.ts:43](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoOption.ts#L43) --- @@ -102,7 +102,7 @@ true if the valid variant is 'isSome'. #### Defined in -[src/utils/calldata/enum/CairoOption.ts:54](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoOption.ts#L54) +[src/utils/calldata/enum/CairoOption.ts:54](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoOption.ts#L54) --- @@ -118,4 +118,4 @@ true if the valid variant is 'isNone'. #### Defined in -[src/utils/calldata/enum/CairoOption.ts:62](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoOption.ts#L62) +[src/utils/calldata/enum/CairoOption.ts:62](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoOption.ts#L62) diff --git a/www/versioned_docs/version-5.19.5/API/classes/CairoResult.md b/www/versioned_docs/version-5.19.5/API/classes/CairoResult.md index 3e8c93d60..ef288abcf 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/CairoResult.md +++ b/www/versioned_docs/version-5.19.5/API/classes/CairoResult.md @@ -51,7 +51,7 @@ const myOption = new CairoResult(CairoResultVariant.Ok #### Defined in -[src/utils/calldata/enum/CairoResult.ts:20](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoResult.ts#L20) +[src/utils/calldata/enum/CairoResult.ts:20](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoResult.ts#L20) ## Properties @@ -61,7 +61,7 @@ const myOption = new CairoResult(CairoResultVariant.Ok #### Defined in -[src/utils/calldata/enum/CairoResult.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoResult.ts#L16) +[src/utils/calldata/enum/CairoResult.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoResult.ts#L16) --- @@ -71,7 +71,7 @@ const myOption = new CairoResult(CairoResultVariant.Ok #### Defined in -[src/utils/calldata/enum/CairoResult.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoResult.ts#L18) +[src/utils/calldata/enum/CairoResult.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoResult.ts#L18) ## Methods @@ -87,7 +87,7 @@ the content of the valid variant of a Cairo Result. #### Defined in -[src/utils/calldata/enum/CairoResult.ts:37](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoResult.ts#L37) +[src/utils/calldata/enum/CairoResult.ts:37](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoResult.ts#L37) --- @@ -103,7 +103,7 @@ true if the valid variant is 'Ok'. #### Defined in -[src/utils/calldata/enum/CairoResult.ts:51](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoResult.ts#L51) +[src/utils/calldata/enum/CairoResult.ts:51](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoResult.ts#L51) --- @@ -119,4 +119,4 @@ true if the valid variant is 'isErr'. #### Defined in -[src/utils/calldata/enum/CairoResult.ts:59](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoResult.ts#L59) +[src/utils/calldata/enum/CairoResult.ts:59](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoResult.ts#L59) diff --git a/www/versioned_docs/version-5.19.5/API/classes/CallData.md b/www/versioned_docs/version-5.19.5/API/classes/CallData.md index b3f42756d..cb89e266d 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/CallData.md +++ b/www/versioned_docs/version-5.19.5/API/classes/CallData.md @@ -20,7 +20,7 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/index.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L47) +[src/utils/calldata/index.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L47) ## Properties @@ -30,7 +30,7 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/index.ts:39](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L39) +[src/utils/calldata/index.ts:39](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L39) --- @@ -40,7 +40,7 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/index.ts:41](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L41) +[src/utils/calldata/index.ts:41](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L41) --- @@ -50,7 +50,7 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/index.ts:43](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L43) +[src/utils/calldata/index.ts:43](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L43) --- @@ -60,7 +60,7 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/index.ts:45](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L45) +[src/utils/calldata/index.ts:45](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L45) ## Methods @@ -84,7 +84,7 @@ Calldata #### Defined in -[src/utils/calldata/index.ts:161](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L161) +[src/utils/calldata/index.ts:161](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L161) --- @@ -108,7 +108,7 @@ AbiStructs - structs from abi #### Defined in -[src/utils/calldata/index.ts:279](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L279) +[src/utils/calldata/index.ts:279](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L279) --- @@ -132,7 +132,7 @@ AbiEnums - enums from abi #### Defined in -[src/utils/calldata/index.ts:296](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L296) +[src/utils/calldata/index.ts:296](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L296) --- @@ -156,7 +156,7 @@ Calldata #### Defined in -[src/utils/calldata/index.ts:315](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L315) +[src/utils/calldata/index.ts:315](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L315) --- @@ -180,7 +180,7 @@ HexCalldata #### Defined in -[src/utils/calldata/index.ts:324](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L324) +[src/utils/calldata/index.ts:324](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L324) --- @@ -204,7 +204,7 @@ Validate arguments passed to the method as corresponding to the ones in the abi #### Defined in -[src/utils/calldata/index.ts:60](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L60) +[src/utils/calldata/index.ts:60](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L60) --- @@ -240,7 +240,7 @@ Calldata - parsed arguments in format that contract is expecting #### Defined in -[src/utils/calldata/index.ts:113](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L113) +[src/utils/calldata/index.ts:113](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L113) --- @@ -265,7 +265,7 @@ Result - parsed response corresponding to the abi #### Defined in -[src/utils/calldata/index.ts:245](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L245) +[src/utils/calldata/index.ts:245](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L245) --- @@ -291,4 +291,4 @@ Result - parsed and formatted response object #### Defined in -[src/utils/calldata/index.ts:269](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L269) +[src/utils/calldata/index.ts:269](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/index.ts#L269) diff --git a/www/versioned_docs/version-5.19.5/API/classes/Contract.md b/www/versioned_docs/version-5.19.5/API/classes/Contract.md index dea8af81c..91c9316da 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/Contract.md +++ b/www/versioned_docs/version-5.19.5/API/classes/Contract.md @@ -34,7 +34,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:156](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L156) +[src/contract/default.ts:156](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L156) ## Properties @@ -48,7 +48,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:125](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L125) +[src/contract/default.ts:125](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L125) --- @@ -62,7 +62,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:127](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L127) +[src/contract/default.ts:127](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L127) --- @@ -76,7 +76,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:129](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L129) +[src/contract/default.ts:129](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L129) --- @@ -90,7 +90,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:131](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L131) +[src/contract/default.ts:131](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L131) --- @@ -104,7 +104,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:133](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L133) +[src/contract/default.ts:133](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L133) --- @@ -114,7 +114,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:135](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L135) +[src/contract/default.ts:135](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L135) --- @@ -132,7 +132,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:137](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L137) +[src/contract/default.ts:137](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L137) --- @@ -150,7 +150,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:139](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L139) +[src/contract/default.ts:139](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L139) --- @@ -168,7 +168,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:141](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L141) +[src/contract/default.ts:141](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L141) --- @@ -186,7 +186,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:143](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L143) +[src/contract/default.ts:143](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L143) --- @@ -196,7 +196,7 @@ Contract class to handle contract methods #### Defined in -[src/contract/default.ts:147](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L147) +[src/contract/default.ts:147](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L147) ## Methods @@ -222,7 +222,7 @@ Saves the address of the contract deployed on network that will be used for inte #### Defined in -[src/contract/default.ts:212](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L212) +[src/contract/default.ts:212](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L212) --- @@ -248,7 +248,7 @@ Attaches to new Provider or Account #### Defined in -[src/contract/default.ts:216](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L216) +[src/contract/default.ts:216](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L216) --- @@ -274,7 +274,7 @@ Promise that resolves when contract is deployed on the network or when no deploy #### Defined in -[src/contract/default.ts:220](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L220) +[src/contract/default.ts:220](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L220) --- @@ -304,7 +304,7 @@ Result of the call as an array with key value pars #### Defined in -[src/contract/default.ts:228](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L228) +[src/contract/default.ts:228](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L228) --- @@ -334,7 +334,7 @@ Add Transaction Response #### Defined in -[src/contract/default.ts:270](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L270) +[src/contract/default.ts:270](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L270) --- @@ -361,7 +361,7 @@ Estimates a method on a contract #### Defined in -[src/contract/default.ts:314](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L314) +[src/contract/default.ts:314](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L314) --- @@ -390,7 +390,7 @@ Invocation object #### Defined in -[src/contract/default.ts:328](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L328) +[src/contract/default.ts:328](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L328) --- @@ -418,7 +418,7 @@ Events parsed #### Defined in -[src/contract/default.ts:337](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L337) +[src/contract/default.ts:337](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L337) --- @@ -446,7 +446,7 @@ TRUE if the contract comes from a Cairo1 contract #### Defined in -[src/contract/default.ts:349](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L349) +[src/contract/default.ts:349](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L349) --- @@ -476,4 +476,4 @@ TRUE if the contract comes from a Cairo1 contract #### Defined in -[src/contract/default.ts:353](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L353) +[src/contract/default.ts:353](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L353) diff --git a/www/versioned_docs/version-5.19.5/API/classes/ContractFactory.md b/www/versioned_docs/version-5.19.5/API/classes/ContractFactory.md index e586526f2..7d6b81e7a 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/ContractFactory.md +++ b/www/versioned_docs/version-5.19.5/API/classes/ContractFactory.md @@ -20,7 +20,7 @@ custom_edit_url: null #### Defined in -[src/contract/contractFactory.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L46) +[src/contract/contractFactory.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L46) ## Properties @@ -30,7 +30,7 @@ custom_edit_url: null #### Defined in -[src/contract/contractFactory.ts:23](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L23) +[src/contract/contractFactory.ts:23](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L23) --- @@ -40,7 +40,7 @@ custom_edit_url: null #### Defined in -[src/contract/contractFactory.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L25) +[src/contract/contractFactory.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L25) --- @@ -50,7 +50,7 @@ custom_edit_url: null #### Defined in -[src/contract/contractFactory.ts:27](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L27) +[src/contract/contractFactory.ts:27](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L27) --- @@ -60,7 +60,7 @@ custom_edit_url: null #### Defined in -[src/contract/contractFactory.ts:29](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L29) +[src/contract/contractFactory.ts:29](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L29) --- @@ -70,7 +70,7 @@ custom_edit_url: null #### Defined in -[src/contract/contractFactory.ts:31](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L31) +[src/contract/contractFactory.ts:31](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L31) --- @@ -80,7 +80,7 @@ custom_edit_url: null #### Defined in -[src/contract/contractFactory.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L33) +[src/contract/contractFactory.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L33) --- @@ -90,7 +90,7 @@ custom_edit_url: null #### Defined in -[src/contract/contractFactory.ts:35](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L35) +[src/contract/contractFactory.ts:35](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L35) ## Methods @@ -115,7 +115,7 @@ deployed Contract #### Defined in -[src/contract/contractFactory.ts:64](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L64) +[src/contract/contractFactory.ts:64](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L64) --- @@ -139,7 +139,7 @@ ContractFactory #### Defined in -[src/contract/contractFactory.ts:105](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L105) +[src/contract/contractFactory.ts:105](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L105) --- @@ -163,4 +163,4 @@ Contract #### Defined in -[src/contract/contractFactory.ts:116](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L116) +[src/contract/contractFactory.ts:116](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L116) diff --git a/www/versioned_docs/version-5.19.5/API/classes/ContractInterface.md b/www/versioned_docs/version-5.19.5/API/classes/ContractInterface.md index 53babc1d2..875eaca79 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/ContractInterface.md +++ b/www/versioned_docs/version-5.19.5/API/classes/ContractInterface.md @@ -28,7 +28,7 @@ custom_edit_url: null #### Defined in -[src/contract/interface.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L24) +[src/contract/interface.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L24) --- @@ -38,7 +38,7 @@ custom_edit_url: null #### Defined in -[src/contract/interface.ts:26](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L26) +[src/contract/interface.ts:26](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L26) --- @@ -48,7 +48,7 @@ custom_edit_url: null #### Defined in -[src/contract/interface.ts:28](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L28) +[src/contract/interface.ts:28](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L28) --- @@ -58,7 +58,7 @@ custom_edit_url: null #### Defined in -[src/contract/interface.ts:30](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L30) +[src/contract/interface.ts:30](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L30) --- @@ -72,7 +72,7 @@ custom_edit_url: null #### Defined in -[src/contract/interface.ts:32](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L32) +[src/contract/interface.ts:32](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L32) --- @@ -86,7 +86,7 @@ custom_edit_url: null #### Defined in -[src/contract/interface.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L34) +[src/contract/interface.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L34) --- @@ -100,7 +100,7 @@ custom_edit_url: null #### Defined in -[src/contract/interface.ts:36](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L36) +[src/contract/interface.ts:36](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L36) --- @@ -114,7 +114,7 @@ custom_edit_url: null #### Defined in -[src/contract/interface.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L38) +[src/contract/interface.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L38) ## Methods @@ -136,7 +136,7 @@ Saves the address of the contract deployed on network that will be used for inte #### Defined in -[src/contract/interface.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L47) +[src/contract/interface.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L47) --- @@ -158,7 +158,7 @@ Attaches to new Provider or Account #### Defined in -[src/contract/interface.ts:54](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L54) +[src/contract/interface.ts:54](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L54) --- @@ -180,7 +180,7 @@ Promise that resolves when contract is deployed on the network or when no deploy #### Defined in -[src/contract/interface.ts:62](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L62) +[src/contract/interface.ts:62](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L62) --- @@ -206,7 +206,7 @@ Result of the call as an array with key value pars #### Defined in -[src/contract/interface.ts:72](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L72) +[src/contract/interface.ts:72](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L72) --- @@ -232,7 +232,7 @@ Add Transaction Response #### Defined in -[src/contract/interface.ts:86](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L86) +[src/contract/interface.ts:86](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L86) --- @@ -257,7 +257,7 @@ Estimates a method on a contract #### Defined in -[src/contract/interface.ts:99](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L99) +[src/contract/interface.ts:99](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L99) --- @@ -282,7 +282,7 @@ Invocation object #### Defined in -[src/contract/interface.ts:114](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L114) +[src/contract/interface.ts:114](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L114) --- @@ -306,7 +306,7 @@ Events parsed #### Defined in -[src/contract/interface.ts:122](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L122) +[src/contract/interface.ts:122](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L122) --- @@ -330,7 +330,7 @@ TRUE if the contract comes from a Cairo1 contract #### Defined in -[src/contract/interface.ts:133](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L133) +[src/contract/interface.ts:133](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L133) --- @@ -356,4 +356,4 @@ TRUE if the contract comes from a Cairo1 contract #### Defined in -[src/contract/interface.ts:135](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L135) +[src/contract/interface.ts:135](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L135) diff --git a/www/versioned_docs/version-5.19.5/API/classes/CustomError.md b/www/versioned_docs/version-5.19.5/API/classes/CustomError.md index afa28bd93..a7a979814 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/CustomError.md +++ b/www/versioned_docs/version-5.19.5/API/classes/CustomError.md @@ -32,7 +32,7 @@ Error.constructor #### Defined in -[src/provider/errors.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/errors.ts#L18) +[src/provider/errors.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/errors.ts#L18) ## Properties @@ -95,7 +95,7 @@ Error.name #### Defined in -[src/provider/errors.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/errors.ts#L16) +[src/provider/errors.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/errors.ts#L16) --- diff --git a/www/versioned_docs/version-5.19.5/API/classes/GatewayError.md b/www/versioned_docs/version-5.19.5/API/classes/GatewayError.md index 9be4a7226..14081e026 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/GatewayError.md +++ b/www/versioned_docs/version-5.19.5/API/classes/GatewayError.md @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[src/provider/errors.ts:40](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/errors.ts#L40) +[src/provider/errors.ts:40](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/errors.ts#L40) ## Properties @@ -90,7 +90,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/provider/errors.ts:40](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/errors.ts#L40) +[src/provider/errors.ts:40](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/errors.ts#L40) --- @@ -104,7 +104,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/provider/errors.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/errors.ts#L16) +[src/provider/errors.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/errors.ts#L16) --- diff --git a/www/versioned_docs/version-5.19.5/API/classes/HttpError.md b/www/versioned_docs/version-5.19.5/API/classes/HttpError.md index 7681f3c96..8d6c2cadb 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/HttpError.md +++ b/www/versioned_docs/version-5.19.5/API/classes/HttpError.md @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[src/provider/errors.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/errors.ts#L46) +[src/provider/errors.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/errors.ts#L46) ## Properties @@ -90,7 +90,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/provider/errors.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/errors.ts#L46) +[src/provider/errors.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/errors.ts#L46) --- @@ -104,7 +104,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/provider/errors.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/errors.ts#L16) +[src/provider/errors.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/errors.ts#L16) --- diff --git a/www/versioned_docs/version-5.19.5/API/classes/LibraryError.md b/www/versioned_docs/version-5.19.5/API/classes/LibraryError.md index 8847fea4a..2055159e2 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/LibraryError.md +++ b/www/versioned_docs/version-5.19.5/API/classes/LibraryError.md @@ -34,7 +34,7 @@ custom_edit_url: null #### Defined in -[src/provider/errors.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/errors.ts#L18) +[src/provider/errors.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/errors.ts#L18) ## Properties @@ -97,7 +97,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/provider/errors.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/errors.ts#L16) +[src/provider/errors.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/errors.ts#L16) --- diff --git a/www/versioned_docs/version-5.19.5/API/classes/Provider.md b/www/versioned_docs/version-5.19.5/API/classes/Provider.md index 22f0e26b3..650627573 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/Provider.md +++ b/www/versioned_docs/version-5.19.5/API/classes/Provider.md @@ -30,7 +30,7 @@ custom_edit_url: null #### Defined in -[src/provider/default.ts:41](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L41) +[src/provider/default.ts:41](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L41) ## Properties @@ -40,7 +40,7 @@ custom_edit_url: null #### Defined in -[src/provider/default.ts:39](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L39) +[src/provider/default.ts:39](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L39) ## Methods @@ -62,7 +62,7 @@ the chain Id #### Defined in -[src/provider/default.ts:63](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L63) +[src/provider/default.ts:63](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L63) --- @@ -90,7 +90,7 @@ the block object #### Defined in -[src/provider/default.ts:67](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L67) +[src/provider/default.ts:67](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L67) --- @@ -119,7 +119,7 @@ Contract class of compiled contract #### Defined in -[src/provider/default.ts:71](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L71) +[src/provider/default.ts:71](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L71) --- @@ -148,7 +148,7 @@ Class hash #### Defined in -[src/provider/default.ts:78](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L78) +[src/provider/default.ts:78](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L78) --- @@ -176,7 +176,7 @@ Contract class of compiled contract #### Defined in -[src/provider/default.ts:85](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L85) +[src/provider/default.ts:85](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L85) --- @@ -210,7 +210,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:89](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L89) +[src/provider/default.ts:89](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L89) --- @@ -241,7 +241,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:97](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L97) +[src/provider/default.ts:97](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L97) --- @@ -270,7 +270,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:111](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L111) +[src/provider/default.ts:111](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L111) --- @@ -299,7 +299,7 @@ the hex nonce #### Defined in -[src/provider/default.ts:118](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L118) +[src/provider/default.ts:118](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L118) --- @@ -329,7 +329,7 @@ the value of the storage variable #### Defined in -[src/provider/default.ts:125](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L125) +[src/provider/default.ts:125](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L125) --- @@ -357,7 +357,7 @@ the transaction object { transaction_id, status, transaction, block_number?, blo #### Defined in -[src/provider/default.ts:133](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L133) +[src/provider/default.ts:133](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L133) --- @@ -385,7 +385,7 @@ the transaction receipt object #### Defined in -[src/provider/default.ts:137](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L137) +[src/provider/default.ts:137](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L137) --- @@ -414,7 +414,7 @@ the result of the function on the smart contract. #### Defined in -[src/provider/default.ts:141](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L141) +[src/provider/default.ts:141](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L141) --- @@ -447,7 +447,7 @@ response from addTransaction #### Defined in -[src/provider/default.ts:148](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L148) +[src/provider/default.ts:148](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L148) --- @@ -476,7 +476,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/default.ts:155](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L155) +[src/provider/default.ts:155](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L155) --- @@ -505,7 +505,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/default.ts:162](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L162) +[src/provider/default.ts:162](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L162) --- @@ -536,7 +536,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:169](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L169) +[src/provider/default.ts:169](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L169) --- @@ -567,7 +567,7 @@ the estimated fee #### Defined in -[src/provider/default.ts:178](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L178) +[src/provider/default.ts:178](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L178) --- @@ -596,7 +596,7 @@ The method should not be used #### Defined in -[src/provider/default.ts:192](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L192) +[src/provider/default.ts:192](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L192) --- @@ -625,7 +625,7 @@ GetTransactionReceiptResponse #### Defined in -[src/provider/default.ts:199](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L199) +[src/provider/default.ts:199](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L199) --- @@ -654,7 +654,7 @@ an array of transaction trace and estimated fee #### Defined in -[src/provider/default.ts:206](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L206) +[src/provider/default.ts:206](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L206) --- @@ -682,7 +682,7 @@ StateUpdateResponse #### Defined in -[src/provider/default.ts:213](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L213) +[src/provider/default.ts:213](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L213) --- @@ -703,7 +703,7 @@ StateUpdateResponse #### Defined in -[src/provider/default.ts:217](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L217) +[src/provider/default.ts:217](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L217) --- @@ -724,4 +724,4 @@ StateUpdateResponse #### Defined in -[src/provider/default.ts:221](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/default.ts#L221) +[src/provider/default.ts:221](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/default.ts#L221) diff --git a/www/versioned_docs/version-5.19.5/API/classes/ProviderInterface.md b/www/versioned_docs/version-5.19.5/API/classes/ProviderInterface.md index 0e6bb1547..d35f44b86 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/ProviderInterface.md +++ b/www/versioned_docs/version-5.19.5/API/classes/ProviderInterface.md @@ -40,7 +40,7 @@ the chain Id #### Defined in -[src/provider/interface.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L38) +[src/provider/interface.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L38) --- @@ -65,7 +65,7 @@ the result of the function on the smart contract. #### Defined in -[src/provider/interface.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L47) +[src/provider/interface.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L47) --- @@ -89,7 +89,7 @@ the block object #### Defined in -[src/provider/interface.ts:58](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L58) +[src/provider/interface.ts:58](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L58) --- @@ -114,7 +114,7 @@ The method should not be used #### Defined in -[src/provider/interface.ts:63](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L63) +[src/provider/interface.ts:63](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L63) --- @@ -139,7 +139,7 @@ Contract class of compiled contract #### Defined in -[src/provider/interface.ts:75](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L75) +[src/provider/interface.ts:75](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L75) --- @@ -164,7 +164,7 @@ Class hash #### Defined in -[src/provider/interface.ts:87](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L87) +[src/provider/interface.ts:87](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L87) --- @@ -188,7 +188,7 @@ Contract class of compiled contract #### Defined in -[src/provider/interface.ts:98](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L98) +[src/provider/interface.ts:98](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L98) --- @@ -213,7 +213,7 @@ the hex nonce #### Defined in -[src/provider/interface.ts:106](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L106) +[src/provider/interface.ts:106](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L106) --- @@ -239,7 +239,7 @@ the value of the storage variable #### Defined in -[src/provider/interface.ts:119](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L119) +[src/provider/interface.ts:119](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L119) --- @@ -263,7 +263,7 @@ the transaction object { transaction_id, status, transaction, block_number?, blo #### Defined in -[src/provider/interface.ts:131](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L131) +[src/provider/interface.ts:131](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L131) --- @@ -287,7 +287,7 @@ the transaction receipt object #### Defined in -[src/provider/interface.ts:139](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L139) +[src/provider/interface.ts:139](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L139) --- @@ -312,7 +312,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/interface.ts:152](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L152) +[src/provider/interface.ts:152](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L152) --- @@ -341,7 +341,7 @@ response from addTransaction #### Defined in -[src/provider/interface.ts:172](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L172) +[src/provider/interface.ts:172](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L172) --- @@ -366,7 +366,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/interface.ts:189](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L189) +[src/provider/interface.ts:189](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L189) --- @@ -397,7 +397,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:210](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L210) +[src/provider/interface.ts:210](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L210) --- @@ -424,7 +424,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:232](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L232) +[src/provider/interface.ts:232](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L232) --- @@ -451,7 +451,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:254](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L254) +[src/provider/interface.ts:254](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L254) --- @@ -478,7 +478,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:277](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L277) +[src/provider/interface.ts:277](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L277) --- @@ -503,7 +503,7 @@ the estimated fee #### Defined in -[src/provider/interface.ts:293](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L293) +[src/provider/interface.ts:293](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L293) --- @@ -528,7 +528,7 @@ GetTransactionReceiptResponse #### Defined in -[src/provider/interface.ts:306](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L306) +[src/provider/interface.ts:306](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L306) --- @@ -553,7 +553,7 @@ an array of transaction trace and estimated fee #### Defined in -[src/provider/interface.ts:321](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L321) +[src/provider/interface.ts:321](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L321) --- @@ -577,4 +577,4 @@ StateUpdateResponse #### Defined in -[src/provider/interface.ts:332](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/interface.ts#L332) +[src/provider/interface.ts:332](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/interface.ts#L332) diff --git a/www/versioned_docs/version-5.19.5/API/classes/RpcProvider.md b/www/versioned_docs/version-5.19.5/API/classes/RpcProvider.md index 484d8edff..ed1aa7860 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/RpcProvider.md +++ b/www/versioned_docs/version-5.19.5/API/classes/RpcProvider.md @@ -24,7 +24,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:76](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L76) +[src/provider/rpc.ts:76](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L76) ## Properties @@ -34,7 +34,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:64](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L64) +[src/provider/rpc.ts:64](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L64) --- @@ -44,7 +44,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:66](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L66) +[src/provider/rpc.ts:66](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L66) --- @@ -54,7 +54,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:68](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L68) +[src/provider/rpc.ts:68](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L68) --- @@ -64,7 +64,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:70](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L70) +[src/provider/rpc.ts:70](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L70) --- @@ -74,7 +74,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:72](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L72) +[src/provider/rpc.ts:72](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L72) --- @@ -84,7 +84,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:74](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L74) +[src/provider/rpc.ts:74](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L74) ## Methods @@ -105,7 +105,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:86](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L86) +[src/provider/rpc.ts:86](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L86) --- @@ -125,7 +125,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:95](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L95) +[src/provider/rpc.ts:95](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L95) --- @@ -152,7 +152,7 @@ custom_edit_url: null #### Defined in -[src/provider/rpc.ts:102](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L102) +[src/provider/rpc.ts:102](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L102) --- @@ -174,7 +174,7 @@ the chain Id #### Defined in -[src/provider/rpc.ts:118](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L118) +[src/provider/rpc.ts:118](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L118) --- @@ -202,7 +202,7 @@ the block object #### Defined in -[src/provider/rpc.ts:123](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L123) +[src/provider/rpc.ts:123](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L123) --- @@ -216,7 +216,7 @@ the block object #### Defined in -[src/provider/rpc.ts:131](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L131) +[src/provider/rpc.ts:131](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L131) --- @@ -236,7 +236,7 @@ the block object #### Defined in -[src/provider/rpc.ts:135](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L135) +[src/provider/rpc.ts:135](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L135) --- @@ -256,7 +256,7 @@ the block object #### Defined in -[src/provider/rpc.ts:142](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L142) +[src/provider/rpc.ts:142](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L142) --- @@ -285,7 +285,7 @@ Class hash #### Defined in -[src/provider/rpc.ts:149](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L149) +[src/provider/rpc.ts:149](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L149) --- @@ -314,7 +314,7 @@ the hex nonce #### Defined in -[src/provider/rpc.ts:160](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L160) +[src/provider/rpc.ts:160](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L160) --- @@ -328,7 +328,7 @@ the hex nonce #### Defined in -[src/provider/rpc.ts:171](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L171) +[src/provider/rpc.ts:171](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L171) --- @@ -342,7 +342,7 @@ the hex nonce #### Defined in -[src/provider/rpc.ts:175](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L175) +[src/provider/rpc.ts:175](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L175) --- @@ -370,7 +370,7 @@ StateUpdateResponse #### Defined in -[src/provider/rpc.ts:179](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L179) +[src/provider/rpc.ts:179](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L179) --- @@ -400,7 +400,7 @@ the value of the storage variable #### Defined in -[src/provider/rpc.ts:186](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L186) +[src/provider/rpc.ts:186](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L186) --- @@ -428,7 +428,7 @@ the transaction object { transaction_id, status, transaction, block_number?, blo #### Defined in -[src/provider/rpc.ts:201](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L201) +[src/provider/rpc.ts:201](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L201) --- @@ -448,7 +448,7 @@ the transaction object { transaction_id, status, transaction, block_number?, blo #### Defined in -[src/provider/rpc.ts:205](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L205) +[src/provider/rpc.ts:205](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L205) --- @@ -469,7 +469,7 @@ the transaction object { transaction_id, status, transaction, block_number?, blo #### Defined in -[src/provider/rpc.ts:209](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L209) +[src/provider/rpc.ts:209](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L209) --- @@ -497,7 +497,7 @@ the transaction receipt object #### Defined in -[src/provider/rpc.ts:217](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L217) +[src/provider/rpc.ts:217](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L217) --- @@ -525,7 +525,7 @@ Contract class of compiled contract #### Defined in -[src/provider/rpc.ts:221](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L221) +[src/provider/rpc.ts:221](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L221) --- @@ -546,7 +546,7 @@ Contract class of compiled contract #### Defined in -[src/provider/rpc.ts:225](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L225) +[src/provider/rpc.ts:225](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L225) --- @@ -575,7 +575,7 @@ Contract class of compiled contract #### Defined in -[src/provider/rpc.ts:236](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L236) +[src/provider/rpc.ts:236](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L236) --- @@ -604,7 +604,7 @@ The method should not be used #### Defined in -[src/provider/rpc.ts:247](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L247) +[src/provider/rpc.ts:247](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L247) --- @@ -638,7 +638,7 @@ the estimated fee #### Defined in -[src/provider/rpc.ts:254](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L254) +[src/provider/rpc.ts:254](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L254) --- @@ -668,7 +668,7 @@ the estimated fee #### Defined in -[src/provider/rpc.ts:262](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L262) +[src/provider/rpc.ts:262](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L262) --- @@ -698,7 +698,7 @@ the estimated fee #### Defined in -[src/provider/rpc.ts:282](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L282) +[src/provider/rpc.ts:282](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L282) --- @@ -728,7 +728,7 @@ the estimated fee #### Defined in -[src/provider/rpc.ts:302](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L302) +[src/provider/rpc.ts:302](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L302) --- @@ -757,7 +757,7 @@ the estimated fee #### Defined in -[src/provider/rpc.ts:322](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L322) +[src/provider/rpc.ts:322](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L322) --- @@ -786,7 +786,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/rpc.ts:337](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L337) +[src/provider/rpc.ts:337](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L337) --- @@ -815,7 +815,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/rpc.ts:377](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L377) +[src/provider/rpc.ts:377](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L377) --- @@ -848,7 +848,7 @@ response from addTransaction #### Defined in -[src/provider/rpc.ts:395](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L395) +[src/provider/rpc.ts:395](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L395) --- @@ -877,7 +877,7 @@ the result of the function on the smart contract. #### Defined in -[src/provider/rpc.ts:413](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L413) +[src/provider/rpc.ts:413](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L413) --- @@ -897,7 +897,7 @@ the result of the function on the smart contract. #### Defined in -[src/provider/rpc.ts:430](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L430) +[src/provider/rpc.ts:430](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L430) --- @@ -917,7 +917,7 @@ the result of the function on the smart contract. #### Defined in -[src/provider/rpc.ts:434](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L434) +[src/provider/rpc.ts:434](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L434) --- @@ -946,7 +946,7 @@ GetTransactionReceiptResponse #### Defined in -[src/provider/rpc.ts:438](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L438) +[src/provider/rpc.ts:438](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L438) --- @@ -970,7 +970,7 @@ Number of transactions #### Defined in -[src/provider/rpc.ts:503](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L503) +[src/provider/rpc.ts:503](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L503) --- @@ -988,7 +988,7 @@ Number of the latest block #### Defined in -[src/provider/rpc.ts:516](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L516) +[src/provider/rpc.ts:516](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L516) --- @@ -1006,7 +1006,7 @@ Object with the stats data #### Defined in -[src/provider/rpc.ts:526](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L526) +[src/provider/rpc.ts:526](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L526) --- @@ -1030,7 +1030,7 @@ events and the pagination of the events #### Defined in -[src/provider/rpc.ts:536](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L536) +[src/provider/rpc.ts:536](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L536) --- @@ -1059,7 +1059,7 @@ an array of transaction trace and estimated fee #### Defined in -[src/provider/rpc.ts:540](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L540) +[src/provider/rpc.ts:540](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L540) --- @@ -1080,7 +1080,7 @@ an array of transaction trace and estimated fee #### Defined in -[src/provider/rpc.ts:562](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L562) +[src/provider/rpc.ts:562](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L562) --- @@ -1101,7 +1101,7 @@ an array of transaction trace and estimated fee #### Defined in -[src/provider/rpc.ts:566](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L566) +[src/provider/rpc.ts:566](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L566) --- @@ -1122,4 +1122,4 @@ an array of transaction trace and estimated fee #### Defined in -[src/provider/rpc.ts:570](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L570) +[src/provider/rpc.ts:570](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/rpc.ts#L570) diff --git a/www/versioned_docs/version-5.19.5/API/classes/SequencerProvider.md b/www/versioned_docs/version-5.19.5/API/classes/SequencerProvider.md index 2a5d21223..23c10f657 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/SequencerProvider.md +++ b/www/versioned_docs/version-5.19.5/API/classes/SequencerProvider.md @@ -24,7 +24,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:91](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L91) +[src/provider/sequencer.ts:91](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L91) ## Properties @@ -34,7 +34,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:77](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L77) +[src/provider/sequencer.ts:77](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L77) --- @@ -44,7 +44,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:79](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L79) +[src/provider/sequencer.ts:79](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L79) --- @@ -54,7 +54,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:81](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L81) +[src/provider/sequencer.ts:81](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L81) --- @@ -64,7 +64,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:83](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L83) +[src/provider/sequencer.ts:83](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L83) --- @@ -74,7 +74,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:85](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L85) +[src/provider/sequencer.ts:85](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L85) --- @@ -84,7 +84,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:87](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L87) +[src/provider/sequencer.ts:87](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L87) --- @@ -94,7 +94,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:89](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L89) +[src/provider/sequencer.ts:89](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L89) ## Methods @@ -114,7 +114,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:111](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L111) +[src/provider/sequencer.ts:111](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L111) --- @@ -134,7 +134,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:127](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L127) +[src/provider/sequencer.ts:127](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L127) --- @@ -154,7 +154,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:144](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L144) +[src/provider/sequencer.ts:144](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L144) --- @@ -174,7 +174,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:149](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L149) +[src/provider/sequencer.ts:149](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L149) --- @@ -194,7 +194,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:162](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L162) +[src/provider/sequencer.ts:162](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L162) --- @@ -214,7 +214,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:179](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L179) +[src/provider/sequencer.ts:179](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L179) --- @@ -241,7 +241,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:190](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L190) +[src/provider/sequencer.ts:190](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L190) --- @@ -265,7 +265,7 @@ custom_edit_url: null #### Defined in -[src/provider/sequencer.ts:212](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L212) +[src/provider/sequencer.ts:212](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L212) --- @@ -287,7 +287,7 @@ the chain Id #### Defined in -[src/provider/sequencer.ts:253](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L253) +[src/provider/sequencer.ts:253](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L253) --- @@ -316,7 +316,7 @@ the result of the function on the smart contract. #### Defined in -[src/provider/sequencer.ts:257](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L257) +[src/provider/sequencer.ts:257](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L257) --- @@ -344,7 +344,7 @@ the block object #### Defined in -[src/provider/sequencer.ts:275](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L275) +[src/provider/sequencer.ts:275](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L275) --- @@ -373,7 +373,7 @@ the hex nonce #### Defined in -[src/provider/sequencer.ts:283](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L283) +[src/provider/sequencer.ts:283](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L283) --- @@ -403,7 +403,7 @@ the value of the storage variable #### Defined in -[src/provider/sequencer.ts:290](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L290) +[src/provider/sequencer.ts:290](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L290) --- @@ -431,7 +431,7 @@ the transaction object { transaction_id, status, transaction, block_number?, blo #### Defined in -[src/provider/sequencer.ts:303](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L303) +[src/provider/sequencer.ts:303](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L303) --- @@ -459,7 +459,7 @@ the transaction receipt object #### Defined in -[src/provider/sequencer.ts:312](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L312) +[src/provider/sequencer.ts:312](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L312) --- @@ -488,7 +488,7 @@ Contract class of compiled contract #### Defined in -[src/provider/sequencer.ts:319](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L319) +[src/provider/sequencer.ts:319](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L319) --- @@ -517,7 +517,7 @@ Class hash #### Defined in -[src/provider/sequencer.ts:328](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L328) +[src/provider/sequencer.ts:328](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L328) --- @@ -546,7 +546,7 @@ Contract class of compiled contract #### Defined in -[src/provider/sequencer.ts:335](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L335) +[src/provider/sequencer.ts:335](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L335) --- @@ -567,7 +567,7 @@ Contract class of compiled contract #### Defined in -[src/provider/sequencer.ts:344](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L344) +[src/provider/sequencer.ts:344](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L344) --- @@ -600,7 +600,7 @@ response from addTransaction #### Defined in -[src/provider/sequencer.ts:351](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L351) +[src/provider/sequencer.ts:351](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L351) --- @@ -629,7 +629,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/sequencer.ts:366](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L366) +[src/provider/sequencer.ts:366](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L366) --- @@ -658,7 +658,7 @@ a confirmation of sending a transaction on the starknet contract #### Defined in -[src/provider/sequencer.ts:382](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L382) +[src/provider/sequencer.ts:382](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L382) --- @@ -693,7 +693,7 @@ the estimated fee #### Defined in -[src/provider/sequencer.ts:410](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L410) +[src/provider/sequencer.ts:410](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L410) --- @@ -724,7 +724,7 @@ the estimated fee #### Defined in -[src/provider/sequencer.ts:419](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L419) +[src/provider/sequencer.ts:419](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L419) --- @@ -755,7 +755,7 @@ the estimated fee #### Defined in -[src/provider/sequencer.ts:438](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L438) +[src/provider/sequencer.ts:438](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L438) --- @@ -786,7 +786,7 @@ the estimated fee #### Defined in -[src/provider/sequencer.ts:457](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L457) +[src/provider/sequencer.ts:457](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L457) --- @@ -815,7 +815,7 @@ the estimated fee #### Defined in -[src/provider/sequencer.ts:476](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L476) +[src/provider/sequencer.ts:476](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L476) --- @@ -844,7 +844,7 @@ The method should not be used #### Defined in -[src/provider/sequencer.ts:488](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L488) +[src/provider/sequencer.ts:488](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L488) --- @@ -873,7 +873,7 @@ GetTransactionReceiptResponse #### Defined in -[src/provider/sequencer.ts:495](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L495) +[src/provider/sequencer.ts:495](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L495) --- @@ -897,7 +897,7 @@ GetTransactionStatusResponse - the transaction status object #### Defined in -[src/provider/sequencer.ts:550](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L550) +[src/provider/sequencer.ts:550](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L550) --- @@ -915,7 +915,7 @@ GetContractAddressesResponse - starknet smart contract addresses #### Defined in -[src/provider/sequencer.ts:559](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L559) +[src/provider/sequencer.ts:559](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L559) --- @@ -939,7 +939,7 @@ TransactionTraceResponse - the transaction trace #### Defined in -[src/provider/sequencer.ts:568](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L568) +[src/provider/sequencer.ts:568](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L568) --- @@ -960,7 +960,7 @@ TransactionTraceResponse - the transaction trace #### Defined in -[src/provider/sequencer.ts:575](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L575) +[src/provider/sequencer.ts:575](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L575) --- @@ -988,7 +988,7 @@ WARNING!: Sequencer will process only first element from invocations array #### Defined in -[src/provider/sequencer.ts:598](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L598) +[src/provider/sequencer.ts:598](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L598) --- @@ -1016,7 +1016,7 @@ StateUpdateResponse #### Defined in -[src/provider/sequencer.ts:625](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L625) +[src/provider/sequencer.ts:625](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L625) --- @@ -1036,7 +1036,7 @@ StateUpdateResponse #### Defined in -[src/provider/sequencer.ts:635](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L635) +[src/provider/sequencer.ts:635](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L635) --- @@ -1057,7 +1057,7 @@ StateUpdateResponse #### Defined in -[src/provider/sequencer.ts:642](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L642) +[src/provider/sequencer.ts:642](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L642) --- @@ -1078,7 +1078,7 @@ StateUpdateResponse #### Defined in -[src/provider/sequencer.ts:646](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L646) +[src/provider/sequencer.ts:646](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L646) --- @@ -1103,4 +1103,4 @@ AccountTransactionItem #### Defined in -[src/provider/sequencer.ts:656](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L656) +[src/provider/sequencer.ts:656](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/sequencer.ts#L656) diff --git a/www/versioned_docs/version-5.19.5/API/classes/Signer.md b/www/versioned_docs/version-5.19.5/API/classes/Signer.md index 9a9ede7a9..21f19586b 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/Signer.md +++ b/www/versioned_docs/version-5.19.5/API/classes/Signer.md @@ -24,7 +24,7 @@ custom_edit_url: null #### Defined in -[src/signer/default.ts:26](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/signer/default.ts#L26) +[src/signer/default.ts:26](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/signer/default.ts#L26) ## Properties @@ -34,7 +34,7 @@ custom_edit_url: null #### Defined in -[src/signer/default.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/signer/default.ts#L24) +[src/signer/default.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/signer/default.ts#L24) ## Methods @@ -56,7 +56,7 @@ public key of signer as hex string with 0x prefix #### Defined in -[src/signer/default.ts:30](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/signer/default.ts#L30) +[src/signer/default.ts:30](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/signer/default.ts#L30) --- @@ -90,7 +90,7 @@ the signature of the JSON object #### Defined in -[src/signer/default.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/signer/default.ts#L34) +[src/signer/default.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/signer/default.ts#L34) --- @@ -120,7 +120,7 @@ signature #### Defined in -[src/signer/default.ts:39](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/signer/default.ts#L39) +[src/signer/default.ts:39](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/signer/default.ts#L39) --- @@ -148,7 +148,7 @@ signature #### Defined in -[src/signer/default.ts:63](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/signer/default.ts#L63) +[src/signer/default.ts:63](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/signer/default.ts#L63) --- @@ -176,4 +176,4 @@ signature #### Defined in -[src/signer/default.ts:87](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/signer/default.ts#L87) +[src/signer/default.ts:87](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/signer/default.ts#L87) diff --git a/www/versioned_docs/version-5.19.5/API/classes/SignerInterface.md b/www/versioned_docs/version-5.19.5/API/classes/SignerInterface.md index 9d065a8e6..52ad25500 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/SignerInterface.md +++ b/www/versioned_docs/version-5.19.5/API/classes/SignerInterface.md @@ -32,7 +32,7 @@ public key of signer as hex string with 0x prefix #### Defined in -[src/signer/interface.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/signer/interface.ts#L17) +[src/signer/interface.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/signer/interface.ts#L17) --- @@ -62,7 +62,7 @@ the signature of the JSON object #### Defined in -[src/signer/interface.ts:28](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/signer/interface.ts#L28) +[src/signer/interface.ts:28](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/signer/interface.ts#L28) --- @@ -88,7 +88,7 @@ signature #### Defined in -[src/signer/interface.ts:41](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/signer/interface.ts#L41) +[src/signer/interface.ts:41](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/signer/interface.ts#L41) --- @@ -112,7 +112,7 @@ signature #### Defined in -[src/signer/interface.ts:60](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/signer/interface.ts#L60) +[src/signer/interface.ts:60](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/signer/interface.ts#L60) --- @@ -136,4 +136,4 @@ signature #### Defined in -[src/signer/interface.ts:76](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/signer/interface.ts#L76) +[src/signer/interface.ts:76](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/signer/interface.ts#L76) diff --git a/www/versioned_docs/version-5.19.5/API/classes/merkle.MerkleTree.md b/www/versioned_docs/version-5.19.5/API/classes/merkle.MerkleTree.md index 8e59a3051..bf362c8ef 100644 --- a/www/versioned_docs/version-5.19.5/API/classes/merkle.MerkleTree.md +++ b/www/versioned_docs/version-5.19.5/API/classes/merkle.MerkleTree.md @@ -21,7 +21,7 @@ custom_edit_url: null #### Defined in -[src/utils/merkle.ts:11](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/merkle.ts#L11) +[src/utils/merkle.ts:11](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/merkle.ts#L11) ## Properties @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[src/utils/merkle.ts:5](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/merkle.ts#L5) +[src/utils/merkle.ts:5](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/merkle.ts#L5) --- @@ -41,7 +41,7 @@ custom_edit_url: null #### Defined in -[src/utils/merkle.ts:7](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/merkle.ts#L7) +[src/utils/merkle.ts:7](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/merkle.ts#L7) --- @@ -51,7 +51,7 @@ custom_edit_url: null #### Defined in -[src/utils/merkle.ts:9](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/merkle.ts#L9) +[src/utils/merkle.ts:9](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/merkle.ts#L9) ## Methods @@ -72,7 +72,7 @@ custom_edit_url: null #### Defined in -[src/utils/merkle.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/merkle.ts#L34) +[src/utils/merkle.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/merkle.ts#L34) --- @@ -92,7 +92,7 @@ custom_edit_url: null #### Defined in -[src/utils/merkle.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/merkle.ts#L16) +[src/utils/merkle.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/merkle.ts#L16) --- @@ -114,4 +114,4 @@ custom_edit_url: null #### Defined in -[src/utils/merkle.ts:39](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/merkle.ts#L39) +[src/utils/merkle.ts:39](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/merkle.ts#L39) diff --git a/www/versioned_docs/version-5.19.5/API/enums/CairoOptionVariant.md b/www/versioned_docs/version-5.19.5/API/enums/CairoOptionVariant.md index 328744e94..0aa8eb784 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/CairoOptionVariant.md +++ b/www/versioned_docs/version-5.19.5/API/enums/CairoOptionVariant.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/enum/CairoOption.ts:2](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoOption.ts#L2) +[src/utils/calldata/enum/CairoOption.ts:2](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoOption.ts#L2) --- @@ -24,4 +24,4 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/enum/CairoOption.ts:3](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoOption.ts#L3) +[src/utils/calldata/enum/CairoOption.ts:3](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoOption.ts#L3) diff --git a/www/versioned_docs/version-5.19.5/API/enums/CairoResultVariant.md b/www/versioned_docs/version-5.19.5/API/enums/CairoResultVariant.md index 4a4f26dcd..28a223a5c 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/CairoResultVariant.md +++ b/www/versioned_docs/version-5.19.5/API/enums/CairoResultVariant.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/enum/CairoResult.ts:2](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoResult.ts#L2) +[src/utils/calldata/enum/CairoResult.ts:2](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoResult.ts#L2) --- @@ -24,4 +24,4 @@ custom_edit_url: null #### Defined in -[src/utils/calldata/enum/CairoResult.ts:3](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoResult.ts#L3) +[src/utils/calldata/enum/CairoResult.ts:3](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoResult.ts#L3) diff --git a/www/versioned_docs/version-5.19.5/API/enums/constants.BaseUrl.md b/www/versioned_docs/version-5.19.5/API/enums/constants.BaseUrl.md index 297ef4b1b..4f959633f 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/constants.BaseUrl.md +++ b/www/versioned_docs/version-5.19.5/API/enums/constants.BaseUrl.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:12](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L12) +[src/constants.ts:12](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L12) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:13](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L13) +[src/constants.ts:13](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L13) --- @@ -35,4 +35,4 @@ custom_edit_url: null #### Defined in -[src/constants.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L14) +[src/constants.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L14) diff --git a/www/versioned_docs/version-5.19.5/API/enums/constants.NetworkName.md b/www/versioned_docs/version-5.19.5/API/enums/constants.NetworkName.md index 9a2417d88..d420da2e3 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/constants.NetworkName.md +++ b/www/versioned_docs/version-5.19.5/API/enums/constants.NetworkName.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L18) +[src/constants.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L18) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:19](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L19) +[src/constants.ts:19](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L19) --- @@ -35,4 +35,4 @@ custom_edit_url: null #### Defined in -[src/constants.ts:20](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L20) +[src/constants.ts:20](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L20) diff --git a/www/versioned_docs/version-5.19.5/API/enums/constants.StarknetChainId.md b/www/versioned_docs/version-5.19.5/API/enums/constants.StarknetChainId.md index d89ee8b07..7e19c97d0 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/constants.StarknetChainId.md +++ b/www/versioned_docs/version-5.19.5/API/enums/constants.StarknetChainId.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L24) +[src/constants.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L24) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L25) +[src/constants.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L25) --- @@ -35,4 +35,4 @@ custom_edit_url: null #### Defined in -[src/constants.ts:26](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L26) +[src/constants.ts:26](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L26) diff --git a/www/versioned_docs/version-5.19.5/API/enums/constants.TransactionHashPrefix.md b/www/versioned_docs/version-5.19.5/API/enums/constants.TransactionHashPrefix.md index 46abf27c2..0797d022e 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/constants.TransactionHashPrefix.md +++ b/www/versioned_docs/version-5.19.5/API/enums/constants.TransactionHashPrefix.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:30](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L30) +[src/constants.ts:30](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L30) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:31](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L31) +[src/constants.ts:31](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L31) --- @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:32](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L32) +[src/constants.ts:32](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L32) --- @@ -45,7 +45,7 @@ custom_edit_url: null #### Defined in -[src/constants.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L33) +[src/constants.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L33) --- @@ -55,4 +55,4 @@ custom_edit_url: null #### Defined in -[src/constants.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L34) +[src/constants.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L34) diff --git a/www/versioned_docs/version-5.19.5/API/enums/starknetId.StarknetIdContract.md b/www/versioned_docs/version-5.19.5/API/enums/starknetId.StarknetIdContract.md index e6c398fa7..d3fe3242d 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/starknetId.StarknetIdContract.md +++ b/www/versioned_docs/version-5.19.5/API/enums/starknetId.StarknetIdContract.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/utils/starknetId.ts:104](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/starknetId.ts#L104) +[src/utils/starknetId.ts:104](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/starknetId.ts#L104) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/utils/starknetId.ts:105](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/starknetId.ts#L105) +[src/utils/starknetId.ts:105](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/starknetId.ts#L105) diff --git a/www/versioned_docs/version-5.19.5/API/enums/types.BlockStatus.md b/www/versioned_docs/version-5.19.5/API/enums/types.BlockStatus.md index e80544c5c..541238305 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/types.BlockStatus.md +++ b/www/versioned_docs/version-5.19.5/API/enums/types.BlockStatus.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:164](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L164) +[src/types/lib/index.ts:164](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L164) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:165](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L165) +[src/types/lib/index.ts:165](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L165) --- @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:166](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L166) +[src/types/lib/index.ts:166](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L166) --- @@ -45,4 +45,4 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:167](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L167) +[src/types/lib/index.ts:167](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L167) diff --git a/www/versioned_docs/version-5.19.5/API/enums/types.BlockTag.md b/www/versioned_docs/version-5.19.5/API/enums/types.BlockTag.md index ca3792485..e2459f926 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/types.BlockTag.md +++ b/www/versioned_docs/version-5.19.5/API/enums/types.BlockTag.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:171](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L171) +[src/types/lib/index.ts:171](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L171) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:172](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L172) +[src/types/lib/index.ts:172](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L172) diff --git a/www/versioned_docs/version-5.19.5/API/enums/types.EntryPointType.md b/www/versioned_docs/version-5.19.5/API/enums/types.EntryPointType.md index f10db474f..212abd2b7 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/types.EntryPointType.md +++ b/www/versioned_docs/version-5.19.5/API/enums/types.EntryPointType.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/contract/index.ts:23](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/index.ts#L23) +[src/types/lib/contract/index.ts:23](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/index.ts#L23) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/contract/index.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/index.ts#L24) +[src/types/lib/contract/index.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/index.ts#L24) --- @@ -35,4 +35,4 @@ custom_edit_url: null #### Defined in -[src/types/lib/contract/index.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/index.ts#L25) +[src/types/lib/contract/index.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/index.ts#L25) diff --git a/www/versioned_docs/version-5.19.5/API/enums/types.Litteral.md b/www/versioned_docs/version-5.19.5/API/enums/types.Litteral.md index 3a790fef7..751bc1fa1 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/types.Litteral.md +++ b/www/versioned_docs/version-5.19.5/API/enums/types.Litteral.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/calldata.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/calldata.ts#L17) +[src/types/calldata.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/calldata.ts#L17) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/types/calldata.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/calldata.ts#L18) +[src/types/calldata.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/calldata.ts#L18) diff --git a/www/versioned_docs/version-5.19.5/API/enums/types.SIMULATION_FLAG.md b/www/versioned_docs/version-5.19.5/API/enums/types.SIMULATION_FLAG.md index b783a265d..05471556d 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/types.SIMULATION_FLAG.md +++ b/www/versioned_docs/version-5.19.5/API/enums/types.SIMULATION_FLAG.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:59](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/account.ts#L59) +[src/types/account.ts:59](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/account.ts#L59) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:60](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/account.ts#L60) +[src/types/account.ts:60](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/account.ts#L60) diff --git a/www/versioned_docs/version-5.19.5/API/enums/types.TransactionExecutionStatus.md b/www/versioned_docs/version-5.19.5/API/enums/types.TransactionExecutionStatus.md index 8b09e09e0..ce2dfb2c6 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/types.TransactionExecutionStatus.md +++ b/www/versioned_docs/version-5.19.5/API/enums/types.TransactionExecutionStatus.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:158](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L158) +[src/types/lib/index.ts:158](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L158) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:159](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L159) +[src/types/lib/index.ts:159](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L159) --- @@ -35,4 +35,4 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:160](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L160) +[src/types/lib/index.ts:160](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L160) diff --git a/www/versioned_docs/version-5.19.5/API/enums/types.TransactionFinalityStatus.md b/www/versioned_docs/version-5.19.5/API/enums/types.TransactionFinalityStatus.md index 6c5d80558..bbef4731b 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/types.TransactionFinalityStatus.md +++ b/www/versioned_docs/version-5.19.5/API/enums/types.TransactionFinalityStatus.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:151](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L151) +[src/types/lib/index.ts:151](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L151) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:152](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L152) +[src/types/lib/index.ts:152](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L152) --- @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:153](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L153) +[src/types/lib/index.ts:153](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L153) --- @@ -45,4 +45,4 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:154](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L154) +[src/types/lib/index.ts:154](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L154) diff --git a/www/versioned_docs/version-5.19.5/API/enums/types.TransactionStatus.md b/www/versioned_docs/version-5.19.5/API/enums/types.TransactionStatus.md index 65d180a1f..fc1a1ec5f 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/types.TransactionStatus.md +++ b/www/versioned_docs/version-5.19.5/API/enums/types.TransactionStatus.md @@ -18,7 +18,7 @@ to be #deprecated #### Defined in -[src/types/lib/index.ts:142](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L142) +[src/types/lib/index.ts:142](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L142) --- @@ -28,7 +28,7 @@ to be #deprecated #### Defined in -[src/types/lib/index.ts:143](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L143) +[src/types/lib/index.ts:143](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L143) --- @@ -38,7 +38,7 @@ to be #deprecated #### Defined in -[src/types/lib/index.ts:144](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L144) +[src/types/lib/index.ts:144](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L144) --- @@ -48,7 +48,7 @@ to be #deprecated #### Defined in -[src/types/lib/index.ts:145](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L145) +[src/types/lib/index.ts:145](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L145) --- @@ -58,7 +58,7 @@ to be #deprecated #### Defined in -[src/types/lib/index.ts:146](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L146) +[src/types/lib/index.ts:146](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L146) --- @@ -68,4 +68,4 @@ to be #deprecated #### Defined in -[src/types/lib/index.ts:147](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L147) +[src/types/lib/index.ts:147](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L147) diff --git a/www/versioned_docs/version-5.19.5/API/enums/types.TransactionType.md b/www/versioned_docs/version-5.19.5/API/enums/types.TransactionType.md index 9c4f648c1..21b8518b6 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/types.TransactionType.md +++ b/www/versioned_docs/version-5.19.5/API/enums/types.TransactionType.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:131](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L131) +[src/types/lib/index.ts:131](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L131) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:132](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L132) +[src/types/lib/index.ts:132](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L132) --- @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:133](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L133) +[src/types/lib/index.ts:133](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L133) --- @@ -45,4 +45,4 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:134](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L134) +[src/types/lib/index.ts:134](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L134) diff --git a/www/versioned_docs/version-5.19.5/API/enums/types.Uint.md b/www/versioned_docs/version-5.19.5/API/enums/types.Uint.md index 9ae3d3826..f6c42a4df 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/types.Uint.md +++ b/www/versioned_docs/version-5.19.5/API/enums/types.Uint.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/calldata.ts:8](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/calldata.ts#L8) +[src/types/calldata.ts:8](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/calldata.ts#L8) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/calldata.ts:9](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/calldata.ts#L9) +[src/types/calldata.ts:9](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/calldata.ts#L9) --- @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[src/types/calldata.ts:10](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/calldata.ts#L10) +[src/types/calldata.ts:10](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/calldata.ts#L10) --- @@ -45,7 +45,7 @@ custom_edit_url: null #### Defined in -[src/types/calldata.ts:11](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/calldata.ts#L11) +[src/types/calldata.ts:11](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/calldata.ts#L11) --- @@ -55,7 +55,7 @@ custom_edit_url: null #### Defined in -[src/types/calldata.ts:12](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/calldata.ts#L12) +[src/types/calldata.ts:12](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/calldata.ts#L12) --- @@ -65,4 +65,4 @@ custom_edit_url: null #### Defined in -[src/types/calldata.ts:13](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/calldata.ts#L13) +[src/types/calldata.ts:13](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/calldata.ts#L13) diff --git a/www/versioned_docs/version-5.19.5/API/enums/types.ValidateType.md b/www/versioned_docs/version-5.19.5/API/enums/types.ValidateType.md index 5d4a6a832..918b31d1a 100644 --- a/www/versioned_docs/version-5.19.5/API/enums/types.ValidateType.md +++ b/www/versioned_docs/version-5.19.5/API/enums/types.ValidateType.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/calldata.ts:2](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/calldata.ts#L2) +[src/types/calldata.ts:2](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/calldata.ts#L2) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/calldata.ts:3](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/calldata.ts#L3) +[src/types/calldata.ts:3](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/calldata.ts#L3) --- @@ -35,4 +35,4 @@ custom_edit_url: null #### Defined in -[src/types/calldata.ts:4](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/calldata.ts#L4) +[src/types/calldata.ts:4](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/calldata.ts#L4) diff --git a/www/versioned_docs/version-5.19.5/API/index.md b/www/versioned_docs/version-5.19.5/API/index.md index 910f95b85..4c57a5710 100644 --- a/www/versioned_docs/version-5.19.5/API/index.md +++ b/www/versioned_docs/version-5.19.5/API/index.md @@ -6,7 +6,7 @@ sidebar_position: 0 custom_edit_url: null --- -This API is based on the [Starknet.js V3](https://github.com/0xs34n/starknet.js/discussions/102) Interface write up by [Janek](https://twitter.com/0xjanek) of [Argent](https://www.argent.xyz/) +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 @@ -18,9 +18,9 @@ Guide is [**here**](../guides/connect_network.md). ## Account -An Account extends [`Provider`](/docs/API/provider) and inherits all of its methods. +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`](/docs/API/signer), declare and deploy Contract and deploy new Account +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. diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.CallStruct.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.CallStruct.md index 7e046db30..67cae655b 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.CallStruct.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.CallStruct.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:239](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L239) +[src/types/lib/index.ts:239](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L239) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:240](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L240) +[src/types/lib/index.ts:240](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L240) --- @@ -35,4 +35,4 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:241](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L241) +[src/types/lib/index.ts:241](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L241) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.CommonTransactionResponse.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.CommonTransactionResponse.md index b3c081220..3a9f89fff 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.CommonTransactionResponse.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.CommonTransactionResponse.md @@ -23,7 +23,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:58](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L58) +[src/types/provider/response.ts:58](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L58) --- @@ -33,7 +33,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:59](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L59) +[src/types/provider/response.ts:59](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L59) --- @@ -43,7 +43,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:60](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L60) +[src/types/provider/response.ts:60](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L60) --- @@ -53,7 +53,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:61](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L61) +[src/types/provider/response.ts:61](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L61) --- @@ -63,4 +63,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:62](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L62) +[src/types/provider/response.ts:62](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L62) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.ContractEntryPoint.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.ContractEntryPoint.md index b3f463b77..d3037d7e0 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.ContractEntryPoint.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.ContractEntryPoint.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:48](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L48) +[src/types/provider/response.ts:48](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L48) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:49](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L49) +[src/types/provider/response.ts:49](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L49) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.DeclareContractResponse.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.DeclareContractResponse.md index 183fb3c19..cc8be9929 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.DeclareContractResponse.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.DeclareContractResponse.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:183](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L183) +[src/types/provider/response.ts:183](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L183) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:184](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L184) +[src/types/provider/response.ts:184](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L184) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.DeclareSignerDetails.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.DeclareSignerDetails.md index 7ed4025ff..f66839401 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.DeclareSignerDetails.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.DeclareSignerDetails.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/signer.ts#L16) +[src/types/signer.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/signer.ts#L16) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/signer.ts#L17) +[src/types/signer.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/signer.ts#L17) --- @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/signer.ts#L18) +[src/types/signer.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/signer.ts#L18) --- @@ -45,7 +45,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:19](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/signer.ts#L19) +[src/types/signer.ts:19](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/signer.ts#L19) --- @@ -55,7 +55,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:20](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/signer.ts#L20) +[src/types/signer.ts:20](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/signer.ts#L20) --- @@ -65,7 +65,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:21](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/signer.ts#L21) +[src/types/signer.ts:21](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/signer.ts#L21) --- @@ -75,4 +75,4 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/signer.ts#L22) +[src/types/signer.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/signer.ts#L22) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.DeclareTransactionResponse.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.DeclareTransactionResponse.md index a0e1eb19b..ca7aee019 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.DeclareTransactionResponse.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.DeclareTransactionResponse.md @@ -21,7 +21,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:73](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L73) +[src/types/provider/response.ts:73](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L73) --- @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:74](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L74) +[src/types/provider/response.ts:74](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L74) --- @@ -45,7 +45,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:58](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L58) +[src/types/provider/response.ts:58](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L58) --- @@ -59,7 +59,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:59](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L59) +[src/types/provider/response.ts:59](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L59) --- @@ -73,7 +73,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:60](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L60) +[src/types/provider/response.ts:60](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L60) --- @@ -87,7 +87,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:61](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L61) +[src/types/provider/response.ts:61](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L61) --- @@ -101,4 +101,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:62](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L62) +[src/types/provider/response.ts:62](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L62) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.DeployContractResponse.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.DeployContractResponse.md index 8cd1420fb..5a6fd40cc 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.DeployContractResponse.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.DeployContractResponse.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:23](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/account.ts#L23) +[src/types/account.ts:23](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/account.ts#L23) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/account.ts#L24) +[src/types/account.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/account.ts#L24) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.EstimateFee.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.EstimateFee.md index ad9575149..01e531bbb 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.EstimateFee.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.EstimateFee.md @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:5](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/account.ts#L5) +[src/types/account.ts:5](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/account.ts#L5) --- @@ -39,7 +39,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:172](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L172) +[src/types/provider/response.ts:172](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L172) --- @@ -53,7 +53,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:173](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L173) +[src/types/provider/response.ts:173](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L173) --- @@ -67,4 +67,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:174](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L174) +[src/types/provider/response.ts:174](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L174) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.EstimateFeeDetails.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.EstimateFeeDetails.md index 6ef831b31..5cee3c83d 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.EstimateFeeDetails.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.EstimateFeeDetails.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/account.ts#L17) +[src/types/account.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/account.ts#L17) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/account.ts#L18) +[src/types/account.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/account.ts#L18) --- @@ -35,4 +35,4 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:19](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/account.ts#L19) +[src/types/account.ts:19](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/account.ts#L19) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.EstimateFeeResponse.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.EstimateFeeResponse.md index 8f0c50509..a9c3b8f93 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.EstimateFeeResponse.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.EstimateFeeResponse.md @@ -21,7 +21,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:172](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L172) +[src/types/provider/response.ts:172](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L172) --- @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:173](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L173) +[src/types/provider/response.ts:173](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L173) --- @@ -41,7 +41,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:174](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L174) +[src/types/provider/response.ts:174](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L174) --- @@ -51,4 +51,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:175](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L175) +[src/types/provider/response.ts:175](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L175) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.Event.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.Event.md index 2b243a296..b4b769909 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.Event.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.Event.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:83](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L83) +[src/types/provider/response.ts:83](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L83) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:84](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L84) +[src/types/provider/response.ts:84](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L84) --- @@ -35,4 +35,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:85](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L85) +[src/types/provider/response.ts:85](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L85) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.GetBlockResponse.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.GetBlockResponse.md index dbc17f32f..a13c34804 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.GetBlockResponse.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.GetBlockResponse.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:29](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L29) +[src/types/provider/response.ts:29](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L29) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:30](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L30) +[src/types/provider/response.ts:30](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L30) --- @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:31](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L31) +[src/types/provider/response.ts:31](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L31) --- @@ -45,7 +45,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:32](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L32) +[src/types/provider/response.ts:32](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L32) --- @@ -55,7 +55,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L33) +[src/types/provider/response.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L33) --- @@ -65,7 +65,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L34) +[src/types/provider/response.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L34) --- @@ -75,7 +75,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:35](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L35) +[src/types/provider/response.ts:35](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L35) --- @@ -85,7 +85,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:36](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L36) +[src/types/provider/response.ts:36](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L36) --- @@ -95,7 +95,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:37](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L37) +[src/types/provider/response.ts:37](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L37) --- @@ -105,7 +105,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L38) +[src/types/provider/response.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L38) --- @@ -115,4 +115,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:39](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L39) +[src/types/provider/response.ts:39](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L39) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.GetCodeResponse.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.GetCodeResponse.md index 4ad5f0847..53c7a22dd 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.GetCodeResponse.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.GetCodeResponse.md @@ -15,4 +15,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:43](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L43) +[src/types/provider/response.ts:43](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L43) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.InvocationsSignerDetails.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.InvocationsSignerDetails.md index 32f4c219b..1b4f4d883 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.InvocationsSignerDetails.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.InvocationsSignerDetails.md @@ -21,7 +21,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:10](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/signer.ts#L10) +[src/types/signer.ts:10](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/signer.ts#L10) --- @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:11](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/signer.ts#L11) +[src/types/signer.ts:11](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/signer.ts#L11) --- @@ -41,7 +41,7 @@ custom_edit_url: null #### Defined in -[src/types/signer.ts:12](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/signer.ts#L12) +[src/types/signer.ts:12](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/signer.ts#L12) --- @@ -55,7 +55,7 @@ Required.nonce #### Defined in -[src/types/lib/index.ts:111](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L111) +[src/types/lib/index.ts:111](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L111) --- @@ -69,7 +69,7 @@ Required.maxFee #### Defined in -[src/types/lib/index.ts:112](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L112) +[src/types/lib/index.ts:112](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L112) --- @@ -83,4 +83,4 @@ Required.version #### Defined in -[src/types/lib/index.ts:113](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L113) +[src/types/lib/index.ts:113](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L113) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.InvokeFunctionResponse.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.InvokeFunctionResponse.md index a7d4999aa..91b6aed39 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.InvokeFunctionResponse.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.InvokeFunctionResponse.md @@ -15,4 +15,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:179](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L179) +[src/types/provider/response.ts:179](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L179) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.InvokeTransactionReceiptResponse.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.InvokeTransactionReceiptResponse.md index 8b6dad785..58d01f4e4 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.InvokeTransactionReceiptResponse.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.InvokeTransactionReceiptResponse.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:112](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L112) +[src/types/provider/response.ts:112](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L112) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:113](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L113) +[src/types/provider/response.ts:113](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L113) --- @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:114](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L114) +[src/types/provider/response.ts:114](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L114) --- @@ -45,7 +45,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:115](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L115) +[src/types/provider/response.ts:115](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L115) --- @@ -55,7 +55,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:116](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L116) +[src/types/provider/response.ts:116](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L116) --- @@ -65,7 +65,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:117](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L117) +[src/types/provider/response.ts:117](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L117) --- @@ -75,7 +75,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:118](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L118) +[src/types/provider/response.ts:118](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L118) --- @@ -85,7 +85,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:119](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L119) +[src/types/provider/response.ts:119](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L119) --- @@ -95,7 +95,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:120](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L120) +[src/types/provider/response.ts:120](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L120) --- @@ -105,7 +105,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:121](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L121) +[src/types/provider/response.ts:121](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L121) --- @@ -115,7 +115,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:122](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L122) +[src/types/provider/response.ts:122](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L122) --- @@ -125,4 +125,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:123](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L123) +[src/types/provider/response.ts:123](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L123) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.InvokeTransactionResponse.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.InvokeTransactionResponse.md index a98d09008..d32a709e4 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.InvokeTransactionResponse.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.InvokeTransactionResponse.md @@ -21,7 +21,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:66](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L66) +[src/types/provider/response.ts:66](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L66) --- @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:67](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L67) +[src/types/provider/response.ts:67](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L67) --- @@ -41,7 +41,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:68](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L68) +[src/types/provider/response.ts:68](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L68) --- @@ -51,7 +51,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:69](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L69) +[src/types/provider/response.ts:69](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L69) --- @@ -65,7 +65,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:58](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L58) +[src/types/provider/response.ts:58](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L58) --- @@ -79,7 +79,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:59](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L59) +[src/types/provider/response.ts:59](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L59) --- @@ -93,7 +93,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:60](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L60) +[src/types/provider/response.ts:60](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L60) --- @@ -107,7 +107,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:61](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L61) +[src/types/provider/response.ts:61](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L61) --- @@ -121,4 +121,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:62](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L62) +[src/types/provider/response.ts:62](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L62) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.MessageToL1.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.MessageToL1.md index 94112a3ac..038f0dc33 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.MessageToL1.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.MessageToL1.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:78](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L78) +[src/types/provider/response.ts:78](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L78) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:79](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L79) +[src/types/provider/response.ts:79](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L79) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.MessageToL2.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.MessageToL2.md index e7ab2d015..22092bb35 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.MessageToL2.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.MessageToL2.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:89](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L89) +[src/types/provider/response.ts:89](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L89) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:90](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L90) +[src/types/provider/response.ts:90](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L90) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.Program.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.Program.md index 11df483f2..97beaff89 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.Program.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.Program.md @@ -21,7 +21,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/contract/legacy.ts:37](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/legacy.ts#L37) +[src/types/lib/contract/legacy.ts:37](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/legacy.ts#L37) --- @@ -31,4 +31,4 @@ custom_edit_url: null #### Defined in -[src/types/lib/contract/legacy.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/legacy.ts#L38) +[src/types/lib/contract/legacy.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/legacy.ts#L38) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.ProviderOptions.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.ProviderOptions.md index 612f230ff..20fae0c98 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.ProviderOptions.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.ProviderOptions.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/configuration.ts:5](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/configuration.ts#L5) +[src/types/provider/configuration.ts:5](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/configuration.ts#L5) --- @@ -25,4 +25,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/configuration.ts:6](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/configuration.ts#L6) +[src/types/provider/configuration.ts:6](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/configuration.ts#L6) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.Sequencer.InvokeFunctionTransactionResponse.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.Sequencer.InvokeFunctionTransactionResponse.md index d6cf52148..4ca6c28de 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.Sequencer.InvokeFunctionTransactionResponse.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.Sequencer.InvokeFunctionTransactionResponse.md @@ -21,7 +21,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:149](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L149) +[src/types/api/sequencer.ts:149](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L149) --- @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:150](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L150) +[src/types/api/sequencer.ts:150](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L150) --- @@ -45,7 +45,7 @@ InvokeFunctionTransaction.type #### Defined in -[src/types/api/sequencer.ts:120](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L120) +[src/types/api/sequencer.ts:120](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L120) --- @@ -59,7 +59,7 @@ InvokeFunctionTransaction.sender_address #### Defined in -[src/types/api/sequencer.ts:121](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L121) +[src/types/api/sequencer.ts:121](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L121) --- @@ -73,7 +73,7 @@ InvokeFunctionTransaction.signature #### Defined in -[src/types/api/sequencer.ts:122](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L122) +[src/types/api/sequencer.ts:122](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L122) --- @@ -87,7 +87,7 @@ InvokeFunctionTransaction.entry_point_type #### Defined in -[src/types/api/sequencer.ts:123](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L123) +[src/types/api/sequencer.ts:123](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L123) --- @@ -101,7 +101,7 @@ InvokeFunctionTransaction.calldata #### Defined in -[src/types/api/sequencer.ts:124](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L124) +[src/types/api/sequencer.ts:124](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L124) --- @@ -115,7 +115,7 @@ InvokeFunctionTransaction.nonce #### Defined in -[src/types/api/sequencer.ts:125](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L125) +[src/types/api/sequencer.ts:125](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L125) --- @@ -129,7 +129,7 @@ InvokeFunctionTransaction.max_fee #### Defined in -[src/types/api/sequencer.ts:126](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L126) +[src/types/api/sequencer.ts:126](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L126) --- @@ -143,4 +143,4 @@ InvokeFunctionTransaction.version #### Defined in -[src/types/api/sequencer.ts:127](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L127) +[src/types/api/sequencer.ts:127](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L127) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.StarkNetDomain.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.StarkNetDomain.md index 1d571e8e6..23b7cb62f 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.StarkNetDomain.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.StarkNetDomain.md @@ -23,7 +23,7 @@ The EIP712 domain struct. Any of these fields are optional, but it must contain #### Defined in -[src/types/typedData.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/typedData.ts#L24) +[src/types/typedData.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/typedData.ts#L24) --- @@ -33,7 +33,7 @@ The EIP712 domain struct. Any of these fields are optional, but it must contain #### Defined in -[src/types/typedData.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/typedData.ts#L25) +[src/types/typedData.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/typedData.ts#L25) --- @@ -43,4 +43,4 @@ The EIP712 domain struct. Any of these fields are optional, but it must contain #### Defined in -[src/types/typedData.ts:26](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/typedData.ts#L26) +[src/types/typedData.ts:26](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/typedData.ts#L26) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.StateUpdateResponse.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.StateUpdateResponse.md index 354c498f5..6a1b89619 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.StateUpdateResponse.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.StateUpdateResponse.md @@ -15,7 +15,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:227](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L227) +[src/types/provider/response.ts:227](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L227) --- @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:228](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L228) +[src/types/provider/response.ts:228](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L228) --- @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:229](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L229) +[src/types/provider/response.ts:229](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L229) --- @@ -57,4 +57,4 @@ custom_edit_url: null #### Defined in -[src/types/provider/response.ts:230](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L230) +[src/types/provider/response.ts:230](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L230) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.TypedData.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.TypedData.md index 49e5677f1..4373f3b57 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.TypedData.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.TypedData.md @@ -17,7 +17,7 @@ The complete typed data, with all the structs, domain data, primary type of the #### Defined in -[src/types/typedData.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/typedData.ts#L33) +[src/types/typedData.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/typedData.ts#L33) --- @@ -27,7 +27,7 @@ The complete typed data, with all the structs, domain data, primary type of the #### Defined in -[src/types/typedData.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/typedData.ts#L34) +[src/types/typedData.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/typedData.ts#L34) --- @@ -37,7 +37,7 @@ The complete typed data, with all the structs, domain data, primary type of the #### Defined in -[src/types/typedData.ts:35](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/typedData.ts#L35) +[src/types/typedData.ts:35](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/typedData.ts#L35) --- @@ -47,4 +47,4 @@ The complete typed data, with all the structs, domain data, primary type of the #### Defined in -[src/types/typedData.ts:36](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/typedData.ts#L36) +[src/types/typedData.ts:36](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/typedData.ts#L36) diff --git a/www/versioned_docs/version-5.19.5/API/interfaces/types.Uint256.md b/www/versioned_docs/version-5.19.5/API/interfaces/types.Uint256.md index 0bb490f48..f6d171fde 100644 --- a/www/versioned_docs/version-5.19.5/API/interfaces/types.Uint256.md +++ b/www/versioned_docs/version-5.19.5/API/interfaces/types.Uint256.md @@ -17,7 +17,7 @@ Represents an integer in the range [0, 2^256) #### Defined in -[src/types/lib/index.ts:23](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L23) +[src/types/lib/index.ts:23](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L23) --- @@ -27,4 +27,4 @@ Represents an integer in the range [0, 2^256) #### Defined in -[src/types/lib/index.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L25) +[src/types/lib/index.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L25) diff --git a/www/versioned_docs/version-5.19.5/API/modules.md b/www/versioned_docs/version-5.19.5/API/modules.md index 145e9a5a0..279a617b7 100644 --- a/www/versioned_docs/version-5.19.5/API/modules.md +++ b/www/versioned_docs/version-5.19.5/API/modules.md @@ -986,7 +986,7 @@ Re-exports [CairoEnum](namespaces/types.md#cairoenum) #### Defined in -[src/contract/interface.ts:21](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/interface.ts#L21) +[src/contract/interface.ts:21](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/interface.ts#L21) --- @@ -1007,7 +1007,7 @@ Re-exports [CairoEnum](namespaces/types.md#cairoenum) #### Defined in -[src/contract/contractFactory.ts:13](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L13) +[src/contract/contractFactory.ts:13](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/contractFactory.ts#L13) --- @@ -1021,7 +1021,7 @@ Re-exports [CairoEnum](namespaces/types.md#cairoenum) #### Defined in -[src/utils/calldata/enum/CairoCustomEnum.ts:1](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoCustomEnum.ts#L1) +[src/utils/calldata/enum/CairoCustomEnum.ts:1](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/enum/CairoCustomEnum.ts#L1) ## Variables @@ -1035,7 +1035,7 @@ prefer the 'num' naming #### Defined in -[src/index.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/index.ts#L46) +[src/index.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/index.ts#L46) --- @@ -1045,7 +1045,7 @@ prefer the 'num' naming #### Defined in -[src/provider/index.ts:9](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/index.ts#L9) +[src/provider/index.ts:9](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/index.ts#L9) ## Functions @@ -1066,7 +1066,7 @@ prefer the 'num' naming #### Defined in -[src/contract/default.ts:108](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L108) +[src/contract/default.ts:108](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L108) --- @@ -1086,7 +1086,7 @@ prefer the 'num' naming #### Defined in -[src/contract/default.ts:35](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/contract/default.ts#L35) +[src/contract/default.ts:35](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/contract/default.ts#L35) --- @@ -1107,7 +1107,7 @@ prefer the 'num' naming #### Defined in -[src/provider/errors.ts:2](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/errors.ts#L2) +[src/provider/errors.ts:2](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/errors.ts#L2) --- @@ -1128,7 +1128,7 @@ prefer the 'num' naming #### Defined in -[src/provider/errors.ts:8](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/provider/errors.ts#L8) +[src/provider/errors.ts:8](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/provider/errors.ts#L8) --- @@ -1148,7 +1148,7 @@ prefer the 'num' naming #### Defined in -[src/utils/address.ts:10](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/address.ts#L10) +[src/utils/address.ts:10](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/address.ts#L10) --- @@ -1168,7 +1168,7 @@ prefer the 'num' naming #### Defined in -[src/utils/address.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/address.ts#L14) +[src/utils/address.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/address.ts#L14) --- @@ -1188,7 +1188,7 @@ prefer the 'num' naming #### Defined in -[src/utils/address.ts:27](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/address.ts#L27) +[src/utils/address.ts:27](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/address.ts#L27) --- @@ -1208,7 +1208,7 @@ prefer the 'num' naming #### Defined in -[src/utils/address.ts:44](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/address.ts#L44) +[src/utils/address.ts:44](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/address.ts#L44) --- @@ -1230,7 +1230,7 @@ Loosely validate a URL `string`. #### Defined in -[src/utils/url.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/url.ts#L22) +[src/utils/url.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/url.ts#L22) --- @@ -1252,7 +1252,7 @@ Loosely validate a URL `string`. #### Defined in -[src/utils/url.ts:51](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/url.ts#L51) +[src/utils/url.ts:51](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/url.ts#L51) --- @@ -1272,7 +1272,7 @@ contract is CompiledSierra \| SierraContractClass #### Defined in -[src/utils/contract.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/contract.ts#L14) +[src/utils/contract.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/contract.ts#L14) --- @@ -1292,7 +1292,7 @@ contract is CompiledSierra \| SierraContractClass #### Defined in -[src/utils/contract.ts:21](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/contract.ts#L21) +[src/utils/contract.ts:21](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/contract.ts#L21) --- @@ -1316,7 +1316,7 @@ LegacyCompiledContract #### Defined in -[src/utils/contract.ts:48](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/contract.ts#L48) +[src/utils/contract.ts:48](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/contract.ts#L48) --- @@ -1353,4 +1353,4 @@ DeployContractResponse | UDC Event Response data #### Defined in -[src/utils/events.ts:12](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/events.ts#L12) +[src/utils/events.ts:12](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/events.ts#L12) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/cairo.md b/www/versioned_docs/version-5.19.5/API/namespaces/cairo.md index f781d00d4..3294cd46a 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/cairo.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/cairo.md @@ -34,7 +34,7 @@ TRUE if it is an ABI from a Cairo1 contract #### Defined in -[src/utils/calldata/cairo.ts:45](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L45) +[src/utils/calldata/cairo.ts:45](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L45) --- @@ -56,7 +56,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:93](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L93) +[src/utils/calldata/cairo.ts:93](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L93) --- @@ -76,7 +76,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:6](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L6) +[src/utils/calldata/cairo.ts:6](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L6) --- @@ -96,7 +96,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:7](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L7) +[src/utils/calldata/cairo.ts:7](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L7) --- @@ -116,7 +116,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:8](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L8) +[src/utils/calldata/cairo.ts:8](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L8) --- @@ -136,7 +136,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:12](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L12) +[src/utils/calldata/cairo.ts:12](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L12) --- @@ -156,7 +156,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:13](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L13) +[src/utils/calldata/cairo.ts:13](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L13) --- @@ -177,7 +177,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L14) +[src/utils/calldata/cairo.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L14) --- @@ -198,7 +198,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:15](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L15) +[src/utils/calldata/cairo.ts:15](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L15) --- @@ -218,7 +218,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L16) +[src/utils/calldata/cairo.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L16) --- @@ -238,7 +238,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L17) +[src/utils/calldata/cairo.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L17) --- @@ -258,7 +258,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L18) +[src/utils/calldata/cairo.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L18) --- @@ -278,7 +278,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:19](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L19) +[src/utils/calldata/cairo.ts:19](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L19) --- @@ -298,7 +298,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:20](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L20) +[src/utils/calldata/cairo.ts:20](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L20) --- @@ -318,7 +318,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:21](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L21) +[src/utils/calldata/cairo.ts:21](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L21) --- @@ -338,7 +338,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L22) +[src/utils/calldata/cairo.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L22) --- @@ -358,7 +358,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L24) +[src/utils/calldata/cairo.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L24) --- @@ -378,7 +378,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:26](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L26) +[src/utils/calldata/cairo.ts:26](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L26) --- @@ -398,7 +398,7 @@ felt cairo type #### Defined in -[src/utils/calldata/cairo.ts:28](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L28) +[src/utils/calldata/cairo.ts:28](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L28) --- @@ -420,7 +420,7 @@ Uint256 cairo type (helper for common struct type) #### Defined in -[src/utils/calldata/cairo.ts:72](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L72) +[src/utils/calldata/cairo.ts:72](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L72) --- @@ -442,4 +442,4 @@ unnamed tuple cairo type (helper same as common struct type) #### Defined in -[src/utils/calldata/cairo.ts:86](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L86) +[src/utils/calldata/cairo.ts:86](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/calldata/cairo.ts#L86) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/constants.md b/www/versioned_docs/version-5.19.5/API/namespaces/constants.md index 7ca475e24..661b94d7e 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/constants.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/constants.md @@ -23,7 +23,7 @@ Utils #### Defined in -[src/utils/encode.ts:2](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/encode.ts#L2) +[src/utils/encode.ts:2](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/encode.ts#L2) --- @@ -33,7 +33,7 @@ Utils #### Defined in -[src/constants.ts:3](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L3) +[src/constants.ts:3](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L3) --- @@ -43,7 +43,7 @@ Utils #### Defined in -[src/constants.ts:4](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L4) +[src/constants.ts:4](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L4) --- @@ -53,7 +53,7 @@ Utils #### Defined in -[src/constants.ts:6](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L6) +[src/constants.ts:6](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L6) --- @@ -63,7 +63,7 @@ Utils #### Defined in -[src/constants.ts:7](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L7) +[src/constants.ts:7](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L7) --- @@ -73,7 +73,7 @@ Utils #### Defined in -[src/constants.ts:8](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L8) +[src/constants.ts:8](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L8) --- @@ -83,7 +83,7 @@ Utils #### Defined in -[src/constants.ts:9](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L9) +[src/constants.ts:9](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L9) --- @@ -100,7 +100,7 @@ Utils #### Defined in -[src/constants.ts:37](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L37) +[src/constants.ts:37](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L37) --- @@ -113,7 +113,7 @@ Please do not edit until the JSON changes. #### Defined in -[src/constants.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L46) +[src/constants.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L46) --- @@ -123,7 +123,7 @@ Please do not edit until the JSON changes. #### Defined in -[src/constants.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L47) +[src/constants.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L47) --- @@ -133,7 +133,7 @@ Please do not edit until the JSON changes. #### Defined in -[src/constants.ts:48](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L48) +[src/constants.ts:48](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L48) --- @@ -143,7 +143,7 @@ Please do not edit until the JSON changes. #### Defined in -[src/constants.ts:49](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L49) +[src/constants.ts:49](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L49) --- @@ -153,7 +153,7 @@ Please do not edit until the JSON changes. #### Defined in -[src/constants.ts:50](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L50) +[src/constants.ts:50](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L50) --- @@ -163,7 +163,7 @@ Please do not edit until the JSON changes. #### Defined in -[src/constants.ts:51](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L51) +[src/constants.ts:51](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L51) --- @@ -173,7 +173,7 @@ Please do not edit until the JSON changes. #### Defined in -[src/constants.ts:52](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L52) +[src/constants.ts:52](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L52) --- @@ -183,4 +183,4 @@ Please do not edit until the JSON changes. #### Defined in -[src/constants.ts:53](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/constants.ts#L53) +[src/constants.ts:53](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/constants.ts#L53) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/encode.md b/www/versioned_docs/version-5.19.5/API/namespaces/encode.md index 480693e56..3583fab75 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/encode.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/encode.md @@ -30,7 +30,7 @@ Re-exports [IS_BROWSER](constants.md#is_browser) #### Defined in -[src/utils/encode.ts:6](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/encode.ts#L6) +[src/utils/encode.ts:6](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/encode.ts#L6) --- @@ -50,7 +50,7 @@ Re-exports [IS_BROWSER](constants.md#is_browser) #### Defined in -[src/utils/encode.ts:10](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/encode.ts#L10) +[src/utils/encode.ts:10](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/encode.ts#L10) --- @@ -70,7 +70,7 @@ Re-exports [IS_BROWSER](constants.md#is_browser) #### Defined in -[src/utils/encode.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/encode.ts#L14) +[src/utils/encode.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/encode.ts#L14) --- @@ -90,7 +90,7 @@ Re-exports [IS_BROWSER](constants.md#is_browser) #### Defined in -[src/utils/encode.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/encode.ts#L18) +[src/utils/encode.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/encode.ts#L18) --- @@ -110,7 +110,7 @@ Re-exports [IS_BROWSER](constants.md#is_browser) #### Defined in -[src/utils/encode.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/encode.ts#L22) +[src/utils/encode.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/encode.ts#L22) --- @@ -133,7 +133,7 @@ enc-utils is no dependency to avoid using `Buffer` which just works in node and #### Defined in -[src/utils/encode.ts:31](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/encode.ts#L31) +[src/utils/encode.ts:31](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/encode.ts#L31) --- @@ -153,7 +153,7 @@ enc-utils is no dependency to avoid using `Buffer` which just works in node and #### Defined in -[src/utils/encode.ts:35](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/encode.ts#L35) +[src/utils/encode.ts:35](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/encode.ts#L35) --- @@ -175,7 +175,7 @@ enc-utils is no dependency to avoid using `Buffer` which just works in node and #### Defined in -[src/utils/encode.ts:49](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/encode.ts#L49) +[src/utils/encode.ts:49](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/encode.ts#L49) --- @@ -196,7 +196,7 @@ enc-utils is no dependency to avoid using `Buffer` which just works in node and #### Defined in -[src/utils/encode.ts:53](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/encode.ts#L53) +[src/utils/encode.ts:53](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/encode.ts#L53) --- @@ -218,7 +218,7 @@ enc-utils is no dependency to avoid using `Buffer` which just works in node and #### Defined in -[src/utils/encode.ts:58](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/encode.ts#L58) +[src/utils/encode.ts:58](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/encode.ts#L58) --- @@ -238,7 +238,7 @@ enc-utils is no dependency to avoid using `Buffer` which just works in node and #### Defined in -[src/utils/encode.ts:62](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/encode.ts#L62) +[src/utils/encode.ts:62](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/encode.ts#L62) --- @@ -258,7 +258,7 @@ enc-utils is no dependency to avoid using `Buffer` which just works in node and #### Defined in -[src/utils/encode.ts:72](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/encode.ts#L72) +[src/utils/encode.ts:72](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/encode.ts#L72) --- @@ -283,4 +283,4 @@ string #### Defined in -[src/utils/encode.ts:82](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/encode.ts#L82) +[src/utils/encode.ts:82](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/encode.ts#L82) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/events.md b/www/versioned_docs/version-5.19.5/API/namespaces/events.md index 7e3c03910..f41accd7d 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/events.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/events.md @@ -24,7 +24,7 @@ custom_edit_url: null #### Defined in -[src/utils/events/index.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/events/index.ts#L17) +[src/utils/events/index.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/events/index.ts#L17) --- @@ -51,4 +51,4 @@ ParsedEvents - parsed events corresponding to the abi #### Defined in -[src/utils/events/index.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/events/index.ts#L38) +[src/utils/events/index.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/events/index.ts#L38) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/hash.md b/www/versioned_docs/version-5.19.5/API/namespaces/hash.md index 5cc5e26be..4246255d1 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/hash.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/hash.md @@ -18,7 +18,7 @@ custom_edit_url: null #### Defined in -[src/utils/hash.ts:30](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L30) +[src/utils/hash.ts:30](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L30) --- @@ -28,7 +28,7 @@ custom_edit_url: null #### Defined in -[src/utils/hash.ts:31](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L31) +[src/utils/hash.ts:31](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L31) --- @@ -38,7 +38,7 @@ custom_edit_url: null #### Defined in -[src/utils/hash.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L33) +[src/utils/hash.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L33) --- @@ -48,7 +48,7 @@ custom_edit_url: null #### Defined in -[src/utils/hash.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L34) +[src/utils/hash.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L34) ## Functions @@ -77,7 +77,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:41](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L41) +[src/utils/hash.ts:41](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L41) --- @@ -97,7 +97,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L47) +[src/utils/hash.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L47) --- @@ -124,7 +124,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:56](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L56) +[src/utils/hash.ts:56](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L56) --- @@ -148,7 +148,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:80](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L80) +[src/utils/hash.ts:80](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L80) --- @@ -174,7 +174,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:98](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L98) +[src/utils/hash.ts:98](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L98) --- @@ -201,7 +201,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:119](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L119) +[src/utils/hash.ts:119](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L119) --- @@ -226,7 +226,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:143](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L143) +[src/utils/hash.ts:143](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L143) --- @@ -249,7 +249,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:163](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L163) +[src/utils/hash.ts:163](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L163) --- @@ -269,7 +269,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:196](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L196) +[src/utils/hash.ts:196](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L196) --- @@ -289,7 +289,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:214](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L214) +[src/utils/hash.ts:214](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L214) --- @@ -309,7 +309,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:223](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L223) +[src/utils/hash.ts:223](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L223) --- @@ -329,7 +329,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:276](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L276) +[src/utils/hash.ts:276](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L276) --- @@ -349,7 +349,7 @@ versions { v1: bigint; v2: bigint; } #### Defined in -[src/utils/hash.ts:317](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L317) +[src/utils/hash.ts:317](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L317) --- @@ -373,7 +373,7 @@ HexString ClassHash #### Defined in -[src/utils/hash.ts:355](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/hash.ts#L355) +[src/utils/hash.ts:355](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/hash.ts#L355) --- @@ -397,7 +397,7 @@ string - hexadecimal string #### Defined in -[src/utils/selector.ts:13](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/selector.ts#L13) +[src/utils/selector.ts:13](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/selector.ts#L13) --- @@ -423,7 +423,7 @@ starknet keccak hash as BigNumber #### Defined in -[src/utils/selector.ts:35](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/selector.ts#L35) +[src/utils/selector.ts:35](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/selector.ts#L35) --- @@ -449,7 +449,7 @@ hex selector of given abi function name #### Defined in -[src/utils/selector.ts:48](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/selector.ts#L48) +[src/utils/selector.ts:48](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/selector.ts#L48) --- @@ -473,4 +473,4 @@ Hex selector #### Defined in -[src/utils/selector.ts:58](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/selector.ts#L58) +[src/utils/selector.ts:58](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/selector.ts#L58) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/json.md b/www/versioned_docs/version-5.19.5/API/namespaces/json.md index 91ba66536..55829aa89 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/json.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/json.md @@ -24,7 +24,7 @@ custom_edit_url: null #### Defined in -[src/utils/json.ts:12](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/json.ts#L12) +[src/utils/json.ts:12](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/json.ts#L12) --- @@ -44,7 +44,7 @@ custom_edit_url: null #### Defined in -[src/utils/json.ts:13](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/json.ts#L13) +[src/utils/json.ts:13](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/json.ts#L13) --- @@ -67,7 +67,7 @@ custom_edit_url: null #### Defined in -[src/utils/json.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/json.ts#L18) +[src/utils/json.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/json.ts#L18) --- @@ -94,4 +94,4 @@ equivalent to 'stringify', alias will be removed #### Defined in -[src/utils/json.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/json.ts#L18) +[src/utils/json.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/json.ts#L18) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/merkle.md b/www/versioned_docs/version-5.19.5/API/namespaces/merkle.md index ffd5364ab..e4fcf1fec 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/merkle.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/merkle.md @@ -30,4 +30,4 @@ custom_edit_url: null #### Defined in -[src/utils/merkle.ts:63](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/merkle.ts#L63) +[src/utils/merkle.ts:63](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/merkle.ts#L63) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/num.md b/www/versioned_docs/version-5.19.5/API/namespaces/num.md index c3e8a7e97..c9fce1577 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/num.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/num.md @@ -30,7 +30,7 @@ Re-exports [BigNumberish](types.md#bignumberish) #### Defined in -[src/utils/num.ts:10](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/num.ts#L10) +[src/utils/num.ts:10](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/num.ts#L10) --- @@ -50,7 +50,7 @@ Re-exports [BigNumberish](types.md#bignumberish) #### Defined in -[src/utils/num.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/num.ts#L14) +[src/utils/num.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/num.ts#L14) --- @@ -70,7 +70,7 @@ value is bigint #### Defined in -[src/utils/num.ts:18](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/num.ts#L18) +[src/utils/num.ts:18](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/num.ts#L18) --- @@ -90,7 +90,7 @@ value is bigint #### Defined in -[src/utils/num.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/num.ts#L22) +[src/utils/num.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/num.ts#L22) --- @@ -115,7 +115,7 @@ A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes. #### Defined in -[src/utils/num.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/num.ts#L33) +[src/utils/num.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/num.ts#L33) --- @@ -135,7 +135,7 @@ A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes. #### Defined in -[src/utils/num.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/num.ts#L38) +[src/utils/num.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/num.ts#L38) --- @@ -158,7 +158,7 @@ A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes. #### Defined in -[src/utils/num.ts:54](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/num.ts#L54) +[src/utils/num.ts:54](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/num.ts#L54) --- @@ -178,7 +178,7 @@ A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes. #### Defined in -[src/utils/num.ts:71](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/num.ts#L71) +[src/utils/num.ts:71](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/num.ts#L71) --- @@ -198,7 +198,7 @@ A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes. #### Defined in -[src/utils/num.ts:75](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/num.ts#L75) +[src/utils/num.ts:75](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/num.ts#L75) --- @@ -218,7 +218,7 @@ A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes. #### Defined in -[src/utils/num.ts:82](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/num.ts#L82) +[src/utils/num.ts:82](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/num.ts#L82) --- @@ -238,7 +238,7 @@ A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes. #### Defined in -[src/utils/num.ts:92](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/num.ts#L92) +[src/utils/num.ts:92](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/num.ts#L92) --- @@ -258,7 +258,7 @@ A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes. #### Defined in -[src/utils/num.ts:102](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/num.ts#L102) +[src/utils/num.ts:102](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/num.ts#L102) --- @@ -282,7 +282,7 @@ an array of Bytes #### Defined in -[src/utils/num.ts:113](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/num.ts#L113) +[src/utils/num.ts:113](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/num.ts#L113) --- @@ -304,7 +304,7 @@ Remove hex string leading zero and lower case '0x01A'.. -> '0x1a..' #### Defined in -[src/utils/num.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/num.ts#L46) +[src/utils/num.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/num.ts#L46) --- @@ -324,7 +324,7 @@ Remove hex string leading zero and lower case '0x01A'.. -> '0x1a..' #### Defined in -[src/utils/num.ts:79](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/num.ts#L79) +[src/utils/num.ts:79](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/num.ts#L79) --- @@ -344,7 +344,7 @@ Remove hex string leading zero and lower case '0x01A'.. -> '0x1a..' #### Defined in -[src/utils/num.ts:80](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/num.ts#L80) +[src/utils/num.ts:80](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/num.ts#L80) --- @@ -364,4 +364,4 @@ Remove hex string leading zero and lower case '0x01A'.. -> '0x1a..' #### Defined in -[src/utils/num.ts:106](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/num.ts#L106) +[src/utils/num.ts:106](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/num.ts#L106) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/provider-1.md b/www/versioned_docs/version-5.19.5/API/namespaces/provider-1.md index a227ef659..69b57bba2 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/provider-1.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/provider-1.md @@ -24,7 +24,7 @@ custom_edit_url: null #### Defined in -[src/utils/provider.ts:13](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/provider.ts#L13) +[src/utils/provider.ts:13](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/provider.ts#L13) --- @@ -44,7 +44,7 @@ custom_edit_url: null #### Defined in -[src/utils/provider.ts:19](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/provider.ts#L19) +[src/utils/provider.ts:19](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/provider.ts#L19) --- @@ -64,4 +64,4 @@ custom_edit_url: null #### Defined in -[src/utils/provider.ts:29](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/provider.ts#L29) +[src/utils/provider.ts:29](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/provider.ts#L29) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/shortString.md b/www/versioned_docs/version-5.19.5/API/namespaces/shortString.md index 22ea3ea42..a5fb666a8 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/shortString.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/shortString.md @@ -24,7 +24,7 @@ custom_edit_url: null #### Defined in -[src/utils/shortString.ts:6](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L6) +[src/utils/shortString.ts:6](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L6) --- @@ -44,7 +44,7 @@ custom_edit_url: null #### Defined in -[src/utils/shortString.ts:12](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L12) +[src/utils/shortString.ts:12](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L12) --- @@ -64,7 +64,7 @@ custom_edit_url: null #### Defined in -[src/utils/shortString.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L17) +[src/utils/shortString.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L17) --- @@ -88,7 +88,7 @@ boolean #### Defined in -[src/utils/shortString.ts:26](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L26) +[src/utils/shortString.ts:26](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L26) --- @@ -108,7 +108,7 @@ boolean #### Defined in -[src/utils/shortString.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L33) +[src/utils/shortString.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L33) --- @@ -140,7 +140,7 @@ a string representing an Hex number 248 bits max. #### Defined in -[src/utils/shortString.ts:49](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L49) +[src/utils/shortString.ts:49](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L49) --- @@ -172,7 +172,7 @@ a string with 31 characters max. #### Defined in -[src/utils/shortString.ts:67](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L67) +[src/utils/shortString.ts:67](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L67) --- @@ -192,7 +192,7 @@ a string with 31 characters max. #### Defined in -[src/utils/shortString.ts:30](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L30) +[src/utils/shortString.ts:30](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L30) --- @@ -212,4 +212,4 @@ a string with 31 characters max. #### Defined in -[src/utils/shortString.ts:31](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L31) +[src/utils/shortString.ts:31](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/shortString.ts#L31) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/stark.md b/www/versioned_docs/version-5.19.5/API/namespaces/stark.md index b7e97d8d3..f02083ef6 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/stark.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/stark.md @@ -30,7 +30,7 @@ Compressed cairo program #### Defined in -[src/utils/stark.ts:21](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/stark.ts#L21) +[src/utils/stark.ts:21](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/stark.ts#L21) --- @@ -54,7 +54,7 @@ parsed decompressed compiled cairo program #### Defined in -[src/utils/stark.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/stark.ts#L33) +[src/utils/stark.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/stark.ts#L33) --- @@ -68,7 +68,7 @@ parsed decompressed compiled cairo program #### Defined in -[src/utils/stark.ts:39](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/stark.ts#L39) +[src/utils/stark.ts:39](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/stark.ts#L39) --- @@ -88,7 +88,7 @@ parsed decompressed compiled cairo program #### Defined in -[src/utils/stark.ts:44](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/stark.ts#L44) +[src/utils/stark.ts:44](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/stark.ts#L44) --- @@ -108,7 +108,7 @@ parsed decompressed compiled cairo program #### Defined in -[src/utils/stark.ts:48](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/stark.ts#L48) +[src/utils/stark.ts:48](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/stark.ts#L48) --- @@ -128,7 +128,7 @@ parsed decompressed compiled cairo program #### Defined in -[src/utils/stark.ts:61](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/stark.ts#L61) +[src/utils/stark.ts:61](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/stark.ts#L61) --- @@ -148,7 +148,7 @@ parsed decompressed compiled cairo program #### Defined in -[src/utils/stark.ts:65](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/stark.ts#L65) +[src/utils/stark.ts:65](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/stark.ts#L65) --- @@ -169,4 +169,4 @@ parsed decompressed compiled cairo program #### Defined in -[src/utils/stark.ts:69](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/stark.ts#L69) +[src/utils/stark.ts:69](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/stark.ts#L69) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/starknetId.md b/www/versioned_docs/version-5.19.5/API/namespaces/starknetId.md index 252d3c894..152a67493 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/starknetId.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/starknetId.md @@ -28,7 +28,7 @@ custom_edit_url: null #### Defined in -[src/utils/starknetId.ts:20](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/starknetId.ts#L20) +[src/utils/starknetId.ts:20](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/starknetId.ts#L20) --- @@ -48,7 +48,7 @@ custom_edit_url: null #### Defined in -[src/utils/starknetId.ts:61](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/starknetId.ts#L61) +[src/utils/starknetId.ts:61](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/starknetId.ts#L61) --- @@ -68,4 +68,4 @@ custom_edit_url: null #### Defined in -[src/utils/starknetId.ts:108](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/starknetId.ts#L108) +[src/utils/starknetId.ts:108](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/starknetId.ts#L108) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/transaction.md b/www/versioned_docs/version-5.19.5/API/namespaces/transaction.md index 0febbf90b..81d02ec8e 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/transaction.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/transaction.md @@ -32,7 +32,7 @@ two arrays: one with the entrypoints, and one with the concatenated calldata. #### Defined in -[src/utils/transaction.ts:12](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/transaction.ts#L12) +[src/utils/transaction.ts:12](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/transaction.ts#L12) --- @@ -55,7 +55,7 @@ by the **execute** protocol. #### Defined in -[src/utils/transaction.ts:37](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/transaction.ts#L37) +[src/utils/transaction.ts:37](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/transaction.ts#L37) --- @@ -76,7 +76,7 @@ by the **execute** protocol. #### Defined in -[src/utils/transaction.ts:43](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/transaction.ts#L43) +[src/utils/transaction.ts:43](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/transaction.ts#L43) --- @@ -100,7 +100,7 @@ CallStruct #### Defined in -[src/utils/transaction.ts:53](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/transaction.ts#L53) +[src/utils/transaction.ts:53](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/transaction.ts#L53) --- @@ -125,7 +125,7 @@ Calldata #### Defined in -[src/utils/transaction.ts:68](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/transaction.ts#L68) +[src/utils/transaction.ts:68](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/transaction.ts#L68) --- @@ -148,4 +148,4 @@ string[] of calldata #### Defined in -[src/utils/transaction.ts:85](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/transaction.ts#L85) +[src/utils/transaction.ts:85](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/transaction.ts#L85) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/typedData.md b/www/versioned_docs/version-5.19.5/API/namespaces/typedData.md index 3ccab5590..eab93e107 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/typedData.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/typedData.md @@ -48,7 +48,7 @@ Re-exports [TypedData](../interfaces/types.TypedData.md) #### Defined in -[src/utils/typedData.ts:36](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L36) +[src/utils/typedData.ts:36](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L36) --- @@ -68,7 +68,7 @@ type is StarkNetMerkleType #### Defined in -[src/utils/typedData.ts:40](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L40) +[src/utils/typedData.ts:40](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L40) --- @@ -93,7 +93,7 @@ in the resulting array. #### Defined in -[src/utils/typedData.ts:58](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L58) +[src/utils/typedData.ts:58](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L58) --- @@ -116,7 +116,7 @@ Encode a type to a string. All dependant types are alphabetically sorted. #### Defined in -[src/utils/typedData.ts:114](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L114) +[src/utils/typedData.ts:114](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L114) --- @@ -139,7 +139,7 @@ Get a type string as hash. #### Defined in -[src/utils/typedData.ts:132](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L132) +[src/utils/typedData.ts:132](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L132) --- @@ -165,7 +165,7 @@ an array of ABI compatible types, and an array of corresponding values. #### Defined in -[src/utils/typedData.ts:145](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L145) +[src/utils/typedData.ts:145](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L145) --- @@ -196,7 +196,7 @@ dependant types are automatically encoded. #### Defined in -[src/utils/typedData.ts:197](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L197) +[src/utils/typedData.ts:197](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L197) --- @@ -227,7 +227,7 @@ types are automatically encoded. #### Defined in -[src/utils/typedData.ts:234](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L234) +[src/utils/typedData.ts:234](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L234) --- @@ -250,4 +250,4 @@ Get the EIP-191 encoded message to sign, from the typedData object. #### Defined in -[src/utils/typedData.ts:249](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L249) +[src/utils/typedData.ts:249](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/typedData.ts#L249) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/types.RPC.md b/www/versioned_docs/version-5.19.5/API/namespaces/types.RPC.md index f51a7b1d6..b4f470983 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/types.RPC.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/types.RPC.md @@ -26,7 +26,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:12](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L12) +[src/types/api/rpc.ts:12](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L12) --- @@ -36,7 +36,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L22) +[src/types/api/rpc.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L22) --- @@ -46,7 +46,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:23](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L23) +[src/types/api/rpc.ts:23](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L23) --- @@ -56,7 +56,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L24) +[src/types/api/rpc.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L24) --- @@ -66,7 +66,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L25) +[src/types/api/rpc.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L25) --- @@ -76,7 +76,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:26](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L26) +[src/types/api/rpc.ts:26](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L26) --- @@ -86,7 +86,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:27](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L27) +[src/types/api/rpc.ts:27](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L27) --- @@ -96,7 +96,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:28](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L28) +[src/types/api/rpc.ts:28](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L28) --- @@ -106,7 +106,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:29](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L29) +[src/types/api/rpc.ts:29](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L29) --- @@ -116,7 +116,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:30](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L30) +[src/types/api/rpc.ts:30](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L30) --- @@ -126,7 +126,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:31](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L31) +[src/types/api/rpc.ts:31](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L31) --- @@ -136,7 +136,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:32](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L32) +[src/types/api/rpc.ts:32](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L32) --- @@ -146,7 +146,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L33) +[src/types/api/rpc.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L33) --- @@ -156,7 +156,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L34) +[src/types/api/rpc.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L34) --- @@ -166,7 +166,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:35](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L35) +[src/types/api/rpc.ts:35](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L35) --- @@ -176,7 +176,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:36](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L36) +[src/types/api/rpc.ts:36](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L36) --- @@ -186,7 +186,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:37](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L37) +[src/types/api/rpc.ts:37](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L37) --- @@ -196,7 +196,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L38) +[src/types/api/rpc.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L38) --- @@ -206,7 +206,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:39](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L39) +[src/types/api/rpc.ts:39](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L39) --- @@ -216,7 +216,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:40](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L40) +[src/types/api/rpc.ts:40](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L40) --- @@ -226,7 +226,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:41](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L41) +[src/types/api/rpc.ts:41](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L41) --- @@ -236,7 +236,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:42](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L42) +[src/types/api/rpc.ts:42](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L42) --- @@ -246,7 +246,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:43](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L43) +[src/types/api/rpc.ts:43](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L43) --- @@ -256,7 +256,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:44](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L44) +[src/types/api/rpc.ts:44](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L44) --- @@ -266,7 +266,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:45](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L45) +[src/types/api/rpc.ts:45](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L45) --- @@ -276,7 +276,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L46) +[src/types/api/rpc.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L46) --- @@ -286,7 +286,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L47) +[src/types/api/rpc.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L47) --- @@ -296,7 +296,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:48](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L48) +[src/types/api/rpc.ts:48](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L48) --- @@ -306,7 +306,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:49](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L49) +[src/types/api/rpc.ts:49](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L49) --- @@ -316,7 +316,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:50](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L50) +[src/types/api/rpc.ts:50](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L50) --- @@ -326,7 +326,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:51](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L51) +[src/types/api/rpc.ts:51](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L51) --- @@ -336,7 +336,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:52](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L52) +[src/types/api/rpc.ts:52](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L52) --- @@ -346,7 +346,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:53](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L53) +[src/types/api/rpc.ts:53](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L53) --- @@ -356,7 +356,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:54](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L54) +[src/types/api/rpc.ts:54](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L54) --- @@ -366,7 +366,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:55](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L55) +[src/types/api/rpc.ts:55](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L55) --- @@ -376,7 +376,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:60](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L60) +[src/types/api/rpc.ts:60](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L60) --- @@ -386,7 +386,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:63](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L63) +[src/types/api/rpc.ts:63](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L63) --- @@ -396,7 +396,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:64](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L64) +[src/types/api/rpc.ts:64](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L64) --- @@ -406,7 +406,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:65](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L65) +[src/types/api/rpc.ts:65](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L65) --- @@ -416,7 +416,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:69](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L69) +[src/types/api/rpc.ts:69](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L69) ## Variables @@ -426,7 +426,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:56](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L56) +[src/types/api/rpc.ts:56](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L56) --- @@ -436,7 +436,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:57](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L57) +[src/types/api/rpc.ts:57](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L57) --- @@ -446,7 +446,7 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:58](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L58) +[src/types/api/rpc.ts:58](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L58) --- @@ -456,4 +456,4 @@ custom_edit_url: null #### Defined in -[src/types/api/rpc.ts:59](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L59) +[src/types/api/rpc.ts:59](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/rpc.ts#L59) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/types.Sequencer.md b/www/versioned_docs/version-5.19.5/API/namespaces/types.Sequencer.md index 877b27645..bdcfb2d74 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/types.Sequencer.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/types.Sequencer.md @@ -71,7 +71,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:81](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L81) +[src/types/api/sequencer.ts:81](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L81) --- @@ -94,7 +94,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:89](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L89) +[src/types/api/sequencer.ts:89](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L89) --- @@ -114,7 +114,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:100](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L100) +[src/types/api/sequencer.ts:100](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L100) --- @@ -137,7 +137,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:108](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L108) +[src/types/api/sequencer.ts:108](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L108) --- @@ -160,7 +160,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:119](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L119) +[src/types/api/sequencer.ts:119](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L119) --- @@ -170,7 +170,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:130](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L130) +[src/types/api/sequencer.ts:130](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L130) --- @@ -189,7 +189,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:136](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L136) +[src/types/api/sequencer.ts:136](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L136) --- @@ -206,7 +206,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:143](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L143) +[src/types/api/sequencer.ts:143](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L143) --- @@ -216,7 +216,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:153](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L153) +[src/types/api/sequencer.ts:153](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L153) --- @@ -238,7 +238,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:158](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L158) +[src/types/api/sequencer.ts:158](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L158) --- @@ -261,7 +261,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:168](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L168) +[src/types/api/sequencer.ts:168](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L168) --- @@ -281,7 +281,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:179](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L179) +[src/types/api/sequencer.ts:179](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L179) --- @@ -291,7 +291,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:188](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L188) +[src/types/api/sequencer.ts:188](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L188) --- @@ -301,7 +301,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:193](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L193) +[src/types/api/sequencer.ts:193](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L193) --- @@ -327,7 +327,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:198](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L198) +[src/types/api/sequencer.ts:198](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L198) --- @@ -353,7 +353,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:212](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L212) +[src/types/api/sequencer.ts:212](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L212) --- @@ -377,7 +377,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:226](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L226) +[src/types/api/sequencer.ts:226](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L226) --- @@ -403,7 +403,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:239](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L239) +[src/types/api/sequencer.ts:239](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L239) --- @@ -413,7 +413,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:268](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L268) +[src/types/api/sequencer.ts:268](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L268) --- @@ -429,7 +429,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:284](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L284) +[src/types/api/sequencer.ts:284](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L284) --- @@ -439,7 +439,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:288](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L288) +[src/types/api/sequencer.ts:288](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L288) --- @@ -449,7 +449,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:289](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L289) +[src/types/api/sequencer.ts:289](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L289) --- @@ -459,7 +459,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:290](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L290) +[src/types/api/sequencer.ts:290](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L290) --- @@ -469,7 +469,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:291](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L291) +[src/types/api/sequencer.ts:291](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L291) --- @@ -486,7 +486,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:293](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L293) +[src/types/api/sequencer.ts:293](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L293) --- @@ -496,7 +496,7 @@ Re-exports [SequencerIdentifier](types.md#sequenceridentifier) #### Defined in -[src/types/api/sequencer.ts:298](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L298) +[src/types/api/sequencer.ts:298](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L298) --- @@ -508,7 +508,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:307](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L307) +[src/types/api/sequencer.ts:307](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L307) --- @@ -518,7 +518,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:310](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L310) +[src/types/api/sequencer.ts:310](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L310) --- @@ -528,7 +528,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:322](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L322) +[src/types/api/sequencer.ts:322](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L322) --- @@ -544,7 +544,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:324](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L324) +[src/types/api/sequencer.ts:324](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L324) --- @@ -554,7 +554,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:328](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L328) +[src/types/api/sequencer.ts:328](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L328) --- @@ -579,7 +579,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:330](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L330) +[src/types/api/sequencer.ts:330](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L330) --- @@ -593,7 +593,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:344](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L344) +[src/types/api/sequencer.ts:344](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L344) --- @@ -610,7 +610,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:346](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L346) +[src/types/api/sequencer.ts:346](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L346) --- @@ -624,7 +624,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:348](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L348) +[src/types/api/sequencer.ts:348](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L348) --- @@ -634,7 +634,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:350](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L350) +[src/types/api/sequencer.ts:350](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L350) --- @@ -644,7 +644,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:352](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L352) +[src/types/api/sequencer.ts:352](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L352) --- @@ -654,7 +654,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:354](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L354) +[src/types/api/sequencer.ts:354](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L354) --- @@ -664,7 +664,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:356](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L356) +[src/types/api/sequencer.ts:356](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L356) --- @@ -681,7 +681,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:358](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L358) +[src/types/api/sequencer.ts:358](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L358) --- @@ -691,7 +691,7 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:360](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L360) +[src/types/api/sequencer.ts:360](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L360) --- @@ -821,4 +821,4 @@ Transaction filled with account data #### Defined in -[src/types/api/sequencer.ts:362](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L362) +[src/types/api/sequencer.ts:362](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L362) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/types.md b/www/versioned_docs/version-5.19.5/API/namespaces/types.md index dea1cd3cc..2c26d3ce1 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/types.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/types.md @@ -70,7 +70,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:66](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L66) +[src/types/api/sequencer.ts:66](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L66) --- @@ -87,7 +87,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:73](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L73) +[src/types/api/sequencer.ts:73](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L73) --- @@ -111,7 +111,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:53](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L53) +[src/types/api/sequencer.ts:53](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L53) --- @@ -138,7 +138,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L38) +[src/types/api/sequencer.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L38) --- @@ -155,7 +155,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:33](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L33) +[src/types/api/sequencer.ts:33](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L33) --- @@ -178,7 +178,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:21](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L21) +[src/types/api/sequencer.ts:21](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L21) --- @@ -188,7 +188,7 @@ custom_edit_url: null #### Defined in -[src/types/api/sequencer.ts:78](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L78) +[src/types/api/sequencer.ts:78](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/api/sequencer.ts#L78) --- @@ -198,7 +198,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:8](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/account.ts#L8) +[src/types/account.ts:8](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/account.ts#L8) --- @@ -216,7 +216,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:10](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/account.ts#L10) +[src/types/account.ts:10](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/account.ts#L10) --- @@ -233,7 +233,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:27](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/account.ts#L27) +[src/types/account.ts:27](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/account.ts#L27) --- @@ -257,7 +257,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:32](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/account.ts#L32) +[src/types/account.ts:32](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/account.ts#L32) --- @@ -274,7 +274,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:44](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/account.ts#L44) +[src/types/account.ts:44](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/account.ts#L44) --- @@ -293,7 +293,7 @@ custom_edit_url: null #### Defined in -[src/types/account.ts:51](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/account.ts#L51) +[src/types/account.ts:51](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/account.ts#L51) --- @@ -323,7 +323,7 @@ custom_edit_url: null #### Defined in -[src/types/contract.ts:11](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/contract.ts#L11) +[src/types/contract.ts:11](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/contract.ts#L11) --- @@ -347,7 +347,7 @@ custom_edit_url: null #### Defined in -[src/types/contract.ts:12](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/contract.ts#L12) +[src/types/contract.ts:12](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/contract.ts#L12) --- @@ -357,7 +357,7 @@ custom_edit_url: null #### Defined in -[src/types/contract.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/contract.ts#L14) +[src/types/contract.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/contract.ts#L14) --- @@ -367,7 +367,7 @@ custom_edit_url: null #### Defined in -[src/types/contract.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/contract.ts#L24) +[src/types/contract.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/contract.ts#L24) --- @@ -377,7 +377,7 @@ custom_edit_url: null #### Defined in -[src/types/contract.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/contract.ts#L25) +[src/types/contract.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/contract.ts#L25) --- @@ -400,7 +400,7 @@ custom_edit_url: null #### Defined in -[src/types/contract.ts:26](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/contract.ts#L26) +[src/types/contract.ts:26](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/contract.ts#L26) --- @@ -410,7 +410,7 @@ custom_edit_url: null #### Defined in -[src/types/contract.ts:37](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/contract.ts#L37) +[src/types/contract.ts:37](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/contract.ts#L37) --- @@ -420,7 +420,7 @@ custom_edit_url: null #### Defined in -[src/types/contract.ts:42](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/contract.ts#L42) +[src/types/contract.ts:42](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/contract.ts#L42) --- @@ -434,7 +434,7 @@ custom_edit_url: null #### Defined in -[src/types/contract.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/contract.ts#L47) +[src/types/contract.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/contract.ts#L47) --- @@ -444,7 +444,7 @@ custom_edit_url: null #### Defined in -[src/types/contract.ts:49](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/contract.ts#L49) +[src/types/contract.ts:49](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/contract.ts#L49) --- @@ -454,7 +454,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:6](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L6) +[src/types/lib/index.ts:6](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L6) --- @@ -464,7 +464,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:7](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L7) +[src/types/lib/index.ts:7](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L7) --- @@ -474,7 +474,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:8](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L8) +[src/types/lib/index.ts:8](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L8) --- @@ -484,7 +484,7 @@ custom_edit_url: null #### Defined in -[src/types/lib/index.ts:10](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L10) +[src/types/lib/index.ts:10](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L10) --- @@ -497,7 +497,7 @@ decimal-string array #### Defined in -[src/types/lib/index.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L16) +[src/types/lib/index.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L16) --- @@ -510,7 +510,7 @@ use CallData.compile() to convert to Calldata #### Defined in -[src/types/lib/index.ts:32](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L32) +[src/types/lib/index.ts:32](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L32) --- @@ -522,7 +522,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:37](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L37) +[src/types/lib/index.ts:37](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L37) --- @@ -538,7 +538,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:39](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L39) +[src/types/lib/index.ts:39](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L39) --- @@ -554,7 +554,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:41](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L41) +[src/types/lib/index.ts:41](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L41) --- @@ -564,7 +564,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:43](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L43) +[src/types/lib/index.ts:43](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L43) --- @@ -578,7 +578,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:45](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L45) +[src/types/lib/index.ts:45](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L45) --- @@ -588,7 +588,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:49](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L49) +[src/types/lib/index.ts:49](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L49) --- @@ -598,7 +598,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:51](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L51) +[src/types/lib/index.ts:51](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L51) --- @@ -617,7 +617,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:53](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L53) +[src/types/lib/index.ts:53](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L53) --- @@ -636,7 +636,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:60](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L60) +[src/types/lib/index.ts:60](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L60) --- @@ -646,7 +646,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:67](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L67) +[src/types/lib/index.ts:67](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L67) --- @@ -665,7 +665,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:74](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L74) +[src/types/lib/index.ts:74](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L74) --- @@ -684,7 +684,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:81](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L81) +[src/types/lib/index.ts:81](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L81) --- @@ -694,7 +694,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:88](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L88) +[src/types/lib/index.ts:88](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L88) --- @@ -713,7 +713,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:91](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L91) +[src/types/lib/index.ts:91](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L91) --- @@ -731,7 +731,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:98](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L98) +[src/types/lib/index.ts:98](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L98) --- @@ -741,7 +741,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:104](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L104) +[src/types/lib/index.ts:104](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L104) --- @@ -751,7 +751,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:106](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L106) +[src/types/lib/index.ts:106](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L106) --- @@ -761,7 +761,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:108](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L108) +[src/types/lib/index.ts:108](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L108) --- @@ -779,7 +779,7 @@ Hexadecimal-string array #### Defined in -[src/types/lib/index.ts:110](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L110) +[src/types/lib/index.ts:110](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L110) --- @@ -800,7 +800,7 @@ Contain all additional details params #### Defined in -[src/types/lib/index.ts:119](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L119) +[src/types/lib/index.ts:119](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L119) --- @@ -810,7 +810,7 @@ Contain all additional details params #### Defined in -[src/types/lib/index.ts:126](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L126) +[src/types/lib/index.ts:126](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L126) --- @@ -820,7 +820,7 @@ Contain all additional details params #### Defined in -[src/types/lib/index.ts:175](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L175) +[src/types/lib/index.ts:175](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L175) --- @@ -834,7 +834,7 @@ null appends nothing to the request url #### Defined in -[src/types/lib/index.ts:182](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L182) +[src/types/lib/index.ts:182](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L182) --- @@ -846,7 +846,7 @@ items used by AccountInvocations #### Defined in -[src/types/lib/index.ts:187](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L187) +[src/types/lib/index.ts:187](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L187) --- @@ -858,7 +858,7 @@ Complete invocations array with account details (internal type from account -> p #### Defined in -[src/types/lib/index.ts:197](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L197) +[src/types/lib/index.ts:197](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L197) --- @@ -870,7 +870,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:202](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L202) +[src/types/lib/index.ts:202](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L202) --- @@ -887,7 +887,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:211](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L211) +[src/types/lib/index.ts:211](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L211) --- @@ -901,7 +901,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:213](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L213) +[src/types/lib/index.ts:213](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L213) --- @@ -915,7 +915,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:216](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L216) +[src/types/lib/index.ts:216](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L216) --- @@ -933,7 +933,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:220](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L220) +[src/types/lib/index.ts:220](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L220) --- @@ -952,7 +952,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:226](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L226) +[src/types/lib/index.ts:226](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L226) --- @@ -969,7 +969,7 @@ Invocations array user provide to bulk method (simulate) #### Defined in -[src/types/lib/index.ts:233](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L233) +[src/types/lib/index.ts:233](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/index.ts#L233) --- @@ -982,7 +982,7 @@ CompressedCompiledContract #### Defined in -[src/types/lib/contract/index.ts:9](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/index.ts#L9) +[src/types/lib/contract/index.ts:9](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/index.ts#L9) --- @@ -994,7 +994,7 @@ format produced after compile .cairo to .json #### Defined in -[src/types/lib/contract/index.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/index.ts#L14) +[src/types/lib/contract/index.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/index.ts#L14) --- @@ -1006,7 +1006,7 @@ Compressed or decompressed Cairo0 or Cairo1 Contract #### Defined in -[src/types/lib/contract/index.ts:19](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/index.ts#L19) +[src/types/lib/contract/index.ts:19](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/index.ts#L19) --- @@ -1018,7 +1018,7 @@ ABI #### Defined in -[src/types/lib/contract/abi.ts:2](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L2) +[src/types/lib/contract/abi.ts:2](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L2) --- @@ -1035,7 +1035,7 @@ ABI #### Defined in -[src/types/lib/contract/abi.ts:5](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L5) +[src/types/lib/contract/abi.ts:5](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L5) --- @@ -1053,7 +1053,7 @@ ABI #### Defined in -[src/types/lib/contract/abi.ts:7](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L7) +[src/types/lib/contract/abi.ts:7](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L7) --- @@ -1074,7 +1074,7 @@ ABI #### Defined in -[src/types/lib/contract/abi.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L16) +[src/types/lib/contract/abi.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L16) --- @@ -1088,7 +1088,7 @@ ABI #### Defined in -[src/types/lib/contract/abi.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L25) +[src/types/lib/contract/abi.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L25) --- @@ -1107,7 +1107,7 @@ ABI #### Defined in -[src/types/lib/contract/abi.ts:27](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L27) +[src/types/lib/contract/abi.ts:27](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L27) --- @@ -1121,7 +1121,7 @@ ABI #### Defined in -[src/types/lib/contract/abi.ts:34](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L34) +[src/types/lib/contract/abi.ts:34](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L34) --- @@ -1140,7 +1140,7 @@ ABI #### Defined in -[src/types/lib/contract/abi.ts:35](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L35) +[src/types/lib/contract/abi.ts:35](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L35) --- @@ -1154,7 +1154,7 @@ ABI #### Defined in -[src/types/lib/contract/abi.ts:42](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L42) +[src/types/lib/contract/abi.ts:42](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L42) --- @@ -1164,7 +1164,7 @@ ABI #### Defined in -[src/types/lib/contract/abi.ts:44](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L44) +[src/types/lib/contract/abi.ts:44](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L44) --- @@ -1183,7 +1183,7 @@ ABI #### Defined in -[src/types/lib/contract/abi.ts:46](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L46) +[src/types/lib/contract/abi.ts:46](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L46) --- @@ -1202,7 +1202,7 @@ ABI #### Defined in -[src/types/lib/contract/abi.ts:53](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L53) +[src/types/lib/contract/abi.ts:53](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/abi.ts#L53) --- @@ -1222,7 +1222,7 @@ format produced after compressing 'program' property #### Defined in -[src/types/lib/contract/legacy.ts:7](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/legacy.ts#L7) +[src/types/lib/contract/legacy.ts:7](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/legacy.ts#L7) --- @@ -1234,7 +1234,7 @@ format produced after compile .cairo to .json #### Defined in -[src/types/lib/contract/legacy.ts:16](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/legacy.ts#L16) +[src/types/lib/contract/legacy.ts:16](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/legacy.ts#L16) --- @@ -1246,7 +1246,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/legacy.ts:21](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/legacy.ts#L21) +[src/types/lib/contract/legacy.ts:21](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/legacy.ts#L21) --- @@ -1256,7 +1256,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/legacy.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/legacy.ts#L22) +[src/types/lib/contract/legacy.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/legacy.ts#L22) --- @@ -1274,7 +1274,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/legacy.ts:24](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/legacy.ts#L24) +[src/types/lib/contract/legacy.ts:24](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/legacy.ts#L24) --- @@ -1292,7 +1292,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/legacy.ts:30](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/legacy.ts#L30) +[src/types/lib/contract/legacy.ts:30](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/legacy.ts#L30) --- @@ -1315,7 +1315,7 @@ SYSTEM TYPES #### Defined in -[src/types/lib/contract/sierra.ts:5](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L5) +[src/types/lib/contract/sierra.ts:5](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L5) --- @@ -1338,7 +1338,7 @@ sierra_program is hex array #### Defined in -[src/types/lib/contract/sierra.ts:19](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L19) +[src/types/lib/contract/sierra.ts:19](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L19) --- @@ -1351,7 +1351,7 @@ CompressedCompiledSierra #### Defined in -[src/types/lib/contract/sierra.ts:31](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L31) +[src/types/lib/contract/sierra.ts:31](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L31) --- @@ -1361,7 +1361,7 @@ CompressedCompiledSierra #### Defined in -[src/types/lib/contract/sierra.ts:35](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L35) +[src/types/lib/contract/sierra.ts:35](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L35) --- @@ -1373,7 +1373,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/sierra.ts:38](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L38) +[src/types/lib/contract/sierra.ts:38](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L38) --- @@ -1383,7 +1383,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/sierra.ts:39](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L39) +[src/types/lib/contract/sierra.ts:39](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L39) --- @@ -1401,7 +1401,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/sierra.ts:41](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L41) +[src/types/lib/contract/sierra.ts:41](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L41) --- @@ -1419,7 +1419,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/sierra.ts:47](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L47) +[src/types/lib/contract/sierra.ts:47](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L47) --- @@ -1436,7 +1436,7 @@ SUBTYPES #### Defined in -[src/types/lib/contract/sierra.ts:53](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L53) +[src/types/lib/contract/sierra.ts:53](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/lib/contract/sierra.ts#L53) --- @@ -1456,7 +1456,7 @@ SUBTYPES #### Defined in -[src/types/provider/configuration.ts:9](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/configuration.ts#L9) +[src/types/provider/configuration.ts:9](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/configuration.ts#L9) --- @@ -1466,7 +1466,7 @@ SUBTYPES #### Defined in -[src/types/provider/configuration.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/configuration.ts#L17) +[src/types/provider/configuration.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/configuration.ts#L17) --- @@ -1476,7 +1476,7 @@ SUBTYPES #### Defined in -[src/types/provider/configuration.ts:19](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/configuration.ts#L19) +[src/types/provider/configuration.ts:19](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/configuration.ts#L19) --- @@ -1486,7 +1486,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:52](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L52) +[src/types/provider/response.ts:52](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L52) --- @@ -1505,7 +1505,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:93](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L93) +[src/types/provider/response.ts:93](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L93) --- @@ -1515,7 +1515,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:101](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L101) +[src/types/provider/response.ts:101](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L101) --- @@ -1525,7 +1525,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:106](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L106) +[src/types/provider/response.ts:106](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L106) --- @@ -1551,7 +1551,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:126](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L126) +[src/types/provider/response.ts:126](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L126) --- @@ -1561,7 +1561,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:140](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L140) +[src/types/provider/response.ts:140](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L140) --- @@ -1580,7 +1580,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:148](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L148) +[src/types/provider/response.ts:148](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L148) --- @@ -1607,7 +1607,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:156](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L156) +[src/types/provider/response.ts:156](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L156) --- @@ -1623,7 +1623,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:187](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L187) +[src/types/provider/response.ts:187](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L187) --- @@ -1633,7 +1633,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:191](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L191) +[src/types/provider/response.ts:191](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L191) --- @@ -1643,7 +1643,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:209](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L209) +[src/types/provider/response.ts:209](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L209) --- @@ -1653,7 +1653,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:211](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L211) +[src/types/provider/response.ts:211](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L211) --- @@ -1663,7 +1663,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:213](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L213) +[src/types/provider/response.ts:213](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L213) --- @@ -1673,7 +1673,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:215](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L215) +[src/types/provider/response.ts:215](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L215) --- @@ -1691,7 +1691,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:217](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L217) +[src/types/provider/response.ts:217](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L217) --- @@ -1701,7 +1701,7 @@ SUBTYPES #### Defined in -[src/types/provider/response.ts:223](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L223) +[src/types/provider/response.ts:223](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L223) --- @@ -1716,7 +1716,7 @@ CompiledSierra without '.sierra_program_debug_info' #### Defined in -[src/types/provider/response.ts:247](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L247) +[src/types/provider/response.ts:247](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/provider/response.ts#L247) --- @@ -1726,7 +1726,7 @@ CompiledSierra without '.sierra_program_debug_info' #### Defined in -[src/types/signer.ts:25](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/signer.ts#L25) +[src/types/signer.ts:25](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/signer.ts#L25) --- @@ -1744,7 +1744,7 @@ CompiledSierra without '.sierra_program_debug_info' #### Defined in -[src/types/typedData.ts:1](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/typedData.ts#L1) +[src/types/typedData.ts:1](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/typedData.ts#L1) --- @@ -1759,7 +1759,7 @@ standard. #### Defined in -[src/types/typedData.ts:13](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/typedData.ts#L13) +[src/types/typedData.ts:13](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/typedData.ts#L13) --- @@ -1769,4 +1769,4 @@ standard. #### Defined in -[src/types/cairoEnum.ts:3](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/types/cairoEnum.ts#L3) +[src/types/cairoEnum.ts:3](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/types/cairoEnum.ts#L3) diff --git a/www/versioned_docs/version-5.19.5/API/namespaces/uint256.md b/www/versioned_docs/version-5.19.5/API/namespaces/uint256.md index 5571576ac..b68d7adc0 100644 --- a/www/versioned_docs/version-5.19.5/API/namespaces/uint256.md +++ b/www/versioned_docs/version-5.19.5/API/namespaces/uint256.md @@ -20,7 +20,7 @@ Re-exports [Uint256](../interfaces/types.Uint256.md) #### Defined in -[src/utils/uint256.ts:14](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/uint256.ts#L14) +[src/utils/uint256.ts:14](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/uint256.ts#L14) --- @@ -30,7 +30,7 @@ Re-exports [Uint256](../interfaces/types.Uint256.md) #### Defined in -[src/utils/uint256.ts:15](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/uint256.ts#L15) +[src/utils/uint256.ts:15](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/uint256.ts#L15) ## Functions @@ -50,7 +50,7 @@ Re-exports [Uint256](../interfaces/types.Uint256.md) #### Defined in -[src/utils/uint256.ts:10](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/uint256.ts#L10) +[src/utils/uint256.ts:10](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/uint256.ts#L10) --- @@ -70,7 +70,7 @@ Re-exports [Uint256](../interfaces/types.Uint256.md) #### Defined in -[src/utils/uint256.ts:17](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/uint256.ts#L17) +[src/utils/uint256.ts:17](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/uint256.ts#L17) --- @@ -90,4 +90,4 @@ Re-exports [Uint256](../interfaces/types.Uint256.md) #### Defined in -[src/utils/uint256.ts:22](https://github.com/0xs34n/starknet.js/blob/v5.19.5/src/utils/uint256.ts#L22) +[src/utils/uint256.ts:22](https://github.com/starknet-io/starknet.js/blob/v5.19.5/src/utils/uint256.ts#L22) diff --git a/www/versioned_docs/version-5.19.5/guides/Old_API_doc/Provider/sequencerProvider.md b/www/versioned_docs/version-5.19.5/guides/Old_API_doc/Provider/sequencerProvider.md index bf6e01ba7..597db5916 100644 --- a/www/versioned_docs/version-5.19.5/guides/Old_API_doc/Provider/sequencerProvider.md +++ b/www/versioned_docs/version-5.19.5/guides/Old_API_doc/Provider/sequencerProvider.md @@ -4,7 +4,7 @@ title: Sequencer Provider id: 'sequencerProvider' --- -On top of methods found in the [Provider](/docs/API/provider) section, `SequencerProvider` has some additional ones you can use. +On top of methods found in the [Provider](./) section, `SequencerProvider` has some additional ones you can use. ## Creating an instance diff --git a/www/versioned_docs/version-5.19.5/guides/Old_API_doc/account.md b/www/versioned_docs/version-5.19.5/guides/Old_API_doc/account.md index 548b68ff5..8481ce457 100644 --- a/www/versioned_docs/version-5.19.5/guides/Old_API_doc/account.md +++ b/www/versioned_docs/version-5.19.5/guides/Old_API_doc/account.md @@ -4,9 +4,9 @@ sidebar_position: 2 # Account -An Account extends [`Provider`](/docs/API/provider) and inherits all of its methods. +An Account extends [`Provider`](./Provider) and inherits all of its methods. -It also introduces new methods that allow Accounts to create and verify signatures with a custom [`Signer`](/docs/API/signer), declare and deploy Contract and deploy new Account +It also introduces new methods that allow Accounts to create and verify signatures with a custom [`Signer`](./Signer), declare and deploy Contract and deploy new Account This API is the primary way to interact with an account contract on Starknet. diff --git a/www/versioned_docs/version-5.19.5/guides/Old_API_doc/changelog.md b/www/versioned_docs/version-5.19.5/guides/Old_API_doc/changelog.md index 9ce455fb1..e3b96e17f 100644 --- a/www/versioned_docs/version-5.19.5/guides/Old_API_doc/changelog.md +++ b/www/versioned_docs/version-5.19.5/guides/Old_API_doc/changelog.md @@ -10,6 +10,6 @@ sidebar_position: 7 **NOTE**: Update your accounts, old ones will not be supported anymore. For updating with Argent X extension you can check this [link](https://github.com/argentlabs/argent-x/pull/522) -- BUGFIX: [#165](https://github.com/0xs34n/starknet.js/issues/165) -- BUGFIX: [#151](https://github.com/0xs34n/starknet.js/issues/151) -- BUGFIX: [#158](https://github.com/0xs34n/starknet.js/issues/158) +- BUGFIX: [#165](https://github.com/starknet-io/starknet.js/issues/165) +- BUGFIX: [#151](https://github.com/starknet-io/starknet.js/issues/151) +- BUGFIX: [#158](https://github.com/starknet-io/starknet.js/issues/158) diff --git a/www/versioned_docs/version-5.19.5/guides/Old_API_doc/index.md b/www/versioned_docs/version-5.19.5/guides/Old_API_doc/index.md index 3f6383cda..92c5f025d 100644 --- a/www/versioned_docs/version-5.19.5/guides/Old_API_doc/index.md +++ b/www/versioned_docs/version-5.19.5/guides/Old_API_doc/index.md @@ -1,3 +1,3 @@ # Starknet.js old API doc -This API is based on the [Starknet.js V3](https://github.com/0xs34n/starknet.js/discussions/102) Interface write up by [Janek](https://twitter.com/0xjanek) of [Argent](https://www.argent.xyz/) +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/) diff --git a/www/versioned_docs/version-5.19.5/guides/cra.md b/www/versioned_docs/version-5.19.5/guides/cra.md index 501060e41..924be731b 100644 --- a/www/versioned_docs/version-5.19.5/guides/cra.md +++ b/www/versioned_docs/version-5.19.5/guides/cra.md @@ -4,4 +4,4 @@ sidebar_position: 17 # Usage with Create React App -Please refer to this [GitHub issue](https://github.com/0xs34n/starknet.js/issues/37) +Please refer to this [GitHub issue](https://github.com/starknet-io/starknet.js/issues/37) diff --git a/www/versioned_docs/version-5.19.5/guides/intro.md b/www/versioned_docs/version-5.19.5/guides/intro.md index c9e0e9bc2..1adec966d 100644 --- a/www/versioned_docs/version-5.19.5/guides/intro.md +++ b/www/versioned_docs/version-5.19.5/guides/intro.md @@ -65,9 +65,9 @@ Additional helpful resources can also be found at [OpenZeppelin](https://do ## Full example with account & erc20 deployments -Please take a look at our workshop using OpenZeppelin contracts [here](https://github.com/0xs34n/starknet.js-workshop). +Please take a look at our workshop using OpenZeppelin contracts [here](https://github.com/starknet-io/starknet.js-workshop). -Example with the Argent contract [here](https://github.com/0xs34n/starknet.js-account). +Example with the Argent contract [here](https://github.com/starknet-io/starknet.js-account). ## Contracts used in the guides