@ledgerhq/context-module 1.17.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +127 -26
- package/lib/cjs/package.json +2 -2
- package/lib/cjs/src/ContextModule.js +1 -1
- package/lib/cjs/src/ContextModule.js.map +1 -1
- package/lib/cjs/src/ContextModuleBuilder.js +1 -1
- package/lib/cjs/src/ContextModuleBuilder.js.map +3 -3
- package/lib/cjs/src/ContextModuleBuilder.test.js +1 -1
- package/lib/cjs/src/ContextModuleBuilder.test.js.map +3 -3
- package/lib/cjs/src/DefaultContextModule.js +1 -1
- package/lib/cjs/src/DefaultContextModule.js.map +3 -3
- package/lib/cjs/src/DefaultContextModule.test.js +1 -1
- package/lib/cjs/src/DefaultContextModule.test.js.map +3 -3
- package/lib/cjs/src/config/model/ContextModuleConfig.js +1 -1
- package/lib/cjs/src/config/model/ContextModuleConfig.js.map +1 -1
- package/lib/cjs/src/di.js +1 -1
- package/lib/cjs/src/di.js.map +3 -3
- package/lib/cjs/src/index.js +1 -1
- package/lib/cjs/src/index.js.map +2 -2
- package/lib/cjs/src/modules/concordium/account-ownership/data/AccountOwnershipDataSource.js.map +7 -0
- package/lib/cjs/src/modules/concordium/account-ownership/data/AccountOwnershipError.js.map +7 -0
- package/lib/cjs/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.js +2 -0
- package/lib/cjs/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.js.map +7 -0
- package/lib/cjs/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.test.js +2 -0
- package/lib/cjs/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/concordium/account-ownership/data/dto/AccountOwnershipDto.js.map +7 -0
- package/lib/cjs/src/modules/concordium/account-ownership/di/accountOwnershipModuleFactory.js +2 -0
- package/lib/cjs/src/modules/concordium/account-ownership/di/accountOwnershipModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/concordium/account-ownership/di/accountOwnershipTypes.js.map +7 -0
- package/lib/cjs/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.js +2 -0
- package/lib/cjs/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/calldata/data/CalldataDescriptorDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/calldata/data/dto/CalldataDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/calldata/di/calldataModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/calldata/di/calldataModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/calldata/di/calldataTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/calldata/domain/CalldataContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/calldata/domain/CalldataContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/calldata/domain/CalldataContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/calldata/domain/CalldataContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/data/DynamicNetworkDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/data/dto/DynamicNetworkApiResponseDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/di/dynamicNetworkModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/di/dynamicNetworkModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/di/dynamicNetworkTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/model/DynamicNetworkConfiguration.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/data/DAppDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/data/ExternalPluginDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/di/externalPluginModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/di/externalPluginModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/di/externalPluginTypes.js +2 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/di/externalPluginTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/model/DappInfos.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/model/SelectorDetails.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/data/GatedDescriptorDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/data/dto/GatedDappsDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/di/gatedSigningModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/di/gatedSigningModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/di/gatedSigningTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/model/EthereumClearSignContext.js +2 -0
- package/lib/cjs/src/modules/ethereum/model/EthereumClearSignContext.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/model/TypedDataClearSignContext.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/model/TypedDataContext.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/data/HttpNftDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/nft/data/HttpNftDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/data/HttpNftDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/data/NftDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/di/nftModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/nft/di/nftModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/di/nftTypes.js +2 -0
- package/lib/cjs/src/modules/ethereum/nft/di/nftTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/domain/NftContextFieldLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/nft/domain/NftContextFieldLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/domain/NftContextFieldLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/nft/domain/NftContextFieldLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/domain/NftContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/nft/domain/NftContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/domain/NftContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/nft/domain/NftContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/HttpProxyDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/HttpProxyDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/HttpProxyDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/HttpProxyDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/HttpSafeProxyDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/HttpSafeProxyDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/HttpSafeProxyDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/ProxyDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/dto/ProxyDelegateCallDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/dto/ProxyImplementationAddressDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/dto/SafeProxyImplementationAddressDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/di/proxyModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/proxy/di/proxyModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/di/proxyModuleFactory.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/proxy/di/proxyModuleFactory.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/di/proxyTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/model/ProxyDelegateCall.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/data/SafeAccountDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/data/dto/SafeAccountDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/di/safeModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/safe/di/safeModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/di/safeModuleFactory.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/di/safeTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/domain/SafeAddressLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/safe/domain/SafeAddressLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/domain/SafeAddressLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/safe/domain/SafeAddressLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/data/HttpTokenDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/token/data/HttpTokenDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/data/HttpTokenDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/token/data/HttpTokenDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/data/TokenDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/data/TokenDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/di/tokenModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/token/di/tokenModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/di/tokenTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/domain/TokenContextFieldLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/token/domain/TokenContextFieldLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/domain/TokenContextFieldLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/token/domain/TokenContextFieldLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/domain/TokenContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/token/domain/TokenContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/domain/TokenContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/token/domain/TokenContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/data/TrustedNameDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/data/TrustedNameDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/di/trustedNameModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/di/trustedNameModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/di/trustedNameTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/data/FiltersDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/data/TypedDataDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/di/typedDataModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/typed-data/di/typedDataModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/di/typedDataTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/domain/TypedDataContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/typed-data/domain/TypedDataContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/utils/getSchemaHash.js +2 -0
- package/lib/cjs/src/modules/ethereum/typed-data/utils/getSchemaHash.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/utils/getSchemaHash.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/typed-data/utils/getSchemaHash.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/constants/uniswap.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/constants/weth.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/data/AbiDecoderDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/data/CommandDecoderDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/data/EthersAbiDecoderDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/data/EthersAbiDecoderDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/di/uniswapModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/uniswap/di/uniswapModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/di/uniswapTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/domain/UniswapContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/uniswap/domain/UniswapContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/domain/UniswapContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/uniswap/domain/UniswapContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.js +2 -0
- package/lib/cjs/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.test.js +2 -0
- package/lib/cjs/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/data/PkiCertificateDataSource.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/data/pkiDataSourceTypes.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/di/pkiModuleFactory.js +2 -0
- package/lib/cjs/src/modules/multichain/pki/di/pkiModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/di/pkiTypes.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.js +2 -0
- package/lib/cjs/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.test.js +2 -0
- package/lib/cjs/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/domain/PkiCertificateLoader.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/model/KeyId.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/model/KeyUsage.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/model/PkiCertificate.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/model/PkiCertificateInfo.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/data/BlindSigningReporterDatasource.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.js +2 -0
- package/lib/cjs/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.test.js +2 -0
- package/lib/cjs/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.test.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/data/dto/BlindSigningEventDto.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/di/reporterModuleFactory.js +2 -0
- package/lib/cjs/src/modules/multichain/reporter/di/reporterModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/di/reporterTypes.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/domain/BlindSigningReporter.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.js +2 -0
- package/lib/cjs/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.test.js +2 -0
- package/lib/cjs/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.test.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/model/BlindSigningEvent.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/model/BlindSigningModelId.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.test.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/data/TransactionCheckDataSource.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/data/TransactionCheckDataSource.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/data/dto/TransactionCheckResponseDto.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/data/dto/TransactionCheckResponseDto.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/di/ethereumTransactionCheckModuleFactory.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/di/ethereumTransactionCheckModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/di/solanaTransactionCheckModuleFactory.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/di/solanaTransactionCheckModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/di/transactionCheckTypes.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/di/transactionCheckTypes.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.test.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.test.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/SolanaTransactionCheckLoader.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/SolanaTransactionCheckLoader.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/TransactionCheckLoader.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/TransactionCheckLoader.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/utils/constants.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/utils/constants.js.map +7 -0
- package/lib/cjs/src/modules/solana/lifi/data/HttpLifiDataSource.js +2 -0
- package/lib/cjs/src/modules/solana/lifi/data/HttpLifiDataSource.js.map +7 -0
- package/lib/cjs/src/modules/solana/lifi/data/HttpLifiDataSource.test.js +2 -0
- package/lib/cjs/src/modules/solana/lifi/data/HttpLifiDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/solana/lifi/data/LifiDataSource.js +2 -0
- package/lib/cjs/src/modules/solana/lifi/data/LifiDataSource.js.map +7 -0
- package/lib/cjs/src/modules/solana/lifi/di/lifiModuleFactory.js +2 -0
- package/lib/cjs/src/modules/solana/lifi/di/lifiModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/solana/lifi/di/lifiTypes.js +2 -0
- package/lib/cjs/src/modules/solana/lifi/di/lifiTypes.js.map +7 -0
- package/lib/cjs/src/modules/solana/lifi/domain/LifiContextLoader.js +2 -0
- package/lib/cjs/src/modules/solana/lifi/domain/LifiContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/solana/lifi/domain/LifiContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/solana/lifi/domain/LifiContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/solana/model/SolanaClearSignContext.js +2 -0
- package/lib/cjs/src/modules/solana/model/SolanaClearSignContext.js.map +7 -0
- package/lib/cjs/src/modules/solana/model/SolanaContextTypes.js +2 -0
- package/lib/cjs/src/modules/solana/model/SolanaContextTypes.js.map +7 -0
- package/lib/cjs/src/modules/solana/model/SolanaPayloads.js +2 -0
- package/lib/cjs/src/modules/solana/model/SolanaPayloads.js.map +7 -0
- package/lib/cjs/src/modules/solana/model/SolanaTransactionContext.js +2 -0
- package/lib/cjs/src/modules/solana/model/SolanaTransactionContext.js.map +7 -0
- package/lib/cjs/src/modules/solana/model/SolanaTransactionScanChainId.js +2 -0
- package/lib/cjs/src/modules/solana/model/SolanaTransactionScanChainId.js.map +7 -0
- package/lib/cjs/src/modules/solana/owner-info/data/HttpOwnerInfoDataSource.js +2 -0
- package/lib/cjs/src/modules/solana/owner-info/data/HttpOwnerInfoDataSource.js.map +7 -0
- package/lib/cjs/src/modules/solana/owner-info/data/HttpOwnerInfoDataSource.test.js +2 -0
- package/lib/cjs/src/modules/solana/owner-info/data/HttpOwnerInfoDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/solana/owner-info/data/OwnerInfoDataSource.js +2 -0
- package/lib/cjs/src/modules/solana/owner-info/data/OwnerInfoDataSource.js.map +7 -0
- package/lib/cjs/src/modules/solana/owner-info/di/ownerInfoModuleFactory.js +2 -0
- package/lib/cjs/src/modules/solana/owner-info/di/ownerInfoModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/solana/owner-info/di/ownerInfoTypes.js +2 -0
- package/lib/cjs/src/modules/solana/owner-info/di/ownerInfoTypes.js.map +7 -0
- package/lib/cjs/src/modules/solana/owner-info/domain/OwnerInfoContextLoader.js +2 -0
- package/lib/cjs/src/modules/solana/owner-info/domain/OwnerInfoContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/solana/owner-info/domain/OwnerInfoContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/solana/owner-info/domain/OwnerInfoContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/solana/owner-info/domain/solanaContextTypes.js +2 -0
- package/lib/cjs/src/modules/solana/owner-info/domain/solanaContextTypes.js.map +7 -0
- package/lib/cjs/src/modules/solana/token/data/HttpTokenDataSource.js +2 -0
- package/lib/cjs/src/modules/solana/token/data/HttpTokenDataSource.js.map +7 -0
- package/lib/cjs/src/modules/solana/token/data/HttpTokenDataSource.test.js +7 -0
- package/lib/cjs/src/modules/solana/token/data/HttpTokenDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/solana/token/data/TokenDataSource.js +2 -0
- package/lib/cjs/src/modules/solana/token/data/TokenDataSource.js.map +7 -0
- package/lib/cjs/src/modules/solana/token/di/tokenModuleFactory.js +2 -0
- package/lib/cjs/src/modules/solana/token/di/tokenModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/solana/token/di/tokenTypes.js +2 -0
- package/lib/cjs/src/modules/solana/token/di/tokenTypes.js.map +7 -0
- package/lib/cjs/src/modules/solana/token/domain/TokenContextLoader.js +2 -0
- package/lib/cjs/src/modules/solana/token/domain/TokenContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/solana/token/domain/TokenContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/solana/token/domain/TokenContextLoader.test.js.map +7 -0
- package/lib/cjs/src/shared/domain/ContextModuleChainID.js +2 -0
- package/lib/cjs/src/shared/domain/ContextModuleChainID.js.map +7 -0
- package/lib/cjs/src/shared/model/ClearSignContext.js +1 -1
- package/lib/cjs/src/shared/model/ClearSignContext.js.map +3 -3
- package/lib/cjs/src/shared/network/di/networkModuleFactory.js +2 -0
- package/lib/cjs/src/shared/network/di/networkModuleFactory.js.map +7 -0
- package/lib/cjs/src/shared/network/di/networkTypes.js.map +7 -0
- package/lib/cjs/src/shared/network/networkClientFactory.js +2 -0
- package/lib/cjs/src/shared/network/networkClientFactory.js.map +7 -0
- package/lib/cjs/src/shared/network/networkClientFactory.test.js +2 -0
- package/lib/cjs/src/shared/network/networkClientFactory.test.js.map +7 -0
- package/lib/cjs/src/shared/utils/KeyUsageMapper.js +1 -1
- package/lib/cjs/src/shared/utils/KeyUsageMapper.js.map +2 -2
- package/lib/cjs/src/shared/utils/KeyUsageMapper.test.js +1 -1
- package/lib/cjs/src/shared/utils/KeyUsageMapper.test.js.map +2 -2
- package/lib/esm/package.json +2 -2
- package/lib/esm/src/ContextModuleBuilder.js +1 -1
- package/lib/esm/src/ContextModuleBuilder.js.map +3 -3
- package/lib/esm/src/ContextModuleBuilder.test.js +1 -1
- package/lib/esm/src/ContextModuleBuilder.test.js.map +3 -3
- package/lib/esm/src/DefaultContextModule.js +1 -1
- package/lib/esm/src/DefaultContextModule.js.map +3 -3
- package/lib/esm/src/DefaultContextModule.test.js +1 -1
- package/lib/esm/src/DefaultContextModule.test.js.map +3 -3
- package/lib/esm/src/di.js +1 -1
- package/lib/esm/src/di.js.map +3 -3
- package/lib/esm/src/index.js +1 -1
- package/lib/esm/src/index.js.map +2 -2
- package/lib/esm/src/modules/concordium/account-ownership/data/AccountOwnershipError.js.map +7 -0
- package/lib/esm/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.js +2 -0
- package/lib/esm/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.js.map +7 -0
- package/lib/esm/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.test.js +2 -0
- package/lib/esm/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/concordium/account-ownership/di/accountOwnershipModuleFactory.js +2 -0
- package/lib/esm/src/modules/concordium/account-ownership/di/accountOwnershipModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/concordium/account-ownership/di/accountOwnershipTypes.js.map +7 -0
- package/lib/esm/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.js +2 -0
- package/lib/esm/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.js.map +7 -0
- package/lib/esm/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.test.js +2 -0
- package/lib/esm/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/calldata/di/calldataModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/calldata/di/calldataModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/calldata/di/calldataTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/calldata/domain/CalldataContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/calldata/domain/CalldataContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/calldata/domain/CalldataContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/calldata/domain/CalldataContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/di/dynamicNetworkModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/di/dynamicNetworkModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/di/dynamicNetworkTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/external-plugin/di/externalPluginModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/external-plugin/di/externalPluginModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/external-plugin/di/externalPluginTypes.js +2 -0
- package/lib/esm/src/modules/ethereum/external-plugin/di/externalPluginTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/gated-signing/di/gatedSigningModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/gated-signing/di/gatedSigningModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/gated-signing/di/gatedSigningTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/model/EthereumClearSignContext.js +2 -0
- package/lib/esm/src/modules/ethereum/model/EthereumClearSignContext.js.map +7 -0
- package/lib/esm/src/modules/ethereum/model/TypedDataClearSignContext.js.map +7 -0
- package/lib/esm/src/modules/ethereum/nft/data/HttpNftDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/nft/data/HttpNftDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/nft/data/HttpNftDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/nft/di/nftModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/nft/di/nftModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/nft/di/nftTypes.js +2 -0
- package/lib/esm/src/modules/ethereum/nft/di/nftTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/nft/domain/NftContextFieldLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/nft/domain/NftContextFieldLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/nft/domain/NftContextFieldLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/nft/domain/NftContextFieldLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/nft/domain/NftContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/nft/domain/NftContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/nft/domain/NftContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/nft/domain/NftContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/data/HttpProxyDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/proxy/data/HttpProxyDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/data/HttpProxyDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/proxy/data/HttpProxyDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/data/HttpSafeProxyDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/proxy/data/HttpSafeProxyDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/data/HttpSafeProxyDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/di/proxyModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/proxy/di/proxyModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/di/proxyModuleFactory.test.js +2 -0
- package/lib/esm/src/modules/ethereum/proxy/di/proxyModuleFactory.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/di/proxyTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/safe/di/safeModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/safe/di/safeModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/safe/di/safeModuleFactory.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/safe/di/safeTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/safe/domain/SafeAddressLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/safe/domain/SafeAddressLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/safe/domain/SafeAddressLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/safe/domain/SafeAddressLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/token/data/HttpTokenDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/token/data/HttpTokenDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/token/data/HttpTokenDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/token/data/HttpTokenDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/token/di/tokenModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/token/di/tokenModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/token/di/tokenTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/token/domain/TokenContextFieldLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/token/domain/TokenContextFieldLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/token/domain/TokenContextFieldLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/token/domain/TokenContextFieldLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/token/domain/TokenContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/token/domain/TokenContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/token/domain/TokenContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/token/domain/TokenContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/trusted-name/di/trustedNameModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/trusted-name/di/trustedNameModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/trusted-name/di/trustedNameTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/typed-data/di/typedDataModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/typed-data/di/typedDataModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/typed-data/di/typedDataTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/typed-data/utils/getSchemaHash.js +2 -0
- package/lib/esm/src/modules/ethereum/typed-data/utils/getSchemaHash.js.map +7 -0
- package/lib/esm/src/modules/ethereum/typed-data/utils/getSchemaHash.test.js +2 -0
- package/lib/esm/src/modules/ethereum/typed-data/utils/getSchemaHash.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/constants/uniswap.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/constants/weth.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/data/EthersAbiDecoderDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/data/EthersAbiDecoderDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/di/uniswapModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/uniswap/di/uniswapModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/di/uniswapTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/domain/UniswapContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/uniswap/domain/UniswapContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/domain/UniswapContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/uniswap/domain/UniswapContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.js +2 -0
- package/lib/esm/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.js.map +7 -0
- package/lib/esm/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.test.js +2 -0
- package/lib/esm/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/multichain/pki/di/pkiModuleFactory.js +2 -0
- package/lib/esm/src/modules/multichain/pki/di/pkiModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/multichain/pki/di/pkiTypes.js.map +7 -0
- package/lib/esm/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.js +2 -0
- package/lib/esm/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.js.map +7 -0
- package/lib/esm/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.test.js +2 -0
- package/lib/esm/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.test.js.map +7 -0
- package/lib/esm/src/modules/multichain/pki/model/KeyId.js.map +7 -0
- package/lib/esm/src/modules/multichain/pki/model/KeyUsage.js.map +7 -0
- package/lib/esm/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.js +2 -0
- package/lib/esm/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.js.map +7 -0
- package/lib/esm/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.test.js +2 -0
- package/lib/esm/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.test.js.map +7 -0
- package/lib/esm/src/modules/multichain/reporter/di/reporterModuleFactory.js +2 -0
- package/lib/esm/src/modules/multichain/reporter/di/reporterModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/multichain/reporter/di/reporterTypes.js.map +7 -0
- package/lib/esm/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.js +2 -0
- package/lib/esm/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.js.map +7 -0
- package/lib/esm/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.test.js +2 -0
- package/lib/esm/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.test.js.map +7 -0
- package/lib/esm/src/modules/multichain/reporter/model/BlindSigningEvent.js.map +7 -0
- package/lib/esm/src/modules/multichain/reporter/model/BlindSigningModelId.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.test.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/data/dto/TransactionCheckResponseDto.js +1 -0
- package/lib/esm/src/modules/multichain/transaction-check/di/ethereumTransactionCheckModuleFactory.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/di/ethereumTransactionCheckModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/di/solanaTransactionCheckModuleFactory.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/di/solanaTransactionCheckModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/di/transactionCheckTypes.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/di/transactionCheckTypes.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.test.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.test.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.test.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.test.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/SolanaTransactionCheckLoader.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/SolanaTransactionCheckLoader.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/TransactionCheckLoader.js +1 -0
- package/lib/esm/src/modules/multichain/transaction-check/utils/constants.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/utils/constants.js.map +7 -0
- package/lib/esm/src/modules/solana/lifi/data/HttpLifiDataSource.js +2 -0
- package/lib/esm/src/modules/solana/lifi/data/HttpLifiDataSource.js.map +7 -0
- package/lib/esm/src/modules/solana/lifi/data/HttpLifiDataSource.test.js +2 -0
- package/lib/esm/src/modules/solana/lifi/data/HttpLifiDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/solana/lifi/data/LifiDataSource.js +1 -0
- package/lib/esm/src/modules/solana/lifi/di/lifiModuleFactory.js +2 -0
- package/lib/esm/src/modules/solana/lifi/di/lifiModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/solana/lifi/di/lifiTypes.js +2 -0
- package/lib/esm/src/modules/solana/lifi/di/lifiTypes.js.map +7 -0
- package/lib/esm/src/modules/solana/lifi/domain/LifiContextLoader.js +2 -0
- package/lib/esm/src/modules/solana/lifi/domain/LifiContextLoader.js.map +7 -0
- package/lib/esm/src/modules/solana/lifi/domain/LifiContextLoader.test.js +2 -0
- package/lib/esm/src/modules/solana/lifi/domain/LifiContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/solana/model/SolanaClearSignContext.js +2 -0
- package/lib/esm/src/modules/solana/model/SolanaClearSignContext.js.map +7 -0
- package/lib/esm/src/modules/solana/model/SolanaContextTypes.js +1 -0
- package/lib/esm/src/modules/solana/model/SolanaPayloads.js +1 -0
- package/lib/esm/src/modules/solana/model/SolanaTransactionScanChainId.js +2 -0
- package/lib/esm/src/modules/solana/model/SolanaTransactionScanChainId.js.map +7 -0
- package/lib/esm/src/modules/solana/owner-info/data/HttpOwnerInfoDataSource.js +2 -0
- package/lib/esm/src/modules/solana/owner-info/data/HttpOwnerInfoDataSource.js.map +7 -0
- package/lib/esm/src/modules/solana/owner-info/data/HttpOwnerInfoDataSource.test.js +2 -0
- package/lib/esm/src/modules/solana/owner-info/data/HttpOwnerInfoDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/solana/owner-info/data/OwnerInfoDataSource.js +1 -0
- package/lib/esm/src/modules/solana/owner-info/di/ownerInfoModuleFactory.js +2 -0
- package/lib/esm/src/modules/solana/owner-info/di/ownerInfoModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/solana/owner-info/di/ownerInfoTypes.js +2 -0
- package/lib/esm/src/modules/solana/owner-info/di/ownerInfoTypes.js.map +7 -0
- package/lib/esm/src/modules/solana/owner-info/domain/OwnerInfoContextLoader.js +2 -0
- package/lib/esm/src/modules/solana/owner-info/domain/OwnerInfoContextLoader.js.map +7 -0
- package/lib/esm/src/modules/solana/owner-info/domain/OwnerInfoContextLoader.test.js +2 -0
- package/lib/esm/src/modules/solana/owner-info/domain/OwnerInfoContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/solana/token/data/HttpTokenDataSource.js +2 -0
- package/lib/esm/src/modules/solana/token/data/HttpTokenDataSource.js.map +7 -0
- package/lib/esm/src/modules/solana/token/data/HttpTokenDataSource.test.js +7 -0
- package/lib/esm/src/modules/solana/token/data/HttpTokenDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/solana/token/data/TokenDataSource.js +1 -0
- package/lib/esm/src/modules/solana/token/di/tokenModuleFactory.js +2 -0
- package/lib/esm/src/modules/solana/token/di/tokenModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/solana/token/di/tokenTypes.js +2 -0
- package/lib/esm/src/modules/solana/token/di/tokenTypes.js.map +7 -0
- package/lib/esm/src/modules/solana/token/domain/TokenContextLoader.js +2 -0
- package/lib/esm/src/modules/solana/token/domain/TokenContextLoader.js.map +7 -0
- package/lib/esm/src/modules/solana/token/domain/TokenContextLoader.test.js +2 -0
- package/lib/esm/src/modules/solana/token/domain/TokenContextLoader.test.js.map +7 -0
- package/lib/esm/src/shared/domain/ContextModuleChainID.js +2 -0
- package/lib/esm/src/shared/domain/ContextModuleChainID.js.map +7 -0
- package/lib/esm/src/shared/model/ClearSignContext.js +1 -1
- package/lib/esm/src/shared/model/ClearSignContext.js.map +3 -3
- package/lib/esm/src/shared/network/di/networkModuleFactory.js +2 -0
- package/lib/esm/src/shared/network/di/networkModuleFactory.js.map +7 -0
- package/lib/esm/src/shared/network/di/networkTypes.js.map +7 -0
- package/lib/esm/src/shared/network/networkClientFactory.js +2 -0
- package/lib/esm/src/shared/network/networkClientFactory.js.map +7 -0
- package/lib/esm/src/shared/network/networkClientFactory.test.js +2 -0
- package/lib/esm/src/shared/network/networkClientFactory.test.js.map +7 -0
- package/lib/esm/src/shared/utils/KeyUsageMapper.js +1 -1
- package/lib/esm/src/shared/utils/KeyUsageMapper.js.map +2 -2
- package/lib/esm/src/shared/utils/KeyUsageMapper.test.js +1 -1
- package/lib/esm/src/shared/utils/KeyUsageMapper.test.js.map +2 -2
- package/lib/types/src/ContextModule.d.ts +3 -6
- package/lib/types/src/ContextModule.d.ts.map +1 -1
- package/lib/types/src/ContextModuleBuilder.d.ts +11 -11
- package/lib/types/src/ContextModuleBuilder.d.ts.map +1 -1
- package/lib/types/src/DefaultContextModule.d.ts +5 -9
- package/lib/types/src/DefaultContextModule.d.ts.map +1 -1
- package/lib/types/src/config/model/ContextModuleConfig.d.ts +5 -5
- package/lib/types/src/config/model/ContextModuleConfig.d.ts.map +1 -1
- package/lib/types/src/di.d.ts.map +1 -1
- package/lib/types/src/index.d.ts +70 -66
- package/lib/types/src/index.d.ts.map +1 -1
- package/lib/types/src/modules/concordium/account-ownership/data/AccountOwnershipDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/concordium/account-ownership/data/AccountOwnershipError.d.ts.map +1 -0
- package/lib/types/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.d.ts +30 -0
- package/lib/types/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/concordium/account-ownership/data/dto/AccountOwnershipDto.d.ts.map +1 -0
- package/lib/types/src/modules/concordium/account-ownership/di/accountOwnershipModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/concordium/account-ownership/di/accountOwnershipTypes.d.ts.map +1 -0
- package/lib/types/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.d.ts +20 -0
- package/lib/types/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/calldata/data/CalldataDescriptorDataSource.d.ts +13 -0
- package/lib/types/src/modules/ethereum/calldata/data/CalldataDescriptorDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.d.ts +26 -0
- package/lib/types/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/calldata/data/dto/CalldataDto.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/calldata/di/calldataModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/calldata/di/calldataTypes.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/calldata/domain/CalldataContextLoader.d.ts +24 -0
- package/lib/types/src/modules/ethereum/calldata/domain/CalldataContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/calldata/domain/CalldataContextLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/dynamic-network/data/DynamicNetworkDataSource.d.ts +6 -0
- package/lib/types/src/modules/ethereum/dynamic-network/data/DynamicNetworkDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.d.ts +15 -0
- package/lib/types/src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/dynamic-network/data/dto/DynamicNetworkApiResponseDto.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/dynamic-network/di/dynamicNetworkModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/dynamic-network/di/dynamicNetworkTypes.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.d.ts +22 -0
- package/lib/types/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/dynamic-network/model/DynamicNetworkConfiguration.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/external-plugin/data/DAppDto.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/external-plugin/data/ExternalPluginDataSource.d.ts +12 -0
- package/lib/types/src/modules/ethereum/external-plugin/data/ExternalPluginDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.d.ts +12 -0
- package/lib/types/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/external-plugin/di/externalPluginModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/external-plugin/di/externalPluginTypes.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.d.ts +31 -0
- package/lib/types/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/external-plugin/model/DappInfos.d.ts +6 -0
- package/lib/types/src/modules/ethereum/external-plugin/model/DappInfos.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/external-plugin/model/SelectorDetails.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/gated-signing/data/GatedDescriptorDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.d.ts +15 -0
- package/lib/types/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/gated-signing/data/dto/GatedDappsDto.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/gated-signing/di/gatedSigningModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/gated-signing/di/gatedSigningTypes.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.d.ts +22 -0
- package/lib/types/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.d.ts +27 -0
- package/lib/types/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/model/EthereumClearSignContext.d.ts +98 -0
- package/lib/types/src/modules/ethereum/model/EthereumClearSignContext.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/model/TypedDataClearSignContext.d.ts +79 -0
- package/lib/types/src/modules/ethereum/model/TypedDataClearSignContext.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/model/TypedDataContext.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/nft/data/HttpNftDataSource.d.ts +12 -0
- package/lib/types/src/modules/ethereum/nft/data/HttpNftDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/nft/data/HttpNftDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/nft/data/NftDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/nft/di/nftModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/nft/di/nftTypes.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/nft/domain/NftContextFieldLoader.d.ts +15 -0
- package/lib/types/src/modules/ethereum/nft/domain/NftContextFieldLoader.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/nft/domain/NftContextFieldLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/nft/domain/NftContextLoader.d.ts +18 -0
- package/lib/types/src/modules/ethereum/nft/domain/NftContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/nft/domain/NftContextLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/proxy/data/HttpProxyDataSource.d.ts +15 -0
- package/lib/types/src/modules/ethereum/proxy/data/HttpProxyDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/proxy/data/HttpProxyDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/proxy/data/HttpSafeProxyDataSource.d.ts +15 -0
- package/lib/types/src/modules/ethereum/proxy/data/HttpSafeProxyDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/proxy/data/HttpSafeProxyDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/proxy/data/ProxyDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/proxy/data/dto/ProxyDelegateCallDto.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/proxy/data/dto/ProxyImplementationAddressDto.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/proxy/data/dto/SafeProxyImplementationAddressDto.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/proxy/di/proxyModuleFactory.d.ts +4 -0
- package/lib/types/src/modules/ethereum/proxy/di/proxyModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/proxy/di/proxyModuleFactory.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/proxy/di/proxyTypes.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.d.ts +21 -0
- package/lib/types/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/proxy/model/ProxyDelegateCall.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.d.ts +13 -0
- package/lib/types/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/safe/data/SafeAccountDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/safe/data/dto/SafeAccountDto.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/safe/di/safeModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/safe/di/safeModuleFactory.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/safe/di/safeTypes.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/safe/domain/SafeAddressLoader.d.ts +19 -0
- package/lib/types/src/modules/ethereum/safe/domain/SafeAddressLoader.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/safe/domain/SafeAddressLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/token/data/HttpTokenDataSource.d.ts +11 -0
- package/lib/types/src/modules/ethereum/token/data/HttpTokenDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/token/data/HttpTokenDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/token/data/TokenDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/token/data/TokenDto.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/token/di/tokenModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/token/di/tokenTypes.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/token/domain/TokenContextFieldLoader.d.ts +18 -0
- package/lib/types/src/modules/ethereum/token/domain/TokenContextFieldLoader.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/token/domain/TokenContextFieldLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/token/domain/TokenContextLoader.d.ts +22 -0
- package/lib/types/src/modules/ethereum/token/domain/TokenContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/token/domain/TokenContextLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.d.ts +17 -0
- package/lib/types/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/trusted-name/data/TrustedNameDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/trusted-name/data/TrustedNameDto.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/trusted-name/di/trustedNameModuleFactory.d.ts +4 -0
- package/lib/types/src/modules/ethereum/trusted-name/di/trustedNameModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/trusted-name/di/trustedNameTypes.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.d.ts +22 -0
- package/lib/types/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.d.ts +19 -0
- package/lib/types/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/typed-data/data/FiltersDto.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.d.ts +20 -0
- package/lib/types/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/typed-data/data/TypedDataDataSource.d.ts +18 -0
- package/lib/types/src/modules/ethereum/typed-data/data/TypedDataDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/typed-data/di/typedDataModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/typed-data/di/typedDataTypes.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.d.ts +26 -0
- package/lib/types/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/typed-data/domain/TypedDataContextLoader.d.ts +6 -0
- package/lib/types/src/modules/ethereum/typed-data/domain/TypedDataContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/typed-data/utils/getSchemaHash.d.ts +12 -0
- package/lib/types/src/modules/ethereum/typed-data/utils/getSchemaHash.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/typed-data/utils/getSchemaHash.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/uniswap/constants/uniswap.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/uniswap/constants/weth.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/uniswap/data/AbiDecoderDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/uniswap/data/CommandDecoderDataSource.d.ts +6 -0
- package/lib/types/src/modules/ethereum/uniswap/data/CommandDecoderDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.d.ts +14 -0
- package/lib/types/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/uniswap/data/EthersAbiDecoderDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/uniswap/data/EthersAbiDecoderDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/uniswap/di/uniswapModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/uniswap/di/uniswapTypes.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/uniswap/domain/UniswapContextLoader.d.ts +105 -0
- package/lib/types/src/modules/ethereum/uniswap/domain/UniswapContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/ethereum/uniswap/domain/UniswapContextLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.d.ts +15 -0
- package/lib/types/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/pki/data/PkiCertificateDataSource.d.ts +7 -0
- package/lib/types/src/modules/multichain/pki/data/PkiCertificateDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/pki/data/pkiDataSourceTypes.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/pki/di/pkiModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/pki/di/pkiTypes.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.d.ts +10 -0
- package/lib/types/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/pki/domain/PkiCertificateLoader.d.ts +6 -0
- package/lib/types/src/modules/multichain/pki/domain/PkiCertificateLoader.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/pki/model/KeyId.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/pki/model/KeyUsage.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/pki/model/PkiCertificate.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/pki/model/PkiCertificateInfo.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/reporter/data/BlindSigningReporterDatasource.d.ts +29 -0
- package/lib/types/src/modules/multichain/reporter/data/BlindSigningReporterDatasource.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.d.ts +11 -0
- package/lib/types/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.test.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/reporter/data/dto/BlindSigningEventDto.d.ts +26 -0
- package/lib/types/src/modules/multichain/reporter/data/dto/BlindSigningEventDto.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/reporter/di/reporterModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/reporter/di/reporterTypes.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/reporter/domain/BlindSigningReporter.d.ts +6 -0
- package/lib/types/src/modules/multichain/reporter/domain/BlindSigningReporter.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.d.ts +9 -0
- package/lib/types/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.test.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/reporter/model/BlindSigningEvent.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/reporter/model/BlindSigningModelId.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.d.ts +12 -0
- package/lib/types/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/transaction-check/data/TransactionCheckDataSource.d.ts +13 -0
- package/lib/types/src/modules/multichain/transaction-check/data/TransactionCheckDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/transaction-check/data/dto/TransactionCheckResponseDto.d.ts +5 -0
- package/lib/types/src/modules/multichain/transaction-check/data/dto/TransactionCheckResponseDto.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/transaction-check/di/ethereumTransactionCheckModuleFactory.d.ts +3 -0
- package/lib/types/src/modules/multichain/transaction-check/di/ethereumTransactionCheckModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/transaction-check/di/solanaTransactionCheckModuleFactory.d.ts +3 -0
- package/lib/types/src/modules/multichain/transaction-check/di/solanaTransactionCheckModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/transaction-check/di/transactionCheckTypes.d.ts +6 -0
- package/lib/types/src/modules/multichain/transaction-check/di/transactionCheckTypes.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.d.ts +20 -0
- package/lib/types/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.test.d.ts +2 -0
- package/lib/types/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.d.ts +34 -0
- package/lib/types/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.test.d.ts +2 -0
- package/lib/types/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/transaction-check/loaders/SolanaTransactionCheckLoader.d.ts +23 -0
- package/lib/types/src/modules/multichain/transaction-check/loaders/SolanaTransactionCheckLoader.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/transaction-check/loaders/TransactionCheckLoader.d.ts +12 -0
- package/lib/types/src/modules/multichain/transaction-check/loaders/TransactionCheckLoader.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/transaction-check/utils/constants.d.ts +6 -0
- package/lib/types/src/modules/multichain/transaction-check/utils/constants.d.ts.map +1 -0
- package/lib/types/src/modules/solana/lifi/data/HttpLifiDataSource.d.ts +12 -0
- package/lib/types/src/modules/solana/lifi/data/HttpLifiDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/solana/lifi/data/HttpLifiDataSource.test.d.ts +2 -0
- package/lib/types/src/modules/solana/lifi/data/HttpLifiDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/solana/lifi/data/LifiDataSource.d.ts +10 -0
- package/lib/types/src/modules/solana/lifi/data/LifiDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/solana/lifi/di/lifiModuleFactory.d.ts +3 -0
- package/lib/types/src/modules/solana/lifi/di/lifiModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/solana/lifi/di/lifiTypes.d.ts +5 -0
- package/lib/types/src/modules/solana/lifi/di/lifiTypes.d.ts.map +1 -0
- package/lib/types/src/modules/solana/lifi/domain/LifiContextLoader.d.ts +21 -0
- package/lib/types/src/modules/solana/lifi/domain/LifiContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/solana/lifi/domain/LifiContextLoader.test.d.ts +2 -0
- package/lib/types/src/modules/solana/lifi/domain/LifiContextLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/solana/model/SolanaClearSignContext.d.ts +51 -0
- package/lib/types/src/modules/solana/model/SolanaClearSignContext.d.ts.map +1 -0
- package/lib/types/src/modules/solana/model/SolanaContextTypes.d.ts +39 -0
- package/lib/types/src/modules/solana/model/SolanaContextTypes.d.ts.map +1 -0
- package/lib/types/src/modules/solana/model/SolanaPayloads.d.ts +24 -0
- package/lib/types/src/modules/solana/model/SolanaPayloads.d.ts.map +1 -0
- package/lib/types/src/modules/solana/model/SolanaTransactionContext.d.ts +19 -0
- package/lib/types/src/modules/solana/model/SolanaTransactionContext.d.ts.map +1 -0
- package/lib/types/src/modules/solana/model/SolanaTransactionScanChainId.d.ts +10 -0
- package/lib/types/src/modules/solana/model/SolanaTransactionScanChainId.d.ts.map +1 -0
- package/lib/types/src/modules/solana/owner-info/data/HttpOwnerInfoDataSource.d.ts +15 -0
- package/lib/types/src/modules/solana/owner-info/data/HttpOwnerInfoDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/solana/owner-info/data/HttpOwnerInfoDataSource.test.d.ts +2 -0
- package/lib/types/src/modules/solana/owner-info/data/HttpOwnerInfoDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/solana/owner-info/data/OwnerInfoDataSource.d.ts +9 -0
- package/lib/types/src/modules/solana/owner-info/data/OwnerInfoDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/solana/owner-info/di/ownerInfoModuleFactory.d.ts +3 -0
- package/lib/types/src/modules/solana/owner-info/di/ownerInfoModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/solana/owner-info/di/ownerInfoTypes.d.ts +5 -0
- package/lib/types/src/modules/solana/owner-info/di/ownerInfoTypes.d.ts.map +1 -0
- package/lib/types/src/modules/solana/owner-info/domain/OwnerInfoContextLoader.d.ts +15 -0
- package/lib/types/src/modules/solana/owner-info/domain/OwnerInfoContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/solana/owner-info/domain/OwnerInfoContextLoader.test.d.ts +2 -0
- package/lib/types/src/modules/solana/owner-info/domain/OwnerInfoContextLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/solana/owner-info/domain/solanaContextTypes.d.ts +10 -0
- package/lib/types/src/modules/solana/owner-info/domain/solanaContextTypes.d.ts.map +1 -0
- package/lib/types/src/modules/solana/token/data/HttpTokenDataSource.d.ts +11 -0
- package/lib/types/src/modules/solana/token/data/HttpTokenDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/solana/token/data/HttpTokenDataSource.test.d.ts +2 -0
- package/lib/types/src/modules/solana/token/data/HttpTokenDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/solana/token/data/TokenDataSource.d.ts +44 -0
- package/lib/types/src/modules/solana/token/data/TokenDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/solana/token/di/tokenModuleFactory.d.ts +3 -0
- package/lib/types/src/modules/solana/token/di/tokenModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/solana/token/di/tokenTypes.d.ts +5 -0
- package/lib/types/src/modules/solana/token/di/tokenTypes.d.ts.map +1 -0
- package/lib/types/src/modules/solana/token/domain/TokenContextLoader.d.ts +19 -0
- package/lib/types/src/modules/solana/token/domain/TokenContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/solana/token/domain/TokenContextLoader.test.d.ts +2 -0
- package/lib/types/src/modules/solana/token/domain/TokenContextLoader.test.d.ts.map +1 -0
- package/lib/types/src/shared/domain/ContextModuleChainID.d.ts +6 -0
- package/lib/types/src/shared/domain/ContextModuleChainID.d.ts.map +1 -0
- package/lib/types/src/shared/model/ClearSignContext.d.ts +32 -86
- package/lib/types/src/shared/model/ClearSignContext.d.ts.map +1 -1
- package/lib/types/src/shared/network/di/networkModuleFactory.d.ts +4 -0
- package/lib/types/src/shared/network/di/networkModuleFactory.d.ts.map +1 -0
- package/lib/types/src/shared/network/di/networkTypes.d.ts.map +1 -0
- package/lib/types/src/shared/network/networkClientFactory.d.ts +4 -0
- package/lib/types/src/shared/network/networkClientFactory.d.ts.map +1 -0
- package/lib/types/src/shared/network/networkClientFactory.test.d.ts.map +1 -0
- package/lib/types/tsconfig.prod.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/lib/cjs/src/account-ownership/data/AccountOwnershipDataSource.js.map +0 -7
- package/lib/cjs/src/account-ownership/data/AccountOwnershipError.js.map +0 -7
- package/lib/cjs/src/account-ownership/data/HttpAccountOwnershipDataSource.js +0 -2
- package/lib/cjs/src/account-ownership/data/HttpAccountOwnershipDataSource.js.map +0 -7
- package/lib/cjs/src/account-ownership/data/HttpAccountOwnershipDataSource.test.js +0 -2
- package/lib/cjs/src/account-ownership/data/HttpAccountOwnershipDataSource.test.js.map +0 -7
- package/lib/cjs/src/account-ownership/data/dto/AccountOwnershipDto.js.map +0 -7
- package/lib/cjs/src/account-ownership/di/accountOwnershipModuleFactory.js +0 -2
- package/lib/cjs/src/account-ownership/di/accountOwnershipModuleFactory.js.map +0 -7
- package/lib/cjs/src/account-ownership/di/accountOwnershipTypes.js.map +0 -7
- package/lib/cjs/src/account-ownership/domain/AccountOwnershipContextLoader.js +0 -2
- package/lib/cjs/src/account-ownership/domain/AccountOwnershipContextLoader.js.map +0 -7
- package/lib/cjs/src/account-ownership/domain/AccountOwnershipContextLoader.test.js +0 -2
- package/lib/cjs/src/account-ownership/domain/AccountOwnershipContextLoader.test.js.map +0 -7
- package/lib/cjs/src/calldata/data/CalldataDescriptorDataSource.js.map +0 -7
- package/lib/cjs/src/calldata/data/HttpCalldataDescriptorDataSource.js +0 -2
- package/lib/cjs/src/calldata/data/HttpCalldataDescriptorDataSource.js.map +0 -7
- package/lib/cjs/src/calldata/data/HttpCalldataDescriptorDataSource.test.js +0 -2
- package/lib/cjs/src/calldata/data/HttpCalldataDescriptorDataSource.test.js.map +0 -7
- package/lib/cjs/src/calldata/data/dto/CalldataDto.js.map +0 -7
- package/lib/cjs/src/calldata/di/calldataModuleFactory.js +0 -2
- package/lib/cjs/src/calldata/di/calldataModuleFactory.js.map +0 -7
- package/lib/cjs/src/calldata/di/calldataTypes.js.map +0 -7
- package/lib/cjs/src/calldata/domain/CalldataContextLoader.js +0 -2
- package/lib/cjs/src/calldata/domain/CalldataContextLoader.js.map +0 -7
- package/lib/cjs/src/calldata/domain/CalldataContextLoader.test.js +0 -2
- package/lib/cjs/src/calldata/domain/CalldataContextLoader.test.js.map +0 -7
- package/lib/cjs/src/dynamic-network/data/DynamicNetworkDataSource.js.map +0 -7
- package/lib/cjs/src/dynamic-network/data/HttpDynamicNetworkDataSource.js +0 -2
- package/lib/cjs/src/dynamic-network/data/HttpDynamicNetworkDataSource.js.map +0 -7
- package/lib/cjs/src/dynamic-network/data/HttpDynamicNetworkDataSource.test.js.map +0 -7
- package/lib/cjs/src/dynamic-network/data/dto/DynamicNetworkApiResponseDto.js.map +0 -7
- package/lib/cjs/src/dynamic-network/di/dynamicNetworkModuleFactory.js +0 -2
- package/lib/cjs/src/dynamic-network/di/dynamicNetworkModuleFactory.js.map +0 -7
- package/lib/cjs/src/dynamic-network/di/dynamicNetworkTypes.js.map +0 -7
- package/lib/cjs/src/dynamic-network/domain/DynamicNetworkContextLoader.js +0 -2
- package/lib/cjs/src/dynamic-network/domain/DynamicNetworkContextLoader.js.map +0 -7
- package/lib/cjs/src/dynamic-network/domain/DynamicNetworkContextLoader.test.js +0 -2
- package/lib/cjs/src/dynamic-network/domain/DynamicNetworkContextLoader.test.js.map +0 -7
- package/lib/cjs/src/dynamic-network/model/DynamicNetworkConfiguration.js.map +0 -7
- package/lib/cjs/src/external-plugin/data/DAppDto.js.map +0 -7
- package/lib/cjs/src/external-plugin/data/ExternalPluginDataSource.js.map +0 -7
- package/lib/cjs/src/external-plugin/data/HttpExternalPluginDataSource.js +0 -2
- package/lib/cjs/src/external-plugin/data/HttpExternalPluginDataSource.js.map +0 -7
- package/lib/cjs/src/external-plugin/data/HttpExternalPluginDataSource.test.js +0 -2
- package/lib/cjs/src/external-plugin/data/HttpExternalPluginDataSource.test.js.map +0 -7
- package/lib/cjs/src/external-plugin/di/externalPluginModuleFactory.js +0 -2
- package/lib/cjs/src/external-plugin/di/externalPluginModuleFactory.js.map +0 -7
- package/lib/cjs/src/external-plugin/di/externalPluginTypes.js +0 -2
- package/lib/cjs/src/external-plugin/di/externalPluginTypes.js.map +0 -7
- package/lib/cjs/src/external-plugin/domain/ExternalPluginContextLoader.js +0 -2
- package/lib/cjs/src/external-plugin/domain/ExternalPluginContextLoader.js.map +0 -7
- package/lib/cjs/src/external-plugin/domain/ExternalPluginContextLoader.test.js +0 -2
- package/lib/cjs/src/external-plugin/domain/ExternalPluginContextLoader.test.js.map +0 -7
- package/lib/cjs/src/external-plugin/model/DappInfos.js.map +0 -7
- package/lib/cjs/src/external-plugin/model/SelectorDetails.js.map +0 -7
- package/lib/cjs/src/gated-signing/data/GatedDescriptorDataSource.js.map +0 -7
- package/lib/cjs/src/gated-signing/data/HttpGatedDescriptorDataSource.js +0 -2
- package/lib/cjs/src/gated-signing/data/HttpGatedDescriptorDataSource.js.map +0 -7
- package/lib/cjs/src/gated-signing/data/HttpGatedDescriptorDataSource.test.js +0 -2
- package/lib/cjs/src/gated-signing/data/HttpGatedDescriptorDataSource.test.js.map +0 -7
- package/lib/cjs/src/gated-signing/data/dto/GatedDappsDto.js.map +0 -7
- package/lib/cjs/src/gated-signing/di/gatedSigningModuleFactory.js +0 -2
- package/lib/cjs/src/gated-signing/di/gatedSigningModuleFactory.js.map +0 -7
- package/lib/cjs/src/gated-signing/di/gatedSigningTypes.js.map +0 -7
- package/lib/cjs/src/gated-signing/domain/GatedSigningContextLoader.js +0 -2
- package/lib/cjs/src/gated-signing/domain/GatedSigningContextLoader.js.map +0 -7
- package/lib/cjs/src/gated-signing/domain/GatedSigningContextLoader.test.js +0 -2
- package/lib/cjs/src/gated-signing/domain/GatedSigningContextLoader.test.js.map +0 -7
- package/lib/cjs/src/gated-signing/domain/GatedSigningTypedDataContextLoader.js +0 -2
- package/lib/cjs/src/gated-signing/domain/GatedSigningTypedDataContextLoader.js.map +0 -7
- package/lib/cjs/src/gated-signing/domain/GatedSigningTypedDataContextLoader.test.js +0 -2
- package/lib/cjs/src/gated-signing/domain/GatedSigningTypedDataContextLoader.test.js.map +0 -7
- package/lib/cjs/src/network/di/networkModuleFactory.js +0 -2
- package/lib/cjs/src/network/di/networkModuleFactory.js.map +0 -7
- package/lib/cjs/src/network/di/networkTypes.js.map +0 -7
- package/lib/cjs/src/network/networkClientFactory.js +0 -2
- package/lib/cjs/src/network/networkClientFactory.js.map +0 -7
- package/lib/cjs/src/network/networkClientFactory.test.js +0 -2
- package/lib/cjs/src/network/networkClientFactory.test.js.map +0 -7
- package/lib/cjs/src/nft/data/HttpNftDataSource.js +0 -2
- package/lib/cjs/src/nft/data/HttpNftDataSource.js.map +0 -7
- package/lib/cjs/src/nft/data/HttpNftDataSource.test.js.map +0 -7
- package/lib/cjs/src/nft/data/NftDataSource.js.map +0 -7
- package/lib/cjs/src/nft/di/nftModuleFactory.js +0 -2
- package/lib/cjs/src/nft/di/nftModuleFactory.js.map +0 -7
- package/lib/cjs/src/nft/di/nftTypes.js +0 -2
- package/lib/cjs/src/nft/di/nftTypes.js.map +0 -7
- package/lib/cjs/src/nft/domain/NftContextFieldLoader.js +0 -2
- package/lib/cjs/src/nft/domain/NftContextFieldLoader.js.map +0 -7
- package/lib/cjs/src/nft/domain/NftContextFieldLoader.test.js +0 -2
- package/lib/cjs/src/nft/domain/NftContextFieldLoader.test.js.map +0 -7
- package/lib/cjs/src/nft/domain/NftContextLoader.js +0 -2
- package/lib/cjs/src/nft/domain/NftContextLoader.js.map +0 -7
- package/lib/cjs/src/nft/domain/NftContextLoader.test.js +0 -2
- package/lib/cjs/src/nft/domain/NftContextLoader.test.js.map +0 -7
- package/lib/cjs/src/pki/data/HttpPkiCertificateDataSource.js +0 -2
- package/lib/cjs/src/pki/data/HttpPkiCertificateDataSource.js.map +0 -7
- package/lib/cjs/src/pki/data/HttpPkiCertificateDataSource.test.js +0 -2
- package/lib/cjs/src/pki/data/HttpPkiCertificateDataSource.test.js.map +0 -7
- package/lib/cjs/src/pki/data/PkiCertificateDataSource.js.map +0 -7
- package/lib/cjs/src/pki/data/pkiDataSourceTypes.js.map +0 -7
- package/lib/cjs/src/pki/di/pkiModuleFactory.js +0 -2
- package/lib/cjs/src/pki/di/pkiModuleFactory.js.map +0 -7
- package/lib/cjs/src/pki/di/pkiTypes.js.map +0 -7
- package/lib/cjs/src/pki/domain/DefaultPkiCertificateLoader.js +0 -2
- package/lib/cjs/src/pki/domain/DefaultPkiCertificateLoader.js.map +0 -7
- package/lib/cjs/src/pki/domain/DefaultPkiCertificateLoader.test.js +0 -2
- package/lib/cjs/src/pki/domain/DefaultPkiCertificateLoader.test.js.map +0 -7
- package/lib/cjs/src/pki/domain/PkiCertificateLoader.js.map +0 -7
- package/lib/cjs/src/pki/model/KeyId.js.map +0 -7
- package/lib/cjs/src/pki/model/KeyUsage.js.map +0 -7
- package/lib/cjs/src/pki/model/PkiCertificate.js.map +0 -7
- package/lib/cjs/src/pki/model/PkiCertificateInfo.js.map +0 -7
- package/lib/cjs/src/proxy/data/HttpProxyDataSource.js +0 -2
- package/lib/cjs/src/proxy/data/HttpProxyDataSource.js.map +0 -7
- package/lib/cjs/src/proxy/data/HttpProxyDataSource.test.js +0 -2
- package/lib/cjs/src/proxy/data/HttpProxyDataSource.test.js.map +0 -7
- package/lib/cjs/src/proxy/data/HttpSafeProxyDataSource.js +0 -2
- package/lib/cjs/src/proxy/data/HttpSafeProxyDataSource.js.map +0 -7
- package/lib/cjs/src/proxy/data/HttpSafeProxyDataSource.test.js.map +0 -7
- package/lib/cjs/src/proxy/data/ProxyDataSource.js.map +0 -7
- package/lib/cjs/src/proxy/data/dto/ProxyDelegateCallDto.js.map +0 -7
- package/lib/cjs/src/proxy/data/dto/ProxyImplementationAddressDto.js.map +0 -7
- package/lib/cjs/src/proxy/data/dto/SafeProxyImplementationAddressDto.js.map +0 -7
- package/lib/cjs/src/proxy/di/proxyModuleFactory.js +0 -2
- package/lib/cjs/src/proxy/di/proxyModuleFactory.js.map +0 -7
- package/lib/cjs/src/proxy/di/proxyModuleFactory.test.js +0 -2
- package/lib/cjs/src/proxy/di/proxyModuleFactory.test.js.map +0 -7
- package/lib/cjs/src/proxy/di/proxyTypes.js.map +0 -7
- package/lib/cjs/src/proxy/domain/ProxyContextFieldLoader.js +0 -2
- package/lib/cjs/src/proxy/domain/ProxyContextFieldLoader.js.map +0 -7
- package/lib/cjs/src/proxy/domain/ProxyContextFieldLoader.test.js +0 -2
- package/lib/cjs/src/proxy/domain/ProxyContextFieldLoader.test.js.map +0 -7
- package/lib/cjs/src/proxy/model/ProxyDelegateCall.js.map +0 -7
- package/lib/cjs/src/reporter/data/BlindSigningReporterDatasource.js.map +0 -7
- package/lib/cjs/src/reporter/data/HttpBlindSigningReporterDatasource.js +0 -2
- package/lib/cjs/src/reporter/data/HttpBlindSigningReporterDatasource.js.map +0 -7
- package/lib/cjs/src/reporter/data/HttpBlindSigningReporterDatasource.test.js +0 -2
- package/lib/cjs/src/reporter/data/HttpBlindSigningReporterDatasource.test.js.map +0 -7
- package/lib/cjs/src/reporter/data/dto/BlindSigningEventDto.js.map +0 -7
- package/lib/cjs/src/reporter/di/reporterModuleFactory.js +0 -2
- package/lib/cjs/src/reporter/di/reporterModuleFactory.js.map +0 -7
- package/lib/cjs/src/reporter/di/reporterTypes.js.map +0 -7
- package/lib/cjs/src/reporter/domain/BlindSigningReporter.js.map +0 -7
- package/lib/cjs/src/reporter/domain/DefaultBlindSigningReporter.js +0 -2
- package/lib/cjs/src/reporter/domain/DefaultBlindSigningReporter.js.map +0 -7
- package/lib/cjs/src/reporter/domain/DefaultBlindSigningReporter.test.js +0 -2
- package/lib/cjs/src/reporter/domain/DefaultBlindSigningReporter.test.js.map +0 -7
- package/lib/cjs/src/reporter/model/BlindSigningEvent.js.map +0 -7
- package/lib/cjs/src/reporter/model/BlindSigningModelId.js.map +0 -7
- package/lib/cjs/src/safe/data/HttpSafeAccountDataSource.js +0 -2
- package/lib/cjs/src/safe/data/HttpSafeAccountDataSource.js.map +0 -7
- package/lib/cjs/src/safe/data/HttpSafeAccountDataSource.test.js +0 -2
- package/lib/cjs/src/safe/data/HttpSafeAccountDataSource.test.js.map +0 -7
- package/lib/cjs/src/safe/data/SafeAccountDataSource.js.map +0 -7
- package/lib/cjs/src/safe/data/dto/SafeAccountDto.js.map +0 -7
- package/lib/cjs/src/safe/di/safeModuleFactory.js +0 -2
- package/lib/cjs/src/safe/di/safeModuleFactory.js.map +0 -7
- package/lib/cjs/src/safe/di/safeModuleFactory.test.js.map +0 -7
- package/lib/cjs/src/safe/di/safeTypes.js.map +0 -7
- package/lib/cjs/src/safe/domain/SafeAddressLoader.js +0 -2
- package/lib/cjs/src/safe/domain/SafeAddressLoader.js.map +0 -7
- package/lib/cjs/src/safe/domain/SafeAddressLoader.test.js +0 -2
- package/lib/cjs/src/safe/domain/SafeAddressLoader.test.js.map +0 -7
- package/lib/cjs/src/shared/model/SolanaContextTypes.js +0 -2
- package/lib/cjs/src/shared/model/SolanaContextTypes.js.map +0 -7
- package/lib/cjs/src/shared/model/SolanaTransactionContext.js +0 -2
- package/lib/cjs/src/shared/model/SolanaTransactionContext.js.map +0 -7
- package/lib/cjs/src/shared/model/TypedDataClearSignContext.js.map +0 -7
- package/lib/cjs/src/shared/model/TypedDataContext.js.map +0 -7
- package/lib/cjs/src/signing-tracker/data/SigningTrackerDataSource.js +0 -2
- package/lib/cjs/src/signing-tracker/data/SigningTrackerDataSource.js.map +0 -7
- package/lib/cjs/src/solana/data/HttpSolanaOwnerInfoDataSource.js +0 -2
- package/lib/cjs/src/solana/data/HttpSolanaOwnerInfoDataSource.js.map +0 -7
- package/lib/cjs/src/solana/data/HttpSolanaOwnerInfoDataSource.test.js +0 -2
- package/lib/cjs/src/solana/data/HttpSolanaOwnerInfoDataSource.test.js.map +0 -7
- package/lib/cjs/src/solana/data/SolanaDataSource.js +0 -2
- package/lib/cjs/src/solana/data/SolanaDataSource.js.map +0 -7
- package/lib/cjs/src/solana/di/SolanaContextModuleFactory.js +0 -2
- package/lib/cjs/src/solana/di/SolanaContextModuleFactory.js.map +0 -7
- package/lib/cjs/src/solana/di/solanaContextTypes.js +0 -2
- package/lib/cjs/src/solana/di/solanaContextTypes.js.map +0 -7
- package/lib/cjs/src/solana/domain/DefaultSolanaContextLoader.js +0 -2
- package/lib/cjs/src/solana/domain/DefaultSolanaContextLoader.js.map +0 -7
- package/lib/cjs/src/solana/domain/DefaultSolanaContextLoader.test.js +0 -2
- package/lib/cjs/src/solana/domain/DefaultSolanaContextLoader.test.js.map +0 -7
- package/lib/cjs/src/solana/domain/SolanaContextLoader.js +0 -2
- package/lib/cjs/src/solana/domain/SolanaContextLoader.js.map +0 -7
- package/lib/cjs/src/solana/domain/solanaContextTypes.js +0 -2
- package/lib/cjs/src/solana/domain/solanaContextTypes.js.map +0 -7
- package/lib/cjs/src/solanaLifi/data/HttpSolanaLifiDataSource.js +0 -2
- package/lib/cjs/src/solanaLifi/data/HttpSolanaLifiDataSource.js.map +0 -7
- package/lib/cjs/src/solanaLifi/data/HttpSolanaLifiDataSource.test.js +0 -2
- package/lib/cjs/src/solanaLifi/data/HttpSolanaLifiDataSource.test.js.map +0 -7
- package/lib/cjs/src/solanaLifi/data/SolanaLifiDataSource.js +0 -2
- package/lib/cjs/src/solanaLifi/data/SolanaLifiDataSource.js.map +0 -7
- package/lib/cjs/src/solanaLifi/di/lifiModuleFactory.js +0 -2
- package/lib/cjs/src/solanaLifi/di/lifiModuleFactory.js.map +0 -7
- package/lib/cjs/src/solanaLifi/di/solanaLifiTypes.js +0 -2
- package/lib/cjs/src/solanaLifi/di/solanaLifiTypes.js.map +0 -7
- package/lib/cjs/src/solanaLifi/domain/SolanaLifiContextLoader.js +0 -2
- package/lib/cjs/src/solanaLifi/domain/SolanaLifiContextLoader.js.map +0 -7
- package/lib/cjs/src/solanaLifi/domain/SolanaLifiContextLoader.test.js +0 -2
- package/lib/cjs/src/solanaLifi/domain/SolanaLifiContextLoader.test.js.map +0 -7
- package/lib/cjs/src/solanaToken/data/HttpSolanaTokenDataSource.js +0 -2
- package/lib/cjs/src/solanaToken/data/HttpSolanaTokenDataSource.js.map +0 -7
- package/lib/cjs/src/solanaToken/data/HttpSolanaTokenDataSource.test.js +0 -7
- package/lib/cjs/src/solanaToken/data/HttpSolanaTokenDataSource.test.js.map +0 -7
- package/lib/cjs/src/solanaToken/data/SolanaTokenDataSource.js +0 -2
- package/lib/cjs/src/solanaToken/data/SolanaTokenDataSource.js.map +0 -7
- package/lib/cjs/src/solanaToken/di/solanaTokenTypes.js +0 -2
- package/lib/cjs/src/solanaToken/di/solanaTokenTypes.js.map +0 -7
- package/lib/cjs/src/solanaToken/di/tokenModuleFactory.js +0 -2
- package/lib/cjs/src/solanaToken/di/tokenModuleFactory.js.map +0 -7
- package/lib/cjs/src/solanaToken/domain/SolanaTokenContextLoader.js +0 -2
- package/lib/cjs/src/solanaToken/domain/SolanaTokenContextLoader.js.map +0 -7
- package/lib/cjs/src/solanaToken/domain/SolanaTokenContextLoader.test.js +0 -2
- package/lib/cjs/src/solanaToken/domain/SolanaTokenContextLoader.test.js.map +0 -7
- package/lib/cjs/src/token/data/HttpTokenDataSource.js +0 -2
- package/lib/cjs/src/token/data/HttpTokenDataSource.js.map +0 -7
- package/lib/cjs/src/token/data/HttpTokenDataSource.test.js +0 -2
- package/lib/cjs/src/token/data/HttpTokenDataSource.test.js.map +0 -7
- package/lib/cjs/src/token/data/TokenDataSource.js.map +0 -7
- package/lib/cjs/src/token/data/TokenDto.js.map +0 -7
- package/lib/cjs/src/token/di/tokenModuleFactory.js +0 -2
- package/lib/cjs/src/token/di/tokenModuleFactory.js.map +0 -7
- package/lib/cjs/src/token/di/tokenTypes.js.map +0 -7
- package/lib/cjs/src/token/domain/TokenContextFieldLoader.js +0 -2
- package/lib/cjs/src/token/domain/TokenContextFieldLoader.js.map +0 -7
- package/lib/cjs/src/token/domain/TokenContextFieldLoader.test.js +0 -2
- package/lib/cjs/src/token/domain/TokenContextFieldLoader.test.js.map +0 -7
- package/lib/cjs/src/token/domain/TokenContextLoader.js +0 -2
- package/lib/cjs/src/token/domain/TokenContextLoader.js.map +0 -7
- package/lib/cjs/src/token/domain/TokenContextLoader.test.js +0 -2
- package/lib/cjs/src/token/domain/TokenContextLoader.test.js.map +0 -7
- package/lib/cjs/src/transaction-check/data/HttpTransactionCheckDataSource.js +0 -2
- package/lib/cjs/src/transaction-check/data/HttpTransactionCheckDataSource.js.map +0 -7
- package/lib/cjs/src/transaction-check/data/HttpTransactionCheckDataSource.test.js +0 -2
- package/lib/cjs/src/transaction-check/data/HttpTransactionCheckDataSource.test.js.map +0 -7
- package/lib/cjs/src/transaction-check/data/HttpTypedDataCheckDataSource.js +0 -2
- package/lib/cjs/src/transaction-check/data/HttpTypedDataCheckDataSource.js.map +0 -7
- package/lib/cjs/src/transaction-check/data/HttpTypedDataCheckDataSource.test.js +0 -2
- package/lib/cjs/src/transaction-check/data/HttpTypedDataCheckDataSource.test.js.map +0 -7
- package/lib/cjs/src/transaction-check/data/TransactionCheckDataSource.js +0 -2
- package/lib/cjs/src/transaction-check/data/TransactionCheckDataSource.js.map +0 -7
- package/lib/cjs/src/transaction-check/data/TypedDataCheckDataSource.js +0 -2
- package/lib/cjs/src/transaction-check/data/TypedDataCheckDataSource.js.map +0 -7
- package/lib/cjs/src/transaction-check/data/dto/TransactionCheckDto.js +0 -2
- package/lib/cjs/src/transaction-check/data/dto/TransactionCheckDto.js.map +0 -7
- package/lib/cjs/src/transaction-check/data/dto/TypedDataCheckDto.js +0 -2
- package/lib/cjs/src/transaction-check/data/dto/TypedDataCheckDto.js.map +0 -7
- package/lib/cjs/src/transaction-check/di/transactionCheckModuleFactory.js +0 -2
- package/lib/cjs/src/transaction-check/di/transactionCheckModuleFactory.js.map +0 -7
- package/lib/cjs/src/transaction-check/di/transactionCheckTypes.js +0 -2
- package/lib/cjs/src/transaction-check/di/transactionCheckTypes.js.map +0 -7
- package/lib/cjs/src/transaction-check/domain/TransactionCheckContextLoader.js +0 -2
- package/lib/cjs/src/transaction-check/domain/TransactionCheckContextLoader.js.map +0 -7
- package/lib/cjs/src/transaction-check/domain/TransactionCheckContextLoader.test.js +0 -2
- package/lib/cjs/src/transaction-check/domain/TransactionCheckContextLoader.test.js.map +0 -7
- package/lib/cjs/src/transaction-check/domain/TypedDataCheckContextLoader.js +0 -2
- package/lib/cjs/src/transaction-check/domain/TypedDataCheckContextLoader.js.map +0 -7
- package/lib/cjs/src/transaction-check/domain/TypedDataCheckContextLoader.test.js +0 -2
- package/lib/cjs/src/transaction-check/domain/TypedDataCheckContextLoader.test.js.map +0 -7
- package/lib/cjs/src/trusted-name/data/HttpTrustedNameDataSource.js +0 -2
- package/lib/cjs/src/trusted-name/data/HttpTrustedNameDataSource.js.map +0 -7
- package/lib/cjs/src/trusted-name/data/HttpTrustedNameDataSource.test.js +0 -2
- package/lib/cjs/src/trusted-name/data/HttpTrustedNameDataSource.test.js.map +0 -7
- package/lib/cjs/src/trusted-name/data/TrustedNameDataSource.js.map +0 -7
- package/lib/cjs/src/trusted-name/data/TrustedNameDto.js.map +0 -7
- package/lib/cjs/src/trusted-name/di/trustedNameModuleFactory.js +0 -2
- package/lib/cjs/src/trusted-name/di/trustedNameModuleFactory.js.map +0 -7
- package/lib/cjs/src/trusted-name/di/trustedNameTypes.js.map +0 -7
- package/lib/cjs/src/trusted-name/domain/TrustedNameContextFieldLoader.js +0 -2
- package/lib/cjs/src/trusted-name/domain/TrustedNameContextFieldLoader.js.map +0 -7
- package/lib/cjs/src/trusted-name/domain/TrustedNameContextFieldLoader.test.js +0 -2
- package/lib/cjs/src/trusted-name/domain/TrustedNameContextFieldLoader.test.js.map +0 -7
- package/lib/cjs/src/trusted-name/domain/TrustedNameContextLoader.js +0 -2
- package/lib/cjs/src/trusted-name/domain/TrustedNameContextLoader.js.map +0 -7
- package/lib/cjs/src/trusted-name/domain/TrustedNameContextLoader.test.js +0 -2
- package/lib/cjs/src/trusted-name/domain/TrustedNameContextLoader.test.js.map +0 -7
- package/lib/cjs/src/typed-data/data/FiltersDto.js.map +0 -7
- package/lib/cjs/src/typed-data/data/HttpTypedDataDataSource.js +0 -2
- package/lib/cjs/src/typed-data/data/HttpTypedDataDataSource.js.map +0 -7
- package/lib/cjs/src/typed-data/data/HttpTypedDataDataSource.test.js +0 -2
- package/lib/cjs/src/typed-data/data/HttpTypedDataDataSource.test.js.map +0 -7
- package/lib/cjs/src/typed-data/data/TypedDataDataSource.js.map +0 -7
- package/lib/cjs/src/typed-data/di/typedDataModuleFactory.js +0 -2
- package/lib/cjs/src/typed-data/di/typedDataModuleFactory.js.map +0 -7
- package/lib/cjs/src/typed-data/di/typedDataTypes.js.map +0 -7
- package/lib/cjs/src/typed-data/domain/DefaultTypedDataContextLoader.js +0 -2
- package/lib/cjs/src/typed-data/domain/DefaultTypedDataContextLoader.js.map +0 -7
- package/lib/cjs/src/typed-data/domain/DefaultTypedDataContextLoader.test.js +0 -2
- package/lib/cjs/src/typed-data/domain/DefaultTypedDataContextLoader.test.js.map +0 -7
- package/lib/cjs/src/typed-data/domain/TypedDataContextLoader.js +0 -2
- package/lib/cjs/src/typed-data/domain/TypedDataContextLoader.js.map +0 -7
- package/lib/cjs/src/typed-data/utils/getSchemaHash.js +0 -2
- package/lib/cjs/src/typed-data/utils/getSchemaHash.js.map +0 -7
- package/lib/cjs/src/typed-data/utils/getSchemaHash.test.js +0 -2
- package/lib/cjs/src/typed-data/utils/getSchemaHash.test.js.map +0 -7
- package/lib/cjs/src/uniswap/constants/uniswap.js.map +0 -7
- package/lib/cjs/src/uniswap/constants/weth.js.map +0 -7
- package/lib/cjs/src/uniswap/data/AbiDecoderDataSource.js.map +0 -7
- package/lib/cjs/src/uniswap/data/CommandDecoderDataSource.js.map +0 -7
- package/lib/cjs/src/uniswap/data/DefaultCommandDecoderDataSource.js +0 -2
- package/lib/cjs/src/uniswap/data/DefaultCommandDecoderDataSource.js.map +0 -7
- package/lib/cjs/src/uniswap/data/DefaultCommandDecoderDataSource.test.js +0 -2
- package/lib/cjs/src/uniswap/data/DefaultCommandDecoderDataSource.test.js.map +0 -7
- package/lib/cjs/src/uniswap/data/EthersAbiDecoderDataSource.js.map +0 -7
- package/lib/cjs/src/uniswap/data/EthersAbiDecoderDataSource.test.js.map +0 -7
- package/lib/cjs/src/uniswap/di/uniswapModuleFactory.js +0 -2
- package/lib/cjs/src/uniswap/di/uniswapModuleFactory.js.map +0 -7
- package/lib/cjs/src/uniswap/di/uniswapTypes.js.map +0 -7
- package/lib/cjs/src/uniswap/domain/UniswapContextLoader.js +0 -2
- package/lib/cjs/src/uniswap/domain/UniswapContextLoader.js.map +0 -7
- package/lib/cjs/src/uniswap/domain/UniswapContextLoader.test.js +0 -2
- package/lib/cjs/src/uniswap/domain/UniswapContextLoader.test.js.map +0 -7
- package/lib/esm/src/account-ownership/data/AccountOwnershipError.js.map +0 -7
- package/lib/esm/src/account-ownership/data/HttpAccountOwnershipDataSource.js +0 -2
- package/lib/esm/src/account-ownership/data/HttpAccountOwnershipDataSource.js.map +0 -7
- package/lib/esm/src/account-ownership/data/HttpAccountOwnershipDataSource.test.js +0 -2
- package/lib/esm/src/account-ownership/data/HttpAccountOwnershipDataSource.test.js.map +0 -7
- package/lib/esm/src/account-ownership/di/accountOwnershipModuleFactory.js +0 -2
- package/lib/esm/src/account-ownership/di/accountOwnershipModuleFactory.js.map +0 -7
- package/lib/esm/src/account-ownership/di/accountOwnershipTypes.js.map +0 -7
- package/lib/esm/src/account-ownership/domain/AccountOwnershipContextLoader.js +0 -2
- package/lib/esm/src/account-ownership/domain/AccountOwnershipContextLoader.js.map +0 -7
- package/lib/esm/src/account-ownership/domain/AccountOwnershipContextLoader.test.js +0 -2
- package/lib/esm/src/account-ownership/domain/AccountOwnershipContextLoader.test.js.map +0 -7
- package/lib/esm/src/calldata/data/HttpCalldataDescriptorDataSource.js +0 -2
- package/lib/esm/src/calldata/data/HttpCalldataDescriptorDataSource.js.map +0 -7
- package/lib/esm/src/calldata/data/HttpCalldataDescriptorDataSource.test.js +0 -2
- package/lib/esm/src/calldata/data/HttpCalldataDescriptorDataSource.test.js.map +0 -7
- package/lib/esm/src/calldata/di/calldataModuleFactory.js +0 -2
- package/lib/esm/src/calldata/di/calldataModuleFactory.js.map +0 -7
- package/lib/esm/src/calldata/di/calldataTypes.js.map +0 -7
- package/lib/esm/src/calldata/domain/CalldataContextLoader.js +0 -2
- package/lib/esm/src/calldata/domain/CalldataContextLoader.js.map +0 -7
- package/lib/esm/src/calldata/domain/CalldataContextLoader.test.js +0 -2
- package/lib/esm/src/calldata/domain/CalldataContextLoader.test.js.map +0 -7
- package/lib/esm/src/dynamic-network/data/HttpDynamicNetworkDataSource.js +0 -2
- package/lib/esm/src/dynamic-network/data/HttpDynamicNetworkDataSource.js.map +0 -7
- package/lib/esm/src/dynamic-network/data/HttpDynamicNetworkDataSource.test.js.map +0 -7
- package/lib/esm/src/dynamic-network/di/dynamicNetworkModuleFactory.js +0 -2
- package/lib/esm/src/dynamic-network/di/dynamicNetworkModuleFactory.js.map +0 -7
- package/lib/esm/src/dynamic-network/di/dynamicNetworkTypes.js.map +0 -7
- package/lib/esm/src/dynamic-network/domain/DynamicNetworkContextLoader.js +0 -2
- package/lib/esm/src/dynamic-network/domain/DynamicNetworkContextLoader.js.map +0 -7
- package/lib/esm/src/dynamic-network/domain/DynamicNetworkContextLoader.test.js +0 -2
- package/lib/esm/src/dynamic-network/domain/DynamicNetworkContextLoader.test.js.map +0 -7
- package/lib/esm/src/external-plugin/data/HttpExternalPluginDataSource.js +0 -2
- package/lib/esm/src/external-plugin/data/HttpExternalPluginDataSource.js.map +0 -7
- package/lib/esm/src/external-plugin/data/HttpExternalPluginDataSource.test.js +0 -2
- package/lib/esm/src/external-plugin/data/HttpExternalPluginDataSource.test.js.map +0 -7
- package/lib/esm/src/external-plugin/di/externalPluginModuleFactory.js +0 -2
- package/lib/esm/src/external-plugin/di/externalPluginModuleFactory.js.map +0 -7
- package/lib/esm/src/external-plugin/di/externalPluginTypes.js +0 -2
- package/lib/esm/src/external-plugin/di/externalPluginTypes.js.map +0 -7
- package/lib/esm/src/external-plugin/domain/ExternalPluginContextLoader.js +0 -2
- package/lib/esm/src/external-plugin/domain/ExternalPluginContextLoader.js.map +0 -7
- package/lib/esm/src/external-plugin/domain/ExternalPluginContextLoader.test.js +0 -2
- package/lib/esm/src/external-plugin/domain/ExternalPluginContextLoader.test.js.map +0 -7
- package/lib/esm/src/gated-signing/data/HttpGatedDescriptorDataSource.js +0 -2
- package/lib/esm/src/gated-signing/data/HttpGatedDescriptorDataSource.js.map +0 -7
- package/lib/esm/src/gated-signing/data/HttpGatedDescriptorDataSource.test.js +0 -2
- package/lib/esm/src/gated-signing/data/HttpGatedDescriptorDataSource.test.js.map +0 -7
- package/lib/esm/src/gated-signing/di/gatedSigningModuleFactory.js +0 -2
- package/lib/esm/src/gated-signing/di/gatedSigningModuleFactory.js.map +0 -7
- package/lib/esm/src/gated-signing/di/gatedSigningTypes.js.map +0 -7
- package/lib/esm/src/gated-signing/domain/GatedSigningContextLoader.js +0 -2
- package/lib/esm/src/gated-signing/domain/GatedSigningContextLoader.js.map +0 -7
- package/lib/esm/src/gated-signing/domain/GatedSigningContextLoader.test.js +0 -2
- package/lib/esm/src/gated-signing/domain/GatedSigningContextLoader.test.js.map +0 -7
- package/lib/esm/src/gated-signing/domain/GatedSigningTypedDataContextLoader.js +0 -2
- package/lib/esm/src/gated-signing/domain/GatedSigningTypedDataContextLoader.js.map +0 -7
- package/lib/esm/src/gated-signing/domain/GatedSigningTypedDataContextLoader.test.js +0 -2
- package/lib/esm/src/gated-signing/domain/GatedSigningTypedDataContextLoader.test.js.map +0 -7
- package/lib/esm/src/network/di/networkModuleFactory.js +0 -2
- package/lib/esm/src/network/di/networkModuleFactory.js.map +0 -7
- package/lib/esm/src/network/di/networkTypes.js.map +0 -7
- package/lib/esm/src/network/networkClientFactory.js +0 -2
- package/lib/esm/src/network/networkClientFactory.js.map +0 -7
- package/lib/esm/src/network/networkClientFactory.test.js +0 -2
- package/lib/esm/src/network/networkClientFactory.test.js.map +0 -7
- package/lib/esm/src/nft/data/HttpNftDataSource.js +0 -2
- package/lib/esm/src/nft/data/HttpNftDataSource.js.map +0 -7
- package/lib/esm/src/nft/data/HttpNftDataSource.test.js.map +0 -7
- package/lib/esm/src/nft/di/nftModuleFactory.js +0 -2
- package/lib/esm/src/nft/di/nftModuleFactory.js.map +0 -7
- package/lib/esm/src/nft/di/nftTypes.js +0 -2
- package/lib/esm/src/nft/di/nftTypes.js.map +0 -7
- package/lib/esm/src/nft/domain/NftContextFieldLoader.js +0 -2
- package/lib/esm/src/nft/domain/NftContextFieldLoader.js.map +0 -7
- package/lib/esm/src/nft/domain/NftContextFieldLoader.test.js +0 -2
- package/lib/esm/src/nft/domain/NftContextFieldLoader.test.js.map +0 -7
- package/lib/esm/src/nft/domain/NftContextLoader.js +0 -2
- package/lib/esm/src/nft/domain/NftContextLoader.js.map +0 -7
- package/lib/esm/src/nft/domain/NftContextLoader.test.js +0 -2
- package/lib/esm/src/nft/domain/NftContextLoader.test.js.map +0 -7
- package/lib/esm/src/pki/data/HttpPkiCertificateDataSource.js +0 -2
- package/lib/esm/src/pki/data/HttpPkiCertificateDataSource.js.map +0 -7
- package/lib/esm/src/pki/data/HttpPkiCertificateDataSource.test.js +0 -2
- package/lib/esm/src/pki/data/HttpPkiCertificateDataSource.test.js.map +0 -7
- package/lib/esm/src/pki/di/pkiModuleFactory.js +0 -2
- package/lib/esm/src/pki/di/pkiModuleFactory.js.map +0 -7
- package/lib/esm/src/pki/di/pkiTypes.js.map +0 -7
- package/lib/esm/src/pki/domain/DefaultPkiCertificateLoader.js +0 -2
- package/lib/esm/src/pki/domain/DefaultPkiCertificateLoader.js.map +0 -7
- package/lib/esm/src/pki/domain/DefaultPkiCertificateLoader.test.js +0 -2
- package/lib/esm/src/pki/domain/DefaultPkiCertificateLoader.test.js.map +0 -7
- package/lib/esm/src/pki/model/KeyId.js.map +0 -7
- package/lib/esm/src/pki/model/KeyUsage.js.map +0 -7
- package/lib/esm/src/proxy/data/HttpProxyDataSource.js +0 -2
- package/lib/esm/src/proxy/data/HttpProxyDataSource.js.map +0 -7
- package/lib/esm/src/proxy/data/HttpProxyDataSource.test.js +0 -2
- package/lib/esm/src/proxy/data/HttpProxyDataSource.test.js.map +0 -7
- package/lib/esm/src/proxy/data/HttpSafeProxyDataSource.js +0 -2
- package/lib/esm/src/proxy/data/HttpSafeProxyDataSource.js.map +0 -7
- package/lib/esm/src/proxy/data/HttpSafeProxyDataSource.test.js.map +0 -7
- package/lib/esm/src/proxy/di/proxyModuleFactory.js +0 -2
- package/lib/esm/src/proxy/di/proxyModuleFactory.js.map +0 -7
- package/lib/esm/src/proxy/di/proxyModuleFactory.test.js +0 -2
- package/lib/esm/src/proxy/di/proxyModuleFactory.test.js.map +0 -7
- package/lib/esm/src/proxy/di/proxyTypes.js.map +0 -7
- package/lib/esm/src/proxy/domain/ProxyContextFieldLoader.js +0 -2
- package/lib/esm/src/proxy/domain/ProxyContextFieldLoader.js.map +0 -7
- package/lib/esm/src/proxy/domain/ProxyContextFieldLoader.test.js +0 -2
- package/lib/esm/src/proxy/domain/ProxyContextFieldLoader.test.js.map +0 -7
- package/lib/esm/src/reporter/data/HttpBlindSigningReporterDatasource.js +0 -2
- package/lib/esm/src/reporter/data/HttpBlindSigningReporterDatasource.js.map +0 -7
- package/lib/esm/src/reporter/data/HttpBlindSigningReporterDatasource.test.js +0 -2
- package/lib/esm/src/reporter/data/HttpBlindSigningReporterDatasource.test.js.map +0 -7
- package/lib/esm/src/reporter/di/reporterModuleFactory.js +0 -2
- package/lib/esm/src/reporter/di/reporterModuleFactory.js.map +0 -7
- package/lib/esm/src/reporter/di/reporterTypes.js.map +0 -7
- package/lib/esm/src/reporter/domain/DefaultBlindSigningReporter.js +0 -2
- package/lib/esm/src/reporter/domain/DefaultBlindSigningReporter.js.map +0 -7
- package/lib/esm/src/reporter/domain/DefaultBlindSigningReporter.test.js +0 -2
- package/lib/esm/src/reporter/domain/DefaultBlindSigningReporter.test.js.map +0 -7
- package/lib/esm/src/reporter/model/BlindSigningEvent.js.map +0 -7
- package/lib/esm/src/reporter/model/BlindSigningModelId.js.map +0 -7
- package/lib/esm/src/safe/data/HttpSafeAccountDataSource.js +0 -2
- package/lib/esm/src/safe/data/HttpSafeAccountDataSource.js.map +0 -7
- package/lib/esm/src/safe/data/HttpSafeAccountDataSource.test.js +0 -2
- package/lib/esm/src/safe/data/HttpSafeAccountDataSource.test.js.map +0 -7
- package/lib/esm/src/safe/di/safeModuleFactory.js +0 -2
- package/lib/esm/src/safe/di/safeModuleFactory.js.map +0 -7
- package/lib/esm/src/safe/di/safeModuleFactory.test.js.map +0 -7
- package/lib/esm/src/safe/di/safeTypes.js.map +0 -7
- package/lib/esm/src/safe/domain/SafeAddressLoader.js +0 -2
- package/lib/esm/src/safe/domain/SafeAddressLoader.js.map +0 -7
- package/lib/esm/src/safe/domain/SafeAddressLoader.test.js +0 -2
- package/lib/esm/src/safe/domain/SafeAddressLoader.test.js.map +0 -7
- package/lib/esm/src/shared/model/SolanaContextTypes.js +0 -2
- package/lib/esm/src/shared/model/SolanaContextTypes.js.map +0 -7
- package/lib/esm/src/shared/model/TypedDataClearSignContext.js.map +0 -7
- package/lib/esm/src/signing-tracker/data/SigningTrackerDataSource.js +0 -1
- package/lib/esm/src/solana/data/HttpSolanaOwnerInfoDataSource.js +0 -2
- package/lib/esm/src/solana/data/HttpSolanaOwnerInfoDataSource.js.map +0 -7
- package/lib/esm/src/solana/data/HttpSolanaOwnerInfoDataSource.test.js +0 -2
- package/lib/esm/src/solana/data/HttpSolanaOwnerInfoDataSource.test.js.map +0 -7
- package/lib/esm/src/solana/data/SolanaDataSource.js +0 -1
- package/lib/esm/src/solana/di/SolanaContextModuleFactory.js +0 -2
- package/lib/esm/src/solana/di/SolanaContextModuleFactory.js.map +0 -7
- package/lib/esm/src/solana/di/solanaContextTypes.js +0 -2
- package/lib/esm/src/solana/di/solanaContextTypes.js.map +0 -7
- package/lib/esm/src/solana/domain/DefaultSolanaContextLoader.js +0 -2
- package/lib/esm/src/solana/domain/DefaultSolanaContextLoader.js.map +0 -7
- package/lib/esm/src/solana/domain/DefaultSolanaContextLoader.test.js +0 -2
- package/lib/esm/src/solana/domain/DefaultSolanaContextLoader.test.js.map +0 -7
- package/lib/esm/src/solana/domain/SolanaContextLoader.js +0 -1
- package/lib/esm/src/solanaLifi/data/HttpSolanaLifiDataSource.js +0 -2
- package/lib/esm/src/solanaLifi/data/HttpSolanaLifiDataSource.js.map +0 -7
- package/lib/esm/src/solanaLifi/data/HttpSolanaLifiDataSource.test.js +0 -2
- package/lib/esm/src/solanaLifi/data/HttpSolanaLifiDataSource.test.js.map +0 -7
- package/lib/esm/src/solanaLifi/data/SolanaLifiDataSource.js +0 -1
- package/lib/esm/src/solanaLifi/di/lifiModuleFactory.js +0 -2
- package/lib/esm/src/solanaLifi/di/lifiModuleFactory.js.map +0 -7
- package/lib/esm/src/solanaLifi/di/solanaLifiTypes.js +0 -2
- package/lib/esm/src/solanaLifi/di/solanaLifiTypes.js.map +0 -7
- package/lib/esm/src/solanaLifi/domain/SolanaLifiContextLoader.js +0 -2
- package/lib/esm/src/solanaLifi/domain/SolanaLifiContextLoader.js.map +0 -7
- package/lib/esm/src/solanaLifi/domain/SolanaLifiContextLoader.test.js +0 -2
- package/lib/esm/src/solanaLifi/domain/SolanaLifiContextLoader.test.js.map +0 -7
- package/lib/esm/src/solanaToken/data/HttpSolanaTokenDataSource.js +0 -2
- package/lib/esm/src/solanaToken/data/HttpSolanaTokenDataSource.js.map +0 -7
- package/lib/esm/src/solanaToken/data/HttpSolanaTokenDataSource.test.js +0 -7
- package/lib/esm/src/solanaToken/data/HttpSolanaTokenDataSource.test.js.map +0 -7
- package/lib/esm/src/solanaToken/data/SolanaTokenDataSource.js +0 -1
- package/lib/esm/src/solanaToken/di/solanaTokenTypes.js +0 -2
- package/lib/esm/src/solanaToken/di/solanaTokenTypes.js.map +0 -7
- package/lib/esm/src/solanaToken/di/tokenModuleFactory.js +0 -2
- package/lib/esm/src/solanaToken/di/tokenModuleFactory.js.map +0 -7
- package/lib/esm/src/solanaToken/domain/SolanaTokenContextLoader.js +0 -2
- package/lib/esm/src/solanaToken/domain/SolanaTokenContextLoader.js.map +0 -7
- package/lib/esm/src/solanaToken/domain/SolanaTokenContextLoader.test.js +0 -2
- package/lib/esm/src/solanaToken/domain/SolanaTokenContextLoader.test.js.map +0 -7
- package/lib/esm/src/token/data/HttpTokenDataSource.js +0 -2
- package/lib/esm/src/token/data/HttpTokenDataSource.js.map +0 -7
- package/lib/esm/src/token/data/HttpTokenDataSource.test.js +0 -2
- package/lib/esm/src/token/data/HttpTokenDataSource.test.js.map +0 -7
- package/lib/esm/src/token/di/tokenModuleFactory.js +0 -2
- package/lib/esm/src/token/di/tokenModuleFactory.js.map +0 -7
- package/lib/esm/src/token/di/tokenTypes.js.map +0 -7
- package/lib/esm/src/token/domain/TokenContextFieldLoader.js +0 -2
- package/lib/esm/src/token/domain/TokenContextFieldLoader.js.map +0 -7
- package/lib/esm/src/token/domain/TokenContextFieldLoader.test.js +0 -2
- package/lib/esm/src/token/domain/TokenContextFieldLoader.test.js.map +0 -7
- package/lib/esm/src/token/domain/TokenContextLoader.js +0 -2
- package/lib/esm/src/token/domain/TokenContextLoader.js.map +0 -7
- package/lib/esm/src/token/domain/TokenContextLoader.test.js +0 -2
- package/lib/esm/src/token/domain/TokenContextLoader.test.js.map +0 -7
- package/lib/esm/src/transaction-check/data/HttpTransactionCheckDataSource.js +0 -2
- package/lib/esm/src/transaction-check/data/HttpTransactionCheckDataSource.js.map +0 -7
- package/lib/esm/src/transaction-check/data/HttpTransactionCheckDataSource.test.js +0 -2
- package/lib/esm/src/transaction-check/data/HttpTransactionCheckDataSource.test.js.map +0 -7
- package/lib/esm/src/transaction-check/data/HttpTypedDataCheckDataSource.js +0 -2
- package/lib/esm/src/transaction-check/data/HttpTypedDataCheckDataSource.js.map +0 -7
- package/lib/esm/src/transaction-check/data/HttpTypedDataCheckDataSource.test.js +0 -2
- package/lib/esm/src/transaction-check/data/HttpTypedDataCheckDataSource.test.js.map +0 -7
- package/lib/esm/src/transaction-check/data/TypedDataCheckDataSource.js +0 -1
- package/lib/esm/src/transaction-check/data/dto/TransactionCheckDto.js +0 -1
- package/lib/esm/src/transaction-check/data/dto/TypedDataCheckDto.js +0 -1
- package/lib/esm/src/transaction-check/data/dto/TypedDataCheckDto.js.map +0 -7
- package/lib/esm/src/transaction-check/di/transactionCheckModuleFactory.js +0 -2
- package/lib/esm/src/transaction-check/di/transactionCheckModuleFactory.js.map +0 -7
- package/lib/esm/src/transaction-check/di/transactionCheckTypes.js +0 -2
- package/lib/esm/src/transaction-check/di/transactionCheckTypes.js.map +0 -7
- package/lib/esm/src/transaction-check/domain/TransactionCheckContextLoader.js +0 -2
- package/lib/esm/src/transaction-check/domain/TransactionCheckContextLoader.js.map +0 -7
- package/lib/esm/src/transaction-check/domain/TransactionCheckContextLoader.test.js +0 -2
- package/lib/esm/src/transaction-check/domain/TransactionCheckContextLoader.test.js.map +0 -7
- package/lib/esm/src/transaction-check/domain/TypedDataCheckContextLoader.js +0 -2
- package/lib/esm/src/transaction-check/domain/TypedDataCheckContextLoader.js.map +0 -7
- package/lib/esm/src/transaction-check/domain/TypedDataCheckContextLoader.test.js +0 -2
- package/lib/esm/src/transaction-check/domain/TypedDataCheckContextLoader.test.js.map +0 -7
- package/lib/esm/src/trusted-name/data/HttpTrustedNameDataSource.js +0 -2
- package/lib/esm/src/trusted-name/data/HttpTrustedNameDataSource.js.map +0 -7
- package/lib/esm/src/trusted-name/data/HttpTrustedNameDataSource.test.js +0 -2
- package/lib/esm/src/trusted-name/data/HttpTrustedNameDataSource.test.js.map +0 -7
- package/lib/esm/src/trusted-name/di/trustedNameModuleFactory.js +0 -2
- package/lib/esm/src/trusted-name/di/trustedNameModuleFactory.js.map +0 -7
- package/lib/esm/src/trusted-name/di/trustedNameTypes.js.map +0 -7
- package/lib/esm/src/trusted-name/domain/TrustedNameContextFieldLoader.js +0 -2
- package/lib/esm/src/trusted-name/domain/TrustedNameContextFieldLoader.js.map +0 -7
- package/lib/esm/src/trusted-name/domain/TrustedNameContextFieldLoader.test.js +0 -2
- package/lib/esm/src/trusted-name/domain/TrustedNameContextFieldLoader.test.js.map +0 -7
- package/lib/esm/src/trusted-name/domain/TrustedNameContextLoader.js +0 -2
- package/lib/esm/src/trusted-name/domain/TrustedNameContextLoader.js.map +0 -7
- package/lib/esm/src/trusted-name/domain/TrustedNameContextLoader.test.js +0 -2
- package/lib/esm/src/trusted-name/domain/TrustedNameContextLoader.test.js.map +0 -7
- package/lib/esm/src/typed-data/data/HttpTypedDataDataSource.js +0 -2
- package/lib/esm/src/typed-data/data/HttpTypedDataDataSource.js.map +0 -7
- package/lib/esm/src/typed-data/data/HttpTypedDataDataSource.test.js +0 -2
- package/lib/esm/src/typed-data/data/HttpTypedDataDataSource.test.js.map +0 -7
- package/lib/esm/src/typed-data/di/typedDataModuleFactory.js +0 -2
- package/lib/esm/src/typed-data/di/typedDataModuleFactory.js.map +0 -7
- package/lib/esm/src/typed-data/di/typedDataTypes.js.map +0 -7
- package/lib/esm/src/typed-data/domain/DefaultTypedDataContextLoader.js +0 -2
- package/lib/esm/src/typed-data/domain/DefaultTypedDataContextLoader.js.map +0 -7
- package/lib/esm/src/typed-data/domain/DefaultTypedDataContextLoader.test.js +0 -2
- package/lib/esm/src/typed-data/domain/DefaultTypedDataContextLoader.test.js.map +0 -7
- package/lib/esm/src/typed-data/utils/getSchemaHash.js +0 -2
- package/lib/esm/src/typed-data/utils/getSchemaHash.js.map +0 -7
- package/lib/esm/src/typed-data/utils/getSchemaHash.test.js +0 -2
- package/lib/esm/src/typed-data/utils/getSchemaHash.test.js.map +0 -7
- package/lib/esm/src/uniswap/constants/uniswap.js.map +0 -7
- package/lib/esm/src/uniswap/constants/weth.js.map +0 -7
- package/lib/esm/src/uniswap/data/DefaultCommandDecoderDataSource.js +0 -2
- package/lib/esm/src/uniswap/data/DefaultCommandDecoderDataSource.js.map +0 -7
- package/lib/esm/src/uniswap/data/DefaultCommandDecoderDataSource.test.js +0 -2
- package/lib/esm/src/uniswap/data/DefaultCommandDecoderDataSource.test.js.map +0 -7
- package/lib/esm/src/uniswap/data/EthersAbiDecoderDataSource.js.map +0 -7
- package/lib/esm/src/uniswap/data/EthersAbiDecoderDataSource.test.js.map +0 -7
- package/lib/esm/src/uniswap/di/uniswapModuleFactory.js +0 -2
- package/lib/esm/src/uniswap/di/uniswapModuleFactory.js.map +0 -7
- package/lib/esm/src/uniswap/di/uniswapTypes.js.map +0 -7
- package/lib/esm/src/uniswap/domain/UniswapContextLoader.js +0 -2
- package/lib/esm/src/uniswap/domain/UniswapContextLoader.js.map +0 -7
- package/lib/esm/src/uniswap/domain/UniswapContextLoader.test.js +0 -2
- package/lib/esm/src/uniswap/domain/UniswapContextLoader.test.js.map +0 -7
- package/lib/types/src/account-ownership/data/AccountOwnershipDataSource.d.ts.map +0 -1
- package/lib/types/src/account-ownership/data/AccountOwnershipError.d.ts.map +0 -1
- package/lib/types/src/account-ownership/data/HttpAccountOwnershipDataSource.d.ts +0 -30
- package/lib/types/src/account-ownership/data/HttpAccountOwnershipDataSource.d.ts.map +0 -1
- package/lib/types/src/account-ownership/data/HttpAccountOwnershipDataSource.test.d.ts.map +0 -1
- package/lib/types/src/account-ownership/data/dto/AccountOwnershipDto.d.ts.map +0 -1
- package/lib/types/src/account-ownership/di/accountOwnershipModuleFactory.d.ts.map +0 -1
- package/lib/types/src/account-ownership/di/accountOwnershipTypes.d.ts.map +0 -1
- package/lib/types/src/account-ownership/domain/AccountOwnershipContextLoader.d.ts +0 -20
- package/lib/types/src/account-ownership/domain/AccountOwnershipContextLoader.d.ts.map +0 -1
- package/lib/types/src/account-ownership/domain/AccountOwnershipContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/calldata/data/CalldataDescriptorDataSource.d.ts +0 -13
- package/lib/types/src/calldata/data/CalldataDescriptorDataSource.d.ts.map +0 -1
- package/lib/types/src/calldata/data/HttpCalldataDescriptorDataSource.d.ts +0 -26
- package/lib/types/src/calldata/data/HttpCalldataDescriptorDataSource.d.ts.map +0 -1
- package/lib/types/src/calldata/data/HttpCalldataDescriptorDataSource.test.d.ts.map +0 -1
- package/lib/types/src/calldata/data/dto/CalldataDto.d.ts.map +0 -1
- package/lib/types/src/calldata/di/calldataModuleFactory.d.ts.map +0 -1
- package/lib/types/src/calldata/di/calldataTypes.d.ts.map +0 -1
- package/lib/types/src/calldata/domain/CalldataContextLoader.d.ts +0 -24
- package/lib/types/src/calldata/domain/CalldataContextLoader.d.ts.map +0 -1
- package/lib/types/src/calldata/domain/CalldataContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/data/DynamicNetworkDataSource.d.ts +0 -6
- package/lib/types/src/dynamic-network/data/DynamicNetworkDataSource.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/data/HttpDynamicNetworkDataSource.d.ts +0 -15
- package/lib/types/src/dynamic-network/data/HttpDynamicNetworkDataSource.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/data/HttpDynamicNetworkDataSource.test.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/data/dto/DynamicNetworkApiResponseDto.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/di/dynamicNetworkModuleFactory.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/di/dynamicNetworkTypes.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/domain/DynamicNetworkContextLoader.d.ts +0 -22
- package/lib/types/src/dynamic-network/domain/DynamicNetworkContextLoader.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/domain/DynamicNetworkContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/model/DynamicNetworkConfiguration.d.ts.map +0 -1
- package/lib/types/src/external-plugin/data/DAppDto.d.ts.map +0 -1
- package/lib/types/src/external-plugin/data/ExternalPluginDataSource.d.ts +0 -12
- package/lib/types/src/external-plugin/data/ExternalPluginDataSource.d.ts.map +0 -1
- package/lib/types/src/external-plugin/data/HttpExternalPluginDataSource.d.ts +0 -12
- package/lib/types/src/external-plugin/data/HttpExternalPluginDataSource.d.ts.map +0 -1
- package/lib/types/src/external-plugin/data/HttpExternalPluginDataSource.test.d.ts.map +0 -1
- package/lib/types/src/external-plugin/di/externalPluginModuleFactory.d.ts.map +0 -1
- package/lib/types/src/external-plugin/di/externalPluginTypes.d.ts.map +0 -1
- package/lib/types/src/external-plugin/domain/ExternalPluginContextLoader.d.ts +0 -31
- package/lib/types/src/external-plugin/domain/ExternalPluginContextLoader.d.ts.map +0 -1
- package/lib/types/src/external-plugin/domain/ExternalPluginContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/external-plugin/model/DappInfos.d.ts +0 -6
- package/lib/types/src/external-plugin/model/DappInfos.d.ts.map +0 -1
- package/lib/types/src/external-plugin/model/SelectorDetails.d.ts.map +0 -1
- package/lib/types/src/gated-signing/data/GatedDescriptorDataSource.d.ts.map +0 -1
- package/lib/types/src/gated-signing/data/HttpGatedDescriptorDataSource.d.ts +0 -15
- package/lib/types/src/gated-signing/data/HttpGatedDescriptorDataSource.d.ts.map +0 -1
- package/lib/types/src/gated-signing/data/HttpGatedDescriptorDataSource.test.d.ts.map +0 -1
- package/lib/types/src/gated-signing/data/dto/GatedDappsDto.d.ts.map +0 -1
- package/lib/types/src/gated-signing/di/gatedSigningModuleFactory.d.ts.map +0 -1
- package/lib/types/src/gated-signing/di/gatedSigningTypes.d.ts.map +0 -1
- package/lib/types/src/gated-signing/domain/GatedSigningContextLoader.d.ts +0 -22
- package/lib/types/src/gated-signing/domain/GatedSigningContextLoader.d.ts.map +0 -1
- package/lib/types/src/gated-signing/domain/GatedSigningContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/gated-signing/domain/GatedSigningTypedDataContextLoader.d.ts +0 -27
- package/lib/types/src/gated-signing/domain/GatedSigningTypedDataContextLoader.d.ts.map +0 -1
- package/lib/types/src/gated-signing/domain/GatedSigningTypedDataContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/network/di/networkModuleFactory.d.ts +0 -4
- package/lib/types/src/network/di/networkModuleFactory.d.ts.map +0 -1
- package/lib/types/src/network/di/networkTypes.d.ts.map +0 -1
- package/lib/types/src/network/networkClientFactory.d.ts +0 -4
- package/lib/types/src/network/networkClientFactory.d.ts.map +0 -1
- package/lib/types/src/network/networkClientFactory.test.d.ts.map +0 -1
- package/lib/types/src/nft/data/HttpNftDataSource.d.ts +0 -12
- package/lib/types/src/nft/data/HttpNftDataSource.d.ts.map +0 -1
- package/lib/types/src/nft/data/HttpNftDataSource.test.d.ts.map +0 -1
- package/lib/types/src/nft/data/NftDataSource.d.ts.map +0 -1
- package/lib/types/src/nft/di/nftModuleFactory.d.ts.map +0 -1
- package/lib/types/src/nft/di/nftTypes.d.ts.map +0 -1
- package/lib/types/src/nft/domain/NftContextFieldLoader.d.ts +0 -15
- package/lib/types/src/nft/domain/NftContextFieldLoader.d.ts.map +0 -1
- package/lib/types/src/nft/domain/NftContextFieldLoader.test.d.ts.map +0 -1
- package/lib/types/src/nft/domain/NftContextLoader.d.ts +0 -18
- package/lib/types/src/nft/domain/NftContextLoader.d.ts.map +0 -1
- package/lib/types/src/nft/domain/NftContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/pki/data/HttpPkiCertificateDataSource.d.ts +0 -15
- package/lib/types/src/pki/data/HttpPkiCertificateDataSource.d.ts.map +0 -1
- package/lib/types/src/pki/data/HttpPkiCertificateDataSource.test.d.ts.map +0 -1
- package/lib/types/src/pki/data/PkiCertificateDataSource.d.ts +0 -7
- package/lib/types/src/pki/data/PkiCertificateDataSource.d.ts.map +0 -1
- package/lib/types/src/pki/data/pkiDataSourceTypes.d.ts.map +0 -1
- package/lib/types/src/pki/di/pkiModuleFactory.d.ts.map +0 -1
- package/lib/types/src/pki/di/pkiTypes.d.ts.map +0 -1
- package/lib/types/src/pki/domain/DefaultPkiCertificateLoader.d.ts +0 -10
- package/lib/types/src/pki/domain/DefaultPkiCertificateLoader.d.ts.map +0 -1
- package/lib/types/src/pki/domain/DefaultPkiCertificateLoader.test.d.ts.map +0 -1
- package/lib/types/src/pki/domain/PkiCertificateLoader.d.ts +0 -6
- package/lib/types/src/pki/domain/PkiCertificateLoader.d.ts.map +0 -1
- package/lib/types/src/pki/model/KeyId.d.ts.map +0 -1
- package/lib/types/src/pki/model/KeyUsage.d.ts.map +0 -1
- package/lib/types/src/pki/model/PkiCertificate.d.ts.map +0 -1
- package/lib/types/src/pki/model/PkiCertificateInfo.d.ts.map +0 -1
- package/lib/types/src/proxy/data/HttpProxyDataSource.d.ts +0 -15
- package/lib/types/src/proxy/data/HttpProxyDataSource.d.ts.map +0 -1
- package/lib/types/src/proxy/data/HttpProxyDataSource.test.d.ts.map +0 -1
- package/lib/types/src/proxy/data/HttpSafeProxyDataSource.d.ts +0 -15
- package/lib/types/src/proxy/data/HttpSafeProxyDataSource.d.ts.map +0 -1
- package/lib/types/src/proxy/data/HttpSafeProxyDataSource.test.d.ts.map +0 -1
- package/lib/types/src/proxy/data/ProxyDataSource.d.ts.map +0 -1
- package/lib/types/src/proxy/data/dto/ProxyDelegateCallDto.d.ts.map +0 -1
- package/lib/types/src/proxy/data/dto/ProxyImplementationAddressDto.d.ts.map +0 -1
- package/lib/types/src/proxy/data/dto/SafeProxyImplementationAddressDto.d.ts.map +0 -1
- package/lib/types/src/proxy/di/proxyModuleFactory.d.ts +0 -4
- package/lib/types/src/proxy/di/proxyModuleFactory.d.ts.map +0 -1
- package/lib/types/src/proxy/di/proxyModuleFactory.test.d.ts.map +0 -1
- package/lib/types/src/proxy/di/proxyTypes.d.ts.map +0 -1
- package/lib/types/src/proxy/domain/ProxyContextFieldLoader.d.ts +0 -21
- package/lib/types/src/proxy/domain/ProxyContextFieldLoader.d.ts.map +0 -1
- package/lib/types/src/proxy/domain/ProxyContextFieldLoader.test.d.ts.map +0 -1
- package/lib/types/src/proxy/model/ProxyDelegateCall.d.ts.map +0 -1
- package/lib/types/src/reporter/data/BlindSigningReporterDatasource.d.ts +0 -29
- package/lib/types/src/reporter/data/BlindSigningReporterDatasource.d.ts.map +0 -1
- package/lib/types/src/reporter/data/HttpBlindSigningReporterDatasource.d.ts +0 -11
- package/lib/types/src/reporter/data/HttpBlindSigningReporterDatasource.d.ts.map +0 -1
- package/lib/types/src/reporter/data/HttpBlindSigningReporterDatasource.test.d.ts.map +0 -1
- package/lib/types/src/reporter/data/dto/BlindSigningEventDto.d.ts +0 -26
- package/lib/types/src/reporter/data/dto/BlindSigningEventDto.d.ts.map +0 -1
- package/lib/types/src/reporter/di/reporterModuleFactory.d.ts.map +0 -1
- package/lib/types/src/reporter/di/reporterTypes.d.ts.map +0 -1
- package/lib/types/src/reporter/domain/BlindSigningReporter.d.ts +0 -6
- package/lib/types/src/reporter/domain/BlindSigningReporter.d.ts.map +0 -1
- package/lib/types/src/reporter/domain/DefaultBlindSigningReporter.d.ts +0 -9
- package/lib/types/src/reporter/domain/DefaultBlindSigningReporter.d.ts.map +0 -1
- package/lib/types/src/reporter/domain/DefaultBlindSigningReporter.test.d.ts.map +0 -1
- package/lib/types/src/reporter/model/BlindSigningEvent.d.ts.map +0 -1
- package/lib/types/src/reporter/model/BlindSigningModelId.d.ts.map +0 -1
- package/lib/types/src/safe/data/HttpSafeAccountDataSource.d.ts +0 -13
- package/lib/types/src/safe/data/HttpSafeAccountDataSource.d.ts.map +0 -1
- package/lib/types/src/safe/data/HttpSafeAccountDataSource.test.d.ts.map +0 -1
- package/lib/types/src/safe/data/SafeAccountDataSource.d.ts.map +0 -1
- package/lib/types/src/safe/data/dto/SafeAccountDto.d.ts.map +0 -1
- package/lib/types/src/safe/di/safeModuleFactory.d.ts.map +0 -1
- package/lib/types/src/safe/di/safeModuleFactory.test.d.ts.map +0 -1
- package/lib/types/src/safe/di/safeTypes.d.ts.map +0 -1
- package/lib/types/src/safe/domain/SafeAddressLoader.d.ts +0 -19
- package/lib/types/src/safe/domain/SafeAddressLoader.d.ts.map +0 -1
- package/lib/types/src/safe/domain/SafeAddressLoader.test.d.ts.map +0 -1
- package/lib/types/src/shared/model/SolanaContextTypes.d.ts +0 -77
- package/lib/types/src/shared/model/SolanaContextTypes.d.ts.map +0 -1
- package/lib/types/src/shared/model/SolanaTransactionContext.d.ts +0 -13
- package/lib/types/src/shared/model/SolanaTransactionContext.d.ts.map +0 -1
- package/lib/types/src/shared/model/TypedDataClearSignContext.d.ts +0 -79
- package/lib/types/src/shared/model/TypedDataClearSignContext.d.ts.map +0 -1
- package/lib/types/src/shared/model/TypedDataContext.d.ts.map +0 -1
- package/lib/types/src/signing-tracker/data/SigningTrackerDataSource.d.ts +0 -40
- package/lib/types/src/signing-tracker/data/SigningTrackerDataSource.d.ts.map +0 -1
- package/lib/types/src/solana/data/HttpSolanaOwnerInfoDataSource.d.ts +0 -15
- package/lib/types/src/solana/data/HttpSolanaOwnerInfoDataSource.d.ts.map +0 -1
- package/lib/types/src/solana/data/HttpSolanaOwnerInfoDataSource.test.d.ts +0 -2
- package/lib/types/src/solana/data/HttpSolanaOwnerInfoDataSource.test.d.ts.map +0 -1
- package/lib/types/src/solana/data/SolanaDataSource.d.ts +0 -9
- package/lib/types/src/solana/data/SolanaDataSource.d.ts.map +0 -1
- package/lib/types/src/solana/di/SolanaContextModuleFactory.d.ts +0 -3
- package/lib/types/src/solana/di/SolanaContextModuleFactory.d.ts.map +0 -1
- package/lib/types/src/solana/di/solanaContextTypes.d.ts +0 -5
- package/lib/types/src/solana/di/solanaContextTypes.d.ts.map +0 -1
- package/lib/types/src/solana/domain/DefaultSolanaContextLoader.d.ts +0 -18
- package/lib/types/src/solana/domain/DefaultSolanaContextLoader.d.ts.map +0 -1
- package/lib/types/src/solana/domain/DefaultSolanaContextLoader.test.d.ts +0 -2
- package/lib/types/src/solana/domain/DefaultSolanaContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/solana/domain/SolanaContextLoader.d.ts +0 -5
- package/lib/types/src/solana/domain/SolanaContextLoader.d.ts.map +0 -1
- package/lib/types/src/solana/domain/solanaContextTypes.d.ts +0 -29
- package/lib/types/src/solana/domain/solanaContextTypes.d.ts.map +0 -1
- package/lib/types/src/solanaLifi/data/HttpSolanaLifiDataSource.d.ts +0 -12
- package/lib/types/src/solanaLifi/data/HttpSolanaLifiDataSource.d.ts.map +0 -1
- package/lib/types/src/solanaLifi/data/HttpSolanaLifiDataSource.test.d.ts +0 -2
- package/lib/types/src/solanaLifi/data/HttpSolanaLifiDataSource.test.d.ts.map +0 -1
- package/lib/types/src/solanaLifi/data/SolanaLifiDataSource.d.ts +0 -10
- package/lib/types/src/solanaLifi/data/SolanaLifiDataSource.d.ts.map +0 -1
- package/lib/types/src/solanaLifi/di/lifiModuleFactory.d.ts +0 -3
- package/lib/types/src/solanaLifi/di/lifiModuleFactory.d.ts.map +0 -1
- package/lib/types/src/solanaLifi/di/solanaLifiTypes.d.ts +0 -5
- package/lib/types/src/solanaLifi/di/solanaLifiTypes.d.ts.map +0 -1
- package/lib/types/src/solanaLifi/domain/SolanaLifiContextLoader.d.ts +0 -20
- package/lib/types/src/solanaLifi/domain/SolanaLifiContextLoader.d.ts.map +0 -1
- package/lib/types/src/solanaLifi/domain/SolanaLifiContextLoader.test.d.ts +0 -2
- package/lib/types/src/solanaLifi/domain/SolanaLifiContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/solanaToken/data/HttpSolanaTokenDataSource.d.ts +0 -11
- package/lib/types/src/solanaToken/data/HttpSolanaTokenDataSource.d.ts.map +0 -1
- package/lib/types/src/solanaToken/data/HttpSolanaTokenDataSource.test.d.ts +0 -2
- package/lib/types/src/solanaToken/data/HttpSolanaTokenDataSource.test.d.ts.map +0 -1
- package/lib/types/src/solanaToken/data/SolanaTokenDataSource.d.ts +0 -44
- package/lib/types/src/solanaToken/data/SolanaTokenDataSource.d.ts.map +0 -1
- package/lib/types/src/solanaToken/di/solanaTokenTypes.d.ts +0 -5
- package/lib/types/src/solanaToken/di/solanaTokenTypes.d.ts.map +0 -1
- package/lib/types/src/solanaToken/di/tokenModuleFactory.d.ts +0 -3
- package/lib/types/src/solanaToken/di/tokenModuleFactory.d.ts.map +0 -1
- package/lib/types/src/solanaToken/domain/SolanaTokenContextLoader.d.ts +0 -18
- package/lib/types/src/solanaToken/domain/SolanaTokenContextLoader.d.ts.map +0 -1
- package/lib/types/src/solanaToken/domain/SolanaTokenContextLoader.test.d.ts +0 -2
- package/lib/types/src/solanaToken/domain/SolanaTokenContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/token/data/HttpTokenDataSource.d.ts +0 -11
- package/lib/types/src/token/data/HttpTokenDataSource.d.ts.map +0 -1
- package/lib/types/src/token/data/HttpTokenDataSource.test.d.ts.map +0 -1
- package/lib/types/src/token/data/TokenDataSource.d.ts.map +0 -1
- package/lib/types/src/token/data/TokenDto.d.ts.map +0 -1
- package/lib/types/src/token/di/tokenModuleFactory.d.ts.map +0 -1
- package/lib/types/src/token/di/tokenTypes.d.ts.map +0 -1
- package/lib/types/src/token/domain/TokenContextFieldLoader.d.ts +0 -18
- package/lib/types/src/token/domain/TokenContextFieldLoader.d.ts.map +0 -1
- package/lib/types/src/token/domain/TokenContextFieldLoader.test.d.ts.map +0 -1
- package/lib/types/src/token/domain/TokenContextLoader.d.ts +0 -22
- package/lib/types/src/token/domain/TokenContextLoader.d.ts.map +0 -1
- package/lib/types/src/token/domain/TokenContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/transaction-check/data/HttpTransactionCheckDataSource.d.ts +0 -12
- package/lib/types/src/transaction-check/data/HttpTransactionCheckDataSource.d.ts.map +0 -1
- package/lib/types/src/transaction-check/data/HttpTransactionCheckDataSource.test.d.ts.map +0 -1
- package/lib/types/src/transaction-check/data/HttpTypedDataCheckDataSource.d.ts +0 -12
- package/lib/types/src/transaction-check/data/HttpTypedDataCheckDataSource.d.ts.map +0 -1
- package/lib/types/src/transaction-check/data/HttpTypedDataCheckDataSource.test.d.ts +0 -2
- package/lib/types/src/transaction-check/data/HttpTypedDataCheckDataSource.test.d.ts.map +0 -1
- package/lib/types/src/transaction-check/data/TransactionCheckDataSource.d.ts +0 -14
- package/lib/types/src/transaction-check/data/TransactionCheckDataSource.d.ts.map +0 -1
- package/lib/types/src/transaction-check/data/TypedDataCheckDataSource.d.ts +0 -28
- package/lib/types/src/transaction-check/data/TypedDataCheckDataSource.d.ts.map +0 -1
- package/lib/types/src/transaction-check/data/dto/TransactionCheckDto.d.ts +0 -5
- package/lib/types/src/transaction-check/data/dto/TransactionCheckDto.d.ts.map +0 -1
- package/lib/types/src/transaction-check/data/dto/TypedDataCheckDto.d.ts +0 -5
- package/lib/types/src/transaction-check/data/dto/TypedDataCheckDto.d.ts.map +0 -1
- package/lib/types/src/transaction-check/di/transactionCheckModuleFactory.d.ts +0 -3
- package/lib/types/src/transaction-check/di/transactionCheckModuleFactory.d.ts.map +0 -1
- package/lib/types/src/transaction-check/di/transactionCheckTypes.d.ts +0 -7
- package/lib/types/src/transaction-check/di/transactionCheckTypes.d.ts.map +0 -1
- package/lib/types/src/transaction-check/domain/TransactionCheckContextLoader.d.ts +0 -20
- package/lib/types/src/transaction-check/domain/TransactionCheckContextLoader.d.ts.map +0 -1
- package/lib/types/src/transaction-check/domain/TransactionCheckContextLoader.test.d.ts +0 -2
- package/lib/types/src/transaction-check/domain/TransactionCheckContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/transaction-check/domain/TypedDataCheckContextLoader.d.ts +0 -19
- package/lib/types/src/transaction-check/domain/TypedDataCheckContextLoader.d.ts.map +0 -1
- package/lib/types/src/transaction-check/domain/TypedDataCheckContextLoader.test.d.ts +0 -2
- package/lib/types/src/transaction-check/domain/TypedDataCheckContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/trusted-name/data/HttpTrustedNameDataSource.d.ts +0 -17
- package/lib/types/src/trusted-name/data/HttpTrustedNameDataSource.d.ts.map +0 -1
- package/lib/types/src/trusted-name/data/HttpTrustedNameDataSource.test.d.ts.map +0 -1
- package/lib/types/src/trusted-name/data/TrustedNameDataSource.d.ts.map +0 -1
- package/lib/types/src/trusted-name/data/TrustedNameDto.d.ts.map +0 -1
- package/lib/types/src/trusted-name/di/trustedNameModuleFactory.d.ts +0 -4
- package/lib/types/src/trusted-name/di/trustedNameModuleFactory.d.ts.map +0 -1
- package/lib/types/src/trusted-name/di/trustedNameTypes.d.ts.map +0 -1
- package/lib/types/src/trusted-name/domain/TrustedNameContextFieldLoader.d.ts +0 -22
- package/lib/types/src/trusted-name/domain/TrustedNameContextFieldLoader.d.ts.map +0 -1
- package/lib/types/src/trusted-name/domain/TrustedNameContextFieldLoader.test.d.ts.map +0 -1
- package/lib/types/src/trusted-name/domain/TrustedNameContextLoader.d.ts +0 -19
- package/lib/types/src/trusted-name/domain/TrustedNameContextLoader.d.ts.map +0 -1
- package/lib/types/src/trusted-name/domain/TrustedNameContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/typed-data/data/FiltersDto.d.ts.map +0 -1
- package/lib/types/src/typed-data/data/HttpTypedDataDataSource.d.ts +0 -20
- package/lib/types/src/typed-data/data/HttpTypedDataDataSource.d.ts.map +0 -1
- package/lib/types/src/typed-data/data/HttpTypedDataDataSource.test.d.ts.map +0 -1
- package/lib/types/src/typed-data/data/TypedDataDataSource.d.ts +0 -18
- package/lib/types/src/typed-data/data/TypedDataDataSource.d.ts.map +0 -1
- package/lib/types/src/typed-data/di/typedDataModuleFactory.d.ts.map +0 -1
- package/lib/types/src/typed-data/di/typedDataTypes.d.ts.map +0 -1
- package/lib/types/src/typed-data/domain/DefaultTypedDataContextLoader.d.ts +0 -26
- package/lib/types/src/typed-data/domain/DefaultTypedDataContextLoader.d.ts.map +0 -1
- package/lib/types/src/typed-data/domain/DefaultTypedDataContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/typed-data/domain/TypedDataContextLoader.d.ts +0 -6
- package/lib/types/src/typed-data/domain/TypedDataContextLoader.d.ts.map +0 -1
- package/lib/types/src/typed-data/utils/getSchemaHash.d.ts +0 -12
- package/lib/types/src/typed-data/utils/getSchemaHash.d.ts.map +0 -1
- package/lib/types/src/typed-data/utils/getSchemaHash.test.d.ts.map +0 -1
- package/lib/types/src/uniswap/constants/uniswap.d.ts.map +0 -1
- package/lib/types/src/uniswap/constants/weth.d.ts.map +0 -1
- package/lib/types/src/uniswap/data/AbiDecoderDataSource.d.ts.map +0 -1
- package/lib/types/src/uniswap/data/CommandDecoderDataSource.d.ts +0 -6
- package/lib/types/src/uniswap/data/CommandDecoderDataSource.d.ts.map +0 -1
- package/lib/types/src/uniswap/data/DefaultCommandDecoderDataSource.d.ts +0 -14
- package/lib/types/src/uniswap/data/DefaultCommandDecoderDataSource.d.ts.map +0 -1
- package/lib/types/src/uniswap/data/DefaultCommandDecoderDataSource.test.d.ts.map +0 -1
- package/lib/types/src/uniswap/data/EthersAbiDecoderDataSource.d.ts.map +0 -1
- package/lib/types/src/uniswap/data/EthersAbiDecoderDataSource.test.d.ts.map +0 -1
- package/lib/types/src/uniswap/di/uniswapModuleFactory.d.ts.map +0 -1
- package/lib/types/src/uniswap/di/uniswapTypes.d.ts.map +0 -1
- package/lib/types/src/uniswap/domain/UniswapContextLoader.d.ts +0 -105
- package/lib/types/src/uniswap/domain/UniswapContextLoader.d.ts.map +0 -1
- package/lib/types/src/uniswap/domain/UniswapContextLoader.test.d.ts.map +0 -1
- /package/lib/cjs/src/{account-ownership → modules/concordium/account-ownership}/data/AccountOwnershipDataSource.js +0 -0
- /package/lib/cjs/src/{account-ownership → modules/concordium/account-ownership}/data/AccountOwnershipError.js +0 -0
- /package/lib/cjs/src/{account-ownership → modules/concordium/account-ownership}/data/dto/AccountOwnershipDto.js +0 -0
- /package/lib/cjs/src/{account-ownership → modules/concordium/account-ownership}/di/accountOwnershipTypes.js +0 -0
- /package/lib/cjs/src/{calldata → modules/ethereum/calldata}/data/CalldataDescriptorDataSource.js +0 -0
- /package/lib/cjs/src/{calldata → modules/ethereum/calldata}/data/dto/CalldataDto.js +0 -0
- /package/lib/cjs/src/{calldata → modules/ethereum/calldata}/di/calldataTypes.js +0 -0
- /package/lib/cjs/src/{dynamic-network → modules/ethereum/dynamic-network}/data/DynamicNetworkDataSource.js +0 -0
- /package/lib/cjs/src/{dynamic-network → modules/ethereum/dynamic-network}/data/HttpDynamicNetworkDataSource.test.js +0 -0
- /package/lib/cjs/src/{dynamic-network → modules/ethereum/dynamic-network}/data/dto/DynamicNetworkApiResponseDto.js +0 -0
- /package/lib/cjs/src/{dynamic-network → modules/ethereum/dynamic-network}/di/dynamicNetworkTypes.js +0 -0
- /package/lib/cjs/src/{dynamic-network → modules/ethereum/dynamic-network}/model/DynamicNetworkConfiguration.js +0 -0
- /package/lib/cjs/src/{external-plugin → modules/ethereum/external-plugin}/data/DAppDto.js +0 -0
- /package/lib/cjs/src/{external-plugin → modules/ethereum/external-plugin}/data/ExternalPluginDataSource.js +0 -0
- /package/lib/cjs/src/{external-plugin → modules/ethereum/external-plugin}/model/DappInfos.js +0 -0
- /package/lib/cjs/src/{external-plugin → modules/ethereum/external-plugin}/model/SelectorDetails.js +0 -0
- /package/lib/cjs/src/{gated-signing → modules/ethereum/gated-signing}/data/GatedDescriptorDataSource.js +0 -0
- /package/lib/cjs/src/{gated-signing → modules/ethereum/gated-signing}/data/dto/GatedDappsDto.js +0 -0
- /package/lib/cjs/src/{gated-signing → modules/ethereum/gated-signing}/di/gatedSigningTypes.js +0 -0
- /package/lib/cjs/src/{shared → modules/ethereum}/model/TypedDataClearSignContext.js +0 -0
- /package/lib/cjs/src/{shared → modules/ethereum}/model/TypedDataContext.js +0 -0
- /package/lib/cjs/src/{nft → modules/ethereum/nft}/data/HttpNftDataSource.test.js +0 -0
- /package/lib/cjs/src/{nft → modules/ethereum/nft}/data/NftDataSource.js +0 -0
- /package/lib/cjs/src/{proxy → modules/ethereum/proxy}/data/HttpSafeProxyDataSource.test.js +0 -0
- /package/lib/cjs/src/{proxy → modules/ethereum/proxy}/data/ProxyDataSource.js +0 -0
- /package/lib/cjs/src/{proxy → modules/ethereum/proxy}/data/dto/ProxyDelegateCallDto.js +0 -0
- /package/lib/cjs/src/{proxy → modules/ethereum/proxy}/data/dto/ProxyImplementationAddressDto.js +0 -0
- /package/lib/cjs/src/{proxy → modules/ethereum/proxy}/data/dto/SafeProxyImplementationAddressDto.js +0 -0
- /package/lib/cjs/src/{proxy → modules/ethereum/proxy}/di/proxyTypes.js +0 -0
- /package/lib/cjs/src/{proxy → modules/ethereum/proxy}/model/ProxyDelegateCall.js +0 -0
- /package/lib/cjs/src/{safe → modules/ethereum/safe}/data/SafeAccountDataSource.js +0 -0
- /package/lib/cjs/src/{safe → modules/ethereum/safe}/data/dto/SafeAccountDto.js +0 -0
- /package/lib/cjs/src/{safe → modules/ethereum/safe}/di/safeModuleFactory.test.js +0 -0
- /package/lib/cjs/src/{safe → modules/ethereum/safe}/di/safeTypes.js +0 -0
- /package/lib/cjs/src/{token → modules/ethereum/token}/data/TokenDataSource.js +0 -0
- /package/lib/cjs/src/{token → modules/ethereum/token}/data/TokenDto.js +0 -0
- /package/lib/cjs/src/{token → modules/ethereum/token}/di/tokenTypes.js +0 -0
- /package/lib/cjs/src/{trusted-name → modules/ethereum/trusted-name}/data/TrustedNameDataSource.js +0 -0
- /package/lib/cjs/src/{trusted-name → modules/ethereum/trusted-name}/data/TrustedNameDto.js +0 -0
- /package/lib/cjs/src/{trusted-name → modules/ethereum/trusted-name}/di/trustedNameTypes.js +0 -0
- /package/lib/cjs/src/{typed-data → modules/ethereum/typed-data}/data/FiltersDto.js +0 -0
- /package/lib/cjs/src/{typed-data → modules/ethereum/typed-data}/data/TypedDataDataSource.js +0 -0
- /package/lib/cjs/src/{typed-data → modules/ethereum/typed-data}/di/typedDataTypes.js +0 -0
- /package/lib/cjs/src/{uniswap → modules/ethereum/uniswap}/constants/uniswap.js +0 -0
- /package/lib/cjs/src/{uniswap → modules/ethereum/uniswap}/constants/weth.js +0 -0
- /package/lib/cjs/src/{uniswap → modules/ethereum/uniswap}/data/AbiDecoderDataSource.js +0 -0
- /package/lib/cjs/src/{uniswap → modules/ethereum/uniswap}/data/CommandDecoderDataSource.js +0 -0
- /package/lib/cjs/src/{uniswap → modules/ethereum/uniswap}/data/EthersAbiDecoderDataSource.js +0 -0
- /package/lib/cjs/src/{uniswap → modules/ethereum/uniswap}/data/EthersAbiDecoderDataSource.test.js +0 -0
- /package/lib/cjs/src/{uniswap → modules/ethereum/uniswap}/di/uniswapTypes.js +0 -0
- /package/lib/cjs/src/{pki → modules/multichain/pki}/data/PkiCertificateDataSource.js +0 -0
- /package/lib/cjs/src/{pki → modules/multichain/pki}/data/pkiDataSourceTypes.js +0 -0
- /package/lib/cjs/src/{pki → modules/multichain/pki}/di/pkiTypes.js +0 -0
- /package/lib/cjs/src/{pki → modules/multichain/pki}/domain/PkiCertificateLoader.js +0 -0
- /package/lib/cjs/src/{pki → modules/multichain/pki}/model/KeyId.js +0 -0
- /package/lib/cjs/src/{pki → modules/multichain/pki}/model/KeyUsage.js +0 -0
- /package/lib/cjs/src/{pki → modules/multichain/pki}/model/PkiCertificate.js +0 -0
- /package/lib/cjs/src/{pki → modules/multichain/pki}/model/PkiCertificateInfo.js +0 -0
- /package/lib/cjs/src/{reporter → modules/multichain/reporter}/data/BlindSigningReporterDatasource.js +0 -0
- /package/lib/cjs/src/{reporter → modules/multichain/reporter}/data/dto/BlindSigningEventDto.js +0 -0
- /package/lib/cjs/src/{reporter → modules/multichain/reporter}/di/reporterTypes.js +0 -0
- /package/lib/cjs/src/{reporter → modules/multichain/reporter}/domain/BlindSigningReporter.js +0 -0
- /package/lib/cjs/src/{reporter → modules/multichain/reporter}/model/BlindSigningEvent.js +0 -0
- /package/lib/cjs/src/{reporter → modules/multichain/reporter}/model/BlindSigningModelId.js +0 -0
- /package/lib/cjs/src/{network → shared/network}/di/networkTypes.js +0 -0
- /package/lib/esm/src/{account-ownership → modules/concordium/account-ownership}/data/AccountOwnershipDataSource.js +0 -0
- /package/lib/esm/src/{account-ownership → modules/concordium/account-ownership}/data/AccountOwnershipDataSource.js.map +0 -0
- /package/lib/esm/src/{account-ownership → modules/concordium/account-ownership}/data/AccountOwnershipError.js +0 -0
- /package/lib/esm/src/{account-ownership → modules/concordium/account-ownership}/data/dto/AccountOwnershipDto.js +0 -0
- /package/lib/esm/src/{account-ownership → modules/concordium/account-ownership}/data/dto/AccountOwnershipDto.js.map +0 -0
- /package/lib/esm/src/{account-ownership → modules/concordium/account-ownership}/di/accountOwnershipTypes.js +0 -0
- /package/lib/esm/src/{calldata → modules/ethereum/calldata}/data/CalldataDescriptorDataSource.js +0 -0
- /package/lib/esm/src/{calldata → modules/ethereum/calldata}/data/CalldataDescriptorDataSource.js.map +0 -0
- /package/lib/esm/src/{calldata → modules/ethereum/calldata}/data/dto/CalldataDto.js +0 -0
- /package/lib/esm/src/{calldata → modules/ethereum/calldata}/data/dto/CalldataDto.js.map +0 -0
- /package/lib/esm/src/{calldata → modules/ethereum/calldata}/di/calldataTypes.js +0 -0
- /package/lib/esm/src/{dynamic-network → modules/ethereum/dynamic-network}/data/DynamicNetworkDataSource.js +0 -0
- /package/lib/esm/src/{dynamic-network → modules/ethereum/dynamic-network}/data/DynamicNetworkDataSource.js.map +0 -0
- /package/lib/esm/src/{dynamic-network → modules/ethereum/dynamic-network}/data/HttpDynamicNetworkDataSource.test.js +0 -0
- /package/lib/esm/src/{dynamic-network → modules/ethereum/dynamic-network}/data/dto/DynamicNetworkApiResponseDto.js +0 -0
- /package/lib/esm/src/{dynamic-network → modules/ethereum/dynamic-network}/data/dto/DynamicNetworkApiResponseDto.js.map +0 -0
- /package/lib/esm/src/{dynamic-network → modules/ethereum/dynamic-network}/di/dynamicNetworkTypes.js +0 -0
- /package/lib/esm/src/{dynamic-network → modules/ethereum/dynamic-network}/model/DynamicNetworkConfiguration.js +0 -0
- /package/lib/esm/src/{dynamic-network → modules/ethereum/dynamic-network}/model/DynamicNetworkConfiguration.js.map +0 -0
- /package/lib/esm/src/{external-plugin → modules/ethereum/external-plugin}/data/DAppDto.js +0 -0
- /package/lib/esm/src/{external-plugin → modules/ethereum/external-plugin}/data/DAppDto.js.map +0 -0
- /package/lib/esm/src/{external-plugin → modules/ethereum/external-plugin}/data/ExternalPluginDataSource.js +0 -0
- /package/lib/esm/src/{external-plugin → modules/ethereum/external-plugin}/data/ExternalPluginDataSource.js.map +0 -0
- /package/lib/esm/src/{external-plugin → modules/ethereum/external-plugin}/model/DappInfos.js +0 -0
- /package/lib/esm/src/{external-plugin → modules/ethereum/external-plugin}/model/DappInfos.js.map +0 -0
- /package/lib/esm/src/{external-plugin → modules/ethereum/external-plugin}/model/SelectorDetails.js +0 -0
- /package/lib/esm/src/{external-plugin → modules/ethereum/external-plugin}/model/SelectorDetails.js.map +0 -0
- /package/lib/esm/src/{gated-signing → modules/ethereum/gated-signing}/data/GatedDescriptorDataSource.js +0 -0
- /package/lib/esm/src/{gated-signing → modules/ethereum/gated-signing}/data/GatedDescriptorDataSource.js.map +0 -0
- /package/lib/esm/src/{gated-signing → modules/ethereum/gated-signing}/data/dto/GatedDappsDto.js +0 -0
- /package/lib/esm/src/{gated-signing → modules/ethereum/gated-signing}/data/dto/GatedDappsDto.js.map +0 -0
- /package/lib/esm/src/{gated-signing → modules/ethereum/gated-signing}/di/gatedSigningTypes.js +0 -0
- /package/lib/esm/src/{shared → modules/ethereum}/model/TypedDataClearSignContext.js +0 -0
- /package/lib/esm/src/{shared → modules/ethereum}/model/TypedDataContext.js +0 -0
- /package/lib/esm/src/{shared → modules/ethereum}/model/TypedDataContext.js.map +0 -0
- /package/lib/esm/src/{nft → modules/ethereum/nft}/data/HttpNftDataSource.test.js +0 -0
- /package/lib/esm/src/{nft → modules/ethereum/nft}/data/NftDataSource.js +0 -0
- /package/lib/esm/src/{nft → modules/ethereum/nft}/data/NftDataSource.js.map +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/HttpSafeProxyDataSource.test.js +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/ProxyDataSource.js +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/ProxyDataSource.js.map +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/dto/ProxyDelegateCallDto.js +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/dto/ProxyDelegateCallDto.js.map +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/dto/ProxyImplementationAddressDto.js +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/dto/ProxyImplementationAddressDto.js.map +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/dto/SafeProxyImplementationAddressDto.js +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/dto/SafeProxyImplementationAddressDto.js.map +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/di/proxyTypes.js +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/model/ProxyDelegateCall.js +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/model/ProxyDelegateCall.js.map +0 -0
- /package/lib/esm/src/{safe → modules/ethereum/safe}/data/SafeAccountDataSource.js +0 -0
- /package/lib/esm/src/{safe → modules/ethereum/safe}/data/SafeAccountDataSource.js.map +0 -0
- /package/lib/esm/src/{safe → modules/ethereum/safe}/data/dto/SafeAccountDto.js +0 -0
- /package/lib/esm/src/{safe → modules/ethereum/safe}/data/dto/SafeAccountDto.js.map +0 -0
- /package/lib/esm/src/{safe → modules/ethereum/safe}/di/safeModuleFactory.test.js +0 -0
- /package/lib/esm/src/{safe → modules/ethereum/safe}/di/safeTypes.js +0 -0
- /package/lib/esm/src/{token → modules/ethereum/token}/data/TokenDataSource.js +0 -0
- /package/lib/esm/src/{token → modules/ethereum/token}/data/TokenDataSource.js.map +0 -0
- /package/lib/esm/src/{token → modules/ethereum/token}/data/TokenDto.js +0 -0
- /package/lib/esm/src/{token → modules/ethereum/token}/data/TokenDto.js.map +0 -0
- /package/lib/esm/src/{token → modules/ethereum/token}/di/tokenTypes.js +0 -0
- /package/lib/esm/src/{trusted-name → modules/ethereum/trusted-name}/data/TrustedNameDataSource.js +0 -0
- /package/lib/esm/src/{trusted-name → modules/ethereum/trusted-name}/data/TrustedNameDataSource.js.map +0 -0
- /package/lib/esm/src/{trusted-name → modules/ethereum/trusted-name}/data/TrustedNameDto.js +0 -0
- /package/lib/esm/src/{trusted-name → modules/ethereum/trusted-name}/data/TrustedNameDto.js.map +0 -0
- /package/lib/esm/src/{trusted-name → modules/ethereum/trusted-name}/di/trustedNameTypes.js +0 -0
- /package/lib/esm/src/{typed-data → modules/ethereum/typed-data}/data/FiltersDto.js +0 -0
- /package/lib/esm/src/{typed-data → modules/ethereum/typed-data}/data/FiltersDto.js.map +0 -0
- /package/lib/esm/src/{typed-data → modules/ethereum/typed-data}/data/TypedDataDataSource.js +0 -0
- /package/lib/esm/src/{typed-data → modules/ethereum/typed-data}/data/TypedDataDataSource.js.map +0 -0
- /package/lib/esm/src/{typed-data → modules/ethereum/typed-data}/di/typedDataTypes.js +0 -0
- /package/lib/esm/src/{typed-data → modules/ethereum/typed-data}/domain/TypedDataContextLoader.js +0 -0
- /package/lib/esm/src/{typed-data → modules/ethereum/typed-data}/domain/TypedDataContextLoader.js.map +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/constants/uniswap.js +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/constants/weth.js +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/data/AbiDecoderDataSource.js +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/data/AbiDecoderDataSource.js.map +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/data/CommandDecoderDataSource.js +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/data/CommandDecoderDataSource.js.map +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/data/EthersAbiDecoderDataSource.js +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/data/EthersAbiDecoderDataSource.test.js +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/di/uniswapTypes.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/data/PkiCertificateDataSource.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/data/PkiCertificateDataSource.js.map +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/data/pkiDataSourceTypes.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/data/pkiDataSourceTypes.js.map +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/di/pkiTypes.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/domain/PkiCertificateLoader.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/domain/PkiCertificateLoader.js.map +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/model/KeyId.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/model/KeyUsage.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/model/PkiCertificate.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/model/PkiCertificate.js.map +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/model/PkiCertificateInfo.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/model/PkiCertificateInfo.js.map +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/data/BlindSigningReporterDatasource.js +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/data/BlindSigningReporterDatasource.js.map +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/data/dto/BlindSigningEventDto.js +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/data/dto/BlindSigningEventDto.js.map +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/di/reporterTypes.js +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/domain/BlindSigningReporter.js +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/domain/BlindSigningReporter.js.map +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/model/BlindSigningEvent.js +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/model/BlindSigningModelId.js +0 -0
- /package/lib/esm/src/{transaction-check → modules/multichain/transaction-check}/data/TransactionCheckDataSource.js +0 -0
- /package/lib/esm/src/{transaction-check → modules/multichain/transaction-check}/data/TransactionCheckDataSource.js.map +0 -0
- /package/lib/esm/src/{shared/model/SolanaTransactionContext.js.map → modules/multichain/transaction-check/data/dto/TransactionCheckResponseDto.js.map} +0 -0
- /package/lib/esm/src/{signing-tracker/data/SigningTrackerDataSource.js.map → modules/multichain/transaction-check/loaders/TransactionCheckLoader.js.map} +0 -0
- /package/lib/esm/src/{solana/data/SolanaDataSource.js.map → modules/solana/lifi/data/LifiDataSource.js.map} +0 -0
- /package/lib/esm/src/{solana/domain/SolanaContextLoader.js.map → modules/solana/model/SolanaContextTypes.js.map} +0 -0
- /package/lib/esm/src/{solana/domain/solanaContextTypes.js.map → modules/solana/model/SolanaPayloads.js.map} +0 -0
- /package/lib/esm/src/{shared → modules/solana}/model/SolanaTransactionContext.js +0 -0
- /package/lib/esm/src/{solanaLifi/data/SolanaLifiDataSource.js.map → modules/solana/model/SolanaTransactionContext.js.map} +0 -0
- /package/lib/esm/src/{solanaToken/data/SolanaTokenDataSource.js.map → modules/solana/owner-info/data/OwnerInfoDataSource.js.map} +0 -0
- /package/lib/esm/src/{solana → modules/solana/owner-info}/domain/solanaContextTypes.js +0 -0
- /package/lib/esm/src/{transaction-check/data/TypedDataCheckDataSource.js.map → modules/solana/owner-info/domain/solanaContextTypes.js.map} +0 -0
- /package/lib/esm/src/{transaction-check/data/dto/TransactionCheckDto.js.map → modules/solana/token/data/TokenDataSource.js.map} +0 -0
- /package/lib/esm/src/{network → shared/network}/di/networkTypes.js +0 -0
- /package/lib/types/src/{account-ownership → modules/concordium/account-ownership}/data/AccountOwnershipDataSource.d.ts +0 -0
- /package/lib/types/src/{account-ownership → modules/concordium/account-ownership}/data/AccountOwnershipError.d.ts +0 -0
- /package/lib/types/src/{account-ownership → modules/concordium/account-ownership}/data/HttpAccountOwnershipDataSource.test.d.ts +0 -0
- /package/lib/types/src/{account-ownership → modules/concordium/account-ownership}/data/dto/AccountOwnershipDto.d.ts +0 -0
- /package/lib/types/src/{account-ownership → modules/concordium/account-ownership}/di/accountOwnershipModuleFactory.d.ts +0 -0
- /package/lib/types/src/{account-ownership → modules/concordium/account-ownership}/di/accountOwnershipTypes.d.ts +0 -0
- /package/lib/types/src/{account-ownership → modules/concordium/account-ownership}/domain/AccountOwnershipContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{calldata → modules/ethereum/calldata}/data/HttpCalldataDescriptorDataSource.test.d.ts +0 -0
- /package/lib/types/src/{calldata → modules/ethereum/calldata}/data/dto/CalldataDto.d.ts +0 -0
- /package/lib/types/src/{calldata → modules/ethereum/calldata}/di/calldataModuleFactory.d.ts +0 -0
- /package/lib/types/src/{calldata → modules/ethereum/calldata}/di/calldataTypes.d.ts +0 -0
- /package/lib/types/src/{calldata → modules/ethereum/calldata}/domain/CalldataContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{dynamic-network → modules/ethereum/dynamic-network}/data/HttpDynamicNetworkDataSource.test.d.ts +0 -0
- /package/lib/types/src/{dynamic-network → modules/ethereum/dynamic-network}/data/dto/DynamicNetworkApiResponseDto.d.ts +0 -0
- /package/lib/types/src/{dynamic-network → modules/ethereum/dynamic-network}/di/dynamicNetworkModuleFactory.d.ts +0 -0
- /package/lib/types/src/{dynamic-network → modules/ethereum/dynamic-network}/di/dynamicNetworkTypes.d.ts +0 -0
- /package/lib/types/src/{dynamic-network → modules/ethereum/dynamic-network}/domain/DynamicNetworkContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{dynamic-network → modules/ethereum/dynamic-network}/model/DynamicNetworkConfiguration.d.ts +0 -0
- /package/lib/types/src/{external-plugin → modules/ethereum/external-plugin}/data/DAppDto.d.ts +0 -0
- /package/lib/types/src/{external-plugin → modules/ethereum/external-plugin}/data/HttpExternalPluginDataSource.test.d.ts +0 -0
- /package/lib/types/src/{external-plugin → modules/ethereum/external-plugin}/di/externalPluginModuleFactory.d.ts +0 -0
- /package/lib/types/src/{external-plugin → modules/ethereum/external-plugin}/di/externalPluginTypes.d.ts +0 -0
- /package/lib/types/src/{external-plugin → modules/ethereum/external-plugin}/domain/ExternalPluginContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{external-plugin → modules/ethereum/external-plugin}/model/SelectorDetails.d.ts +0 -0
- /package/lib/types/src/{gated-signing → modules/ethereum/gated-signing}/data/GatedDescriptorDataSource.d.ts +0 -0
- /package/lib/types/src/{gated-signing → modules/ethereum/gated-signing}/data/HttpGatedDescriptorDataSource.test.d.ts +0 -0
- /package/lib/types/src/{gated-signing → modules/ethereum/gated-signing}/data/dto/GatedDappsDto.d.ts +0 -0
- /package/lib/types/src/{gated-signing → modules/ethereum/gated-signing}/di/gatedSigningModuleFactory.d.ts +0 -0
- /package/lib/types/src/{gated-signing → modules/ethereum/gated-signing}/di/gatedSigningTypes.d.ts +0 -0
- /package/lib/types/src/{gated-signing → modules/ethereum/gated-signing}/domain/GatedSigningContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{gated-signing → modules/ethereum/gated-signing}/domain/GatedSigningTypedDataContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{shared → modules/ethereum}/model/TypedDataContext.d.ts +0 -0
- /package/lib/types/src/{nft → modules/ethereum/nft}/data/HttpNftDataSource.test.d.ts +0 -0
- /package/lib/types/src/{nft → modules/ethereum/nft}/data/NftDataSource.d.ts +0 -0
- /package/lib/types/src/{nft → modules/ethereum/nft}/di/nftModuleFactory.d.ts +0 -0
- /package/lib/types/src/{nft → modules/ethereum/nft}/di/nftTypes.d.ts +0 -0
- /package/lib/types/src/{nft → modules/ethereum/nft}/domain/NftContextFieldLoader.test.d.ts +0 -0
- /package/lib/types/src/{nft → modules/ethereum/nft}/domain/NftContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/data/HttpProxyDataSource.test.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/data/HttpSafeProxyDataSource.test.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/data/ProxyDataSource.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/data/dto/ProxyDelegateCallDto.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/data/dto/ProxyImplementationAddressDto.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/data/dto/SafeProxyImplementationAddressDto.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/di/proxyModuleFactory.test.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/di/proxyTypes.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/domain/ProxyContextFieldLoader.test.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/model/ProxyDelegateCall.d.ts +0 -0
- /package/lib/types/src/{safe → modules/ethereum/safe}/data/HttpSafeAccountDataSource.test.d.ts +0 -0
- /package/lib/types/src/{safe → modules/ethereum/safe}/data/SafeAccountDataSource.d.ts +0 -0
- /package/lib/types/src/{safe → modules/ethereum/safe}/data/dto/SafeAccountDto.d.ts +0 -0
- /package/lib/types/src/{safe → modules/ethereum/safe}/di/safeModuleFactory.d.ts +0 -0
- /package/lib/types/src/{safe → modules/ethereum/safe}/di/safeModuleFactory.test.d.ts +0 -0
- /package/lib/types/src/{safe → modules/ethereum/safe}/di/safeTypes.d.ts +0 -0
- /package/lib/types/src/{safe → modules/ethereum/safe}/domain/SafeAddressLoader.test.d.ts +0 -0
- /package/lib/types/src/{token → modules/ethereum/token}/data/HttpTokenDataSource.test.d.ts +0 -0
- /package/lib/types/src/{token → modules/ethereum/token}/data/TokenDataSource.d.ts +0 -0
- /package/lib/types/src/{token → modules/ethereum/token}/data/TokenDto.d.ts +0 -0
- /package/lib/types/src/{token → modules/ethereum/token}/di/tokenModuleFactory.d.ts +0 -0
- /package/lib/types/src/{token → modules/ethereum/token}/di/tokenTypes.d.ts +0 -0
- /package/lib/types/src/{token → modules/ethereum/token}/domain/TokenContextFieldLoader.test.d.ts +0 -0
- /package/lib/types/src/{token → modules/ethereum/token}/domain/TokenContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{trusted-name → modules/ethereum/trusted-name}/data/HttpTrustedNameDataSource.test.d.ts +0 -0
- /package/lib/types/src/{trusted-name → modules/ethereum/trusted-name}/data/TrustedNameDataSource.d.ts +0 -0
- /package/lib/types/src/{trusted-name → modules/ethereum/trusted-name}/data/TrustedNameDto.d.ts +0 -0
- /package/lib/types/src/{trusted-name → modules/ethereum/trusted-name}/di/trustedNameTypes.d.ts +0 -0
- /package/lib/types/src/{trusted-name → modules/ethereum/trusted-name}/domain/TrustedNameContextFieldLoader.test.d.ts +0 -0
- /package/lib/types/src/{trusted-name → modules/ethereum/trusted-name}/domain/TrustedNameContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{typed-data → modules/ethereum/typed-data}/data/FiltersDto.d.ts +0 -0
- /package/lib/types/src/{typed-data → modules/ethereum/typed-data}/data/HttpTypedDataDataSource.test.d.ts +0 -0
- /package/lib/types/src/{typed-data → modules/ethereum/typed-data}/di/typedDataModuleFactory.d.ts +0 -0
- /package/lib/types/src/{typed-data → modules/ethereum/typed-data}/di/typedDataTypes.d.ts +0 -0
- /package/lib/types/src/{typed-data → modules/ethereum/typed-data}/domain/DefaultTypedDataContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{typed-data → modules/ethereum/typed-data}/utils/getSchemaHash.test.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/constants/uniswap.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/constants/weth.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/data/AbiDecoderDataSource.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/data/DefaultCommandDecoderDataSource.test.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/data/EthersAbiDecoderDataSource.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/data/EthersAbiDecoderDataSource.test.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/di/uniswapModuleFactory.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/di/uniswapTypes.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/domain/UniswapContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/data/HttpPkiCertificateDataSource.test.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/data/pkiDataSourceTypes.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/di/pkiModuleFactory.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/di/pkiTypes.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/domain/DefaultPkiCertificateLoader.test.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/model/KeyId.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/model/KeyUsage.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/model/PkiCertificate.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/model/PkiCertificateInfo.d.ts +0 -0
- /package/lib/types/src/{reporter → modules/multichain/reporter}/data/HttpBlindSigningReporterDatasource.test.d.ts +0 -0
- /package/lib/types/src/{reporter → modules/multichain/reporter}/di/reporterModuleFactory.d.ts +0 -0
- /package/lib/types/src/{reporter → modules/multichain/reporter}/di/reporterTypes.d.ts +0 -0
- /package/lib/types/src/{reporter → modules/multichain/reporter}/domain/DefaultBlindSigningReporter.test.d.ts +0 -0
- /package/lib/types/src/{reporter → modules/multichain/reporter}/model/BlindSigningEvent.d.ts +0 -0
- /package/lib/types/src/{reporter → modules/multichain/reporter}/model/BlindSigningModelId.d.ts +0 -0
- /package/lib/types/src/{transaction-check → modules/multichain/transaction-check}/data/HttpTransactionCheckDataSource.test.d.ts +0 -0
- /package/lib/types/src/{network → shared/network}/di/networkTypes.d.ts +0 -0
- /package/lib/types/src/{network → shared/network}/networkClientFactory.test.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProxyContextFieldLoader.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProxyDelegateCall.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/proxy/model/ProxyDelegateCall.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DmkNetworkClient } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import { type Either } from "purify-ts";
|
|
3
|
+
import { type ContextModuleServiceConfig } from "../../../../config/model/ContextModuleConfig";
|
|
4
|
+
import { type GetSafeAccountParams, type GetSafeAccountResponse, type SafeAccountDataSource } from "./SafeAccountDataSource";
|
|
5
|
+
export declare class HttpSafeAccountDataSource implements SafeAccountDataSource {
|
|
6
|
+
private readonly config;
|
|
7
|
+
private readonly http;
|
|
8
|
+
constructor(config: ContextModuleServiceConfig, http: DmkNetworkClient);
|
|
9
|
+
getDescriptors({ safeContractAddress, chainId, challenge, }: GetSafeAccountParams): Promise<Either<Error, GetSafeAccountResponse>>;
|
|
10
|
+
private isSafeAccountDto;
|
|
11
|
+
private isSafeDescriptorDto;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=HttpSafeAccountDataSource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpSafeAccountDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/safe/data/HttpSafeAccountDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAEnE,OAAO,EAAE,KAAK,MAAM,EAAe,MAAM,WAAW,CAAC;AAGrD,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AAIrF,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC3B,MAAM,yBAAyB,CAAC;AAEjC,qBAAa,yBAA0B,YAAW,qBAAqB;IAGnE,OAAO,CAAC,QAAQ,CAAC,MAAM;IAEvB,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAFJ,MAAM,EAAE,0BAA0B,EAElC,IAAI,EAAE,gBAAgB;IAGnC,cAAc,CAAC,EACnB,mBAAmB,EACnB,OAAO,EACP,SAAS,GACV,EAAE,oBAAoB,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,sBAAsB,CAAC,CAAC;IA4CxE,OAAO,CAAC,gBAAgB;IAaxB,OAAO,CAAC,mBAAmB;CAY5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpSafeAccountDataSource.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/safe/data/HttpSafeAccountDataSource.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SafeAccountDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/safe/data/SafeAccountDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,WAAW,CAAC;AAExC,MAAM,MAAM,oBAAoB,GAAG;IACjC,mBAAmB,EAAE,UAAU,CAAC;IAChC,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,OAAO,EAAE,cAAc,CAAC;IACxB,OAAO,EAAE,cAAc,CAAC;CACzB,CAAC;AAEF,MAAM,WAAW,qBAAqB;IACpC,cAAc,CACZ,MAAM,EAAE,oBAAoB,GAC3B,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,sBAAsB,CAAC,CAAC,CAAC;CACnD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SafeAccountDto.d.ts","sourceRoot":"","sources":["../../../../../../../../src/modules/ethereum/safe/data/dto/SafeAccountDto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IAC3B,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,iBAAiB,EAAE,iBAAiB,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"safeModuleFactory.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/safe/di/safeModuleFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAO5C,eAAO,MAAM,iBAAiB,uBAI1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"safeModuleFactory.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/safe/di/safeModuleFactory.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"safeTypes.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/safe/di/safeTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;CAGrB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DeviceModelId, HexaString } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import type { SafeAccountDataSource } from "../../../../modules/ethereum/safe/data/SafeAccountDataSource";
|
|
3
|
+
import { type PkiCertificateLoader } from "../../../../modules/multichain/pki/domain/PkiCertificateLoader";
|
|
4
|
+
import { ContextLoader } from "../../../../shared/domain/ContextLoader";
|
|
5
|
+
import { ClearSignContext, ClearSignContextType } from "../../../../shared/model/ClearSignContext";
|
|
6
|
+
export type SafeAddressContextInput = {
|
|
7
|
+
safeContractAddress: HexaString;
|
|
8
|
+
chainId: number;
|
|
9
|
+
deviceModelId: DeviceModelId;
|
|
10
|
+
challenge: string;
|
|
11
|
+
};
|
|
12
|
+
export declare class SafeAddressLoader implements ContextLoader<SafeAddressContextInput> {
|
|
13
|
+
private readonly _dataSource;
|
|
14
|
+
private readonly _certificateLoader;
|
|
15
|
+
constructor(_dataSource: SafeAccountDataSource, _certificateLoader: PkiCertificateLoader);
|
|
16
|
+
canHandle(input: unknown, expectedTypes: ClearSignContextType[]): input is SafeAddressContextInput;
|
|
17
|
+
load({ safeContractAddress, chainId, deviceModelId, challenge, }: SafeAddressContextInput): Promise<ClearSignContext[]>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=SafeAddressLoader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SafeAddressLoader.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/safe/domain/SafeAddressLoader.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,UAAU,EAEX,MAAM,iCAAiC,CAAC;AAGzC,OAAO,KAAK,EAEV,qBAAqB,EACtB,MAAM,oDAAoD,CAAC;AAG5D,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AACjG,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AAEzC,MAAM,MAAM,uBAAuB,GAAG;IACpC,mBAAmB,EAAE,UAAU,CAAC;IAChC,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,aAAa,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAOF,qBACa,iBACX,YAAW,aAAa,CAAC,uBAAuB,CAAC;IAI/C,OAAO,CAAC,QAAQ,CAAC,WAAW;IAE5B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;gBAFlB,WAAW,EAAE,qBAAqB,EAElC,kBAAkB,EAAE,oBAAoB;IAG3D,SAAS,CACP,KAAK,EAAE,OAAO,EACd,aAAa,EAAE,oBAAoB,EAAE,GACpC,KAAK,IAAI,uBAAuB;IAkB7B,IAAI,CAAC,EACT,mBAAmB,EACnB,OAAO,EACP,aAAa,EACb,SAAS,GACV,EAAE,uBAAuB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;CAwCzD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SafeAddressLoader.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/safe/domain/SafeAddressLoader.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DmkNetworkClient } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import { Either } from "purify-ts";
|
|
3
|
+
import type { ContextModuleServiceConfig } from "../../../../config/model/ContextModuleConfig";
|
|
4
|
+
import { GetTokenInfosParams, TokenDataSource } from "./TokenDataSource";
|
|
5
|
+
export declare class HttpTokenDataSource implements TokenDataSource {
|
|
6
|
+
private readonly config;
|
|
7
|
+
private readonly http;
|
|
8
|
+
constructor(config: ContextModuleServiceConfig, http: DmkNetworkClient);
|
|
9
|
+
getTokenInfosPayload({ chainId, address, }: GetTokenInfosParams): Promise<Either<Error, string>>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=HttpTokenDataSource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpTokenDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/token/data/HttpTokenDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAEnE,OAAO,EAAE,MAAM,EAAe,MAAM,WAAW,CAAC;AAGhD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AAGrF,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGzE,qBACa,mBAAoB,YAAW,eAAe;IAGvD,OAAO,CAAC,QAAQ,CAAC,MAAM;IAEvB,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAFJ,MAAM,EAAE,0BAA0B,EAElC,IAAI,EAAE,gBAAgB;IAG5B,oBAAoB,CAAC,EAChC,OAAO,EACP,OAAO,GACR,EAAE,mBAAmB,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;CAsDxD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpTokenDataSource.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/token/data/HttpTokenDataSource.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/token/data/TokenDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,WAAW,CAAC;AAExC,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,WAAW,eAAe;IAC9B,oBAAoB,CAClB,MAAM,EAAE,mBAAmB,GAC1B,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC;CACnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenDto.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/token/data/TokenDto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GACvB;IACE,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,GACD;IACE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEN,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,eAAe,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,eAAe,CAAC;CAC7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tokenModuleFactory.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/token/di/tokenModuleFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAO5C,eAAO,MAAM,kBAAkB,uBAK3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tokenTypes.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/token/di/tokenTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;CAItB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { DeviceModelId } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import { type TokenDataSource } from "../../../../modules/ethereum/token/data/TokenDataSource";
|
|
3
|
+
import { type PkiCertificateLoader } from "../../../../modules/multichain/pki/domain/PkiCertificateLoader";
|
|
4
|
+
import { type ContextFieldLoader } from "../../../../shared/domain/ContextFieldLoader";
|
|
5
|
+
import { type ClearSignContext, ClearSignContextType } from "../../../../shared/model/ClearSignContext";
|
|
6
|
+
export type TokenFieldInput = {
|
|
7
|
+
chainId: number;
|
|
8
|
+
address: string;
|
|
9
|
+
deviceModelId: DeviceModelId;
|
|
10
|
+
};
|
|
11
|
+
export declare class TokenContextFieldLoader implements ContextFieldLoader<TokenFieldInput> {
|
|
12
|
+
private _dataSource;
|
|
13
|
+
private _certificateLoader;
|
|
14
|
+
constructor(_dataSource: TokenDataSource, _certificateLoader: PkiCertificateLoader);
|
|
15
|
+
canHandle(input: unknown, expectedType: ClearSignContextType): input is TokenFieldInput;
|
|
16
|
+
loadField(input: TokenFieldInput): Promise<ClearSignContext>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=TokenContextFieldLoader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenContextFieldLoader.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/token/domain/TokenContextFieldLoader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAGhE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAGrF,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAGjG,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EACL,KAAK,gBAAgB,EACrB,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AAEzC,MAAM,MAAM,eAAe,GAAG;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,aAAa,CAAC;CAC9B,CAAC;AAEF,qBACa,uBACX,YAAW,kBAAkB,CAAC,eAAe,CAAC;IAI5C,OAAO,CAAC,WAAW;IAEnB,OAAO,CAAC,kBAAkB;gBAFlB,WAAW,EAAE,eAAe,EAE5B,kBAAkB,EAAE,oBAAoB;IAGlD,SAAS,CACP,KAAK,EAAE,OAAO,EACd,YAAY,EAAE,oBAAoB,GACjC,KAAK,IAAI,eAAe;IAYrB,SAAS,CAAC,KAAK,EAAE,eAAe,GAAG,OAAO,CAAC,gBAAgB,CAAC;CAyBnE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenContextFieldLoader.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/token/domain/TokenContextFieldLoader.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { HexaString, LoggerPublisherService } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import type { TokenDataSource } from "../../../../modules/ethereum/token/data/TokenDataSource";
|
|
3
|
+
import { ContextLoader } from "../../../../shared/domain/ContextLoader";
|
|
4
|
+
import { ClearSignContext, ClearSignContextType } from "../../../../shared/model/ClearSignContext";
|
|
5
|
+
export declare enum ERC20_SUPPORTED_SELECTORS {
|
|
6
|
+
Approve = "0x095ea7b3",
|
|
7
|
+
Transfer = "0xa9059cbb"
|
|
8
|
+
}
|
|
9
|
+
export type TokenContextInput = {
|
|
10
|
+
to: HexaString;
|
|
11
|
+
selector: HexaString;
|
|
12
|
+
chainId: number;
|
|
13
|
+
};
|
|
14
|
+
export declare class TokenContextLoader implements ContextLoader<TokenContextInput> {
|
|
15
|
+
private _dataSource;
|
|
16
|
+
private logger;
|
|
17
|
+
constructor(dataSource: TokenDataSource, loggerFactory: (tag: string) => LoggerPublisherService);
|
|
18
|
+
canHandle(input: unknown, expectedTypes: ClearSignContextType[]): input is TokenContextInput;
|
|
19
|
+
load(input: TokenContextInput): Promise<ClearSignContext[]>;
|
|
20
|
+
private isSelectorSupported;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=TokenContextLoader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenContextLoader.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/token/domain/TokenContextLoader.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EAEV,sBAAsB,EACvB,MAAM,iCAAiC,CAAC;AAIzC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAErF,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AAEzC,oBAAY,yBAAyB;IACnC,OAAO,eAAe;IACtB,QAAQ,eAAe;CACxB;AAUD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,EAAE,EAAE,UAAU,CAAC;IACf,QAAQ,EAAE,UAAU,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,qBACa,kBAAmB,YAAW,aAAa,CAAC,iBAAiB,CAAC;IACzE,OAAO,CAAC,WAAW,CAAkB;IACrC,OAAO,CAAC,MAAM,CAAyB;gBAIrC,UAAU,EAAE,eAAe,EAE3B,aAAa,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,sBAAsB;IAMxD,SAAS,CACP,KAAK,EAAE,OAAO,EACd,aAAa,EAAE,oBAAoB,EAAE,GACpC,KAAK,IAAI,iBAAiB;IAgBvB,IAAI,CAAC,KAAK,EAAE,iBAAiB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAyBjE,OAAO,CAAC,mBAAmB;CAG5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenContextLoader.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/token/domain/TokenContextLoader.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { DmkNetworkClient } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import { Either } from "purify-ts";
|
|
3
|
+
import type { ContextModuleServiceConfig } from "../../../../config/model/ContextModuleConfig";
|
|
4
|
+
import { GetDomainNameInfosParams, GetTrustedNameInfosParams, TrustedNameDataSource, TrustedNamePayload } from "../../../../modules/ethereum/trusted-name/data/TrustedNameDataSource";
|
|
5
|
+
export declare class HttpTrustedNameDataSource implements TrustedNameDataSource {
|
|
6
|
+
private readonly config;
|
|
7
|
+
private readonly http;
|
|
8
|
+
constructor(config: ContextModuleServiceConfig, networkClient?: DmkNetworkClient);
|
|
9
|
+
getDomainNamePayload({ chainId, domain, challenge, }: GetDomainNameInfosParams): Promise<Either<Error, TrustedNamePayload>>;
|
|
10
|
+
getTrustedNamePayload({ chainId, address, challenge, sources, types, }: GetTrustedNameInfosParams): Promise<Either<Error, TrustedNamePayload>>;
|
|
11
|
+
private formatTrustedName;
|
|
12
|
+
/**
|
|
13
|
+
* Type guard to validate ProxyDelegateCallDto
|
|
14
|
+
*/
|
|
15
|
+
private isTrustedNameDto;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=HttpTrustedNameDataSource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpTrustedNameDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAEnE,OAAO,EAAE,MAAM,EAAe,MAAM,WAAW,CAAC;AAGhD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AACrF,OAAO,EACL,wBAAwB,EACxB,yBAAyB,EACzB,qBAAqB,EACrB,kBAAkB,EACnB,MAAM,4DAA4D,CAAC;AAMpE,qBACa,yBAA0B,YAAW,qBAAqB;IAInE,OAAO,CAAC,QAAQ,CAAC,MAAM;IAHzB,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAmB;gBAGrB,MAAM,EAAE,0BAA0B,EAEnD,aAAa,CAAC,EAAE,gBAAgB;IAKrB,oBAAoB,CAAC,EAChC,OAAO,EACP,MAAM,EACN,SAAS,GACV,EAAE,wBAAwB,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,kBAAkB,CAAC,CAAC;IA0C3D,qBAAqB,CAAC,EACjC,OAAO,EACP,OAAO,EACP,SAAS,EACT,OAAO,EACP,KAAK,GACN,EAAE,yBAAyB,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,kBAAkB,CAAC,CAAC;IA+DzE,OAAO,CAAC,iBAAiB;IAUzB;;OAEG;IACH,OAAO,CAAC,gBAAgB;CAiBzB"}
|
package/lib/types/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.test.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpTrustedNameDataSource.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TrustedNameDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/trusted-name/data/TrustedNameDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAE/C,MAAM,MAAM,wBAAwB,GAAG;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,WAAW,qBAAqB;IACpC,oBAAoB,CAClB,MAAM,EAAE,wBAAwB,GAC/B,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,kBAAkB,CAAC,CAAC,CAAC;IAE9C,qBAAqB,CACnB,MAAM,EAAE,yBAAyB,GAChC,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,kBAAkB,CAAC,CAAC,CAAC;CAC/C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TrustedNameDto.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/trusted-name/data/TrustedNameDto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,qBAAqB,CAAC;CACnC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,gBAAgB,EAAE,qBAAqB,CAAC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ContainerModule } from "inversify";
|
|
2
|
+
import { type TrustedNameDataSource } from "../../../../modules/ethereum/trusted-name/data/TrustedNameDataSource";
|
|
3
|
+
export declare const trustedNameModuleFactory: (customTrustedNameDataSource?: TrustedNameDataSource) => ContainerModule;
|
|
4
|
+
//# sourceMappingURL=trustedNameModuleFactory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trustedNameModuleFactory.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/trusted-name/di/trustedNameModuleFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAG5C,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,4DAA4D,CAAC;AAKxG,eAAO,MAAM,wBAAwB,GACnC,8BAA8B,qBAAqB,oBAkBjD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trustedNameTypes.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/trusted-name/di/trustedNameTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;;CAI5B,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { DeviceModelId } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import * as TrustedNameDataSource from "../../../../modules/ethereum/trusted-name/data/TrustedNameDataSource";
|
|
3
|
+
import { type PkiCertificateLoader } from "../../../../modules/multichain/pki/domain/PkiCertificateLoader";
|
|
4
|
+
import { ContextFieldLoader } from "../../../../shared/domain/ContextFieldLoader";
|
|
5
|
+
import { ClearSignContext, ClearSignContextType } from "../../../../shared/model/ClearSignContext";
|
|
6
|
+
type TrustedNameFieldInput = {
|
|
7
|
+
chainId: number;
|
|
8
|
+
address: string;
|
|
9
|
+
challenge: string;
|
|
10
|
+
types: string[];
|
|
11
|
+
sources: string[];
|
|
12
|
+
deviceModelId: DeviceModelId;
|
|
13
|
+
};
|
|
14
|
+
export declare class TrustedNameContextFieldLoader implements ContextFieldLoader<TrustedNameFieldInput> {
|
|
15
|
+
private _dataSource;
|
|
16
|
+
private _certificateLoader;
|
|
17
|
+
constructor(_dataSource: TrustedNameDataSource.TrustedNameDataSource, _certificateLoader: PkiCertificateLoader);
|
|
18
|
+
canHandle(input: unknown, expectedType: ClearSignContextType): input is TrustedNameFieldInput;
|
|
19
|
+
loadField(input: TrustedNameFieldInput): Promise<ClearSignContext>;
|
|
20
|
+
}
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=TrustedNameContextFieldLoader.d.ts.map
|
package/lib/types/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TrustedNameContextFieldLoader.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAGhE,OAAO,KAAK,qBAAqB,MAAM,4DAA4D,CAAC;AAGpG,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AACjG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AAEzC,KAAK,qBAAqB,GAAG;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,aAAa,EAAE,aAAa,CAAC;CAC9B,CAAC;AAEF,qBACa,6BACX,YAAW,kBAAkB,CAAC,qBAAqB,CAAC;IAIlD,OAAO,CAAC,WAAW;IAEnB,OAAO,CAAC,kBAAkB;gBAFlB,WAAW,EAAE,qBAAqB,CAAC,qBAAqB,EAExD,kBAAkB,EAAE,oBAAoB;IAGlD,SAAS,CACP,KAAK,EAAE,OAAO,EACd,YAAY,EAAE,oBAAoB,GACjC,KAAK,IAAI,qBAAqB;IAe3B,SAAS,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO,CAAC,gBAAgB,CAAC;CA4BzE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TrustedNameContextFieldLoader.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DeviceModelId, LoggerPublisherService } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import type { TrustedNameDataSource } from "../../../../modules/ethereum/trusted-name/data/TrustedNameDataSource";
|
|
3
|
+
import { type PkiCertificateLoader } from "../../../../modules/multichain/pki/domain/PkiCertificateLoader";
|
|
4
|
+
import { ContextLoader } from "../../../../shared/domain/ContextLoader";
|
|
5
|
+
import { ClearSignContext, ClearSignContextType } from "../../../../shared/model/ClearSignContext";
|
|
6
|
+
export type TrustedNameContextInput = {
|
|
7
|
+
chainId: number;
|
|
8
|
+
to: string;
|
|
9
|
+
deviceModelId: DeviceModelId;
|
|
10
|
+
};
|
|
11
|
+
export declare class TrustedNameContextLoader implements ContextLoader<TrustedNameContextInput> {
|
|
12
|
+
private _dataSource;
|
|
13
|
+
private _certificateLoader;
|
|
14
|
+
private logger;
|
|
15
|
+
constructor(_dataSource: TrustedNameDataSource, _certificateLoader: PkiCertificateLoader, loggerFactory: (tag: string) => LoggerPublisherService);
|
|
16
|
+
canHandle(input: unknown, expectedTypes: ClearSignContextType[]): input is TrustedNameContextInput;
|
|
17
|
+
load(input: TrustedNameContextInput): Promise<ClearSignContext[]>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=TrustedNameContextLoader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TrustedNameContextLoader.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,sBAAsB,EACvB,MAAM,iCAAiC,CAAC;AAIzC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4DAA4D,CAAC;AAGxG,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AACjG,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AAEzC,MAAM,MAAM,uBAAuB,GAAG;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,aAAa,CAAC;CAC9B,CAAC;AAMF,qBACa,wBACX,YAAW,aAAa,CAAC,uBAAuB,CAAC;IAM/C,OAAO,CAAC,WAAW;IAEnB,OAAO,CAAC,kBAAkB;IAN5B,OAAO,CAAC,MAAM,CAAyB;gBAI7B,WAAW,EAAE,qBAAqB,EAElC,kBAAkB,EAAE,oBAAoB,EAEhD,aAAa,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,sBAAsB;IAKxD,SAAS,CACP,KAAK,EAAE,OAAO,EACd,aAAa,EAAE,oBAAoB,EAAE,GACpC,KAAK,IAAI,uBAAuB;IAiB7B,IAAI,CAAC,KAAK,EAAE,uBAAuB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;CA8BxE"}
|
package/lib/types/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.test.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TrustedNameContextLoader.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FiltersDto.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/typed-data/data/FiltersDto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,qBAAqB,GAC7B;IACE,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,GACD;IACE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEN,MAAM,MAAM,kBAAkB,GAAG;IAC/B,YAAY,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,KAAK,CAAC;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,qBAAqB,CAAC;IAClC,IAAI,EAAE,OAAO,GAAG,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,KAAK,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,YAAY,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,KAAK,CAAC;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,qBAAqB,CAAC;IAClC,MAAM,EAAE,KAAK,GAAG,UAAU,CAAC;IAC3B,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,UAAU,CAAC,EAAE,KAAK,CAAC;IACnB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,cAAc,CAAC,EAAE,KAAK,CAAC;IACvB,IAAI,EAAE,OAAO,GAAG,SAAS,GAAG,UAAU,CAAC;CACxC,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,YAAY,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,KAAK,CAAC;IAC5B,MAAM,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,KAAK,CAAC;IACnB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,cAAc,CAAC,EAAE,KAAK,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,qBAAqB,CAAC;IAClC,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,YAAY,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,KAAK,CAAC;IAC5B,MAAM,EAAE,cAAc,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,cAAc,CAAC,EAAE,KAAK,CAAC;IACvB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,qBAAqB,CAAC;IAClC,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,YAAY,EAAE,MAAM,CAAC;IACrB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,UAAU,CAAC,EAAE,KAAK,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,qBAAqB,CAAC;IAClC,IAAI,EAAE,SAAS,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,gCAAgC,GACxC,MAAM,GACN,SAAS,GACT,oBAAoB,CAAC;AAEzB,MAAM,MAAM,uBAAuB,GAAG;IACpC,YAAY,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,KAAK,CAAC;IAC5B,UAAU,CAAC,EAAE,KAAK,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,kBAAkB,EAAE,gCAAgC,CAAC;IACrD,oBAAoB,EAAE,OAAO,CAAC;IAC9B,oBAAoB,EAAE,OAAO,CAAC;IAC9B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,mBAAmB,EAAE,gCAAgC,CAAC;IACtD,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,qBAAqB,CAAC;IAClC,IAAI,EAAE,UAAU,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,MAAM,EACF,gBAAgB,GAChB,iBAAiB,GACjB,mBAAmB,GACnB,mBAAmB,GACnB,iBAAiB,GACjB,kBAAkB,CAAC;IACvB,mBAAmB,CAAC,EAAE,KAAK,CAAC;IAC5B,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,qBAAqB,CAAC;IAClC,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,gBAAgB,GACxB,kBAAkB,GAClB,kBAAkB,GAClB,6BAA6B,GAC7B,0BAA0B,GAC1B,uBAAuB,GACvB,uBAAuB,GACvB,0BAA0B,CAAC;AAE/B,MAAM,MAAM,UAAU,GAAG;IACvB,kBAAkB,EAAE;QAClB,CAAC,eAAe,EAAE,MAAM,GAAG;YACzB,CAAC,UAAU,EAAE,MAAM,GAAG;gBACpB,YAAY,EAAE,gBAAgB,EAAE,CAAC;aAClC,CAAC;SACH,CAAC;KACH,CAAC;CACH,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { DmkNetworkClient } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import { Either } from "purify-ts";
|
|
3
|
+
import type { ContextModuleServiceConfig } from "../../../../config/model/ContextModuleConfig";
|
|
4
|
+
import { GetTypedDataFiltersParams, GetTypedDataFiltersResult, TypedDataDataSource } from "./TypedDataDataSource";
|
|
5
|
+
export declare class HttpTypedDataDataSource implements TypedDataDataSource {
|
|
6
|
+
private readonly config;
|
|
7
|
+
private readonly http;
|
|
8
|
+
constructor(config: ContextModuleServiceConfig, http: DmkNetworkClient);
|
|
9
|
+
getTypedDataFilters({ chainId, address, schema, version, }: GetTypedDataFiltersParams): Promise<Either<Error, GetTypedDataFiltersResult>>;
|
|
10
|
+
private convertCalldataPresenceFlag;
|
|
11
|
+
private formatTrustedNameTypesAndSources;
|
|
12
|
+
private isInstructionFieldV1;
|
|
13
|
+
private isInstructionFieldV2;
|
|
14
|
+
private isInstructionFieldV2WithCoinRef;
|
|
15
|
+
private isInstructionFieldV2WithName;
|
|
16
|
+
private isInstructionContractInfo;
|
|
17
|
+
private isInstructionCalldataInfo;
|
|
18
|
+
private isInstructionFieldV2Calldata;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=HttpTypedDataDataSource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpTypedDataDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAEnE,OAAO,EAAE,MAAM,EAAe,MAAM,WAAW,CAAC;AAGhD,OAAO,KAAK,EAEV,0BAA0B,EAC3B,MAAM,oCAAoC,CAAC;AAuB5C,OAAO,EACL,yBAAyB,EACzB,yBAAyB,EACzB,mBAAmB,EACpB,MAAM,uBAAuB,CAAC;AAE/B,qBACa,uBAAwB,YAAW,mBAAmB;IAG/D,OAAO,CAAC,QAAQ,CAAC,MAAM;IAEvB,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAFJ,MAAM,EAAE,0BAA0B,EAElC,IAAI,EAAE,gBAAgB;IAG5B,mBAAmB,CAAC,EAC/B,OAAO,EACP,OAAO,EACP,MAAM,EACN,OAAO,GACR,EAAE,yBAAyB,GAAG,OAAO,CACpC,MAAM,CAAC,KAAK,EAAE,yBAAyB,CAAC,CACzC;IAmJD,OAAO,CAAC,2BAA2B;IAiBnC,OAAO,CAAC,gCAAgC;IAsBxC,OAAO,CAAC,oBAAoB;IAiB5B,OAAO,CAAC,oBAAoB;IAkB5B,OAAO,CAAC,+BAA+B;IAkBvC,OAAO,CAAC,4BAA4B;IAsBpC,OAAO,CAAC,yBAAyB;IAgBjC,OAAO,CAAC,yBAAyB;IA2BjC,OAAO,CAAC,4BAA4B;CAwBrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpTypedDataDataSource.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.test.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAEtE,eAAO,MAAM,eAAe,GAC1B,cAAc,gBAAgB,EAAE,KAC/B,UAAU,EAUZ,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAClC,cAAc,gBAAgB,EAAE,KAC/B,UAAU,EAUZ,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { type Either } from "purify-ts";
|
|
2
|
+
import { type TypedDataCalldataIndex, type TypedDataFilter, type TypedDataFilterCalldataInfo, type TypedDataMessageInfo } from "../../../../modules/ethereum/model/TypedDataClearSignContext";
|
|
3
|
+
import { type TypedDataSchema } from "../../../../modules/ethereum/model/TypedDataContext";
|
|
4
|
+
export type GetTypedDataFiltersParams = {
|
|
5
|
+
address: string;
|
|
6
|
+
chainId: number;
|
|
7
|
+
version: "v1" | "v2";
|
|
8
|
+
schema: TypedDataSchema;
|
|
9
|
+
};
|
|
10
|
+
export type GetTypedDataFiltersResult = {
|
|
11
|
+
messageInfo: TypedDataMessageInfo;
|
|
12
|
+
filters: TypedDataFilter[];
|
|
13
|
+
calldatasInfos: Record<TypedDataCalldataIndex, TypedDataFilterCalldataInfo>;
|
|
14
|
+
};
|
|
15
|
+
export interface TypedDataDataSource {
|
|
16
|
+
getTypedDataFilters(params: GetTypedDataFiltersParams): Promise<Either<Error, GetTypedDataFiltersResult>>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=TypedDataDataSource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TypedDataDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/typed-data/data/TypedDataDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,WAAW,CAAC;AAExC,OAAO,EACL,KAAK,sBAAsB,EAC3B,KAAK,eAAe,EACpB,KAAK,2BAA2B,EAChC,KAAK,oBAAoB,EAC1B,MAAM,oDAAoD,CAAC;AAC5D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,2CAA2C,CAAC;AAEjF,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,eAAe,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,WAAW,EAAE,oBAAoB,CAAC;IAClC,OAAO,EAAE,eAAe,EAAE,CAAC;IAC3B,cAAc,EAAE,MAAM,CAAC,sBAAsB,EAAE,2BAA2B,CAAC,CAAC;CAC7E,CAAC;AAEF,MAAM,WAAW,mBAAmB;IAClC,mBAAmB,CACjB,MAAM,EAAE,yBAAyB,GAChC,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,yBAAyB,CAAC,CAAC,CAAC;CACtD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"typedDataModuleFactory.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/typed-data/di/typedDataModuleFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAM5C,eAAO,MAAM,sBAAsB,uBAM/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"typedDataTypes.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/typed-data/di/typedDataTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;CAG1B,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { LoggerPublisherService } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import type { TypedDataClearSignContext } from "../../../../modules/ethereum/model/TypedDataClearSignContext";
|
|
3
|
+
import type { TypedDataContext } from "../../../../modules/ethereum/model/TypedDataContext";
|
|
4
|
+
import type { ProxyDataSource } from "../../../../modules/ethereum/proxy/data/ProxyDataSource";
|
|
5
|
+
import type { TokenDataSource } from "../../../../modules/ethereum/token/data/TokenDataSource";
|
|
6
|
+
import type { TypedDataDataSource } from "../../../../modules/ethereum/typed-data/data/TypedDataDataSource";
|
|
7
|
+
import type { TypedDataContextLoader } from "../../../../modules/ethereum/typed-data/domain/TypedDataContextLoader";
|
|
8
|
+
import { type PkiCertificateLoader } from "../../../../modules/multichain/pki/domain/PkiCertificateLoader";
|
|
9
|
+
export declare class DefaultTypedDataContextLoader implements TypedDataContextLoader {
|
|
10
|
+
private dataSource;
|
|
11
|
+
private tokenDataSource;
|
|
12
|
+
private proxyDataSource;
|
|
13
|
+
private _certificateLoader;
|
|
14
|
+
private logger;
|
|
15
|
+
constructor(dataSource: TypedDataDataSource, tokenDataSource: TokenDataSource, proxyDataSource: ProxyDataSource, _certificateLoader: PkiCertificateLoader, loggerFactory: (tag: string) => LoggerPublisherService);
|
|
16
|
+
load(typedData: TypedDataContext): Promise<TypedDataClearSignContext>;
|
|
17
|
+
private resolveProxy;
|
|
18
|
+
private extractTrustedNames;
|
|
19
|
+
private extractTokens;
|
|
20
|
+
private extractCalldatas;
|
|
21
|
+
private extractHexaString;
|
|
22
|
+
private extractAddress;
|
|
23
|
+
private extractBigint;
|
|
24
|
+
private convertAddressToHexaString;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=DefaultTypedDataContextLoader.d.ts.map
|
package/lib/types/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultTypedDataContextLoader.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,sBAAsB,EACvB,MAAM,iCAAiC,CAAC;AAIzC,OAAO,KAAK,EAGV,yBAAyB,EAO1B,MAAM,oDAAoD,CAAC;AAK5D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAErF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAErF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wDAAwD,CAAC;AAElG,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6DAA6D,CAAC;AAE1G,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAajG,qBACa,6BAA8B,YAAW,sBAAsB;IAKxE,OAAO,CAAC,UAAU;IAElB,OAAO,CAAC,eAAe;IAEvB,OAAO,CAAC,eAAe;IAEvB,OAAO,CAAC,kBAAkB;IAV5B,OAAO,CAAC,MAAM,CAAyB;gBAI7B,UAAU,EAAE,mBAAmB,EAE/B,eAAe,EAAE,eAAe,EAEhC,eAAe,EAAE,eAAe,EAEhC,kBAAkB,EAAE,oBAAoB,EAEhD,aAAa,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,sBAAsB;IAKlD,IAAI,CAAC,SAAS,EAAE,gBAAgB,GAAG,OAAO,CAAC,yBAAyB,CAAC;YAmE7D,YAAY;IAqC1B,OAAO,CAAC,mBAAmB;YAsBb,aAAa;IAkE3B,OAAO,CAAC,gBAAgB;IAiHxB,OAAO,CAAC,iBAAiB;IAgBzB,OAAO,CAAC,cAAc;IAmBtB,OAAO,CAAC,aAAa;IAgBrB,OAAO,CAAC,0BAA0B;CAQnC"}
|
package/lib/types/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.test.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultTypedDataContextLoader.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { TypedDataClearSignContext } from "../../../../modules/ethereum/model/TypedDataClearSignContext";
|
|
2
|
+
import type { TypedDataContext } from "../../../../modules/ethereum/model/TypedDataContext";
|
|
3
|
+
export interface TypedDataContextLoader {
|
|
4
|
+
load(typedData: TypedDataContext): Promise<TypedDataClearSignContext>;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=TypedDataContextLoader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TypedDataContextLoader.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/typed-data/domain/TypedDataContextLoader.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,oDAAoD,CAAC;AACpG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAElF,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,SAAS,EAAE,gBAAgB,GAAG,OAAO,CAAC,yBAAyB,CAAC,CAAC;CACvE"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { TypedDataSchema } from "../../../../modules/ethereum/model/TypedDataContext";
|
|
2
|
+
/**
|
|
3
|
+
* Schema hash is the SHA-224 hex digest of the compact JSON UTF-8 representation
|
|
4
|
+
* of the EIP-712 schema (types object), with keys sorted for deterministic output.
|
|
5
|
+
*/
|
|
6
|
+
export type SchemaHash = string;
|
|
7
|
+
/**
|
|
8
|
+
* Computes the schema hash of an EIP-712 schema.
|
|
9
|
+
* Schema hash is SHA-224 of the compact JSON UTF-8 encoded representation of the schema.
|
|
10
|
+
*/
|
|
11
|
+
export declare function getSchemaHash(schema: TypedDataSchema): SchemaHash;
|
|
12
|
+
//# sourceMappingURL=getSchemaHash.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSchemaHash.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/typed-data/utils/getSchemaHash.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAC;AAEjF;;;GAGG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC;AAiBhC;;;GAGG;AACH,wBAAgB,aAAa,CAAC,MAAM,EAAE,eAAe,GAAG,UAAU,CAIjE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSchemaHash.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/typed-data/utils/getSchemaHash.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uniswap.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/uniswap/constants/uniswap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAElE,eAAO,MAAM,mBAAmB,UAE/B,CAAC;AAEF,eAAO,MAAM,wBAAwB,eAAe,CAAC;AAErD,oBAAY,uBAAuB;IACjC,gBAAgB,qBAAqB;IACrC,iBAAiB,sBAAsB;IACvC,gBAAgB,qBAAqB;IACrC,iBAAiB,sBAAsB;IACvC,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,cAAc,mBAAmB;IACjC,qBAAqB,0BAA0B;IAC/C,oBAAoB,yBAAyB;IAC7C,2BAA2B,gCAAgC;IAC3D,WAAW,gBAAgB;IAC3B,KAAK,UAAU;CAChB;AAED,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,UAAU,EAAE,uBAAuB,CAaxE,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,uBAAuB,EAK1D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weth.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/uniswap/constants/weth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAElE,oBAAY,qBAAqB;IAC/B,gBAAgB,IAAI;IACpB,eAAe,IAAI;IACnB,gBAAgB,WAAW;IAC3B,YAAY,QAAQ;IACpB,eAAe,SAAS;IACxB,iBAAiB,QAAQ;IACzB,GAAG,KAAK;IACR,IAAI,OAAO;IACX,WAAW,QAAQ;IACnB,KAAK,QAAQ;IACb,QAAQ,KAAK;IACb,eAAe,MAAM;IACrB,OAAO,MAAM;IACb,cAAc,QAAQ;CACvB;AAED,MAAM,MAAM,oBAAoB,GAAG,MAAM,OAAO,wBAAwB,CAAC;AAEzE,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAC3C,qBAAqB,EACrB,UAAU,CA0BX,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AbiDecoderDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/uniswap/data/AbiDecoderDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAElE,MAAM,WAAW,oBAAoB;IACnC,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,EAAE,CAAC;CACtD"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { type HexaString } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import { type UniswapSupportedCommand } from "../../../../modules/ethereum/uniswap/constants/uniswap";
|
|
3
|
+
export interface CommandDecoderDataSource {
|
|
4
|
+
decode(command: UniswapSupportedCommand, input: HexaString, chainId: number): HexaString[];
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=CommandDecoderDataSource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommandDecoderDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/uniswap/data/CommandDecoderDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAElE,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,8CAA8C,CAAC;AAE5F,MAAM,WAAW,wBAAwB;IACvC,MAAM,CACJ,OAAO,EAAE,uBAAuB,EAChC,KAAK,EAAE,UAAU,EACjB,OAAO,EAAE,MAAM,GACd,UAAU,EAAE,CAAC;CACjB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type HexaString } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import { UniswapSupportedCommand } from "../../../../modules/ethereum/uniswap/constants/uniswap";
|
|
3
|
+
import { type AbiDecoderDataSource } from "./AbiDecoderDataSource";
|
|
4
|
+
export declare class DefaultCommandDecoderDataSource {
|
|
5
|
+
private abiDecoder;
|
|
6
|
+
constructor(abiDecoder: AbiDecoderDataSource);
|
|
7
|
+
decode(command: UniswapSupportedCommand, input: HexaString, chainId: number): HexaString[];
|
|
8
|
+
private _decodeSwapV2;
|
|
9
|
+
private _decodeSwapV3;
|
|
10
|
+
private _isSupportedChainId;
|
|
11
|
+
private _decodeWrappedEth;
|
|
12
|
+
private _decodeSweep;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=DefaultCommandDecoderDataSource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultCommandDecoderDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAgB,MAAM,iCAAiC,CAAC;AAGhF,OAAO,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAC;AAQvF,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAKnE,qBACa,+BAA+B;IAGxC,OAAO,CAAC,UAAU;gBAAV,UAAU,EAAE,oBAAoB;IAG1C,MAAM,CACJ,OAAO,EAAE,uBAAuB,EAChC,KAAK,EAAE,UAAU,EACjB,OAAO,EAAE,MAAM,GACd,UAAU,EAAE;IA2Bf,OAAO,CAAC,aAAa;IAerB,OAAO,CAAC,aAAa;IA0BrB,OAAO,CAAC,mBAAmB;IAM3B,OAAO,CAAC,iBAAiB;IAQzB,OAAO,CAAC,YAAY,CAWlB;CACH"}
|
package/lib/types/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.test.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultCommandDecoderDataSource.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EthersAbiDecoderDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/uniswap/data/EthersAbiDecoderDataSource.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAEnE,qBACa,0BAA2B,YAAW,oBAAoB;IACrE,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,EAAE;CAOjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EthersAbiDecoderDataSource.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/uniswap/data/EthersAbiDecoderDataSource.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uniswapModuleFactory.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/uniswap/di/uniswapModuleFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAQ5C,eAAO,MAAM,oBAAoB,uBAO7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uniswapTypes.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/uniswap/di/uniswapTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;CAIxB,CAAC"}
|