@ledgerhq/context-module 1.17.0 → 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 +1 -1
- 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 +1 -1
- 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 +2 -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 +3 -3
- 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/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/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/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
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { DeviceModelId } from "@ledgerhq/device-management-kit";
|
|
2
|
-
import { type GatedDescriptorDataSource } from "../../gated-signing/data/GatedDescriptorDataSource";
|
|
3
|
-
import { type PkiCertificateLoader } from "../../pki/domain/PkiCertificateLoader";
|
|
4
|
-
import type { ProxyDataSource } from "../../proxy/data/ProxyDataSource";
|
|
5
|
-
import { ContextLoader } from "../../shared/domain/ContextLoader";
|
|
6
|
-
import { ClearSignContext, ClearSignContextType } from "../../shared/model/ClearSignContext";
|
|
7
|
-
import type { TypedDataSchema } from "../../shared/model/TypedDataContext";
|
|
8
|
-
export type GatedSigningTypedDataContextInput = {
|
|
9
|
-
data: {
|
|
10
|
-
types: TypedDataSchema;
|
|
11
|
-
domain?: {
|
|
12
|
-
verifyingContract?: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
chainId: number;
|
|
16
|
-
deviceModelId: DeviceModelId;
|
|
17
|
-
challenge: string;
|
|
18
|
-
};
|
|
19
|
-
export declare class GatedSigningTypedDataContextLoader implements ContextLoader<GatedSigningTypedDataContextInput> {
|
|
20
|
-
private readonly _dataSource;
|
|
21
|
-
private readonly _certificateLoader;
|
|
22
|
-
private readonly _proxyDataSource;
|
|
23
|
-
constructor(_dataSource: GatedDescriptorDataSource, _certificateLoader: PkiCertificateLoader, _proxyDataSource: ProxyDataSource);
|
|
24
|
-
canHandle(input: unknown, expectedTypes: ClearSignContextType[]): input is GatedSigningTypedDataContextInput;
|
|
25
|
-
load({ data, chainId, deviceModelId, challenge, }: GatedSigningTypedDataContextInput): Promise<ClearSignContext[]>;
|
|
26
|
-
}
|
|
27
|
-
//# sourceMappingURL=GatedSigningTypedDataContextLoader.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GatedSigningTypedDataContextLoader.d.ts","sourceRoot":"","sources":["../../../../../src/gated-signing/domain/GatedSigningTypedDataContextLoader.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEd,MAAM,iCAAiC,CAAC;AAGzC,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,gDAAgD,CAAC;AAGhG,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAG9E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAEpE,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AACzC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAKvE,MAAM,MAAM,iCAAiC,GAAG;IAC9C,IAAI,EAAE;QACJ,KAAK,EAAE,eAAe,CAAC;QACvB,MAAM,CAAC,EAAE;YAAE,iBAAiB,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;KACzC,CAAC;IACF,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,aAAa,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAqCF,qBACa,kCACX,YAAW,aAAa,CAAC,iCAAiC,CAAC;IAIzD,OAAO,CAAC,QAAQ,CAAC,WAAW;IAE5B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAEnC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;gBAJhB,WAAW,EAAE,yBAAyB,EAEtC,kBAAkB,EAAE,oBAAoB,EAExC,gBAAgB,EAAE,eAAe;IAGpD,SAAS,CACP,KAAK,EAAE,OAAO,EACd,aAAa,EAAE,oBAAoB,EAAE,GACpC,KAAK,IAAI,iCAAiC;IAgBvC,IAAI,CAAC,EACT,IAAI,EACJ,OAAO,EACP,aAAa,EACb,SAAS,GACV,EAAE,iCAAiC,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;CAoGnE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GatedSigningTypedDataContextLoader.test.d.ts","sourceRoot":"","sources":["../../../../../src/gated-signing/domain/GatedSigningTypedDataContextLoader.test.ts"],"names":[],"mappings":""}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ContainerModule } from "inversify";
|
|
2
|
-
import { type ContextModuleServiceConfig } from "../../config/model/ContextModuleConfig";
|
|
3
|
-
export declare const networkModuleFactory: (config: ContextModuleServiceConfig) => ContainerModule;
|
|
4
|
-
//# sourceMappingURL=networkModuleFactory.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"networkModuleFactory.d.ts","sourceRoot":"","sources":["../../../../../src/network/di/networkModuleFactory.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAE5C,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AAQrF,eAAO,MAAM,oBAAoB,GAAI,QAAQ,0BAA0B,oBAYnE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"networkTypes.d.ts","sourceRoot":"","sources":["../../../../../src/network/di/networkTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;CAExB,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { DmkNetworkClient } from "@ledgerhq/device-management-kit";
|
|
2
|
-
import { Either } from "purify-ts";
|
|
3
|
-
import { type ContextModuleServiceConfig } from "../../config/model/ContextModuleConfig";
|
|
4
|
-
import { GetNftInformationsParams, GetSetPluginPayloadParams, NftDataSource } from "../../nft/data/NftDataSource";
|
|
5
|
-
export declare class HttpNftDataSource implements NftDataSource {
|
|
6
|
-
private readonly config;
|
|
7
|
-
private readonly http;
|
|
8
|
-
constructor(config: ContextModuleServiceConfig, http: DmkNetworkClient);
|
|
9
|
-
getSetPluginPayload({ chainId, address, selector, }: GetSetPluginPayloadParams): Promise<Either<Error, string>>;
|
|
10
|
-
getNftInfosPayload({ chainId, address, }: GetNftInformationsParams): Promise<Either<Error, string>>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=HttpNftDataSource.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HttpNftDataSource.d.ts","sourceRoot":"","sources":["../../../../../src/nft/data/HttpNftDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAEnE,OAAO,EAAE,MAAM,EAAe,MAAM,WAAW,CAAC;AAGhD,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AAErF,OAAO,EACL,wBAAwB,EACxB,yBAAyB,EACzB,aAAa,EACd,MAAM,0BAA0B,CAAC;AAElC,qBACa,iBAAkB,YAAW,aAAa;IAGnD,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,QAAQ,GACT,EAAE,yBAAyB,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;IAsBhD,kBAAkB,CAAC,EAC9B,OAAO,EACP,OAAO,GACR,EAAE,wBAAwB,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC;CAiB7D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HttpNftDataSource.test.d.ts","sourceRoot":"","sources":["../../../../../src/nft/data/HttpNftDataSource.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NftDataSource.d.ts","sourceRoot":"","sources":["../../../../../src/nft/data/NftDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,WAAW,CAAC;AAExC,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,WAAW,aAAa;IAC5B,kBAAkB,CAChB,MAAM,EAAE,wBAAwB,GAC/B,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC;IAClC,mBAAmB,CACjB,MAAM,EAAE,yBAAyB,GAChC,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC;CACnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nftModuleFactory.d.ts","sourceRoot":"","sources":["../../../../../src/nft/di/nftModuleFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAO5C,eAAO,MAAM,gBAAgB,uBAKzB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nftTypes.d.ts","sourceRoot":"","sources":["../../../../../src/nft/di/nftTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;CAIpB,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as NftDataSource from "../../nft/data/NftDataSource";
|
|
2
|
-
import { type ContextFieldLoader } from "../../shared/domain/ContextFieldLoader";
|
|
3
|
-
import { type ClearSignContext, ClearSignContextType } from "../../shared/model/ClearSignContext";
|
|
4
|
-
type NftFieldInput = {
|
|
5
|
-
chainId: number;
|
|
6
|
-
address: string;
|
|
7
|
-
};
|
|
8
|
-
export declare class NftContextFieldLoader implements ContextFieldLoader<NftFieldInput> {
|
|
9
|
-
private _dataSource;
|
|
10
|
-
constructor(_dataSource: NftDataSource.NftDataSource);
|
|
11
|
-
canHandle(input: unknown, expectedType: ClearSignContextType): input is NftFieldInput;
|
|
12
|
-
loadField(input: NftFieldInput): Promise<ClearSignContext>;
|
|
13
|
-
}
|
|
14
|
-
export {};
|
|
15
|
-
//# sourceMappingURL=NftContextFieldLoader.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NftContextFieldLoader.d.ts","sourceRoot":"","sources":["../../../../../src/nft/domain/NftContextFieldLoader.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAE1D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EACL,KAAK,gBAAgB,EACrB,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AAEzC,KAAK,aAAa,GAAG;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,qBACa,qBACX,YAAW,kBAAkB,CAAC,aAAa,CAAC;IAI1C,OAAO,CAAC,WAAW;gBAAX,WAAW,EAAE,aAAa,CAAC,aAAa;IAGlD,SAAS,CACP,KAAK,EAAE,OAAO,EACd,YAAY,EAAE,oBAAoB,GACjC,KAAK,IAAI,aAAa;IAUnB,SAAS,CAAC,KAAK,EAAE,aAAa,GAAG,OAAO,CAAC,gBAAgB,CAAC;CAgBjE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NftContextFieldLoader.test.d.ts","sourceRoot":"","sources":["../../../../../src/nft/domain/NftContextFieldLoader.test.ts"],"names":[],"mappings":""}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { HexaString, LoggerPublisherService } from "@ledgerhq/device-management-kit";
|
|
2
|
-
import type { NftDataSource } from "../../nft/data/NftDataSource";
|
|
3
|
-
import { ContextLoader } from "../../shared/domain/ContextLoader";
|
|
4
|
-
import { ClearSignContext, ClearSignContextType } from "../../shared/model/ClearSignContext";
|
|
5
|
-
export type NftContextInput = {
|
|
6
|
-
to: HexaString;
|
|
7
|
-
selector: HexaString;
|
|
8
|
-
chainId: number;
|
|
9
|
-
};
|
|
10
|
-
export declare class NftContextLoader implements ContextLoader<NftContextInput> {
|
|
11
|
-
private _dataSource;
|
|
12
|
-
private logger;
|
|
13
|
-
constructor(dataSource: NftDataSource, loggerFactory: (tag: string) => LoggerPublisherService);
|
|
14
|
-
canHandle(input: unknown, expectedTypes: ClearSignContextType[]): input is NftContextInput;
|
|
15
|
-
load(input: NftContextInput): Promise<ClearSignContext[]>;
|
|
16
|
-
private isSelectorSupported;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=NftContextLoader.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NftContextLoader.d.ts","sourceRoot":"","sources":["../../../../../src/nft/domain/NftContextLoader.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EAEV,sBAAsB,EACvB,MAAM,iCAAiC,CAAC;AAIzC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAE9D,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AAEzC,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,EAAE,UAAU,CAAC;IACf,QAAQ,EAAE,UAAU,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AA0BF,qBACa,gBAAiB,YAAW,aAAa,CAAC,eAAe,CAAC;IACrE,OAAO,CAAC,WAAW,CAAgB;IACnC,OAAO,CAAC,MAAM,CAAyB;gBAGL,UAAU,EAAE,aAAa,EAEzD,aAAa,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,sBAAsB;IAMxD,SAAS,CACP,KAAK,EAAE,OAAO,EACd,aAAa,EAAE,oBAAoB,EAAE,GACpC,KAAK,IAAI,eAAe;IAgBrB,IAAI,CAAC,KAAK,EAAE,eAAe,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IA4D/D,OAAO,CAAC,mBAAmB;CAG5B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NftContextLoader.test.d.ts","sourceRoot":"","sources":["../../../../../src/nft/domain/NftContextLoader.test.ts"],"names":[],"mappings":""}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { DmkNetworkClient } from "@ledgerhq/device-management-kit";
|
|
2
|
-
import { Either } from "purify-ts";
|
|
3
|
-
import type { ContextModuleServiceConfig } from "../../config/model/ContextModuleConfig";
|
|
4
|
-
import { PkiCertificate } from "../../pki/model/PkiCertificate";
|
|
5
|
-
import { PkiCertificateInfo } from "../../pki/model/PkiCertificateInfo";
|
|
6
|
-
import { type PkiCertificateDataSource } from "./PkiCertificateDataSource";
|
|
7
|
-
export declare class HttpPkiCertificateDataSource implements PkiCertificateDataSource {
|
|
8
|
-
private readonly config;
|
|
9
|
-
private readonly http;
|
|
10
|
-
constructor(config: ContextModuleServiceConfig, http: DmkNetworkClient);
|
|
11
|
-
fetchCertificate(pkiCertificateInfo: PkiCertificateInfo): Promise<Either<Error, PkiCertificate | undefined>>;
|
|
12
|
-
private isValidPkiCertificateResponse;
|
|
13
|
-
private isRecord;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=HttpPkiCertificateDataSource.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HttpPkiCertificateDataSource.d.ts","sourceRoot":"","sources":["../../../../../src/pki/data/HttpPkiCertificateDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAEjB,MAAM,iCAAiC,CAAC;AAEzC,OAAO,EAAE,MAAM,EAAe,MAAM,WAAW,CAAC;AAGhD,OAAO,KAAK,EAEV,0BAA0B,EAC3B,MAAM,oCAAoC,CAAC;AAE5C,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAKpE,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAM3E,qBACa,4BAA6B,YAAW,wBAAwB;IAGzE,OAAO,CAAC,QAAQ,CAAC,MAAM;IAEvB,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAFJ,MAAM,EAAE,0BAA0B,EAElC,IAAI,EAAE,gBAAgB;IAGnC,gBAAgB,CACpB,kBAAkB,EAAE,kBAAkB,GACrC,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,cAAc,GAAG,SAAS,CAAC,CAAC;IA8DrD,OAAO,CAAC,6BAA6B;IAiBrC,OAAO,CAAC,QAAQ;CAGjB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HttpPkiCertificateDataSource.test.d.ts","sourceRoot":"","sources":["../../../../../src/pki/data/HttpPkiCertificateDataSource.test.ts"],"names":[],"mappings":""}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { type Either } from "purify-ts";
|
|
2
|
-
import { type PkiCertificate } from "../../pki/model/PkiCertificate";
|
|
3
|
-
import { type PkiCertificateInfo } from "../../pki/model/PkiCertificateInfo";
|
|
4
|
-
export interface PkiCertificateDataSource {
|
|
5
|
-
fetchCertificate(certificateInfos: PkiCertificateInfo): Promise<Either<Error, PkiCertificate | undefined>>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=PkiCertificateDataSource.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PkiCertificateDataSource.d.ts","sourceRoot":"","sources":["../../../../../src/pki/data/PkiCertificateDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,WAAW,CAAC;AAExC,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEzE,MAAM,WAAW,wBAAwB;IACvC,gBAAgB,CACd,gBAAgB,EAAE,kBAAkB,GACnC,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,cAAc,GAAG,SAAS,CAAC,CAAC,CAAC;CACvD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pkiDataSourceTypes.d.ts","sourceRoot":"","sources":["../../../../../src/pki/data/pkiDataSourceTypes.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GAAG;IACrC,aAAa,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,gBAAgB,EAAE,MAAM,CAAC;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,UAAU,EAAE;QACV,IAAI,EAAE,MAAM,CAAC;QACb,cAAc,EAAE,MAAM,CAAC;QACvB,UAAU,EAAE;YACV,IAAI,EAAE,MAAM,CAAC;YACb,IAAI,EAAE,MAAM,CAAC;SACd,CAAC;KACH,CAAC;CACH,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pkiModuleFactory.d.ts","sourceRoot":"","sources":["../../../../../src/pki/di/pkiModuleFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAO5C,eAAO,MAAM,oBAAoB,uBAI7B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pkiTypes.d.ts","sourceRoot":"","sources":["../../../../../src/pki/di/pkiTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;CAGpB,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type PkiCertificateDataSource } from "../../pki/data/PkiCertificateDataSource";
|
|
2
|
-
import { type PkiCertificate } from "../../pki/model/PkiCertificate";
|
|
3
|
-
import { type PkiCertificateInfo } from "../../pki/model/PkiCertificateInfo";
|
|
4
|
-
import { PkiCertificateLoader } from "./PkiCertificateLoader";
|
|
5
|
-
export declare class DefaultPkiCertificateLoader implements PkiCertificateLoader {
|
|
6
|
-
private _dataSource;
|
|
7
|
-
constructor(dataSource: PkiCertificateDataSource);
|
|
8
|
-
loadCertificate(certificateInfos: PkiCertificateInfo): Promise<PkiCertificate | undefined>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=DefaultPkiCertificateLoader.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultPkiCertificateLoader.d.ts","sourceRoot":"","sources":["../../../../../src/pki/domain/DefaultPkiCertificateLoader.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAEpF,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,qBACa,2BAA4B,YAAW,oBAAoB;IACtE,OAAO,CAAC,WAAW,CAA2B;gBAI5C,UAAU,EAAE,wBAAwB;IAKhC,eAAe,CACnB,gBAAgB,EAAE,kBAAkB,GACnC,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC;CAOvC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultPkiCertificateLoader.test.d.ts","sourceRoot":"","sources":["../../../../../src/pki/domain/DefaultPkiCertificateLoader.test.ts"],"names":[],"mappings":""}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { type PkiCertificate } from "../../pki/model/PkiCertificate";
|
|
2
|
-
import { type PkiCertificateInfo } from "../../pki/model/PkiCertificateInfo";
|
|
3
|
-
export interface PkiCertificateLoader {
|
|
4
|
-
loadCertificate(certificateInfos: PkiCertificateInfo): Promise<PkiCertificate | undefined>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=PkiCertificateLoader.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PkiCertificateLoader.d.ts","sourceRoot":"","sources":["../../../../../src/pki/domain/PkiCertificateLoader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AAEzE,MAAM,WAAW,oBAAoB;IACnC,eAAe,CACb,gBAAgB,EAAE,kBAAkB,GACnC,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC,CAAC;CACxC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KeyId.d.ts","sourceRoot":"","sources":["../../../../../src/pki/model/KeyId.ts"],"names":[],"mappings":"AAAA,oBAAY,KAAK;IACf,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,YAAY,mBAAmB;IAC/B,iBAAiB,wBAAwB;IACzC,cAAc,qBAAqB;IACnC,kBAAkB,yBAAyB;IAC3C,gBAAgB,uBAAuB;IACvC,iBAAiB,wBAAwB;IACzC,cAAc,qBAAqB;IACnC,iBAAiB,yBAAyB;IAC1C,UAAU,gBAAgB;IAC1B,eAAe,sBAAsB;IACrC,eAAe,sBAAsB;CACtC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KeyUsage.d.ts","sourceRoot":"","sources":["../../../../../src/pki/model/KeyUsage.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAClB,YAAY,kBAAkB;IAC9B,eAAe,qBAAqB;IACpC,OAAO,aAAa;IACpB,WAAW,iBAAiB;IAC5B,cAAc,oBAAoB;IAClC,mBAAmB,yBAAyB;IAC5C,UAAU,gBAAgB;IAC1B,QAAQ,cAAc;IACtB,UAAU,iBAAiB;IAC3B,kBAAkB,mBAAmB;IACrC,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,WAAW,iBAAiB;IAC5B,YAAY,kBAAkB;IAC9B,YAAY,kBAAkB;CAC/B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PkiCertificate.d.ts","sourceRoot":"","sources":["../../../../../src/pki/model/PkiCertificate.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IAC3B,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,UAAU,CAAC;CACrB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PkiCertificateInfo.d.ts","sourceRoot":"","sources":["../../../../../src/pki/model/PkiCertificateInfo.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG;IAC/B,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { DmkNetworkClient } from "@ledgerhq/device-management-kit";
|
|
2
|
-
import { Either } from "purify-ts";
|
|
3
|
-
import { type ContextModuleServiceConfig } from "../../config/model/ContextModuleConfig";
|
|
4
|
-
import { GetProxyImplementationAddressParam, ProxyDataSource, ProxyImplementationAddress } from "./ProxyDataSource";
|
|
5
|
-
export declare class HttpProxyDataSource implements ProxyDataSource {
|
|
6
|
-
private readonly config;
|
|
7
|
-
private readonly http;
|
|
8
|
-
constructor(config: ContextModuleServiceConfig, http: DmkNetworkClient);
|
|
9
|
-
getProxyImplementationAddress({ proxyAddress, chainId, challenge, calldata, }: GetProxyImplementationAddressParam): Promise<Either<Error, ProxyImplementationAddress>>;
|
|
10
|
-
/**
|
|
11
|
-
* Type guard to validate ProxyDelegateCallDto
|
|
12
|
-
*/
|
|
13
|
-
private isProxyDelegateCallDto;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=HttpProxyDataSource.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HttpProxyDataSource.d.ts","sourceRoot":"","sources":["../../../../../src/proxy/data/HttpProxyDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAEnE,OAAO,EAAE,MAAM,EAAe,MAAM,WAAW,CAAC;AAGhD,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AAMrF,OAAO,EACL,kCAAkC,EAClC,eAAe,EACf,0BAA0B,EAC3B,MAAM,mBAAmB,CAAC;AAE3B,qBACa,mBAAoB,YAAW,eAAe;IAGvD,OAAO,CAAC,QAAQ,CAAC,MAAM;IAEvB,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAFJ,MAAM,EAAE,0BAA0B,EAElC,IAAI,EAAE,gBAAgB;IAGnC,6BAA6B,CAAC,EAClC,YAAY,EACZ,OAAO,EACP,SAAS,EACT,QAAQ,GACT,EAAE,kCAAkC,GAAG,OAAO,CAC7C,MAAM,CAAC,KAAK,EAAE,0BAA0B,CAAC,CAC1C;IAmDD;;OAEG;IACH,OAAO,CAAC,sBAAsB;CAa/B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HttpProxyDataSource.test.d.ts","sourceRoot":"","sources":["../../../../../src/proxy/data/HttpProxyDataSource.test.ts"],"names":[],"mappings":""}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { DmkNetworkClient } from "@ledgerhq/device-management-kit";
|
|
2
|
-
import { Either } from "purify-ts";
|
|
3
|
-
import { type ContextModuleServiceConfig } from "../../config/model/ContextModuleConfig";
|
|
4
|
-
import { GetProxyImplementationAddressParam, type ProxyDataSource, ProxyImplementationAddress } from "./ProxyDataSource";
|
|
5
|
-
export declare class HttpSafeProxyDataSource implements ProxyDataSource {
|
|
6
|
-
private readonly config;
|
|
7
|
-
private readonly http;
|
|
8
|
-
constructor(config: ContextModuleServiceConfig, http: DmkNetworkClient);
|
|
9
|
-
getProxyImplementationAddress({ proxyAddress, chainId, challenge, }: GetProxyImplementationAddressParam): Promise<Either<Error, ProxyImplementationAddress>>;
|
|
10
|
-
/**
|
|
11
|
-
* Type guard to validate SafeProxyImplementationAddressDto
|
|
12
|
-
*/
|
|
13
|
-
private isSafeProxyImplementationAddressDto;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=HttpSafeProxyDataSource.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HttpSafeProxyDataSource.d.ts","sourceRoot":"","sources":["../../../../../src/proxy/data/HttpSafeProxyDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAEnE,OAAO,EAAE,MAAM,EAAe,MAAM,WAAW,CAAC;AAGhD,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AAIrF,OAAO,EACL,kCAAkC,EAClC,KAAK,eAAe,EACpB,0BAA0B,EAC3B,MAAM,mBAAmB,CAAC;AAE3B,qBACa,uBAAwB,YAAW,eAAe;IAG3D,OAAO,CAAC,QAAQ,CAAC,MAAM;IAEvB,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAFJ,MAAM,EAAE,0BAA0B,EAElC,IAAI,EAAE,gBAAgB;IAGnC,6BAA6B,CAAC,EAClC,YAAY,EACZ,OAAO,EACP,SAAS,GACV,EAAE,kCAAkC,GAAG,OAAO,CAC7C,MAAM,CAAC,KAAK,EAAE,0BAA0B,CAAC,CAC1C;IA4CD;;OAEG;IACH,OAAO,CAAC,mCAAmC;CAsB5C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HttpSafeProxyDataSource.test.d.ts","sourceRoot":"","sources":["../../../../../src/proxy/data/HttpSafeProxyDataSource.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProxyDataSource.d.ts","sourceRoot":"","sources":["../../../../../src/proxy/data/ProxyDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,WAAW,CAAC;AAExC,MAAM,MAAM,kCAAkC,GAAG;IAC/C,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,qBAAqB,EAAE,MAAM,CAAC;IAC9B,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,WAAW,eAAe;IAC9B,6BAA6B,CAC3B,MAAM,EAAE,kCAAkC,GACzC,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,0BAA0B,CAAC,CAAC,CAAC;CACvD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProxyDelegateCallDto.d.ts","sourceRoot":"","sources":["../../../../../../src/proxy/data/dto/ProxyDelegateCallDto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG;IACjC,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProxyImplementationAddressDto.d.ts","sourceRoot":"","sources":["../../../../../../src/proxy/data/dto/ProxyImplementationAddressDto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,6BAA6B,GAAG;IAC1C,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SafeProxyImplementationAddressDto.d.ts","sourceRoot":"","sources":["../../../../../../src/proxy/data/dto/SafeProxyImplementationAddressDto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iCAAiC,GAAG;IAC9C,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ContainerModule } from "inversify";
|
|
2
|
-
import { type ContextModuleDatasourceConfig } from "../../config/model/ContextModuleConfig";
|
|
3
|
-
export declare const proxyModuleFactory: (datasource?: ContextModuleDatasourceConfig) => ContainerModule;
|
|
4
|
-
//# sourceMappingURL=proxyModuleFactory.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"proxyModuleFactory.d.ts","sourceRoot":"","sources":["../../../../../src/proxy/di/proxyModuleFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAE5C,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAMxF,eAAO,MAAM,kBAAkB,GAC7B,aAAa,6BAA6B,oBASxC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"proxyModuleFactory.test.d.ts","sourceRoot":"","sources":["../../../../../src/proxy/di/proxyModuleFactory.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"proxyTypes.d.ts","sourceRoot":"","sources":["../../../../../src/proxy/di/proxyTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;CAGtB,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { DeviceModelId } from "@ledgerhq/device-management-kit";
|
|
2
|
-
import { type PkiCertificateLoader } from "../../pki/domain/PkiCertificateLoader";
|
|
3
|
-
import { type ProxyDataSource } from "../../proxy/data/ProxyDataSource";
|
|
4
|
-
import { type ContextFieldLoader } from "../../shared/domain/ContextFieldLoader";
|
|
5
|
-
import { type ClearSignContext, ClearSignContextType } from "../../shared/model/ClearSignContext";
|
|
6
|
-
type ProxyFieldInput = {
|
|
7
|
-
chainId: number;
|
|
8
|
-
proxyAddress: string;
|
|
9
|
-
calldata: string;
|
|
10
|
-
challenge: string;
|
|
11
|
-
deviceModelId: DeviceModelId;
|
|
12
|
-
};
|
|
13
|
-
export declare class ProxyContextFieldLoader implements ContextFieldLoader<ProxyFieldInput> {
|
|
14
|
-
private _proxyDataSource;
|
|
15
|
-
private _certificateLoader;
|
|
16
|
-
constructor(_proxyDataSource: ProxyDataSource, _certificateLoader: PkiCertificateLoader);
|
|
17
|
-
canHandle(input: unknown, expectedType: ClearSignContextType): input is ProxyFieldInput;
|
|
18
|
-
loadField(input: ProxyFieldInput): Promise<ClearSignContext>;
|
|
19
|
-
}
|
|
20
|
-
export {};
|
|
21
|
-
//# sourceMappingURL=ProxyContextFieldLoader.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProxyContextFieldLoader.d.ts","sourceRoot":"","sources":["../../../../../src/proxy/domain/ProxyContextFieldLoader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAIhE,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAGpE,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EACL,KAAK,gBAAgB,EACrB,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AAEzC,KAAK,eAAe,GAAG;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,aAAa,CAAC;CAC9B,CAAC;AAEF,qBACa,uBACX,YAAW,kBAAkB,CAAC,eAAe,CAAC;IAI5C,OAAO,CAAC,gBAAgB;IAExB,OAAO,CAAC,kBAAkB;gBAFlB,gBAAgB,EAAE,eAAe,EAEjC,kBAAkB,EAAE,oBAAoB;IAGlD,SAAS,CACP,KAAK,EAAE,OAAO,EACd,YAAY,EAAE,oBAAoB,GACjC,KAAK,IAAI,eAAe;IAarB,SAAS,CAAC,KAAK,EAAE,eAAe,GAAG,OAAO,CAAC,gBAAgB,CAAC;CAkCnE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProxyContextFieldLoader.test.d.ts","sourceRoot":"","sources":["../../../../../src/proxy/domain/ProxyContextFieldLoader.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProxyDelegateCall.d.ts","sourceRoot":"","sources":["../../../../../src/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"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { type Either } from "purify-ts";
|
|
2
|
-
import { type BlindSigningMethod, type BlindSigningPlatform, type BlindSignReason, type ClearSigningType } from "../../reporter/model/BlindSigningEvent";
|
|
3
|
-
import { type BlindSigningModelId } from "../../reporter/model/BlindSigningModelId";
|
|
4
|
-
export type BlindSigningReportEthContext = {
|
|
5
|
-
clearSigningType: ClearSigningType;
|
|
6
|
-
partialContextErrors: number;
|
|
7
|
-
};
|
|
8
|
-
export type BlindSigningReportParams = {
|
|
9
|
-
signatureId: string;
|
|
10
|
-
signingMethod: BlindSigningMethod;
|
|
11
|
-
isBlindSign: boolean;
|
|
12
|
-
chainId: number | null;
|
|
13
|
-
targetAddress: string | null;
|
|
14
|
-
blindSignReason: BlindSignReason | null;
|
|
15
|
-
modelId: BlindSigningModelId;
|
|
16
|
-
signerAppVersion: string;
|
|
17
|
-
deviceVersion: string | null;
|
|
18
|
-
ethContext: BlindSigningReportEthContext | null;
|
|
19
|
-
platform?: BlindSigningPlatform;
|
|
20
|
-
appVersion?: string;
|
|
21
|
-
platformOS?: string;
|
|
22
|
-
platformVersion?: string;
|
|
23
|
-
liveAppContext?: string | null;
|
|
24
|
-
sessionId?: string | null;
|
|
25
|
-
};
|
|
26
|
-
export interface BlindSigningReporterDatasource {
|
|
27
|
-
report(params: BlindSigningReportParams): Promise<Either<Error, void>>;
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=BlindSigningReporterDatasource.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BlindSigningReporterDatasource.d.ts","sourceRoot":"","sources":["../../../../../src/reporter/data/BlindSigningReporterDatasource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,WAAW,CAAC;AAExC,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACtB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAEhF,MAAM,MAAM,4BAA4B,GAAG;IACzC,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,oBAAoB,EAAE,MAAM,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,kBAAkB,CAAC;IAClC,WAAW,EAAE,OAAO,CAAC;IACrB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,eAAe,EAAE,eAAe,GAAG,IAAI,CAAC;IACxC,OAAO,EAAE,mBAAmB,CAAC;IAC7B,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,UAAU,EAAE,4BAA4B,GAAG,IAAI,CAAC;IAChD,QAAQ,CAAC,EAAE,oBAAoB,CAAC;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,WAAW,8BAA8B;IAC7C,MAAM,CAAC,MAAM,EAAE,wBAAwB,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC;CACxE"}
|
|
@@ -1,11 +0,0 @@
|
|
|
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 BlindSigningReporterDatasource, type BlindSigningReportParams } from "./BlindSigningReporterDatasource";
|
|
5
|
-
export declare class HttpBlindSigningReporterDatasource implements BlindSigningReporterDatasource {
|
|
6
|
-
private readonly config;
|
|
7
|
-
private readonly http;
|
|
8
|
-
constructor(config: ContextModuleServiceConfig, http: DmkNetworkClient);
|
|
9
|
-
report(params: BlindSigningReportParams): Promise<Either<Error, void>>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=HttpBlindSigningReporterDatasource.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HttpBlindSigningReporterDatasource.d.ts","sourceRoot":"","sources":["../../../../../src/reporter/data/HttpBlindSigningReporterDatasource.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;AAGrF,OAAO,EACL,KAAK,8BAA8B,EACnC,KAAK,wBAAwB,EAC9B,MAAM,kCAAkC,CAAC;AAE1C,qBACa,kCACX,YAAW,8BAA8B;IAIvC,OAAO,CAAC,QAAQ,CAAC,MAAM;IAEvB,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAFJ,MAAM,EAAE,0BAA0B,EAElC,IAAI,EAAE,gBAAgB;IAGnC,MAAM,CAAC,MAAM,EAAE,wBAAwB,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;CAiB7E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HttpBlindSigningReporterDatasource.test.d.ts","sourceRoot":"","sources":["../../../../../src/reporter/data/HttpBlindSigningReporterDatasource.test.ts"],"names":[],"mappings":""}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { type BlindSigningMethod, type BlindSigningPlatform, type BlindSignReason, type ClearSigningType } from "../../../reporter/model/BlindSigningEvent";
|
|
2
|
-
import { type BlindSigningModelId } from "../../../reporter/model/BlindSigningModelId";
|
|
3
|
-
export type BlindSigningEventEthContextDto = {
|
|
4
|
-
clearSigningType: ClearSigningType;
|
|
5
|
-
partialContextErrors: number;
|
|
6
|
-
};
|
|
7
|
-
export type BlindSigningEventDto = {
|
|
8
|
-
signatureId: string;
|
|
9
|
-
signingMethod: BlindSigningMethod;
|
|
10
|
-
source: string;
|
|
11
|
-
isBlindSign: boolean;
|
|
12
|
-
chainId: number | null;
|
|
13
|
-
targetAddress: string | null;
|
|
14
|
-
blindSignReason: BlindSignReason | null;
|
|
15
|
-
modelId: BlindSigningModelId;
|
|
16
|
-
signerAppVersion: string;
|
|
17
|
-
deviceVersion: string | null;
|
|
18
|
-
ethContext: BlindSigningEventEthContextDto | null;
|
|
19
|
-
platform?: BlindSigningPlatform;
|
|
20
|
-
appVersion?: string;
|
|
21
|
-
platformOS?: string;
|
|
22
|
-
platformVersion?: string;
|
|
23
|
-
liveAppContext?: string | null;
|
|
24
|
-
sessionId?: string | null;
|
|
25
|
-
};
|
|
26
|
-
//# sourceMappingURL=BlindSigningEventDto.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BlindSigningEventDto.d.ts","sourceRoot":"","sources":["../../../../../../src/reporter/data/dto/BlindSigningEventDto.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACtB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAEhF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,oBAAoB,EAAE,MAAM,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,kBAAkB,CAAC;IAClC,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,OAAO,CAAC;IACrB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,eAAe,EAAE,eAAe,GAAG,IAAI,CAAC;IACxC,OAAO,EAAE,mBAAmB,CAAC;IAC7B,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,UAAU,EAAE,8BAA8B,GAAG,IAAI,CAAC;IAClD,QAAQ,CAAC,EAAE,oBAAoB,CAAC;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"reporterModuleFactory.d.ts","sourceRoot":"","sources":["../../../../../src/reporter/di/reporterModuleFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAM5C,eAAO,MAAM,qBAAqB,uBAM9B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"reporterTypes.d.ts","sourceRoot":"","sources":["../../../../../src/reporter/di/reporterTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;CAGzB,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { type Either } from "purify-ts";
|
|
2
|
-
import { type BlindSigningReportParams } from "../../reporter/data/BlindSigningReporterDatasource";
|
|
3
|
-
export interface BlindSigningReporter {
|
|
4
|
-
report(params: BlindSigningReportParams): Promise<Either<Error, void>>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=BlindSigningReporter.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BlindSigningReporter.d.ts","sourceRoot":"","sources":["../../../../../src/reporter/domain/BlindSigningReporter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,WAAW,CAAC;AAExC,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,gDAAgD,CAAC;AAE/F,MAAM,WAAW,oBAAoB;IACnC,MAAM,CAAC,MAAM,EAAE,wBAAwB,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC;CACxE"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { type Either } from "purify-ts";
|
|
2
|
-
import { type BlindSigningReporterDatasource, type BlindSigningReportParams } from "../../reporter/data/BlindSigningReporterDatasource";
|
|
3
|
-
import { type BlindSigningReporter } from "./BlindSigningReporter";
|
|
4
|
-
export declare class DefaultBlindSigningReporter implements BlindSigningReporter {
|
|
5
|
-
private readonly dataSource;
|
|
6
|
-
constructor(dataSource: BlindSigningReporterDatasource);
|
|
7
|
-
report(params: BlindSigningReportParams): Promise<Either<Error, void>>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=DefaultBlindSigningReporter.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultBlindSigningReporter.d.ts","sourceRoot":"","sources":["../../../../../src/reporter/domain/DefaultBlindSigningReporter.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,WAAW,CAAC;AAExC,OAAO,EACL,KAAK,8BAA8B,EACnC,KAAK,wBAAwB,EAC9B,MAAM,gDAAgD,CAAC;AAGxD,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAEnE,qBACa,2BAA4B,YAAW,oBAAoB;IAGpE,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAAV,UAAU,EAAE,8BAA8B;IAGvD,MAAM,CAAC,MAAM,EAAE,wBAAwB,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;CAG7E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultBlindSigningReporter.test.d.ts","sourceRoot":"","sources":["../../../../../src/reporter/domain/DefaultBlindSigningReporter.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BlindSigningEvent.d.ts","sourceRoot":"","sources":["../../../../../src/reporter/model/BlindSigningEvent.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB;;;EAGpB,CAAC;AACZ,MAAM,MAAM,kBAAkB,GAC5B,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAE/D,eAAO,MAAM,eAAe;;;EAGjB,CAAC;AACZ,MAAM,MAAM,eAAe,GACzB,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC;AAEzD,eAAO,MAAM,gBAAgB;;;EAGlB,CAAC;AACZ,MAAM,MAAM,gBAAgB,GAC1B,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC;AAE3D,eAAO,MAAM,oBAAoB;;;EAGtB,CAAC;AACZ,MAAM,MAAM,oBAAoB,GAC9B,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,OAAO,oBAAoB,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BlindSigningModelId.d.ts","sourceRoot":"","sources":["../../../../../src/reporter/model/BlindSigningModelId.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAEhE,eAAO,MAAM,mBAAmB;;;;;;;EAOrB,CAAC;AACZ,MAAM,MAAM,mBAAmB,GAC7B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAcjE,wBAAgB,gBAAgB,CAAC,EAAE,EAAE,aAAa,GAAG,mBAAmB,CAEvE"}
|
|
@@ -1,13 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HttpSafeAccountDataSource.d.ts","sourceRoot":"","sources":["../../../../../src/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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HttpSafeAccountDataSource.test.d.ts","sourceRoot":"","sources":["../../../../../src/safe/data/HttpSafeAccountDataSource.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SafeAccountDataSource.d.ts","sourceRoot":"","sources":["../../../../../src/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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SafeAccountDto.d.ts","sourceRoot":"","sources":["../../../../../../src/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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"safeModuleFactory.d.ts","sourceRoot":"","sources":["../../../../../src/safe/di/safeModuleFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAO5C,eAAO,MAAM,iBAAiB,uBAI1B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"safeModuleFactory.test.d.ts","sourceRoot":"","sources":["../../../../../src/safe/di/safeModuleFactory.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"safeTypes.d.ts","sourceRoot":"","sources":["../../../../../src/safe/di/safeTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;CAGrB,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { DeviceModelId, HexaString } from "@ledgerhq/device-management-kit";
|
|
2
|
-
import { type PkiCertificateLoader } from "../../pki/domain/PkiCertificateLoader";
|
|
3
|
-
import type { SafeAccountDataSource } from "../../safe/data/SafeAccountDataSource";
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SafeAddressLoader.d.ts","sourceRoot":"","sources":["../../../../../src/safe/domain/SafeAddressLoader.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,UAAU,EAEX,MAAM,iCAAiC,CAAC;AAIzC,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,KAAK,EAEV,qBAAqB,EACtB,MAAM,mCAAmC,CAAC;AAE3C,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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SafeAddressLoader.test.d.ts","sourceRoot":"","sources":["../../../../../src/safe/domain/SafeAddressLoader.test.ts"],"names":[],"mappings":""}
|