@ledgerhq/context-module 1.17.1 → 2.1.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 +3 -2
- package/lib/cjs/src/ContextModule.js +1 -1
- package/lib/cjs/src/ContextModule.js.map +1 -1
- package/lib/cjs/src/ContextModuleBuilder.js +1 -1
- package/lib/cjs/src/ContextModuleBuilder.js.map +3 -3
- package/lib/cjs/src/ContextModuleBuilder.test.js +1 -1
- package/lib/cjs/src/ContextModuleBuilder.test.js.map +3 -3
- package/lib/cjs/src/DefaultContextModule.js +1 -1
- package/lib/cjs/src/DefaultContextModule.js.map +3 -3
- package/lib/cjs/src/DefaultContextModule.test.js +1 -1
- package/lib/cjs/src/DefaultContextModule.test.js.map +3 -3
- package/lib/cjs/src/config/model/ContextModuleConfig.js +1 -1
- package/lib/cjs/src/config/model/ContextModuleConfig.js.map +1 -1
- package/lib/cjs/src/di.js +1 -1
- package/lib/cjs/src/di.js.map +3 -3
- package/lib/cjs/src/index.js +1 -1
- package/lib/cjs/src/index.js.map +2 -2
- package/lib/cjs/src/modules/concordium/account-ownership/data/AccountOwnershipDataSource.js.map +7 -0
- package/lib/cjs/src/modules/concordium/account-ownership/data/AccountOwnershipError.js.map +7 -0
- package/lib/cjs/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.js +2 -0
- package/lib/cjs/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.js.map +7 -0
- package/lib/cjs/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.test.js +2 -0
- package/lib/cjs/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/concordium/account-ownership/data/dto/AccountOwnershipDto.js.map +7 -0
- package/lib/cjs/src/modules/concordium/account-ownership/di/accountOwnershipModuleFactory.js +2 -0
- package/lib/cjs/src/modules/concordium/account-ownership/di/accountOwnershipModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/concordium/account-ownership/di/accountOwnershipTypes.js.map +7 -0
- package/lib/cjs/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.js +2 -0
- package/lib/cjs/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/calldata/data/CalldataDescriptorDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/calldata/data/dto/CalldataDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/calldata/di/calldataModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/calldata/di/calldataModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/calldata/di/calldataTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/calldata/domain/CalldataContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/calldata/domain/CalldataContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/calldata/domain/CalldataContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/calldata/domain/CalldataContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/data/DynamicNetworkDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/data/dto/DynamicNetworkApiResponseDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/di/dynamicNetworkModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/di/dynamicNetworkModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/di/dynamicNetworkTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/dynamic-network/model/DynamicNetworkConfiguration.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/data/DAppDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/data/ExternalPluginDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/di/externalPluginModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/di/externalPluginModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/di/externalPluginTypes.js +2 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/di/externalPluginTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/model/DappInfos.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/external-plugin/model/SelectorDetails.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/data/GatedDescriptorDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/data/dto/GatedDappsDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/di/gatedSigningModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/di/gatedSigningModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/di/gatedSigningTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/model/EthereumClearSignContext.js +2 -0
- package/lib/cjs/src/modules/ethereum/model/EthereumClearSignContext.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/model/TypedDataClearSignContext.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/model/TypedDataContext.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/data/HttpNftDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/nft/data/HttpNftDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/data/HttpNftDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/data/NftDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/di/nftModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/nft/di/nftModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/di/nftTypes.js +2 -0
- package/lib/cjs/src/modules/ethereum/nft/di/nftTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/domain/NftContextFieldLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/nft/domain/NftContextFieldLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/domain/NftContextFieldLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/nft/domain/NftContextFieldLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/domain/NftContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/nft/domain/NftContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/nft/domain/NftContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/nft/domain/NftContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/HttpProxyDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/HttpProxyDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/HttpProxyDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/HttpProxyDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/HttpSafeProxyDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/HttpSafeProxyDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/HttpSafeProxyDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/ProxyDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/dto/ProxyDelegateCallDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/dto/ProxyImplementationAddressDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/data/dto/SafeProxyImplementationAddressDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/di/proxyModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/proxy/di/proxyModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/di/proxyModuleFactory.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/proxy/di/proxyModuleFactory.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/di/proxyTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/proxy/model/ProxyDelegateCall.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/data/SafeAccountDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/data/dto/SafeAccountDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/di/safeModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/safe/di/safeModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/di/safeModuleFactory.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/di/safeTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/domain/SafeAddressLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/safe/domain/SafeAddressLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/safe/domain/SafeAddressLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/safe/domain/SafeAddressLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/data/HttpTokenDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/token/data/HttpTokenDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/data/HttpTokenDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/token/data/HttpTokenDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/data/TokenDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/data/TokenDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/di/tokenModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/token/di/tokenModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/di/tokenTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/domain/TokenContextFieldLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/token/domain/TokenContextFieldLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/domain/TokenContextFieldLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/token/domain/TokenContextFieldLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/domain/TokenContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/token/domain/TokenContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/token/domain/TokenContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/token/domain/TokenContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/data/TrustedNameDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/data/TrustedNameDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/di/trustedNameModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/di/trustedNameModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/di/trustedNameTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/data/FiltersDto.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/data/TypedDataDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/di/typedDataModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/typed-data/di/typedDataModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/di/typedDataTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/domain/TypedDataContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/typed-data/domain/TypedDataContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/utils/getSchemaHash.js +2 -0
- package/lib/cjs/src/modules/ethereum/typed-data/utils/getSchemaHash.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/typed-data/utils/getSchemaHash.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/typed-data/utils/getSchemaHash.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/constants/uniswap.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/constants/weth.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/data/AbiDecoderDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/data/CommandDecoderDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.js +2 -0
- package/lib/cjs/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/data/EthersAbiDecoderDataSource.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/data/EthersAbiDecoderDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/di/uniswapModuleFactory.js +2 -0
- package/lib/cjs/src/modules/ethereum/uniswap/di/uniswapModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/di/uniswapTypes.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/domain/UniswapContextLoader.js +2 -0
- package/lib/cjs/src/modules/ethereum/uniswap/domain/UniswapContextLoader.js.map +7 -0
- package/lib/cjs/src/modules/ethereum/uniswap/domain/UniswapContextLoader.test.js +2 -0
- package/lib/cjs/src/modules/ethereum/uniswap/domain/UniswapContextLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.js +2 -0
- package/lib/cjs/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.test.js +2 -0
- package/lib/cjs/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/data/PkiCertificateDataSource.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/data/pkiDataSourceTypes.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/di/pkiModuleFactory.js +2 -0
- package/lib/cjs/src/modules/multichain/pki/di/pkiModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/di/pkiTypes.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.js +2 -0
- package/lib/cjs/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.test.js +2 -0
- package/lib/cjs/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/domain/PkiCertificateLoader.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/model/KeyId.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/model/KeyUsage.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/model/PkiCertificate.js.map +7 -0
- package/lib/cjs/src/modules/multichain/pki/model/PkiCertificateInfo.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/data/BlindSigningReporterDatasource.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.js +2 -0
- package/lib/cjs/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.test.js +2 -0
- package/lib/cjs/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.test.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/data/dto/BlindSigningEventDto.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/di/reporterModuleFactory.js +2 -0
- package/lib/cjs/src/modules/multichain/reporter/di/reporterModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/di/reporterTypes.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/domain/BlindSigningReporter.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.js +2 -0
- package/lib/cjs/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.test.js +2 -0
- package/lib/cjs/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.test.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/model/BlindSigningEvent.js.map +7 -0
- package/lib/cjs/src/modules/multichain/reporter/model/BlindSigningModelId.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.test.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.test.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/data/TransactionCheckDataSource.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/data/TransactionCheckDataSource.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/data/dto/TransactionCheckResponseDto.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/data/dto/TransactionCheckResponseDto.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/di/ethereumTransactionCheckModuleFactory.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/di/ethereumTransactionCheckModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/di/solanaTransactionCheckModuleFactory.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/di/solanaTransactionCheckModuleFactory.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/di/transactionCheckTypes.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/di/transactionCheckTypes.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.test.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.test.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.test.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/SolanaTransactionCheckLoader.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/SolanaTransactionCheckLoader.js.map +7 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/SolanaTransactionCheckLoader.test.js +2 -0
- package/lib/cjs/src/modules/multichain/transaction-check/loaders/SolanaTransactionCheckLoader.test.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/cjs/src/shared/utils/bs58Encoder.js +2 -0
- package/lib/cjs/src/shared/utils/bs58Encoder.js.map +7 -0
- package/lib/cjs/src/shared/utils/uint8ArrayCodec.js +2 -0
- package/lib/cjs/src/shared/utils/uint8ArrayCodec.js.map +7 -0
- package/lib/cjs/src/shared/utils/uint8ArrayCodec.test.js +2 -0
- package/lib/cjs/src/shared/utils/uint8ArrayCodec.test.js.map +7 -0
- package/lib/esm/package.json +3 -2
- package/lib/esm/src/ContextModuleBuilder.js +1 -1
- package/lib/esm/src/ContextModuleBuilder.js.map +3 -3
- package/lib/esm/src/ContextModuleBuilder.test.js +1 -1
- package/lib/esm/src/ContextModuleBuilder.test.js.map +3 -3
- package/lib/esm/src/DefaultContextModule.js +1 -1
- package/lib/esm/src/DefaultContextModule.js.map +3 -3
- package/lib/esm/src/DefaultContextModule.test.js +1 -1
- package/lib/esm/src/DefaultContextModule.test.js.map +3 -3
- package/lib/esm/src/di.js +1 -1
- package/lib/esm/src/di.js.map +3 -3
- package/lib/esm/src/index.js +1 -1
- package/lib/esm/src/index.js.map +2 -2
- package/lib/esm/src/modules/concordium/account-ownership/data/AccountOwnershipError.js.map +7 -0
- package/lib/esm/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.js +2 -0
- package/lib/esm/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.js.map +7 -0
- package/lib/esm/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.test.js +2 -0
- package/lib/esm/src/modules/concordium/account-ownership/data/HttpAccountOwnershipDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/concordium/account-ownership/di/accountOwnershipModuleFactory.js +2 -0
- package/lib/esm/src/modules/concordium/account-ownership/di/accountOwnershipModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/concordium/account-ownership/di/accountOwnershipTypes.js.map +7 -0
- package/lib/esm/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.js +2 -0
- package/lib/esm/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.js.map +7 -0
- package/lib/esm/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.test.js +2 -0
- package/lib/esm/src/modules/concordium/account-ownership/domain/AccountOwnershipContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/calldata/di/calldataModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/calldata/di/calldataModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/calldata/di/calldataTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/calldata/domain/CalldataContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/calldata/domain/CalldataContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/calldata/domain/CalldataContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/calldata/domain/CalldataContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/di/dynamicNetworkModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/di/dynamicNetworkModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/di/dynamicNetworkTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/external-plugin/di/externalPluginModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/external-plugin/di/externalPluginModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/external-plugin/di/externalPluginTypes.js +2 -0
- package/lib/esm/src/modules/ethereum/external-plugin/di/externalPluginTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/gated-signing/di/gatedSigningModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/gated-signing/di/gatedSigningModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/gated-signing/di/gatedSigningTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/model/EthereumClearSignContext.js +2 -0
- package/lib/esm/src/modules/ethereum/model/EthereumClearSignContext.js.map +7 -0
- package/lib/esm/src/modules/ethereum/model/TypedDataClearSignContext.js.map +7 -0
- package/lib/esm/src/modules/ethereum/nft/data/HttpNftDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/nft/data/HttpNftDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/nft/data/HttpNftDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/nft/di/nftModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/nft/di/nftModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/nft/di/nftTypes.js +2 -0
- package/lib/esm/src/modules/ethereum/nft/di/nftTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/nft/domain/NftContextFieldLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/nft/domain/NftContextFieldLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/nft/domain/NftContextFieldLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/nft/domain/NftContextFieldLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/nft/domain/NftContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/nft/domain/NftContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/nft/domain/NftContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/nft/domain/NftContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/data/HttpProxyDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/proxy/data/HttpProxyDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/data/HttpProxyDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/proxy/data/HttpProxyDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/data/HttpSafeProxyDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/proxy/data/HttpSafeProxyDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/data/HttpSafeProxyDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/di/proxyModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/proxy/di/proxyModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/di/proxyModuleFactory.test.js +2 -0
- package/lib/esm/src/modules/ethereum/proxy/di/proxyModuleFactory.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/di/proxyTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/proxy/domain/ProxyContextFieldLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/safe/data/HttpSafeAccountDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/safe/di/safeModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/safe/di/safeModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/safe/di/safeModuleFactory.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/safe/di/safeTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/safe/domain/SafeAddressLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/safe/domain/SafeAddressLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/safe/domain/SafeAddressLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/safe/domain/SafeAddressLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/token/data/HttpTokenDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/token/data/HttpTokenDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/token/data/HttpTokenDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/token/data/HttpTokenDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/token/di/tokenModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/token/di/tokenModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/token/di/tokenTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/token/domain/TokenContextFieldLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/token/domain/TokenContextFieldLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/token/domain/TokenContextFieldLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/token/domain/TokenContextFieldLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/token/domain/TokenContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/token/domain/TokenContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/token/domain/TokenContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/token/domain/TokenContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/trusted-name/data/HttpTrustedNameDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/trusted-name/di/trustedNameModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/trusted-name/di/trustedNameModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/trusted-name/di/trustedNameTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/trusted-name/domain/TrustedNameContextFieldLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/trusted-name/domain/TrustedNameContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/typed-data/data/HttpTypedDataDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/typed-data/di/typedDataModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/typed-data/di/typedDataModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/typed-data/di/typedDataTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/typed-data/domain/DefaultTypedDataContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/typed-data/utils/getSchemaHash.js +2 -0
- package/lib/esm/src/modules/ethereum/typed-data/utils/getSchemaHash.js.map +7 -0
- package/lib/esm/src/modules/ethereum/typed-data/utils/getSchemaHash.test.js +2 -0
- package/lib/esm/src/modules/ethereum/typed-data/utils/getSchemaHash.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/constants/uniswap.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/constants/weth.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.js +2 -0
- package/lib/esm/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.test.js +2 -0
- package/lib/esm/src/modules/ethereum/uniswap/data/DefaultCommandDecoderDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/data/EthersAbiDecoderDataSource.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/data/EthersAbiDecoderDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/di/uniswapModuleFactory.js +2 -0
- package/lib/esm/src/modules/ethereum/uniswap/di/uniswapModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/di/uniswapTypes.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/domain/UniswapContextLoader.js +2 -0
- package/lib/esm/src/modules/ethereum/uniswap/domain/UniswapContextLoader.js.map +7 -0
- package/lib/esm/src/modules/ethereum/uniswap/domain/UniswapContextLoader.test.js +2 -0
- package/lib/esm/src/modules/ethereum/uniswap/domain/UniswapContextLoader.test.js.map +7 -0
- package/lib/esm/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.js +2 -0
- package/lib/esm/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.js.map +7 -0
- package/lib/esm/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.test.js +2 -0
- package/lib/esm/src/modules/multichain/pki/data/HttpPkiCertificateDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/multichain/pki/di/pkiModuleFactory.js +2 -0
- package/lib/esm/src/modules/multichain/pki/di/pkiModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/multichain/pki/di/pkiTypes.js.map +7 -0
- package/lib/esm/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.js +2 -0
- package/lib/esm/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.js.map +7 -0
- package/lib/esm/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.test.js +2 -0
- package/lib/esm/src/modules/multichain/pki/domain/DefaultPkiCertificateLoader.test.js.map +7 -0
- package/lib/esm/src/modules/multichain/pki/model/KeyId.js.map +7 -0
- package/lib/esm/src/modules/multichain/pki/model/KeyUsage.js.map +7 -0
- package/lib/esm/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.js +2 -0
- package/lib/esm/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.js.map +7 -0
- package/lib/esm/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.test.js +2 -0
- package/lib/esm/src/modules/multichain/reporter/data/HttpBlindSigningReporterDatasource.test.js.map +7 -0
- package/lib/esm/src/modules/multichain/reporter/di/reporterModuleFactory.js +2 -0
- package/lib/esm/src/modules/multichain/reporter/di/reporterModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/multichain/reporter/di/reporterTypes.js.map +7 -0
- package/lib/esm/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.js +2 -0
- package/lib/esm/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.js.map +7 -0
- package/lib/esm/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.test.js +2 -0
- package/lib/esm/src/modules/multichain/reporter/domain/DefaultBlindSigningReporter.test.js.map +7 -0
- package/lib/esm/src/modules/multichain/reporter/model/BlindSigningEvent.js.map +7 -0
- package/lib/esm/src/modules/multichain/reporter/model/BlindSigningModelId.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.test.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/data/HttpTransactionCheckDataSource.test.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/data/dto/TransactionCheckResponseDto.js +1 -0
- package/lib/esm/src/modules/multichain/transaction-check/di/ethereumTransactionCheckModuleFactory.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/di/ethereumTransactionCheckModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/di/solanaTransactionCheckModuleFactory.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/di/solanaTransactionCheckModuleFactory.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/di/transactionCheckTypes.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/di/transactionCheckTypes.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.test.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/EthereumTransactionCheckLoader.test.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.test.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/EthereumTypedDataCheckLoader.test.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/SolanaTransactionCheckLoader.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/SolanaTransactionCheckLoader.js.map +7 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/SolanaTransactionCheckLoader.test.js +2 -0
- package/lib/esm/src/modules/multichain/transaction-check/loaders/SolanaTransactionCheckLoader.test.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/esm/src/shared/utils/bs58Encoder.js +2 -0
- package/lib/esm/src/shared/utils/bs58Encoder.js.map +7 -0
- package/lib/esm/src/shared/utils/uint8ArrayCodec.js +2 -0
- package/lib/esm/src/shared/utils/uint8ArrayCodec.js.map +7 -0
- package/lib/esm/src/shared/utils/uint8ArrayCodec.test.js +2 -0
- package/lib/esm/src/shared/utils/uint8ArrayCodec.test.js.map +7 -0
- 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 +23 -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 +28 -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 +37 -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/SolanaTransactionCheckLoader.test.d.ts +2 -0
- package/lib/types/src/modules/multichain/transaction-check/loaders/SolanaTransactionCheckLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/transaction-check/loaders/TransactionCheckLoader.d.ts +12 -0
- package/lib/types/src/modules/multichain/transaction-check/loaders/TransactionCheckLoader.d.ts.map +1 -0
- package/lib/types/src/modules/multichain/transaction-check/utils/constants.d.ts +6 -0
- package/lib/types/src/modules/multichain/transaction-check/utils/constants.d.ts.map +1 -0
- package/lib/types/src/modules/solana/lifi/data/HttpLifiDataSource.d.ts +12 -0
- package/lib/types/src/modules/solana/lifi/data/HttpLifiDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/solana/lifi/data/HttpLifiDataSource.test.d.ts +2 -0
- package/lib/types/src/modules/solana/lifi/data/HttpLifiDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/solana/lifi/data/LifiDataSource.d.ts +10 -0
- package/lib/types/src/modules/solana/lifi/data/LifiDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/solana/lifi/di/lifiModuleFactory.d.ts +3 -0
- package/lib/types/src/modules/solana/lifi/di/lifiModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/solana/lifi/di/lifiTypes.d.ts +5 -0
- package/lib/types/src/modules/solana/lifi/di/lifiTypes.d.ts.map +1 -0
- package/lib/types/src/modules/solana/lifi/domain/LifiContextLoader.d.ts +21 -0
- package/lib/types/src/modules/solana/lifi/domain/LifiContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/solana/lifi/domain/LifiContextLoader.test.d.ts +2 -0
- package/lib/types/src/modules/solana/lifi/domain/LifiContextLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/solana/model/SolanaClearSignContext.d.ts +51 -0
- package/lib/types/src/modules/solana/model/SolanaClearSignContext.d.ts.map +1 -0
- package/lib/types/src/modules/solana/model/SolanaContextTypes.d.ts +39 -0
- package/lib/types/src/modules/solana/model/SolanaContextTypes.d.ts.map +1 -0
- package/lib/types/src/modules/solana/model/SolanaPayloads.d.ts +24 -0
- package/lib/types/src/modules/solana/model/SolanaPayloads.d.ts.map +1 -0
- package/lib/types/src/modules/solana/model/SolanaTransactionContext.d.ts +19 -0
- package/lib/types/src/modules/solana/model/SolanaTransactionContext.d.ts.map +1 -0
- package/lib/types/src/modules/solana/model/SolanaTransactionScanChainId.d.ts +10 -0
- package/lib/types/src/modules/solana/model/SolanaTransactionScanChainId.d.ts.map +1 -0
- package/lib/types/src/modules/solana/owner-info/data/HttpOwnerInfoDataSource.d.ts +15 -0
- package/lib/types/src/modules/solana/owner-info/data/HttpOwnerInfoDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/solana/owner-info/data/HttpOwnerInfoDataSource.test.d.ts +2 -0
- package/lib/types/src/modules/solana/owner-info/data/HttpOwnerInfoDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/solana/owner-info/data/OwnerInfoDataSource.d.ts +9 -0
- package/lib/types/src/modules/solana/owner-info/data/OwnerInfoDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/solana/owner-info/di/ownerInfoModuleFactory.d.ts +3 -0
- package/lib/types/src/modules/solana/owner-info/di/ownerInfoModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/solana/owner-info/di/ownerInfoTypes.d.ts +5 -0
- package/lib/types/src/modules/solana/owner-info/di/ownerInfoTypes.d.ts.map +1 -0
- package/lib/types/src/modules/solana/owner-info/domain/OwnerInfoContextLoader.d.ts +15 -0
- package/lib/types/src/modules/solana/owner-info/domain/OwnerInfoContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/solana/owner-info/domain/OwnerInfoContextLoader.test.d.ts +2 -0
- package/lib/types/src/modules/solana/owner-info/domain/OwnerInfoContextLoader.test.d.ts.map +1 -0
- package/lib/types/src/modules/solana/owner-info/domain/solanaContextTypes.d.ts +10 -0
- package/lib/types/src/modules/solana/owner-info/domain/solanaContextTypes.d.ts.map +1 -0
- package/lib/types/src/modules/solana/token/data/HttpTokenDataSource.d.ts +11 -0
- package/lib/types/src/modules/solana/token/data/HttpTokenDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/solana/token/data/HttpTokenDataSource.test.d.ts +2 -0
- package/lib/types/src/modules/solana/token/data/HttpTokenDataSource.test.d.ts.map +1 -0
- package/lib/types/src/modules/solana/token/data/TokenDataSource.d.ts +44 -0
- package/lib/types/src/modules/solana/token/data/TokenDataSource.d.ts.map +1 -0
- package/lib/types/src/modules/solana/token/di/tokenModuleFactory.d.ts +3 -0
- package/lib/types/src/modules/solana/token/di/tokenModuleFactory.d.ts.map +1 -0
- package/lib/types/src/modules/solana/token/di/tokenTypes.d.ts +5 -0
- package/lib/types/src/modules/solana/token/di/tokenTypes.d.ts.map +1 -0
- package/lib/types/src/modules/solana/token/domain/TokenContextLoader.d.ts +19 -0
- package/lib/types/src/modules/solana/token/domain/TokenContextLoader.d.ts.map +1 -0
- package/lib/types/src/modules/solana/token/domain/TokenContextLoader.test.d.ts +2 -0
- package/lib/types/src/modules/solana/token/domain/TokenContextLoader.test.d.ts.map +1 -0
- package/lib/types/src/shared/domain/ContextModuleChainID.d.ts +6 -0
- package/lib/types/src/shared/domain/ContextModuleChainID.d.ts.map +1 -0
- package/lib/types/src/shared/model/ClearSignContext.d.ts +32 -86
- package/lib/types/src/shared/model/ClearSignContext.d.ts.map +1 -1
- package/lib/types/src/shared/network/di/networkModuleFactory.d.ts +4 -0
- package/lib/types/src/shared/network/di/networkModuleFactory.d.ts.map +1 -0
- package/lib/types/src/shared/network/di/networkTypes.d.ts.map +1 -0
- package/lib/types/src/shared/network/networkClientFactory.d.ts +4 -0
- package/lib/types/src/shared/network/networkClientFactory.d.ts.map +1 -0
- package/lib/types/src/shared/network/networkClientFactory.test.d.ts.map +1 -0
- package/lib/types/src/shared/utils/bs58Encoder.d.ts +9 -0
- package/lib/types/src/shared/utils/bs58Encoder.d.ts.map +1 -0
- package/lib/types/src/shared/utils/uint8ArrayCodec.d.ts +3 -0
- package/lib/types/src/shared/utils/uint8ArrayCodec.d.ts.map +1 -0
- package/lib/types/src/shared/utils/uint8ArrayCodec.test.d.ts +2 -0
- package/lib/types/src/shared/utils/uint8ArrayCodec.test.d.ts.map +1 -0
- package/lib/types/tsconfig.prod.tsbuildinfo +1 -1
- package/package.json +7 -6
- package/lib/cjs/src/account-ownership/data/AccountOwnershipDataSource.js.map +0 -7
- package/lib/cjs/src/account-ownership/data/AccountOwnershipError.js.map +0 -7
- package/lib/cjs/src/account-ownership/data/HttpAccountOwnershipDataSource.js +0 -2
- package/lib/cjs/src/account-ownership/data/HttpAccountOwnershipDataSource.js.map +0 -7
- package/lib/cjs/src/account-ownership/data/HttpAccountOwnershipDataSource.test.js +0 -2
- package/lib/cjs/src/account-ownership/data/HttpAccountOwnershipDataSource.test.js.map +0 -7
- package/lib/cjs/src/account-ownership/data/dto/AccountOwnershipDto.js.map +0 -7
- package/lib/cjs/src/account-ownership/di/accountOwnershipModuleFactory.js +0 -2
- package/lib/cjs/src/account-ownership/di/accountOwnershipModuleFactory.js.map +0 -7
- package/lib/cjs/src/account-ownership/di/accountOwnershipTypes.js.map +0 -7
- package/lib/cjs/src/account-ownership/domain/AccountOwnershipContextLoader.js +0 -2
- package/lib/cjs/src/account-ownership/domain/AccountOwnershipContextLoader.js.map +0 -7
- package/lib/cjs/src/account-ownership/domain/AccountOwnershipContextLoader.test.js +0 -2
- package/lib/cjs/src/account-ownership/domain/AccountOwnershipContextLoader.test.js.map +0 -7
- package/lib/cjs/src/calldata/data/CalldataDescriptorDataSource.js.map +0 -7
- package/lib/cjs/src/calldata/data/HttpCalldataDescriptorDataSource.js +0 -2
- package/lib/cjs/src/calldata/data/HttpCalldataDescriptorDataSource.js.map +0 -7
- package/lib/cjs/src/calldata/data/HttpCalldataDescriptorDataSource.test.js +0 -2
- package/lib/cjs/src/calldata/data/HttpCalldataDescriptorDataSource.test.js.map +0 -7
- package/lib/cjs/src/calldata/data/dto/CalldataDto.js.map +0 -7
- package/lib/cjs/src/calldata/di/calldataModuleFactory.js +0 -2
- package/lib/cjs/src/calldata/di/calldataModuleFactory.js.map +0 -7
- package/lib/cjs/src/calldata/di/calldataTypes.js.map +0 -7
- package/lib/cjs/src/calldata/domain/CalldataContextLoader.js +0 -2
- package/lib/cjs/src/calldata/domain/CalldataContextLoader.js.map +0 -7
- package/lib/cjs/src/calldata/domain/CalldataContextLoader.test.js +0 -2
- package/lib/cjs/src/calldata/domain/CalldataContextLoader.test.js.map +0 -7
- package/lib/cjs/src/dynamic-network/data/DynamicNetworkDataSource.js.map +0 -7
- package/lib/cjs/src/dynamic-network/data/HttpDynamicNetworkDataSource.js +0 -2
- package/lib/cjs/src/dynamic-network/data/HttpDynamicNetworkDataSource.js.map +0 -7
- package/lib/cjs/src/dynamic-network/data/HttpDynamicNetworkDataSource.test.js.map +0 -7
- package/lib/cjs/src/dynamic-network/data/dto/DynamicNetworkApiResponseDto.js.map +0 -7
- package/lib/cjs/src/dynamic-network/di/dynamicNetworkModuleFactory.js +0 -2
- package/lib/cjs/src/dynamic-network/di/dynamicNetworkModuleFactory.js.map +0 -7
- package/lib/cjs/src/dynamic-network/di/dynamicNetworkTypes.js.map +0 -7
- package/lib/cjs/src/dynamic-network/domain/DynamicNetworkContextLoader.js +0 -2
- package/lib/cjs/src/dynamic-network/domain/DynamicNetworkContextLoader.js.map +0 -7
- package/lib/cjs/src/dynamic-network/domain/DynamicNetworkContextLoader.test.js +0 -2
- package/lib/cjs/src/dynamic-network/domain/DynamicNetworkContextLoader.test.js.map +0 -7
- package/lib/cjs/src/dynamic-network/model/DynamicNetworkConfiguration.js.map +0 -7
- package/lib/cjs/src/external-plugin/data/DAppDto.js.map +0 -7
- package/lib/cjs/src/external-plugin/data/ExternalPluginDataSource.js.map +0 -7
- package/lib/cjs/src/external-plugin/data/HttpExternalPluginDataSource.js +0 -2
- package/lib/cjs/src/external-plugin/data/HttpExternalPluginDataSource.js.map +0 -7
- package/lib/cjs/src/external-plugin/data/HttpExternalPluginDataSource.test.js +0 -2
- package/lib/cjs/src/external-plugin/data/HttpExternalPluginDataSource.test.js.map +0 -7
- package/lib/cjs/src/external-plugin/di/externalPluginModuleFactory.js +0 -2
- package/lib/cjs/src/external-plugin/di/externalPluginModuleFactory.js.map +0 -7
- package/lib/cjs/src/external-plugin/di/externalPluginTypes.js +0 -2
- package/lib/cjs/src/external-plugin/di/externalPluginTypes.js.map +0 -7
- package/lib/cjs/src/external-plugin/domain/ExternalPluginContextLoader.js +0 -2
- package/lib/cjs/src/external-plugin/domain/ExternalPluginContextLoader.js.map +0 -7
- package/lib/cjs/src/external-plugin/domain/ExternalPluginContextLoader.test.js +0 -2
- package/lib/cjs/src/external-plugin/domain/ExternalPluginContextLoader.test.js.map +0 -7
- package/lib/cjs/src/external-plugin/model/DappInfos.js.map +0 -7
- package/lib/cjs/src/external-plugin/model/SelectorDetails.js.map +0 -7
- package/lib/cjs/src/gated-signing/data/GatedDescriptorDataSource.js.map +0 -7
- package/lib/cjs/src/gated-signing/data/HttpGatedDescriptorDataSource.js +0 -2
- package/lib/cjs/src/gated-signing/data/HttpGatedDescriptorDataSource.js.map +0 -7
- package/lib/cjs/src/gated-signing/data/HttpGatedDescriptorDataSource.test.js +0 -2
- package/lib/cjs/src/gated-signing/data/HttpGatedDescriptorDataSource.test.js.map +0 -7
- package/lib/cjs/src/gated-signing/data/dto/GatedDappsDto.js.map +0 -7
- package/lib/cjs/src/gated-signing/di/gatedSigningModuleFactory.js +0 -2
- package/lib/cjs/src/gated-signing/di/gatedSigningModuleFactory.js.map +0 -7
- package/lib/cjs/src/gated-signing/di/gatedSigningTypes.js.map +0 -7
- package/lib/cjs/src/gated-signing/domain/GatedSigningContextLoader.js +0 -2
- package/lib/cjs/src/gated-signing/domain/GatedSigningContextLoader.js.map +0 -7
- package/lib/cjs/src/gated-signing/domain/GatedSigningContextLoader.test.js +0 -2
- package/lib/cjs/src/gated-signing/domain/GatedSigningContextLoader.test.js.map +0 -7
- package/lib/cjs/src/gated-signing/domain/GatedSigningTypedDataContextLoader.js +0 -2
- package/lib/cjs/src/gated-signing/domain/GatedSigningTypedDataContextLoader.js.map +0 -7
- package/lib/cjs/src/gated-signing/domain/GatedSigningTypedDataContextLoader.test.js +0 -2
- package/lib/cjs/src/gated-signing/domain/GatedSigningTypedDataContextLoader.test.js.map +0 -7
- package/lib/cjs/src/network/di/networkModuleFactory.js +0 -2
- package/lib/cjs/src/network/di/networkModuleFactory.js.map +0 -7
- package/lib/cjs/src/network/di/networkTypes.js.map +0 -7
- package/lib/cjs/src/network/networkClientFactory.js +0 -2
- package/lib/cjs/src/network/networkClientFactory.js.map +0 -7
- package/lib/cjs/src/network/networkClientFactory.test.js +0 -2
- package/lib/cjs/src/network/networkClientFactory.test.js.map +0 -7
- package/lib/cjs/src/nft/data/HttpNftDataSource.js +0 -2
- package/lib/cjs/src/nft/data/HttpNftDataSource.js.map +0 -7
- package/lib/cjs/src/nft/data/HttpNftDataSource.test.js.map +0 -7
- package/lib/cjs/src/nft/data/NftDataSource.js.map +0 -7
- package/lib/cjs/src/nft/di/nftModuleFactory.js +0 -2
- package/lib/cjs/src/nft/di/nftModuleFactory.js.map +0 -7
- package/lib/cjs/src/nft/di/nftTypes.js +0 -2
- package/lib/cjs/src/nft/di/nftTypes.js.map +0 -7
- package/lib/cjs/src/nft/domain/NftContextFieldLoader.js +0 -2
- package/lib/cjs/src/nft/domain/NftContextFieldLoader.js.map +0 -7
- package/lib/cjs/src/nft/domain/NftContextFieldLoader.test.js +0 -2
- package/lib/cjs/src/nft/domain/NftContextFieldLoader.test.js.map +0 -7
- package/lib/cjs/src/nft/domain/NftContextLoader.js +0 -2
- package/lib/cjs/src/nft/domain/NftContextLoader.js.map +0 -7
- package/lib/cjs/src/nft/domain/NftContextLoader.test.js +0 -2
- package/lib/cjs/src/nft/domain/NftContextLoader.test.js.map +0 -7
- package/lib/cjs/src/pki/data/HttpPkiCertificateDataSource.js +0 -2
- package/lib/cjs/src/pki/data/HttpPkiCertificateDataSource.js.map +0 -7
- package/lib/cjs/src/pki/data/HttpPkiCertificateDataSource.test.js +0 -2
- package/lib/cjs/src/pki/data/HttpPkiCertificateDataSource.test.js.map +0 -7
- package/lib/cjs/src/pki/data/PkiCertificateDataSource.js.map +0 -7
- package/lib/cjs/src/pki/data/pkiDataSourceTypes.js.map +0 -7
- package/lib/cjs/src/pki/di/pkiModuleFactory.js +0 -2
- package/lib/cjs/src/pki/di/pkiModuleFactory.js.map +0 -7
- package/lib/cjs/src/pki/di/pkiTypes.js.map +0 -7
- package/lib/cjs/src/pki/domain/DefaultPkiCertificateLoader.js +0 -2
- package/lib/cjs/src/pki/domain/DefaultPkiCertificateLoader.js.map +0 -7
- package/lib/cjs/src/pki/domain/DefaultPkiCertificateLoader.test.js +0 -2
- package/lib/cjs/src/pki/domain/DefaultPkiCertificateLoader.test.js.map +0 -7
- package/lib/cjs/src/pki/domain/PkiCertificateLoader.js.map +0 -7
- package/lib/cjs/src/pki/model/KeyId.js.map +0 -7
- package/lib/cjs/src/pki/model/KeyUsage.js.map +0 -7
- package/lib/cjs/src/pki/model/PkiCertificate.js.map +0 -7
- package/lib/cjs/src/pki/model/PkiCertificateInfo.js.map +0 -7
- package/lib/cjs/src/proxy/data/HttpProxyDataSource.js +0 -2
- package/lib/cjs/src/proxy/data/HttpProxyDataSource.js.map +0 -7
- package/lib/cjs/src/proxy/data/HttpProxyDataSource.test.js +0 -2
- package/lib/cjs/src/proxy/data/HttpProxyDataSource.test.js.map +0 -7
- package/lib/cjs/src/proxy/data/HttpSafeProxyDataSource.js +0 -2
- package/lib/cjs/src/proxy/data/HttpSafeProxyDataSource.js.map +0 -7
- package/lib/cjs/src/proxy/data/HttpSafeProxyDataSource.test.js.map +0 -7
- package/lib/cjs/src/proxy/data/ProxyDataSource.js.map +0 -7
- package/lib/cjs/src/proxy/data/dto/ProxyDelegateCallDto.js.map +0 -7
- package/lib/cjs/src/proxy/data/dto/ProxyImplementationAddressDto.js.map +0 -7
- package/lib/cjs/src/proxy/data/dto/SafeProxyImplementationAddressDto.js.map +0 -7
- package/lib/cjs/src/proxy/di/proxyModuleFactory.js +0 -2
- package/lib/cjs/src/proxy/di/proxyModuleFactory.js.map +0 -7
- package/lib/cjs/src/proxy/di/proxyModuleFactory.test.js +0 -2
- package/lib/cjs/src/proxy/di/proxyModuleFactory.test.js.map +0 -7
- package/lib/cjs/src/proxy/di/proxyTypes.js.map +0 -7
- package/lib/cjs/src/proxy/domain/ProxyContextFieldLoader.js +0 -2
- package/lib/cjs/src/proxy/domain/ProxyContextFieldLoader.js.map +0 -7
- package/lib/cjs/src/proxy/domain/ProxyContextFieldLoader.test.js +0 -2
- package/lib/cjs/src/proxy/domain/ProxyContextFieldLoader.test.js.map +0 -7
- package/lib/cjs/src/proxy/model/ProxyDelegateCall.js.map +0 -7
- package/lib/cjs/src/reporter/data/BlindSigningReporterDatasource.js.map +0 -7
- package/lib/cjs/src/reporter/data/HttpBlindSigningReporterDatasource.js +0 -2
- package/lib/cjs/src/reporter/data/HttpBlindSigningReporterDatasource.js.map +0 -7
- package/lib/cjs/src/reporter/data/HttpBlindSigningReporterDatasource.test.js +0 -2
- package/lib/cjs/src/reporter/data/HttpBlindSigningReporterDatasource.test.js.map +0 -7
- package/lib/cjs/src/reporter/data/dto/BlindSigningEventDto.js.map +0 -7
- package/lib/cjs/src/reporter/di/reporterModuleFactory.js +0 -2
- package/lib/cjs/src/reporter/di/reporterModuleFactory.js.map +0 -7
- package/lib/cjs/src/reporter/di/reporterTypes.js.map +0 -7
- package/lib/cjs/src/reporter/domain/BlindSigningReporter.js.map +0 -7
- package/lib/cjs/src/reporter/domain/DefaultBlindSigningReporter.js +0 -2
- package/lib/cjs/src/reporter/domain/DefaultBlindSigningReporter.js.map +0 -7
- package/lib/cjs/src/reporter/domain/DefaultBlindSigningReporter.test.js +0 -2
- package/lib/cjs/src/reporter/domain/DefaultBlindSigningReporter.test.js.map +0 -7
- package/lib/cjs/src/reporter/model/BlindSigningEvent.js.map +0 -7
- package/lib/cjs/src/reporter/model/BlindSigningModelId.js.map +0 -7
- package/lib/cjs/src/safe/data/HttpSafeAccountDataSource.js +0 -2
- package/lib/cjs/src/safe/data/HttpSafeAccountDataSource.js.map +0 -7
- package/lib/cjs/src/safe/data/HttpSafeAccountDataSource.test.js +0 -2
- package/lib/cjs/src/safe/data/HttpSafeAccountDataSource.test.js.map +0 -7
- package/lib/cjs/src/safe/data/SafeAccountDataSource.js.map +0 -7
- package/lib/cjs/src/safe/data/dto/SafeAccountDto.js.map +0 -7
- package/lib/cjs/src/safe/di/safeModuleFactory.js +0 -2
- package/lib/cjs/src/safe/di/safeModuleFactory.js.map +0 -7
- package/lib/cjs/src/safe/di/safeModuleFactory.test.js.map +0 -7
- package/lib/cjs/src/safe/di/safeTypes.js.map +0 -7
- package/lib/cjs/src/safe/domain/SafeAddressLoader.js +0 -2
- package/lib/cjs/src/safe/domain/SafeAddressLoader.js.map +0 -7
- package/lib/cjs/src/safe/domain/SafeAddressLoader.test.js +0 -2
- package/lib/cjs/src/safe/domain/SafeAddressLoader.test.js.map +0 -7
- package/lib/cjs/src/shared/model/SolanaContextTypes.js +0 -2
- package/lib/cjs/src/shared/model/SolanaContextTypes.js.map +0 -7
- package/lib/cjs/src/shared/model/SolanaTransactionContext.js +0 -2
- package/lib/cjs/src/shared/model/SolanaTransactionContext.js.map +0 -7
- package/lib/cjs/src/shared/model/TypedDataClearSignContext.js.map +0 -7
- package/lib/cjs/src/shared/model/TypedDataContext.js.map +0 -7
- package/lib/cjs/src/signing-tracker/data/SigningTrackerDataSource.js +0 -2
- package/lib/cjs/src/signing-tracker/data/SigningTrackerDataSource.js.map +0 -7
- package/lib/cjs/src/solana/data/HttpSolanaOwnerInfoDataSource.js +0 -2
- package/lib/cjs/src/solana/data/HttpSolanaOwnerInfoDataSource.js.map +0 -7
- package/lib/cjs/src/solana/data/HttpSolanaOwnerInfoDataSource.test.js +0 -2
- package/lib/cjs/src/solana/data/HttpSolanaOwnerInfoDataSource.test.js.map +0 -7
- package/lib/cjs/src/solana/data/SolanaDataSource.js +0 -2
- package/lib/cjs/src/solana/data/SolanaDataSource.js.map +0 -7
- package/lib/cjs/src/solana/di/SolanaContextModuleFactory.js +0 -2
- package/lib/cjs/src/solana/di/SolanaContextModuleFactory.js.map +0 -7
- package/lib/cjs/src/solana/di/solanaContextTypes.js +0 -2
- package/lib/cjs/src/solana/di/solanaContextTypes.js.map +0 -7
- package/lib/cjs/src/solana/domain/DefaultSolanaContextLoader.js +0 -2
- package/lib/cjs/src/solana/domain/DefaultSolanaContextLoader.js.map +0 -7
- package/lib/cjs/src/solana/domain/DefaultSolanaContextLoader.test.js +0 -2
- package/lib/cjs/src/solana/domain/DefaultSolanaContextLoader.test.js.map +0 -7
- package/lib/cjs/src/solana/domain/SolanaContextLoader.js +0 -2
- package/lib/cjs/src/solana/domain/SolanaContextLoader.js.map +0 -7
- package/lib/cjs/src/solana/domain/solanaContextTypes.js +0 -2
- package/lib/cjs/src/solana/domain/solanaContextTypes.js.map +0 -7
- package/lib/cjs/src/solanaLifi/data/HttpSolanaLifiDataSource.js +0 -2
- package/lib/cjs/src/solanaLifi/data/HttpSolanaLifiDataSource.js.map +0 -7
- package/lib/cjs/src/solanaLifi/data/HttpSolanaLifiDataSource.test.js +0 -2
- package/lib/cjs/src/solanaLifi/data/HttpSolanaLifiDataSource.test.js.map +0 -7
- package/lib/cjs/src/solanaLifi/data/SolanaLifiDataSource.js +0 -2
- package/lib/cjs/src/solanaLifi/data/SolanaLifiDataSource.js.map +0 -7
- package/lib/cjs/src/solanaLifi/di/lifiModuleFactory.js +0 -2
- package/lib/cjs/src/solanaLifi/di/lifiModuleFactory.js.map +0 -7
- package/lib/cjs/src/solanaLifi/di/solanaLifiTypes.js +0 -2
- package/lib/cjs/src/solanaLifi/di/solanaLifiTypes.js.map +0 -7
- package/lib/cjs/src/solanaLifi/domain/SolanaLifiContextLoader.js +0 -2
- package/lib/cjs/src/solanaLifi/domain/SolanaLifiContextLoader.js.map +0 -7
- package/lib/cjs/src/solanaLifi/domain/SolanaLifiContextLoader.test.js +0 -2
- package/lib/cjs/src/solanaLifi/domain/SolanaLifiContextLoader.test.js.map +0 -7
- package/lib/cjs/src/solanaToken/data/HttpSolanaTokenDataSource.js +0 -2
- package/lib/cjs/src/solanaToken/data/HttpSolanaTokenDataSource.js.map +0 -7
- package/lib/cjs/src/solanaToken/data/HttpSolanaTokenDataSource.test.js +0 -7
- package/lib/cjs/src/solanaToken/data/HttpSolanaTokenDataSource.test.js.map +0 -7
- package/lib/cjs/src/solanaToken/data/SolanaTokenDataSource.js +0 -2
- package/lib/cjs/src/solanaToken/data/SolanaTokenDataSource.js.map +0 -7
- package/lib/cjs/src/solanaToken/di/solanaTokenTypes.js +0 -2
- package/lib/cjs/src/solanaToken/di/solanaTokenTypes.js.map +0 -7
- package/lib/cjs/src/solanaToken/di/tokenModuleFactory.js +0 -2
- package/lib/cjs/src/solanaToken/di/tokenModuleFactory.js.map +0 -7
- package/lib/cjs/src/solanaToken/domain/SolanaTokenContextLoader.js +0 -2
- package/lib/cjs/src/solanaToken/domain/SolanaTokenContextLoader.js.map +0 -7
- package/lib/cjs/src/solanaToken/domain/SolanaTokenContextLoader.test.js +0 -2
- package/lib/cjs/src/solanaToken/domain/SolanaTokenContextLoader.test.js.map +0 -7
- package/lib/cjs/src/token/data/HttpTokenDataSource.js +0 -2
- package/lib/cjs/src/token/data/HttpTokenDataSource.js.map +0 -7
- package/lib/cjs/src/token/data/HttpTokenDataSource.test.js +0 -2
- package/lib/cjs/src/token/data/HttpTokenDataSource.test.js.map +0 -7
- package/lib/cjs/src/token/data/TokenDataSource.js.map +0 -7
- package/lib/cjs/src/token/data/TokenDto.js.map +0 -7
- package/lib/cjs/src/token/di/tokenModuleFactory.js +0 -2
- package/lib/cjs/src/token/di/tokenModuleFactory.js.map +0 -7
- package/lib/cjs/src/token/di/tokenTypes.js.map +0 -7
- package/lib/cjs/src/token/domain/TokenContextFieldLoader.js +0 -2
- package/lib/cjs/src/token/domain/TokenContextFieldLoader.js.map +0 -7
- package/lib/cjs/src/token/domain/TokenContextFieldLoader.test.js +0 -2
- package/lib/cjs/src/token/domain/TokenContextFieldLoader.test.js.map +0 -7
- package/lib/cjs/src/token/domain/TokenContextLoader.js +0 -2
- package/lib/cjs/src/token/domain/TokenContextLoader.js.map +0 -7
- package/lib/cjs/src/token/domain/TokenContextLoader.test.js +0 -2
- package/lib/cjs/src/token/domain/TokenContextLoader.test.js.map +0 -7
- package/lib/cjs/src/transaction-check/data/HttpTransactionCheckDataSource.js +0 -2
- package/lib/cjs/src/transaction-check/data/HttpTransactionCheckDataSource.js.map +0 -7
- package/lib/cjs/src/transaction-check/data/HttpTransactionCheckDataSource.test.js +0 -2
- package/lib/cjs/src/transaction-check/data/HttpTransactionCheckDataSource.test.js.map +0 -7
- package/lib/cjs/src/transaction-check/data/HttpTypedDataCheckDataSource.js +0 -2
- package/lib/cjs/src/transaction-check/data/HttpTypedDataCheckDataSource.js.map +0 -7
- package/lib/cjs/src/transaction-check/data/HttpTypedDataCheckDataSource.test.js +0 -2
- package/lib/cjs/src/transaction-check/data/HttpTypedDataCheckDataSource.test.js.map +0 -7
- package/lib/cjs/src/transaction-check/data/TransactionCheckDataSource.js +0 -2
- package/lib/cjs/src/transaction-check/data/TransactionCheckDataSource.js.map +0 -7
- package/lib/cjs/src/transaction-check/data/TypedDataCheckDataSource.js +0 -2
- package/lib/cjs/src/transaction-check/data/TypedDataCheckDataSource.js.map +0 -7
- package/lib/cjs/src/transaction-check/data/dto/TransactionCheckDto.js +0 -2
- package/lib/cjs/src/transaction-check/data/dto/TransactionCheckDto.js.map +0 -7
- package/lib/cjs/src/transaction-check/data/dto/TypedDataCheckDto.js +0 -2
- package/lib/cjs/src/transaction-check/data/dto/TypedDataCheckDto.js.map +0 -7
- package/lib/cjs/src/transaction-check/di/transactionCheckModuleFactory.js +0 -2
- package/lib/cjs/src/transaction-check/di/transactionCheckModuleFactory.js.map +0 -7
- package/lib/cjs/src/transaction-check/di/transactionCheckTypes.js +0 -2
- package/lib/cjs/src/transaction-check/di/transactionCheckTypes.js.map +0 -7
- package/lib/cjs/src/transaction-check/domain/TransactionCheckContextLoader.js +0 -2
- package/lib/cjs/src/transaction-check/domain/TransactionCheckContextLoader.js.map +0 -7
- package/lib/cjs/src/transaction-check/domain/TransactionCheckContextLoader.test.js +0 -2
- package/lib/cjs/src/transaction-check/domain/TransactionCheckContextLoader.test.js.map +0 -7
- package/lib/cjs/src/transaction-check/domain/TypedDataCheckContextLoader.js +0 -2
- package/lib/cjs/src/transaction-check/domain/TypedDataCheckContextLoader.js.map +0 -7
- package/lib/cjs/src/transaction-check/domain/TypedDataCheckContextLoader.test.js +0 -2
- package/lib/cjs/src/transaction-check/domain/TypedDataCheckContextLoader.test.js.map +0 -7
- package/lib/cjs/src/trusted-name/data/HttpTrustedNameDataSource.js +0 -2
- package/lib/cjs/src/trusted-name/data/HttpTrustedNameDataSource.js.map +0 -7
- package/lib/cjs/src/trusted-name/data/HttpTrustedNameDataSource.test.js +0 -2
- package/lib/cjs/src/trusted-name/data/HttpTrustedNameDataSource.test.js.map +0 -7
- package/lib/cjs/src/trusted-name/data/TrustedNameDataSource.js.map +0 -7
- package/lib/cjs/src/trusted-name/data/TrustedNameDto.js.map +0 -7
- package/lib/cjs/src/trusted-name/di/trustedNameModuleFactory.js +0 -2
- package/lib/cjs/src/trusted-name/di/trustedNameModuleFactory.js.map +0 -7
- package/lib/cjs/src/trusted-name/di/trustedNameTypes.js.map +0 -7
- package/lib/cjs/src/trusted-name/domain/TrustedNameContextFieldLoader.js +0 -2
- package/lib/cjs/src/trusted-name/domain/TrustedNameContextFieldLoader.js.map +0 -7
- package/lib/cjs/src/trusted-name/domain/TrustedNameContextFieldLoader.test.js +0 -2
- package/lib/cjs/src/trusted-name/domain/TrustedNameContextFieldLoader.test.js.map +0 -7
- package/lib/cjs/src/trusted-name/domain/TrustedNameContextLoader.js +0 -2
- package/lib/cjs/src/trusted-name/domain/TrustedNameContextLoader.js.map +0 -7
- package/lib/cjs/src/trusted-name/domain/TrustedNameContextLoader.test.js +0 -2
- package/lib/cjs/src/trusted-name/domain/TrustedNameContextLoader.test.js.map +0 -7
- package/lib/cjs/src/typed-data/data/FiltersDto.js.map +0 -7
- package/lib/cjs/src/typed-data/data/HttpTypedDataDataSource.js +0 -2
- package/lib/cjs/src/typed-data/data/HttpTypedDataDataSource.js.map +0 -7
- package/lib/cjs/src/typed-data/data/HttpTypedDataDataSource.test.js +0 -2
- package/lib/cjs/src/typed-data/data/HttpTypedDataDataSource.test.js.map +0 -7
- package/lib/cjs/src/typed-data/data/TypedDataDataSource.js.map +0 -7
- package/lib/cjs/src/typed-data/di/typedDataModuleFactory.js +0 -2
- package/lib/cjs/src/typed-data/di/typedDataModuleFactory.js.map +0 -7
- package/lib/cjs/src/typed-data/di/typedDataTypes.js.map +0 -7
- package/lib/cjs/src/typed-data/domain/DefaultTypedDataContextLoader.js +0 -2
- package/lib/cjs/src/typed-data/domain/DefaultTypedDataContextLoader.js.map +0 -7
- package/lib/cjs/src/typed-data/domain/DefaultTypedDataContextLoader.test.js +0 -2
- package/lib/cjs/src/typed-data/domain/DefaultTypedDataContextLoader.test.js.map +0 -7
- package/lib/cjs/src/typed-data/domain/TypedDataContextLoader.js +0 -2
- package/lib/cjs/src/typed-data/domain/TypedDataContextLoader.js.map +0 -7
- package/lib/cjs/src/typed-data/utils/getSchemaHash.js +0 -2
- package/lib/cjs/src/typed-data/utils/getSchemaHash.js.map +0 -7
- package/lib/cjs/src/typed-data/utils/getSchemaHash.test.js +0 -2
- package/lib/cjs/src/typed-data/utils/getSchemaHash.test.js.map +0 -7
- package/lib/cjs/src/uniswap/constants/uniswap.js.map +0 -7
- package/lib/cjs/src/uniswap/constants/weth.js.map +0 -7
- package/lib/cjs/src/uniswap/data/AbiDecoderDataSource.js.map +0 -7
- package/lib/cjs/src/uniswap/data/CommandDecoderDataSource.js.map +0 -7
- package/lib/cjs/src/uniswap/data/DefaultCommandDecoderDataSource.js +0 -2
- package/lib/cjs/src/uniswap/data/DefaultCommandDecoderDataSource.js.map +0 -7
- package/lib/cjs/src/uniswap/data/DefaultCommandDecoderDataSource.test.js +0 -2
- package/lib/cjs/src/uniswap/data/DefaultCommandDecoderDataSource.test.js.map +0 -7
- package/lib/cjs/src/uniswap/data/EthersAbiDecoderDataSource.js.map +0 -7
- package/lib/cjs/src/uniswap/data/EthersAbiDecoderDataSource.test.js.map +0 -7
- package/lib/cjs/src/uniswap/di/uniswapModuleFactory.js +0 -2
- package/lib/cjs/src/uniswap/di/uniswapModuleFactory.js.map +0 -7
- package/lib/cjs/src/uniswap/di/uniswapTypes.js.map +0 -7
- package/lib/cjs/src/uniswap/domain/UniswapContextLoader.js +0 -2
- package/lib/cjs/src/uniswap/domain/UniswapContextLoader.js.map +0 -7
- package/lib/cjs/src/uniswap/domain/UniswapContextLoader.test.js +0 -2
- package/lib/cjs/src/uniswap/domain/UniswapContextLoader.test.js.map +0 -7
- package/lib/esm/src/account-ownership/data/AccountOwnershipError.js.map +0 -7
- package/lib/esm/src/account-ownership/data/HttpAccountOwnershipDataSource.js +0 -2
- package/lib/esm/src/account-ownership/data/HttpAccountOwnershipDataSource.js.map +0 -7
- package/lib/esm/src/account-ownership/data/HttpAccountOwnershipDataSource.test.js +0 -2
- package/lib/esm/src/account-ownership/data/HttpAccountOwnershipDataSource.test.js.map +0 -7
- package/lib/esm/src/account-ownership/di/accountOwnershipModuleFactory.js +0 -2
- package/lib/esm/src/account-ownership/di/accountOwnershipModuleFactory.js.map +0 -7
- package/lib/esm/src/account-ownership/di/accountOwnershipTypes.js.map +0 -7
- package/lib/esm/src/account-ownership/domain/AccountOwnershipContextLoader.js +0 -2
- package/lib/esm/src/account-ownership/domain/AccountOwnershipContextLoader.js.map +0 -7
- package/lib/esm/src/account-ownership/domain/AccountOwnershipContextLoader.test.js +0 -2
- package/lib/esm/src/account-ownership/domain/AccountOwnershipContextLoader.test.js.map +0 -7
- package/lib/esm/src/calldata/data/HttpCalldataDescriptorDataSource.js +0 -2
- package/lib/esm/src/calldata/data/HttpCalldataDescriptorDataSource.js.map +0 -7
- package/lib/esm/src/calldata/data/HttpCalldataDescriptorDataSource.test.js +0 -2
- package/lib/esm/src/calldata/data/HttpCalldataDescriptorDataSource.test.js.map +0 -7
- package/lib/esm/src/calldata/di/calldataModuleFactory.js +0 -2
- package/lib/esm/src/calldata/di/calldataModuleFactory.js.map +0 -7
- package/lib/esm/src/calldata/di/calldataTypes.js.map +0 -7
- package/lib/esm/src/calldata/domain/CalldataContextLoader.js +0 -2
- package/lib/esm/src/calldata/domain/CalldataContextLoader.js.map +0 -7
- package/lib/esm/src/calldata/domain/CalldataContextLoader.test.js +0 -2
- package/lib/esm/src/calldata/domain/CalldataContextLoader.test.js.map +0 -7
- package/lib/esm/src/dynamic-network/data/HttpDynamicNetworkDataSource.js +0 -2
- package/lib/esm/src/dynamic-network/data/HttpDynamicNetworkDataSource.js.map +0 -7
- package/lib/esm/src/dynamic-network/data/HttpDynamicNetworkDataSource.test.js.map +0 -7
- package/lib/esm/src/dynamic-network/di/dynamicNetworkModuleFactory.js +0 -2
- package/lib/esm/src/dynamic-network/di/dynamicNetworkModuleFactory.js.map +0 -7
- package/lib/esm/src/dynamic-network/di/dynamicNetworkTypes.js.map +0 -7
- package/lib/esm/src/dynamic-network/domain/DynamicNetworkContextLoader.js +0 -2
- package/lib/esm/src/dynamic-network/domain/DynamicNetworkContextLoader.js.map +0 -7
- package/lib/esm/src/dynamic-network/domain/DynamicNetworkContextLoader.test.js +0 -2
- package/lib/esm/src/dynamic-network/domain/DynamicNetworkContextLoader.test.js.map +0 -7
- package/lib/esm/src/external-plugin/data/HttpExternalPluginDataSource.js +0 -2
- package/lib/esm/src/external-plugin/data/HttpExternalPluginDataSource.js.map +0 -7
- package/lib/esm/src/external-plugin/data/HttpExternalPluginDataSource.test.js +0 -2
- package/lib/esm/src/external-plugin/data/HttpExternalPluginDataSource.test.js.map +0 -7
- package/lib/esm/src/external-plugin/di/externalPluginModuleFactory.js +0 -2
- package/lib/esm/src/external-plugin/di/externalPluginModuleFactory.js.map +0 -7
- package/lib/esm/src/external-plugin/di/externalPluginTypes.js +0 -2
- package/lib/esm/src/external-plugin/di/externalPluginTypes.js.map +0 -7
- package/lib/esm/src/external-plugin/domain/ExternalPluginContextLoader.js +0 -2
- package/lib/esm/src/external-plugin/domain/ExternalPluginContextLoader.js.map +0 -7
- package/lib/esm/src/external-plugin/domain/ExternalPluginContextLoader.test.js +0 -2
- package/lib/esm/src/external-plugin/domain/ExternalPluginContextLoader.test.js.map +0 -7
- package/lib/esm/src/gated-signing/data/HttpGatedDescriptorDataSource.js +0 -2
- package/lib/esm/src/gated-signing/data/HttpGatedDescriptorDataSource.js.map +0 -7
- package/lib/esm/src/gated-signing/data/HttpGatedDescriptorDataSource.test.js +0 -2
- package/lib/esm/src/gated-signing/data/HttpGatedDescriptorDataSource.test.js.map +0 -7
- package/lib/esm/src/gated-signing/di/gatedSigningModuleFactory.js +0 -2
- package/lib/esm/src/gated-signing/di/gatedSigningModuleFactory.js.map +0 -7
- package/lib/esm/src/gated-signing/di/gatedSigningTypes.js.map +0 -7
- package/lib/esm/src/gated-signing/domain/GatedSigningContextLoader.js +0 -2
- package/lib/esm/src/gated-signing/domain/GatedSigningContextLoader.js.map +0 -7
- package/lib/esm/src/gated-signing/domain/GatedSigningContextLoader.test.js +0 -2
- package/lib/esm/src/gated-signing/domain/GatedSigningContextLoader.test.js.map +0 -7
- package/lib/esm/src/gated-signing/domain/GatedSigningTypedDataContextLoader.js +0 -2
- package/lib/esm/src/gated-signing/domain/GatedSigningTypedDataContextLoader.js.map +0 -7
- package/lib/esm/src/gated-signing/domain/GatedSigningTypedDataContextLoader.test.js +0 -2
- package/lib/esm/src/gated-signing/domain/GatedSigningTypedDataContextLoader.test.js.map +0 -7
- package/lib/esm/src/network/di/networkModuleFactory.js +0 -2
- package/lib/esm/src/network/di/networkModuleFactory.js.map +0 -7
- package/lib/esm/src/network/di/networkTypes.js.map +0 -7
- package/lib/esm/src/network/networkClientFactory.js +0 -2
- package/lib/esm/src/network/networkClientFactory.js.map +0 -7
- package/lib/esm/src/network/networkClientFactory.test.js +0 -2
- package/lib/esm/src/network/networkClientFactory.test.js.map +0 -7
- package/lib/esm/src/nft/data/HttpNftDataSource.js +0 -2
- package/lib/esm/src/nft/data/HttpNftDataSource.js.map +0 -7
- package/lib/esm/src/nft/data/HttpNftDataSource.test.js.map +0 -7
- package/lib/esm/src/nft/di/nftModuleFactory.js +0 -2
- package/lib/esm/src/nft/di/nftModuleFactory.js.map +0 -7
- package/lib/esm/src/nft/di/nftTypes.js +0 -2
- package/lib/esm/src/nft/di/nftTypes.js.map +0 -7
- package/lib/esm/src/nft/domain/NftContextFieldLoader.js +0 -2
- package/lib/esm/src/nft/domain/NftContextFieldLoader.js.map +0 -7
- package/lib/esm/src/nft/domain/NftContextFieldLoader.test.js +0 -2
- package/lib/esm/src/nft/domain/NftContextFieldLoader.test.js.map +0 -7
- package/lib/esm/src/nft/domain/NftContextLoader.js +0 -2
- package/lib/esm/src/nft/domain/NftContextLoader.js.map +0 -7
- package/lib/esm/src/nft/domain/NftContextLoader.test.js +0 -2
- package/lib/esm/src/nft/domain/NftContextLoader.test.js.map +0 -7
- package/lib/esm/src/pki/data/HttpPkiCertificateDataSource.js +0 -2
- package/lib/esm/src/pki/data/HttpPkiCertificateDataSource.js.map +0 -7
- package/lib/esm/src/pki/data/HttpPkiCertificateDataSource.test.js +0 -2
- package/lib/esm/src/pki/data/HttpPkiCertificateDataSource.test.js.map +0 -7
- package/lib/esm/src/pki/di/pkiModuleFactory.js +0 -2
- package/lib/esm/src/pki/di/pkiModuleFactory.js.map +0 -7
- package/lib/esm/src/pki/di/pkiTypes.js.map +0 -7
- package/lib/esm/src/pki/domain/DefaultPkiCertificateLoader.js +0 -2
- package/lib/esm/src/pki/domain/DefaultPkiCertificateLoader.js.map +0 -7
- package/lib/esm/src/pki/domain/DefaultPkiCertificateLoader.test.js +0 -2
- package/lib/esm/src/pki/domain/DefaultPkiCertificateLoader.test.js.map +0 -7
- package/lib/esm/src/pki/model/KeyId.js.map +0 -7
- package/lib/esm/src/pki/model/KeyUsage.js.map +0 -7
- package/lib/esm/src/proxy/data/HttpProxyDataSource.js +0 -2
- package/lib/esm/src/proxy/data/HttpProxyDataSource.js.map +0 -7
- package/lib/esm/src/proxy/data/HttpProxyDataSource.test.js +0 -2
- package/lib/esm/src/proxy/data/HttpProxyDataSource.test.js.map +0 -7
- package/lib/esm/src/proxy/data/HttpSafeProxyDataSource.js +0 -2
- package/lib/esm/src/proxy/data/HttpSafeProxyDataSource.js.map +0 -7
- package/lib/esm/src/proxy/data/HttpSafeProxyDataSource.test.js.map +0 -7
- package/lib/esm/src/proxy/di/proxyModuleFactory.js +0 -2
- package/lib/esm/src/proxy/di/proxyModuleFactory.js.map +0 -7
- package/lib/esm/src/proxy/di/proxyModuleFactory.test.js +0 -2
- package/lib/esm/src/proxy/di/proxyModuleFactory.test.js.map +0 -7
- package/lib/esm/src/proxy/di/proxyTypes.js.map +0 -7
- package/lib/esm/src/proxy/domain/ProxyContextFieldLoader.js +0 -2
- package/lib/esm/src/proxy/domain/ProxyContextFieldLoader.js.map +0 -7
- package/lib/esm/src/proxy/domain/ProxyContextFieldLoader.test.js +0 -2
- package/lib/esm/src/proxy/domain/ProxyContextFieldLoader.test.js.map +0 -7
- package/lib/esm/src/reporter/data/HttpBlindSigningReporterDatasource.js +0 -2
- package/lib/esm/src/reporter/data/HttpBlindSigningReporterDatasource.js.map +0 -7
- package/lib/esm/src/reporter/data/HttpBlindSigningReporterDatasource.test.js +0 -2
- package/lib/esm/src/reporter/data/HttpBlindSigningReporterDatasource.test.js.map +0 -7
- package/lib/esm/src/reporter/di/reporterModuleFactory.js +0 -2
- package/lib/esm/src/reporter/di/reporterModuleFactory.js.map +0 -7
- package/lib/esm/src/reporter/di/reporterTypes.js.map +0 -7
- package/lib/esm/src/reporter/domain/DefaultBlindSigningReporter.js +0 -2
- package/lib/esm/src/reporter/domain/DefaultBlindSigningReporter.js.map +0 -7
- package/lib/esm/src/reporter/domain/DefaultBlindSigningReporter.test.js +0 -2
- package/lib/esm/src/reporter/domain/DefaultBlindSigningReporter.test.js.map +0 -7
- package/lib/esm/src/reporter/model/BlindSigningEvent.js.map +0 -7
- package/lib/esm/src/reporter/model/BlindSigningModelId.js.map +0 -7
- package/lib/esm/src/safe/data/HttpSafeAccountDataSource.js +0 -2
- package/lib/esm/src/safe/data/HttpSafeAccountDataSource.js.map +0 -7
- package/lib/esm/src/safe/data/HttpSafeAccountDataSource.test.js +0 -2
- package/lib/esm/src/safe/data/HttpSafeAccountDataSource.test.js.map +0 -7
- package/lib/esm/src/safe/di/safeModuleFactory.js +0 -2
- package/lib/esm/src/safe/di/safeModuleFactory.js.map +0 -7
- package/lib/esm/src/safe/di/safeModuleFactory.test.js.map +0 -7
- package/lib/esm/src/safe/di/safeTypes.js.map +0 -7
- package/lib/esm/src/safe/domain/SafeAddressLoader.js +0 -2
- package/lib/esm/src/safe/domain/SafeAddressLoader.js.map +0 -7
- package/lib/esm/src/safe/domain/SafeAddressLoader.test.js +0 -2
- package/lib/esm/src/safe/domain/SafeAddressLoader.test.js.map +0 -7
- package/lib/esm/src/shared/model/SolanaContextTypes.js +0 -2
- package/lib/esm/src/shared/model/SolanaContextTypes.js.map +0 -7
- package/lib/esm/src/shared/model/TypedDataClearSignContext.js.map +0 -7
- package/lib/esm/src/signing-tracker/data/SigningTrackerDataSource.js +0 -1
- package/lib/esm/src/solana/data/HttpSolanaOwnerInfoDataSource.js +0 -2
- package/lib/esm/src/solana/data/HttpSolanaOwnerInfoDataSource.js.map +0 -7
- package/lib/esm/src/solana/data/HttpSolanaOwnerInfoDataSource.test.js +0 -2
- package/lib/esm/src/solana/data/HttpSolanaOwnerInfoDataSource.test.js.map +0 -7
- package/lib/esm/src/solana/data/SolanaDataSource.js +0 -1
- package/lib/esm/src/solana/di/SolanaContextModuleFactory.js +0 -2
- package/lib/esm/src/solana/di/SolanaContextModuleFactory.js.map +0 -7
- package/lib/esm/src/solana/di/solanaContextTypes.js +0 -2
- package/lib/esm/src/solana/di/solanaContextTypes.js.map +0 -7
- package/lib/esm/src/solana/domain/DefaultSolanaContextLoader.js +0 -2
- package/lib/esm/src/solana/domain/DefaultSolanaContextLoader.js.map +0 -7
- package/lib/esm/src/solana/domain/DefaultSolanaContextLoader.test.js +0 -2
- package/lib/esm/src/solana/domain/DefaultSolanaContextLoader.test.js.map +0 -7
- package/lib/esm/src/solana/domain/SolanaContextLoader.js +0 -1
- package/lib/esm/src/solanaLifi/data/HttpSolanaLifiDataSource.js +0 -2
- package/lib/esm/src/solanaLifi/data/HttpSolanaLifiDataSource.js.map +0 -7
- package/lib/esm/src/solanaLifi/data/HttpSolanaLifiDataSource.test.js +0 -2
- package/lib/esm/src/solanaLifi/data/HttpSolanaLifiDataSource.test.js.map +0 -7
- package/lib/esm/src/solanaLifi/data/SolanaLifiDataSource.js +0 -1
- package/lib/esm/src/solanaLifi/di/lifiModuleFactory.js +0 -2
- package/lib/esm/src/solanaLifi/di/lifiModuleFactory.js.map +0 -7
- package/lib/esm/src/solanaLifi/di/solanaLifiTypes.js +0 -2
- package/lib/esm/src/solanaLifi/di/solanaLifiTypes.js.map +0 -7
- package/lib/esm/src/solanaLifi/domain/SolanaLifiContextLoader.js +0 -2
- package/lib/esm/src/solanaLifi/domain/SolanaLifiContextLoader.js.map +0 -7
- package/lib/esm/src/solanaLifi/domain/SolanaLifiContextLoader.test.js +0 -2
- package/lib/esm/src/solanaLifi/domain/SolanaLifiContextLoader.test.js.map +0 -7
- package/lib/esm/src/solanaToken/data/HttpSolanaTokenDataSource.js +0 -2
- package/lib/esm/src/solanaToken/data/HttpSolanaTokenDataSource.js.map +0 -7
- package/lib/esm/src/solanaToken/data/HttpSolanaTokenDataSource.test.js +0 -7
- package/lib/esm/src/solanaToken/data/HttpSolanaTokenDataSource.test.js.map +0 -7
- package/lib/esm/src/solanaToken/data/SolanaTokenDataSource.js +0 -1
- package/lib/esm/src/solanaToken/di/solanaTokenTypes.js +0 -2
- package/lib/esm/src/solanaToken/di/solanaTokenTypes.js.map +0 -7
- package/lib/esm/src/solanaToken/di/tokenModuleFactory.js +0 -2
- package/lib/esm/src/solanaToken/di/tokenModuleFactory.js.map +0 -7
- package/lib/esm/src/solanaToken/domain/SolanaTokenContextLoader.js +0 -2
- package/lib/esm/src/solanaToken/domain/SolanaTokenContextLoader.js.map +0 -7
- package/lib/esm/src/solanaToken/domain/SolanaTokenContextLoader.test.js +0 -2
- package/lib/esm/src/solanaToken/domain/SolanaTokenContextLoader.test.js.map +0 -7
- package/lib/esm/src/token/data/HttpTokenDataSource.js +0 -2
- package/lib/esm/src/token/data/HttpTokenDataSource.js.map +0 -7
- package/lib/esm/src/token/data/HttpTokenDataSource.test.js +0 -2
- package/lib/esm/src/token/data/HttpTokenDataSource.test.js.map +0 -7
- package/lib/esm/src/token/di/tokenModuleFactory.js +0 -2
- package/lib/esm/src/token/di/tokenModuleFactory.js.map +0 -7
- package/lib/esm/src/token/di/tokenTypes.js.map +0 -7
- package/lib/esm/src/token/domain/TokenContextFieldLoader.js +0 -2
- package/lib/esm/src/token/domain/TokenContextFieldLoader.js.map +0 -7
- package/lib/esm/src/token/domain/TokenContextFieldLoader.test.js +0 -2
- package/lib/esm/src/token/domain/TokenContextFieldLoader.test.js.map +0 -7
- package/lib/esm/src/token/domain/TokenContextLoader.js +0 -2
- package/lib/esm/src/token/domain/TokenContextLoader.js.map +0 -7
- package/lib/esm/src/token/domain/TokenContextLoader.test.js +0 -2
- package/lib/esm/src/token/domain/TokenContextLoader.test.js.map +0 -7
- package/lib/esm/src/transaction-check/data/HttpTransactionCheckDataSource.js +0 -2
- package/lib/esm/src/transaction-check/data/HttpTransactionCheckDataSource.js.map +0 -7
- package/lib/esm/src/transaction-check/data/HttpTransactionCheckDataSource.test.js +0 -2
- package/lib/esm/src/transaction-check/data/HttpTransactionCheckDataSource.test.js.map +0 -7
- package/lib/esm/src/transaction-check/data/HttpTypedDataCheckDataSource.js +0 -2
- package/lib/esm/src/transaction-check/data/HttpTypedDataCheckDataSource.js.map +0 -7
- package/lib/esm/src/transaction-check/data/HttpTypedDataCheckDataSource.test.js +0 -2
- package/lib/esm/src/transaction-check/data/HttpTypedDataCheckDataSource.test.js.map +0 -7
- package/lib/esm/src/transaction-check/data/TypedDataCheckDataSource.js +0 -1
- package/lib/esm/src/transaction-check/data/dto/TransactionCheckDto.js +0 -1
- package/lib/esm/src/transaction-check/data/dto/TypedDataCheckDto.js +0 -1
- package/lib/esm/src/transaction-check/data/dto/TypedDataCheckDto.js.map +0 -7
- package/lib/esm/src/transaction-check/di/transactionCheckModuleFactory.js +0 -2
- package/lib/esm/src/transaction-check/di/transactionCheckModuleFactory.js.map +0 -7
- package/lib/esm/src/transaction-check/di/transactionCheckTypes.js +0 -2
- package/lib/esm/src/transaction-check/di/transactionCheckTypes.js.map +0 -7
- package/lib/esm/src/transaction-check/domain/TransactionCheckContextLoader.js +0 -2
- package/lib/esm/src/transaction-check/domain/TransactionCheckContextLoader.js.map +0 -7
- package/lib/esm/src/transaction-check/domain/TransactionCheckContextLoader.test.js +0 -2
- package/lib/esm/src/transaction-check/domain/TransactionCheckContextLoader.test.js.map +0 -7
- package/lib/esm/src/transaction-check/domain/TypedDataCheckContextLoader.js +0 -2
- package/lib/esm/src/transaction-check/domain/TypedDataCheckContextLoader.js.map +0 -7
- package/lib/esm/src/transaction-check/domain/TypedDataCheckContextLoader.test.js +0 -2
- package/lib/esm/src/transaction-check/domain/TypedDataCheckContextLoader.test.js.map +0 -7
- package/lib/esm/src/trusted-name/data/HttpTrustedNameDataSource.js +0 -2
- package/lib/esm/src/trusted-name/data/HttpTrustedNameDataSource.js.map +0 -7
- package/lib/esm/src/trusted-name/data/HttpTrustedNameDataSource.test.js +0 -2
- package/lib/esm/src/trusted-name/data/HttpTrustedNameDataSource.test.js.map +0 -7
- package/lib/esm/src/trusted-name/di/trustedNameModuleFactory.js +0 -2
- package/lib/esm/src/trusted-name/di/trustedNameModuleFactory.js.map +0 -7
- package/lib/esm/src/trusted-name/di/trustedNameTypes.js.map +0 -7
- package/lib/esm/src/trusted-name/domain/TrustedNameContextFieldLoader.js +0 -2
- package/lib/esm/src/trusted-name/domain/TrustedNameContextFieldLoader.js.map +0 -7
- package/lib/esm/src/trusted-name/domain/TrustedNameContextFieldLoader.test.js +0 -2
- package/lib/esm/src/trusted-name/domain/TrustedNameContextFieldLoader.test.js.map +0 -7
- package/lib/esm/src/trusted-name/domain/TrustedNameContextLoader.js +0 -2
- package/lib/esm/src/trusted-name/domain/TrustedNameContextLoader.js.map +0 -7
- package/lib/esm/src/trusted-name/domain/TrustedNameContextLoader.test.js +0 -2
- package/lib/esm/src/trusted-name/domain/TrustedNameContextLoader.test.js.map +0 -7
- package/lib/esm/src/typed-data/data/HttpTypedDataDataSource.js +0 -2
- package/lib/esm/src/typed-data/data/HttpTypedDataDataSource.js.map +0 -7
- package/lib/esm/src/typed-data/data/HttpTypedDataDataSource.test.js +0 -2
- package/lib/esm/src/typed-data/data/HttpTypedDataDataSource.test.js.map +0 -7
- package/lib/esm/src/typed-data/di/typedDataModuleFactory.js +0 -2
- package/lib/esm/src/typed-data/di/typedDataModuleFactory.js.map +0 -7
- package/lib/esm/src/typed-data/di/typedDataTypes.js.map +0 -7
- package/lib/esm/src/typed-data/domain/DefaultTypedDataContextLoader.js +0 -2
- package/lib/esm/src/typed-data/domain/DefaultTypedDataContextLoader.js.map +0 -7
- package/lib/esm/src/typed-data/domain/DefaultTypedDataContextLoader.test.js +0 -2
- package/lib/esm/src/typed-data/domain/DefaultTypedDataContextLoader.test.js.map +0 -7
- package/lib/esm/src/typed-data/utils/getSchemaHash.js +0 -2
- package/lib/esm/src/typed-data/utils/getSchemaHash.js.map +0 -7
- package/lib/esm/src/typed-data/utils/getSchemaHash.test.js +0 -2
- package/lib/esm/src/typed-data/utils/getSchemaHash.test.js.map +0 -7
- package/lib/esm/src/uniswap/constants/uniswap.js.map +0 -7
- package/lib/esm/src/uniswap/constants/weth.js.map +0 -7
- package/lib/esm/src/uniswap/data/DefaultCommandDecoderDataSource.js +0 -2
- package/lib/esm/src/uniswap/data/DefaultCommandDecoderDataSource.js.map +0 -7
- package/lib/esm/src/uniswap/data/DefaultCommandDecoderDataSource.test.js +0 -2
- package/lib/esm/src/uniswap/data/DefaultCommandDecoderDataSource.test.js.map +0 -7
- package/lib/esm/src/uniswap/data/EthersAbiDecoderDataSource.js.map +0 -7
- package/lib/esm/src/uniswap/data/EthersAbiDecoderDataSource.test.js.map +0 -7
- package/lib/esm/src/uniswap/di/uniswapModuleFactory.js +0 -2
- package/lib/esm/src/uniswap/di/uniswapModuleFactory.js.map +0 -7
- package/lib/esm/src/uniswap/di/uniswapTypes.js.map +0 -7
- package/lib/esm/src/uniswap/domain/UniswapContextLoader.js +0 -2
- package/lib/esm/src/uniswap/domain/UniswapContextLoader.js.map +0 -7
- package/lib/esm/src/uniswap/domain/UniswapContextLoader.test.js +0 -2
- package/lib/esm/src/uniswap/domain/UniswapContextLoader.test.js.map +0 -7
- package/lib/types/src/account-ownership/data/AccountOwnershipDataSource.d.ts.map +0 -1
- package/lib/types/src/account-ownership/data/AccountOwnershipError.d.ts.map +0 -1
- package/lib/types/src/account-ownership/data/HttpAccountOwnershipDataSource.d.ts +0 -30
- package/lib/types/src/account-ownership/data/HttpAccountOwnershipDataSource.d.ts.map +0 -1
- package/lib/types/src/account-ownership/data/HttpAccountOwnershipDataSource.test.d.ts.map +0 -1
- package/lib/types/src/account-ownership/data/dto/AccountOwnershipDto.d.ts.map +0 -1
- package/lib/types/src/account-ownership/di/accountOwnershipModuleFactory.d.ts.map +0 -1
- package/lib/types/src/account-ownership/di/accountOwnershipTypes.d.ts.map +0 -1
- package/lib/types/src/account-ownership/domain/AccountOwnershipContextLoader.d.ts +0 -20
- package/lib/types/src/account-ownership/domain/AccountOwnershipContextLoader.d.ts.map +0 -1
- package/lib/types/src/account-ownership/domain/AccountOwnershipContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/calldata/data/CalldataDescriptorDataSource.d.ts +0 -13
- package/lib/types/src/calldata/data/CalldataDescriptorDataSource.d.ts.map +0 -1
- package/lib/types/src/calldata/data/HttpCalldataDescriptorDataSource.d.ts +0 -26
- package/lib/types/src/calldata/data/HttpCalldataDescriptorDataSource.d.ts.map +0 -1
- package/lib/types/src/calldata/data/HttpCalldataDescriptorDataSource.test.d.ts.map +0 -1
- package/lib/types/src/calldata/data/dto/CalldataDto.d.ts.map +0 -1
- package/lib/types/src/calldata/di/calldataModuleFactory.d.ts.map +0 -1
- package/lib/types/src/calldata/di/calldataTypes.d.ts.map +0 -1
- package/lib/types/src/calldata/domain/CalldataContextLoader.d.ts +0 -24
- package/lib/types/src/calldata/domain/CalldataContextLoader.d.ts.map +0 -1
- package/lib/types/src/calldata/domain/CalldataContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/data/DynamicNetworkDataSource.d.ts +0 -6
- package/lib/types/src/dynamic-network/data/DynamicNetworkDataSource.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/data/HttpDynamicNetworkDataSource.d.ts +0 -15
- package/lib/types/src/dynamic-network/data/HttpDynamicNetworkDataSource.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/data/HttpDynamicNetworkDataSource.test.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/data/dto/DynamicNetworkApiResponseDto.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/di/dynamicNetworkModuleFactory.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/di/dynamicNetworkTypes.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/domain/DynamicNetworkContextLoader.d.ts +0 -22
- package/lib/types/src/dynamic-network/domain/DynamicNetworkContextLoader.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/domain/DynamicNetworkContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/dynamic-network/model/DynamicNetworkConfiguration.d.ts.map +0 -1
- package/lib/types/src/external-plugin/data/DAppDto.d.ts.map +0 -1
- package/lib/types/src/external-plugin/data/ExternalPluginDataSource.d.ts +0 -12
- package/lib/types/src/external-plugin/data/ExternalPluginDataSource.d.ts.map +0 -1
- package/lib/types/src/external-plugin/data/HttpExternalPluginDataSource.d.ts +0 -12
- package/lib/types/src/external-plugin/data/HttpExternalPluginDataSource.d.ts.map +0 -1
- package/lib/types/src/external-plugin/data/HttpExternalPluginDataSource.test.d.ts.map +0 -1
- package/lib/types/src/external-plugin/di/externalPluginModuleFactory.d.ts.map +0 -1
- package/lib/types/src/external-plugin/di/externalPluginTypes.d.ts.map +0 -1
- package/lib/types/src/external-plugin/domain/ExternalPluginContextLoader.d.ts +0 -31
- package/lib/types/src/external-plugin/domain/ExternalPluginContextLoader.d.ts.map +0 -1
- package/lib/types/src/external-plugin/domain/ExternalPluginContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/external-plugin/model/DappInfos.d.ts +0 -6
- package/lib/types/src/external-plugin/model/DappInfos.d.ts.map +0 -1
- package/lib/types/src/external-plugin/model/SelectorDetails.d.ts.map +0 -1
- package/lib/types/src/gated-signing/data/GatedDescriptorDataSource.d.ts.map +0 -1
- package/lib/types/src/gated-signing/data/HttpGatedDescriptorDataSource.d.ts +0 -15
- package/lib/types/src/gated-signing/data/HttpGatedDescriptorDataSource.d.ts.map +0 -1
- package/lib/types/src/gated-signing/data/HttpGatedDescriptorDataSource.test.d.ts.map +0 -1
- package/lib/types/src/gated-signing/data/dto/GatedDappsDto.d.ts.map +0 -1
- package/lib/types/src/gated-signing/di/gatedSigningModuleFactory.d.ts.map +0 -1
- package/lib/types/src/gated-signing/di/gatedSigningTypes.d.ts.map +0 -1
- package/lib/types/src/gated-signing/domain/GatedSigningContextLoader.d.ts +0 -22
- package/lib/types/src/gated-signing/domain/GatedSigningContextLoader.d.ts.map +0 -1
- package/lib/types/src/gated-signing/domain/GatedSigningContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/gated-signing/domain/GatedSigningTypedDataContextLoader.d.ts +0 -27
- package/lib/types/src/gated-signing/domain/GatedSigningTypedDataContextLoader.d.ts.map +0 -1
- package/lib/types/src/gated-signing/domain/GatedSigningTypedDataContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/network/di/networkModuleFactory.d.ts +0 -4
- package/lib/types/src/network/di/networkModuleFactory.d.ts.map +0 -1
- package/lib/types/src/network/di/networkTypes.d.ts.map +0 -1
- package/lib/types/src/network/networkClientFactory.d.ts +0 -4
- package/lib/types/src/network/networkClientFactory.d.ts.map +0 -1
- package/lib/types/src/network/networkClientFactory.test.d.ts.map +0 -1
- package/lib/types/src/nft/data/HttpNftDataSource.d.ts +0 -12
- package/lib/types/src/nft/data/HttpNftDataSource.d.ts.map +0 -1
- package/lib/types/src/nft/data/HttpNftDataSource.test.d.ts.map +0 -1
- package/lib/types/src/nft/data/NftDataSource.d.ts.map +0 -1
- package/lib/types/src/nft/di/nftModuleFactory.d.ts.map +0 -1
- package/lib/types/src/nft/di/nftTypes.d.ts.map +0 -1
- package/lib/types/src/nft/domain/NftContextFieldLoader.d.ts +0 -15
- package/lib/types/src/nft/domain/NftContextFieldLoader.d.ts.map +0 -1
- package/lib/types/src/nft/domain/NftContextFieldLoader.test.d.ts.map +0 -1
- package/lib/types/src/nft/domain/NftContextLoader.d.ts +0 -18
- package/lib/types/src/nft/domain/NftContextLoader.d.ts.map +0 -1
- package/lib/types/src/nft/domain/NftContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/pki/data/HttpPkiCertificateDataSource.d.ts +0 -15
- package/lib/types/src/pki/data/HttpPkiCertificateDataSource.d.ts.map +0 -1
- package/lib/types/src/pki/data/HttpPkiCertificateDataSource.test.d.ts.map +0 -1
- package/lib/types/src/pki/data/PkiCertificateDataSource.d.ts +0 -7
- package/lib/types/src/pki/data/PkiCertificateDataSource.d.ts.map +0 -1
- package/lib/types/src/pki/data/pkiDataSourceTypes.d.ts.map +0 -1
- package/lib/types/src/pki/di/pkiModuleFactory.d.ts.map +0 -1
- package/lib/types/src/pki/di/pkiTypes.d.ts.map +0 -1
- package/lib/types/src/pki/domain/DefaultPkiCertificateLoader.d.ts +0 -10
- package/lib/types/src/pki/domain/DefaultPkiCertificateLoader.d.ts.map +0 -1
- package/lib/types/src/pki/domain/DefaultPkiCertificateLoader.test.d.ts.map +0 -1
- package/lib/types/src/pki/domain/PkiCertificateLoader.d.ts +0 -6
- package/lib/types/src/pki/domain/PkiCertificateLoader.d.ts.map +0 -1
- package/lib/types/src/pki/model/KeyId.d.ts.map +0 -1
- package/lib/types/src/pki/model/KeyUsage.d.ts.map +0 -1
- package/lib/types/src/pki/model/PkiCertificate.d.ts.map +0 -1
- package/lib/types/src/pki/model/PkiCertificateInfo.d.ts.map +0 -1
- package/lib/types/src/proxy/data/HttpProxyDataSource.d.ts +0 -15
- package/lib/types/src/proxy/data/HttpProxyDataSource.d.ts.map +0 -1
- package/lib/types/src/proxy/data/HttpProxyDataSource.test.d.ts.map +0 -1
- package/lib/types/src/proxy/data/HttpSafeProxyDataSource.d.ts +0 -15
- package/lib/types/src/proxy/data/HttpSafeProxyDataSource.d.ts.map +0 -1
- package/lib/types/src/proxy/data/HttpSafeProxyDataSource.test.d.ts.map +0 -1
- package/lib/types/src/proxy/data/ProxyDataSource.d.ts.map +0 -1
- package/lib/types/src/proxy/data/dto/ProxyDelegateCallDto.d.ts.map +0 -1
- package/lib/types/src/proxy/data/dto/ProxyImplementationAddressDto.d.ts.map +0 -1
- package/lib/types/src/proxy/data/dto/SafeProxyImplementationAddressDto.d.ts.map +0 -1
- package/lib/types/src/proxy/di/proxyModuleFactory.d.ts +0 -4
- package/lib/types/src/proxy/di/proxyModuleFactory.d.ts.map +0 -1
- package/lib/types/src/proxy/di/proxyModuleFactory.test.d.ts.map +0 -1
- package/lib/types/src/proxy/di/proxyTypes.d.ts.map +0 -1
- package/lib/types/src/proxy/domain/ProxyContextFieldLoader.d.ts +0 -21
- package/lib/types/src/proxy/domain/ProxyContextFieldLoader.d.ts.map +0 -1
- package/lib/types/src/proxy/domain/ProxyContextFieldLoader.test.d.ts.map +0 -1
- package/lib/types/src/proxy/model/ProxyDelegateCall.d.ts.map +0 -1
- package/lib/types/src/reporter/data/BlindSigningReporterDatasource.d.ts +0 -29
- package/lib/types/src/reporter/data/BlindSigningReporterDatasource.d.ts.map +0 -1
- package/lib/types/src/reporter/data/HttpBlindSigningReporterDatasource.d.ts +0 -11
- package/lib/types/src/reporter/data/HttpBlindSigningReporterDatasource.d.ts.map +0 -1
- package/lib/types/src/reporter/data/HttpBlindSigningReporterDatasource.test.d.ts.map +0 -1
- package/lib/types/src/reporter/data/dto/BlindSigningEventDto.d.ts +0 -26
- package/lib/types/src/reporter/data/dto/BlindSigningEventDto.d.ts.map +0 -1
- package/lib/types/src/reporter/di/reporterModuleFactory.d.ts.map +0 -1
- package/lib/types/src/reporter/di/reporterTypes.d.ts.map +0 -1
- package/lib/types/src/reporter/domain/BlindSigningReporter.d.ts +0 -6
- package/lib/types/src/reporter/domain/BlindSigningReporter.d.ts.map +0 -1
- package/lib/types/src/reporter/domain/DefaultBlindSigningReporter.d.ts +0 -9
- package/lib/types/src/reporter/domain/DefaultBlindSigningReporter.d.ts.map +0 -1
- package/lib/types/src/reporter/domain/DefaultBlindSigningReporter.test.d.ts.map +0 -1
- package/lib/types/src/reporter/model/BlindSigningEvent.d.ts.map +0 -1
- package/lib/types/src/reporter/model/BlindSigningModelId.d.ts.map +0 -1
- package/lib/types/src/safe/data/HttpSafeAccountDataSource.d.ts +0 -13
- package/lib/types/src/safe/data/HttpSafeAccountDataSource.d.ts.map +0 -1
- package/lib/types/src/safe/data/HttpSafeAccountDataSource.test.d.ts.map +0 -1
- package/lib/types/src/safe/data/SafeAccountDataSource.d.ts.map +0 -1
- package/lib/types/src/safe/data/dto/SafeAccountDto.d.ts.map +0 -1
- package/lib/types/src/safe/di/safeModuleFactory.d.ts.map +0 -1
- package/lib/types/src/safe/di/safeModuleFactory.test.d.ts.map +0 -1
- package/lib/types/src/safe/di/safeTypes.d.ts.map +0 -1
- package/lib/types/src/safe/domain/SafeAddressLoader.d.ts +0 -19
- package/lib/types/src/safe/domain/SafeAddressLoader.d.ts.map +0 -1
- package/lib/types/src/safe/domain/SafeAddressLoader.test.d.ts.map +0 -1
- package/lib/types/src/shared/model/SolanaContextTypes.d.ts +0 -77
- package/lib/types/src/shared/model/SolanaContextTypes.d.ts.map +0 -1
- package/lib/types/src/shared/model/SolanaTransactionContext.d.ts +0 -13
- package/lib/types/src/shared/model/SolanaTransactionContext.d.ts.map +0 -1
- package/lib/types/src/shared/model/TypedDataClearSignContext.d.ts +0 -79
- package/lib/types/src/shared/model/TypedDataClearSignContext.d.ts.map +0 -1
- package/lib/types/src/shared/model/TypedDataContext.d.ts.map +0 -1
- package/lib/types/src/signing-tracker/data/SigningTrackerDataSource.d.ts +0 -40
- package/lib/types/src/signing-tracker/data/SigningTrackerDataSource.d.ts.map +0 -1
- package/lib/types/src/solana/data/HttpSolanaOwnerInfoDataSource.d.ts +0 -15
- package/lib/types/src/solana/data/HttpSolanaOwnerInfoDataSource.d.ts.map +0 -1
- package/lib/types/src/solana/data/HttpSolanaOwnerInfoDataSource.test.d.ts +0 -2
- package/lib/types/src/solana/data/HttpSolanaOwnerInfoDataSource.test.d.ts.map +0 -1
- package/lib/types/src/solana/data/SolanaDataSource.d.ts +0 -9
- package/lib/types/src/solana/data/SolanaDataSource.d.ts.map +0 -1
- package/lib/types/src/solana/di/SolanaContextModuleFactory.d.ts +0 -3
- package/lib/types/src/solana/di/SolanaContextModuleFactory.d.ts.map +0 -1
- package/lib/types/src/solana/di/solanaContextTypes.d.ts +0 -5
- package/lib/types/src/solana/di/solanaContextTypes.d.ts.map +0 -1
- package/lib/types/src/solana/domain/DefaultSolanaContextLoader.d.ts +0 -18
- package/lib/types/src/solana/domain/DefaultSolanaContextLoader.d.ts.map +0 -1
- package/lib/types/src/solana/domain/DefaultSolanaContextLoader.test.d.ts +0 -2
- package/lib/types/src/solana/domain/DefaultSolanaContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/solana/domain/SolanaContextLoader.d.ts +0 -5
- package/lib/types/src/solana/domain/SolanaContextLoader.d.ts.map +0 -1
- package/lib/types/src/solana/domain/solanaContextTypes.d.ts +0 -29
- package/lib/types/src/solana/domain/solanaContextTypes.d.ts.map +0 -1
- package/lib/types/src/solanaLifi/data/HttpSolanaLifiDataSource.d.ts +0 -12
- package/lib/types/src/solanaLifi/data/HttpSolanaLifiDataSource.d.ts.map +0 -1
- package/lib/types/src/solanaLifi/data/HttpSolanaLifiDataSource.test.d.ts +0 -2
- package/lib/types/src/solanaLifi/data/HttpSolanaLifiDataSource.test.d.ts.map +0 -1
- package/lib/types/src/solanaLifi/data/SolanaLifiDataSource.d.ts +0 -10
- package/lib/types/src/solanaLifi/data/SolanaLifiDataSource.d.ts.map +0 -1
- package/lib/types/src/solanaLifi/di/lifiModuleFactory.d.ts +0 -3
- package/lib/types/src/solanaLifi/di/lifiModuleFactory.d.ts.map +0 -1
- package/lib/types/src/solanaLifi/di/solanaLifiTypes.d.ts +0 -5
- package/lib/types/src/solanaLifi/di/solanaLifiTypes.d.ts.map +0 -1
- package/lib/types/src/solanaLifi/domain/SolanaLifiContextLoader.d.ts +0 -20
- package/lib/types/src/solanaLifi/domain/SolanaLifiContextLoader.d.ts.map +0 -1
- package/lib/types/src/solanaLifi/domain/SolanaLifiContextLoader.test.d.ts +0 -2
- package/lib/types/src/solanaLifi/domain/SolanaLifiContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/solanaToken/data/HttpSolanaTokenDataSource.d.ts +0 -11
- package/lib/types/src/solanaToken/data/HttpSolanaTokenDataSource.d.ts.map +0 -1
- package/lib/types/src/solanaToken/data/HttpSolanaTokenDataSource.test.d.ts +0 -2
- package/lib/types/src/solanaToken/data/HttpSolanaTokenDataSource.test.d.ts.map +0 -1
- package/lib/types/src/solanaToken/data/SolanaTokenDataSource.d.ts +0 -44
- package/lib/types/src/solanaToken/data/SolanaTokenDataSource.d.ts.map +0 -1
- package/lib/types/src/solanaToken/di/solanaTokenTypes.d.ts +0 -5
- package/lib/types/src/solanaToken/di/solanaTokenTypes.d.ts.map +0 -1
- package/lib/types/src/solanaToken/di/tokenModuleFactory.d.ts +0 -3
- package/lib/types/src/solanaToken/di/tokenModuleFactory.d.ts.map +0 -1
- package/lib/types/src/solanaToken/domain/SolanaTokenContextLoader.d.ts +0 -18
- package/lib/types/src/solanaToken/domain/SolanaTokenContextLoader.d.ts.map +0 -1
- package/lib/types/src/solanaToken/domain/SolanaTokenContextLoader.test.d.ts +0 -2
- package/lib/types/src/solanaToken/domain/SolanaTokenContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/token/data/HttpTokenDataSource.d.ts +0 -11
- package/lib/types/src/token/data/HttpTokenDataSource.d.ts.map +0 -1
- package/lib/types/src/token/data/HttpTokenDataSource.test.d.ts.map +0 -1
- package/lib/types/src/token/data/TokenDataSource.d.ts.map +0 -1
- package/lib/types/src/token/data/TokenDto.d.ts.map +0 -1
- package/lib/types/src/token/di/tokenModuleFactory.d.ts.map +0 -1
- package/lib/types/src/token/di/tokenTypes.d.ts.map +0 -1
- package/lib/types/src/token/domain/TokenContextFieldLoader.d.ts +0 -18
- package/lib/types/src/token/domain/TokenContextFieldLoader.d.ts.map +0 -1
- package/lib/types/src/token/domain/TokenContextFieldLoader.test.d.ts.map +0 -1
- package/lib/types/src/token/domain/TokenContextLoader.d.ts +0 -22
- package/lib/types/src/token/domain/TokenContextLoader.d.ts.map +0 -1
- package/lib/types/src/token/domain/TokenContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/transaction-check/data/HttpTransactionCheckDataSource.d.ts +0 -12
- package/lib/types/src/transaction-check/data/HttpTransactionCheckDataSource.d.ts.map +0 -1
- package/lib/types/src/transaction-check/data/HttpTransactionCheckDataSource.test.d.ts.map +0 -1
- package/lib/types/src/transaction-check/data/HttpTypedDataCheckDataSource.d.ts +0 -12
- package/lib/types/src/transaction-check/data/HttpTypedDataCheckDataSource.d.ts.map +0 -1
- package/lib/types/src/transaction-check/data/HttpTypedDataCheckDataSource.test.d.ts +0 -2
- package/lib/types/src/transaction-check/data/HttpTypedDataCheckDataSource.test.d.ts.map +0 -1
- package/lib/types/src/transaction-check/data/TransactionCheckDataSource.d.ts +0 -14
- package/lib/types/src/transaction-check/data/TransactionCheckDataSource.d.ts.map +0 -1
- package/lib/types/src/transaction-check/data/TypedDataCheckDataSource.d.ts +0 -28
- package/lib/types/src/transaction-check/data/TypedDataCheckDataSource.d.ts.map +0 -1
- package/lib/types/src/transaction-check/data/dto/TransactionCheckDto.d.ts +0 -5
- package/lib/types/src/transaction-check/data/dto/TransactionCheckDto.d.ts.map +0 -1
- package/lib/types/src/transaction-check/data/dto/TypedDataCheckDto.d.ts +0 -5
- package/lib/types/src/transaction-check/data/dto/TypedDataCheckDto.d.ts.map +0 -1
- package/lib/types/src/transaction-check/di/transactionCheckModuleFactory.d.ts +0 -3
- package/lib/types/src/transaction-check/di/transactionCheckModuleFactory.d.ts.map +0 -1
- package/lib/types/src/transaction-check/di/transactionCheckTypes.d.ts +0 -7
- package/lib/types/src/transaction-check/di/transactionCheckTypes.d.ts.map +0 -1
- package/lib/types/src/transaction-check/domain/TransactionCheckContextLoader.d.ts +0 -20
- package/lib/types/src/transaction-check/domain/TransactionCheckContextLoader.d.ts.map +0 -1
- package/lib/types/src/transaction-check/domain/TransactionCheckContextLoader.test.d.ts +0 -2
- package/lib/types/src/transaction-check/domain/TransactionCheckContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/transaction-check/domain/TypedDataCheckContextLoader.d.ts +0 -19
- package/lib/types/src/transaction-check/domain/TypedDataCheckContextLoader.d.ts.map +0 -1
- package/lib/types/src/transaction-check/domain/TypedDataCheckContextLoader.test.d.ts +0 -2
- package/lib/types/src/transaction-check/domain/TypedDataCheckContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/trusted-name/data/HttpTrustedNameDataSource.d.ts +0 -17
- package/lib/types/src/trusted-name/data/HttpTrustedNameDataSource.d.ts.map +0 -1
- package/lib/types/src/trusted-name/data/HttpTrustedNameDataSource.test.d.ts.map +0 -1
- package/lib/types/src/trusted-name/data/TrustedNameDataSource.d.ts.map +0 -1
- package/lib/types/src/trusted-name/data/TrustedNameDto.d.ts.map +0 -1
- package/lib/types/src/trusted-name/di/trustedNameModuleFactory.d.ts +0 -4
- package/lib/types/src/trusted-name/di/trustedNameModuleFactory.d.ts.map +0 -1
- package/lib/types/src/trusted-name/di/trustedNameTypes.d.ts.map +0 -1
- package/lib/types/src/trusted-name/domain/TrustedNameContextFieldLoader.d.ts +0 -22
- package/lib/types/src/trusted-name/domain/TrustedNameContextFieldLoader.d.ts.map +0 -1
- package/lib/types/src/trusted-name/domain/TrustedNameContextFieldLoader.test.d.ts.map +0 -1
- package/lib/types/src/trusted-name/domain/TrustedNameContextLoader.d.ts +0 -19
- package/lib/types/src/trusted-name/domain/TrustedNameContextLoader.d.ts.map +0 -1
- package/lib/types/src/trusted-name/domain/TrustedNameContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/typed-data/data/FiltersDto.d.ts.map +0 -1
- package/lib/types/src/typed-data/data/HttpTypedDataDataSource.d.ts +0 -20
- package/lib/types/src/typed-data/data/HttpTypedDataDataSource.d.ts.map +0 -1
- package/lib/types/src/typed-data/data/HttpTypedDataDataSource.test.d.ts.map +0 -1
- package/lib/types/src/typed-data/data/TypedDataDataSource.d.ts +0 -18
- package/lib/types/src/typed-data/data/TypedDataDataSource.d.ts.map +0 -1
- package/lib/types/src/typed-data/di/typedDataModuleFactory.d.ts.map +0 -1
- package/lib/types/src/typed-data/di/typedDataTypes.d.ts.map +0 -1
- package/lib/types/src/typed-data/domain/DefaultTypedDataContextLoader.d.ts +0 -26
- package/lib/types/src/typed-data/domain/DefaultTypedDataContextLoader.d.ts.map +0 -1
- package/lib/types/src/typed-data/domain/DefaultTypedDataContextLoader.test.d.ts.map +0 -1
- package/lib/types/src/typed-data/domain/TypedDataContextLoader.d.ts +0 -6
- package/lib/types/src/typed-data/domain/TypedDataContextLoader.d.ts.map +0 -1
- package/lib/types/src/typed-data/utils/getSchemaHash.d.ts +0 -12
- package/lib/types/src/typed-data/utils/getSchemaHash.d.ts.map +0 -1
- package/lib/types/src/typed-data/utils/getSchemaHash.test.d.ts.map +0 -1
- package/lib/types/src/uniswap/constants/uniswap.d.ts.map +0 -1
- package/lib/types/src/uniswap/constants/weth.d.ts.map +0 -1
- package/lib/types/src/uniswap/data/AbiDecoderDataSource.d.ts.map +0 -1
- package/lib/types/src/uniswap/data/CommandDecoderDataSource.d.ts +0 -6
- package/lib/types/src/uniswap/data/CommandDecoderDataSource.d.ts.map +0 -1
- package/lib/types/src/uniswap/data/DefaultCommandDecoderDataSource.d.ts +0 -14
- package/lib/types/src/uniswap/data/DefaultCommandDecoderDataSource.d.ts.map +0 -1
- package/lib/types/src/uniswap/data/DefaultCommandDecoderDataSource.test.d.ts.map +0 -1
- package/lib/types/src/uniswap/data/EthersAbiDecoderDataSource.d.ts.map +0 -1
- package/lib/types/src/uniswap/data/EthersAbiDecoderDataSource.test.d.ts.map +0 -1
- package/lib/types/src/uniswap/di/uniswapModuleFactory.d.ts.map +0 -1
- package/lib/types/src/uniswap/di/uniswapTypes.d.ts.map +0 -1
- package/lib/types/src/uniswap/domain/UniswapContextLoader.d.ts +0 -105
- package/lib/types/src/uniswap/domain/UniswapContextLoader.d.ts.map +0 -1
- package/lib/types/src/uniswap/domain/UniswapContextLoader.test.d.ts.map +0 -1
- /package/lib/cjs/src/{account-ownership → modules/concordium/account-ownership}/data/AccountOwnershipDataSource.js +0 -0
- /package/lib/cjs/src/{account-ownership → modules/concordium/account-ownership}/data/AccountOwnershipError.js +0 -0
- /package/lib/cjs/src/{account-ownership → modules/concordium/account-ownership}/data/dto/AccountOwnershipDto.js +0 -0
- /package/lib/cjs/src/{account-ownership → modules/concordium/account-ownership}/di/accountOwnershipTypes.js +0 -0
- /package/lib/cjs/src/{calldata → modules/ethereum/calldata}/data/CalldataDescriptorDataSource.js +0 -0
- /package/lib/cjs/src/{calldata → modules/ethereum/calldata}/data/dto/CalldataDto.js +0 -0
- /package/lib/cjs/src/{calldata → modules/ethereum/calldata}/di/calldataTypes.js +0 -0
- /package/lib/cjs/src/{dynamic-network → modules/ethereum/dynamic-network}/data/DynamicNetworkDataSource.js +0 -0
- /package/lib/cjs/src/{dynamic-network → modules/ethereum/dynamic-network}/data/HttpDynamicNetworkDataSource.test.js +0 -0
- /package/lib/cjs/src/{dynamic-network → modules/ethereum/dynamic-network}/data/dto/DynamicNetworkApiResponseDto.js +0 -0
- /package/lib/cjs/src/{dynamic-network → modules/ethereum/dynamic-network}/di/dynamicNetworkTypes.js +0 -0
- /package/lib/cjs/src/{dynamic-network → modules/ethereum/dynamic-network}/model/DynamicNetworkConfiguration.js +0 -0
- /package/lib/cjs/src/{external-plugin → modules/ethereum/external-plugin}/data/DAppDto.js +0 -0
- /package/lib/cjs/src/{external-plugin → modules/ethereum/external-plugin}/data/ExternalPluginDataSource.js +0 -0
- /package/lib/cjs/src/{external-plugin → modules/ethereum/external-plugin}/model/DappInfos.js +0 -0
- /package/lib/cjs/src/{external-plugin → modules/ethereum/external-plugin}/model/SelectorDetails.js +0 -0
- /package/lib/cjs/src/{gated-signing → modules/ethereum/gated-signing}/data/GatedDescriptorDataSource.js +0 -0
- /package/lib/cjs/src/{gated-signing → modules/ethereum/gated-signing}/data/dto/GatedDappsDto.js +0 -0
- /package/lib/cjs/src/{gated-signing → modules/ethereum/gated-signing}/di/gatedSigningTypes.js +0 -0
- /package/lib/cjs/src/{shared → modules/ethereum}/model/TypedDataClearSignContext.js +0 -0
- /package/lib/cjs/src/{shared → modules/ethereum}/model/TypedDataContext.js +0 -0
- /package/lib/cjs/src/{nft → modules/ethereum/nft}/data/HttpNftDataSource.test.js +0 -0
- /package/lib/cjs/src/{nft → modules/ethereum/nft}/data/NftDataSource.js +0 -0
- /package/lib/cjs/src/{proxy → modules/ethereum/proxy}/data/HttpSafeProxyDataSource.test.js +0 -0
- /package/lib/cjs/src/{proxy → modules/ethereum/proxy}/data/ProxyDataSource.js +0 -0
- /package/lib/cjs/src/{proxy → modules/ethereum/proxy}/data/dto/ProxyDelegateCallDto.js +0 -0
- /package/lib/cjs/src/{proxy → modules/ethereum/proxy}/data/dto/ProxyImplementationAddressDto.js +0 -0
- /package/lib/cjs/src/{proxy → modules/ethereum/proxy}/data/dto/SafeProxyImplementationAddressDto.js +0 -0
- /package/lib/cjs/src/{proxy → modules/ethereum/proxy}/di/proxyTypes.js +0 -0
- /package/lib/cjs/src/{proxy → modules/ethereum/proxy}/model/ProxyDelegateCall.js +0 -0
- /package/lib/cjs/src/{safe → modules/ethereum/safe}/data/SafeAccountDataSource.js +0 -0
- /package/lib/cjs/src/{safe → modules/ethereum/safe}/data/dto/SafeAccountDto.js +0 -0
- /package/lib/cjs/src/{safe → modules/ethereum/safe}/di/safeModuleFactory.test.js +0 -0
- /package/lib/cjs/src/{safe → modules/ethereum/safe}/di/safeTypes.js +0 -0
- /package/lib/cjs/src/{token → modules/ethereum/token}/data/TokenDataSource.js +0 -0
- /package/lib/cjs/src/{token → modules/ethereum/token}/data/TokenDto.js +0 -0
- /package/lib/cjs/src/{token → modules/ethereum/token}/di/tokenTypes.js +0 -0
- /package/lib/cjs/src/{trusted-name → modules/ethereum/trusted-name}/data/TrustedNameDataSource.js +0 -0
- /package/lib/cjs/src/{trusted-name → modules/ethereum/trusted-name}/data/TrustedNameDto.js +0 -0
- /package/lib/cjs/src/{trusted-name → modules/ethereum/trusted-name}/di/trustedNameTypes.js +0 -0
- /package/lib/cjs/src/{typed-data → modules/ethereum/typed-data}/data/FiltersDto.js +0 -0
- /package/lib/cjs/src/{typed-data → modules/ethereum/typed-data}/data/TypedDataDataSource.js +0 -0
- /package/lib/cjs/src/{typed-data → modules/ethereum/typed-data}/di/typedDataTypes.js +0 -0
- /package/lib/cjs/src/{uniswap → modules/ethereum/uniswap}/constants/uniswap.js +0 -0
- /package/lib/cjs/src/{uniswap → modules/ethereum/uniswap}/constants/weth.js +0 -0
- /package/lib/cjs/src/{uniswap → modules/ethereum/uniswap}/data/AbiDecoderDataSource.js +0 -0
- /package/lib/cjs/src/{uniswap → modules/ethereum/uniswap}/data/CommandDecoderDataSource.js +0 -0
- /package/lib/cjs/src/{uniswap → modules/ethereum/uniswap}/data/EthersAbiDecoderDataSource.js +0 -0
- /package/lib/cjs/src/{uniswap → modules/ethereum/uniswap}/data/EthersAbiDecoderDataSource.test.js +0 -0
- /package/lib/cjs/src/{uniswap → modules/ethereum/uniswap}/di/uniswapTypes.js +0 -0
- /package/lib/cjs/src/{pki → modules/multichain/pki}/data/PkiCertificateDataSource.js +0 -0
- /package/lib/cjs/src/{pki → modules/multichain/pki}/data/pkiDataSourceTypes.js +0 -0
- /package/lib/cjs/src/{pki → modules/multichain/pki}/di/pkiTypes.js +0 -0
- /package/lib/cjs/src/{pki → modules/multichain/pki}/domain/PkiCertificateLoader.js +0 -0
- /package/lib/cjs/src/{pki → modules/multichain/pki}/model/KeyId.js +0 -0
- /package/lib/cjs/src/{pki → modules/multichain/pki}/model/KeyUsage.js +0 -0
- /package/lib/cjs/src/{pki → modules/multichain/pki}/model/PkiCertificate.js +0 -0
- /package/lib/cjs/src/{pki → modules/multichain/pki}/model/PkiCertificateInfo.js +0 -0
- /package/lib/cjs/src/{reporter → modules/multichain/reporter}/data/BlindSigningReporterDatasource.js +0 -0
- /package/lib/cjs/src/{reporter → modules/multichain/reporter}/data/dto/BlindSigningEventDto.js +0 -0
- /package/lib/cjs/src/{reporter → modules/multichain/reporter}/di/reporterTypes.js +0 -0
- /package/lib/cjs/src/{reporter → modules/multichain/reporter}/domain/BlindSigningReporter.js +0 -0
- /package/lib/cjs/src/{reporter → modules/multichain/reporter}/model/BlindSigningEvent.js +0 -0
- /package/lib/cjs/src/{reporter → modules/multichain/reporter}/model/BlindSigningModelId.js +0 -0
- /package/lib/cjs/src/{network → shared/network}/di/networkTypes.js +0 -0
- /package/lib/esm/src/{account-ownership → modules/concordium/account-ownership}/data/AccountOwnershipDataSource.js +0 -0
- /package/lib/esm/src/{account-ownership → modules/concordium/account-ownership}/data/AccountOwnershipDataSource.js.map +0 -0
- /package/lib/esm/src/{account-ownership → modules/concordium/account-ownership}/data/AccountOwnershipError.js +0 -0
- /package/lib/esm/src/{account-ownership → modules/concordium/account-ownership}/data/dto/AccountOwnershipDto.js +0 -0
- /package/lib/esm/src/{account-ownership → modules/concordium/account-ownership}/data/dto/AccountOwnershipDto.js.map +0 -0
- /package/lib/esm/src/{account-ownership → modules/concordium/account-ownership}/di/accountOwnershipTypes.js +0 -0
- /package/lib/esm/src/{calldata → modules/ethereum/calldata}/data/CalldataDescriptorDataSource.js +0 -0
- /package/lib/esm/src/{calldata → modules/ethereum/calldata}/data/CalldataDescriptorDataSource.js.map +0 -0
- /package/lib/esm/src/{calldata → modules/ethereum/calldata}/data/dto/CalldataDto.js +0 -0
- /package/lib/esm/src/{calldata → modules/ethereum/calldata}/data/dto/CalldataDto.js.map +0 -0
- /package/lib/esm/src/{calldata → modules/ethereum/calldata}/di/calldataTypes.js +0 -0
- /package/lib/esm/src/{dynamic-network → modules/ethereum/dynamic-network}/data/DynamicNetworkDataSource.js +0 -0
- /package/lib/esm/src/{dynamic-network → modules/ethereum/dynamic-network}/data/DynamicNetworkDataSource.js.map +0 -0
- /package/lib/esm/src/{dynamic-network → modules/ethereum/dynamic-network}/data/HttpDynamicNetworkDataSource.test.js +0 -0
- /package/lib/esm/src/{dynamic-network → modules/ethereum/dynamic-network}/data/dto/DynamicNetworkApiResponseDto.js +0 -0
- /package/lib/esm/src/{dynamic-network → modules/ethereum/dynamic-network}/data/dto/DynamicNetworkApiResponseDto.js.map +0 -0
- /package/lib/esm/src/{dynamic-network → modules/ethereum/dynamic-network}/di/dynamicNetworkTypes.js +0 -0
- /package/lib/esm/src/{dynamic-network → modules/ethereum/dynamic-network}/model/DynamicNetworkConfiguration.js +0 -0
- /package/lib/esm/src/{dynamic-network → modules/ethereum/dynamic-network}/model/DynamicNetworkConfiguration.js.map +0 -0
- /package/lib/esm/src/{external-plugin → modules/ethereum/external-plugin}/data/DAppDto.js +0 -0
- /package/lib/esm/src/{external-plugin → modules/ethereum/external-plugin}/data/DAppDto.js.map +0 -0
- /package/lib/esm/src/{external-plugin → modules/ethereum/external-plugin}/data/ExternalPluginDataSource.js +0 -0
- /package/lib/esm/src/{external-plugin → modules/ethereum/external-plugin}/data/ExternalPluginDataSource.js.map +0 -0
- /package/lib/esm/src/{external-plugin → modules/ethereum/external-plugin}/model/DappInfos.js +0 -0
- /package/lib/esm/src/{external-plugin → modules/ethereum/external-plugin}/model/DappInfos.js.map +0 -0
- /package/lib/esm/src/{external-plugin → modules/ethereum/external-plugin}/model/SelectorDetails.js +0 -0
- /package/lib/esm/src/{external-plugin → modules/ethereum/external-plugin}/model/SelectorDetails.js.map +0 -0
- /package/lib/esm/src/{gated-signing → modules/ethereum/gated-signing}/data/GatedDescriptorDataSource.js +0 -0
- /package/lib/esm/src/{gated-signing → modules/ethereum/gated-signing}/data/GatedDescriptorDataSource.js.map +0 -0
- /package/lib/esm/src/{gated-signing → modules/ethereum/gated-signing}/data/dto/GatedDappsDto.js +0 -0
- /package/lib/esm/src/{gated-signing → modules/ethereum/gated-signing}/data/dto/GatedDappsDto.js.map +0 -0
- /package/lib/esm/src/{gated-signing → modules/ethereum/gated-signing}/di/gatedSigningTypes.js +0 -0
- /package/lib/esm/src/{shared → modules/ethereum}/model/TypedDataClearSignContext.js +0 -0
- /package/lib/esm/src/{shared → modules/ethereum}/model/TypedDataContext.js +0 -0
- /package/lib/esm/src/{shared → modules/ethereum}/model/TypedDataContext.js.map +0 -0
- /package/lib/esm/src/{nft → modules/ethereum/nft}/data/HttpNftDataSource.test.js +0 -0
- /package/lib/esm/src/{nft → modules/ethereum/nft}/data/NftDataSource.js +0 -0
- /package/lib/esm/src/{nft → modules/ethereum/nft}/data/NftDataSource.js.map +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/HttpSafeProxyDataSource.test.js +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/ProxyDataSource.js +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/ProxyDataSource.js.map +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/dto/ProxyDelegateCallDto.js +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/dto/ProxyDelegateCallDto.js.map +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/dto/ProxyImplementationAddressDto.js +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/dto/ProxyImplementationAddressDto.js.map +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/dto/SafeProxyImplementationAddressDto.js +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/data/dto/SafeProxyImplementationAddressDto.js.map +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/di/proxyTypes.js +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/model/ProxyDelegateCall.js +0 -0
- /package/lib/esm/src/{proxy → modules/ethereum/proxy}/model/ProxyDelegateCall.js.map +0 -0
- /package/lib/esm/src/{safe → modules/ethereum/safe}/data/SafeAccountDataSource.js +0 -0
- /package/lib/esm/src/{safe → modules/ethereum/safe}/data/SafeAccountDataSource.js.map +0 -0
- /package/lib/esm/src/{safe → modules/ethereum/safe}/data/dto/SafeAccountDto.js +0 -0
- /package/lib/esm/src/{safe → modules/ethereum/safe}/data/dto/SafeAccountDto.js.map +0 -0
- /package/lib/esm/src/{safe → modules/ethereum/safe}/di/safeModuleFactory.test.js +0 -0
- /package/lib/esm/src/{safe → modules/ethereum/safe}/di/safeTypes.js +0 -0
- /package/lib/esm/src/{token → modules/ethereum/token}/data/TokenDataSource.js +0 -0
- /package/lib/esm/src/{token → modules/ethereum/token}/data/TokenDataSource.js.map +0 -0
- /package/lib/esm/src/{token → modules/ethereum/token}/data/TokenDto.js +0 -0
- /package/lib/esm/src/{token → modules/ethereum/token}/data/TokenDto.js.map +0 -0
- /package/lib/esm/src/{token → modules/ethereum/token}/di/tokenTypes.js +0 -0
- /package/lib/esm/src/{trusted-name → modules/ethereum/trusted-name}/data/TrustedNameDataSource.js +0 -0
- /package/lib/esm/src/{trusted-name → modules/ethereum/trusted-name}/data/TrustedNameDataSource.js.map +0 -0
- /package/lib/esm/src/{trusted-name → modules/ethereum/trusted-name}/data/TrustedNameDto.js +0 -0
- /package/lib/esm/src/{trusted-name → modules/ethereum/trusted-name}/data/TrustedNameDto.js.map +0 -0
- /package/lib/esm/src/{trusted-name → modules/ethereum/trusted-name}/di/trustedNameTypes.js +0 -0
- /package/lib/esm/src/{typed-data → modules/ethereum/typed-data}/data/FiltersDto.js +0 -0
- /package/lib/esm/src/{typed-data → modules/ethereum/typed-data}/data/FiltersDto.js.map +0 -0
- /package/lib/esm/src/{typed-data → modules/ethereum/typed-data}/data/TypedDataDataSource.js +0 -0
- /package/lib/esm/src/{typed-data → modules/ethereum/typed-data}/data/TypedDataDataSource.js.map +0 -0
- /package/lib/esm/src/{typed-data → modules/ethereum/typed-data}/di/typedDataTypes.js +0 -0
- /package/lib/esm/src/{typed-data → modules/ethereum/typed-data}/domain/TypedDataContextLoader.js +0 -0
- /package/lib/esm/src/{typed-data → modules/ethereum/typed-data}/domain/TypedDataContextLoader.js.map +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/constants/uniswap.js +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/constants/weth.js +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/data/AbiDecoderDataSource.js +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/data/AbiDecoderDataSource.js.map +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/data/CommandDecoderDataSource.js +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/data/CommandDecoderDataSource.js.map +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/data/EthersAbiDecoderDataSource.js +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/data/EthersAbiDecoderDataSource.test.js +0 -0
- /package/lib/esm/src/{uniswap → modules/ethereum/uniswap}/di/uniswapTypes.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/data/PkiCertificateDataSource.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/data/PkiCertificateDataSource.js.map +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/data/pkiDataSourceTypes.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/data/pkiDataSourceTypes.js.map +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/di/pkiTypes.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/domain/PkiCertificateLoader.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/domain/PkiCertificateLoader.js.map +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/model/KeyId.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/model/KeyUsage.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/model/PkiCertificate.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/model/PkiCertificate.js.map +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/model/PkiCertificateInfo.js +0 -0
- /package/lib/esm/src/{pki → modules/multichain/pki}/model/PkiCertificateInfo.js.map +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/data/BlindSigningReporterDatasource.js +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/data/BlindSigningReporterDatasource.js.map +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/data/dto/BlindSigningEventDto.js +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/data/dto/BlindSigningEventDto.js.map +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/di/reporterTypes.js +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/domain/BlindSigningReporter.js +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/domain/BlindSigningReporter.js.map +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/model/BlindSigningEvent.js +0 -0
- /package/lib/esm/src/{reporter → modules/multichain/reporter}/model/BlindSigningModelId.js +0 -0
- /package/lib/esm/src/{transaction-check → modules/multichain/transaction-check}/data/TransactionCheckDataSource.js +0 -0
- /package/lib/esm/src/{transaction-check → modules/multichain/transaction-check}/data/TransactionCheckDataSource.js.map +0 -0
- /package/lib/esm/src/{shared/model/SolanaTransactionContext.js.map → modules/multichain/transaction-check/data/dto/TransactionCheckResponseDto.js.map} +0 -0
- /package/lib/esm/src/{signing-tracker/data/SigningTrackerDataSource.js.map → modules/multichain/transaction-check/loaders/TransactionCheckLoader.js.map} +0 -0
- /package/lib/esm/src/{solana/data/SolanaDataSource.js.map → modules/solana/lifi/data/LifiDataSource.js.map} +0 -0
- /package/lib/esm/src/{solana/domain/SolanaContextLoader.js.map → modules/solana/model/SolanaContextTypes.js.map} +0 -0
- /package/lib/esm/src/{solana/domain/solanaContextTypes.js.map → modules/solana/model/SolanaPayloads.js.map} +0 -0
- /package/lib/esm/src/{shared → modules/solana}/model/SolanaTransactionContext.js +0 -0
- /package/lib/esm/src/{solanaLifi/data/SolanaLifiDataSource.js.map → modules/solana/model/SolanaTransactionContext.js.map} +0 -0
- /package/lib/esm/src/{solanaToken/data/SolanaTokenDataSource.js.map → modules/solana/owner-info/data/OwnerInfoDataSource.js.map} +0 -0
- /package/lib/esm/src/{solana → modules/solana/owner-info}/domain/solanaContextTypes.js +0 -0
- /package/lib/esm/src/{transaction-check/data/TypedDataCheckDataSource.js.map → modules/solana/owner-info/domain/solanaContextTypes.js.map} +0 -0
- /package/lib/esm/src/{transaction-check/data/dto/TransactionCheckDto.js.map → modules/solana/token/data/TokenDataSource.js.map} +0 -0
- /package/lib/esm/src/{network → shared/network}/di/networkTypes.js +0 -0
- /package/lib/types/src/{account-ownership → modules/concordium/account-ownership}/data/AccountOwnershipDataSource.d.ts +0 -0
- /package/lib/types/src/{account-ownership → modules/concordium/account-ownership}/data/AccountOwnershipError.d.ts +0 -0
- /package/lib/types/src/{account-ownership → modules/concordium/account-ownership}/data/HttpAccountOwnershipDataSource.test.d.ts +0 -0
- /package/lib/types/src/{account-ownership → modules/concordium/account-ownership}/data/dto/AccountOwnershipDto.d.ts +0 -0
- /package/lib/types/src/{account-ownership → modules/concordium/account-ownership}/di/accountOwnershipModuleFactory.d.ts +0 -0
- /package/lib/types/src/{account-ownership → modules/concordium/account-ownership}/di/accountOwnershipTypes.d.ts +0 -0
- /package/lib/types/src/{account-ownership → modules/concordium/account-ownership}/domain/AccountOwnershipContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{calldata → modules/ethereum/calldata}/data/HttpCalldataDescriptorDataSource.test.d.ts +0 -0
- /package/lib/types/src/{calldata → modules/ethereum/calldata}/data/dto/CalldataDto.d.ts +0 -0
- /package/lib/types/src/{calldata → modules/ethereum/calldata}/di/calldataModuleFactory.d.ts +0 -0
- /package/lib/types/src/{calldata → modules/ethereum/calldata}/di/calldataTypes.d.ts +0 -0
- /package/lib/types/src/{calldata → modules/ethereum/calldata}/domain/CalldataContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{dynamic-network → modules/ethereum/dynamic-network}/data/HttpDynamicNetworkDataSource.test.d.ts +0 -0
- /package/lib/types/src/{dynamic-network → modules/ethereum/dynamic-network}/data/dto/DynamicNetworkApiResponseDto.d.ts +0 -0
- /package/lib/types/src/{dynamic-network → modules/ethereum/dynamic-network}/di/dynamicNetworkModuleFactory.d.ts +0 -0
- /package/lib/types/src/{dynamic-network → modules/ethereum/dynamic-network}/di/dynamicNetworkTypes.d.ts +0 -0
- /package/lib/types/src/{dynamic-network → modules/ethereum/dynamic-network}/domain/DynamicNetworkContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{dynamic-network → modules/ethereum/dynamic-network}/model/DynamicNetworkConfiguration.d.ts +0 -0
- /package/lib/types/src/{external-plugin → modules/ethereum/external-plugin}/data/DAppDto.d.ts +0 -0
- /package/lib/types/src/{external-plugin → modules/ethereum/external-plugin}/data/HttpExternalPluginDataSource.test.d.ts +0 -0
- /package/lib/types/src/{external-plugin → modules/ethereum/external-plugin}/di/externalPluginModuleFactory.d.ts +0 -0
- /package/lib/types/src/{external-plugin → modules/ethereum/external-plugin}/di/externalPluginTypes.d.ts +0 -0
- /package/lib/types/src/{external-plugin → modules/ethereum/external-plugin}/domain/ExternalPluginContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{external-plugin → modules/ethereum/external-plugin}/model/SelectorDetails.d.ts +0 -0
- /package/lib/types/src/{gated-signing → modules/ethereum/gated-signing}/data/GatedDescriptorDataSource.d.ts +0 -0
- /package/lib/types/src/{gated-signing → modules/ethereum/gated-signing}/data/HttpGatedDescriptorDataSource.test.d.ts +0 -0
- /package/lib/types/src/{gated-signing → modules/ethereum/gated-signing}/data/dto/GatedDappsDto.d.ts +0 -0
- /package/lib/types/src/{gated-signing → modules/ethereum/gated-signing}/di/gatedSigningModuleFactory.d.ts +0 -0
- /package/lib/types/src/{gated-signing → modules/ethereum/gated-signing}/di/gatedSigningTypes.d.ts +0 -0
- /package/lib/types/src/{gated-signing → modules/ethereum/gated-signing}/domain/GatedSigningContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{gated-signing → modules/ethereum/gated-signing}/domain/GatedSigningTypedDataContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{shared → modules/ethereum}/model/TypedDataContext.d.ts +0 -0
- /package/lib/types/src/{nft → modules/ethereum/nft}/data/HttpNftDataSource.test.d.ts +0 -0
- /package/lib/types/src/{nft → modules/ethereum/nft}/data/NftDataSource.d.ts +0 -0
- /package/lib/types/src/{nft → modules/ethereum/nft}/di/nftModuleFactory.d.ts +0 -0
- /package/lib/types/src/{nft → modules/ethereum/nft}/di/nftTypes.d.ts +0 -0
- /package/lib/types/src/{nft → modules/ethereum/nft}/domain/NftContextFieldLoader.test.d.ts +0 -0
- /package/lib/types/src/{nft → modules/ethereum/nft}/domain/NftContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/data/HttpProxyDataSource.test.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/data/HttpSafeProxyDataSource.test.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/data/ProxyDataSource.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/data/dto/ProxyDelegateCallDto.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/data/dto/ProxyImplementationAddressDto.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/data/dto/SafeProxyImplementationAddressDto.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/di/proxyModuleFactory.test.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/di/proxyTypes.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/domain/ProxyContextFieldLoader.test.d.ts +0 -0
- /package/lib/types/src/{proxy → modules/ethereum/proxy}/model/ProxyDelegateCall.d.ts +0 -0
- /package/lib/types/src/{safe → modules/ethereum/safe}/data/HttpSafeAccountDataSource.test.d.ts +0 -0
- /package/lib/types/src/{safe → modules/ethereum/safe}/data/SafeAccountDataSource.d.ts +0 -0
- /package/lib/types/src/{safe → modules/ethereum/safe}/data/dto/SafeAccountDto.d.ts +0 -0
- /package/lib/types/src/{safe → modules/ethereum/safe}/di/safeModuleFactory.d.ts +0 -0
- /package/lib/types/src/{safe → modules/ethereum/safe}/di/safeModuleFactory.test.d.ts +0 -0
- /package/lib/types/src/{safe → modules/ethereum/safe}/di/safeTypes.d.ts +0 -0
- /package/lib/types/src/{safe → modules/ethereum/safe}/domain/SafeAddressLoader.test.d.ts +0 -0
- /package/lib/types/src/{token → modules/ethereum/token}/data/HttpTokenDataSource.test.d.ts +0 -0
- /package/lib/types/src/{token → modules/ethereum/token}/data/TokenDataSource.d.ts +0 -0
- /package/lib/types/src/{token → modules/ethereum/token}/data/TokenDto.d.ts +0 -0
- /package/lib/types/src/{token → modules/ethereum/token}/di/tokenModuleFactory.d.ts +0 -0
- /package/lib/types/src/{token → modules/ethereum/token}/di/tokenTypes.d.ts +0 -0
- /package/lib/types/src/{token → modules/ethereum/token}/domain/TokenContextFieldLoader.test.d.ts +0 -0
- /package/lib/types/src/{token → modules/ethereum/token}/domain/TokenContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{trusted-name → modules/ethereum/trusted-name}/data/HttpTrustedNameDataSource.test.d.ts +0 -0
- /package/lib/types/src/{trusted-name → modules/ethereum/trusted-name}/data/TrustedNameDataSource.d.ts +0 -0
- /package/lib/types/src/{trusted-name → modules/ethereum/trusted-name}/data/TrustedNameDto.d.ts +0 -0
- /package/lib/types/src/{trusted-name → modules/ethereum/trusted-name}/di/trustedNameTypes.d.ts +0 -0
- /package/lib/types/src/{trusted-name → modules/ethereum/trusted-name}/domain/TrustedNameContextFieldLoader.test.d.ts +0 -0
- /package/lib/types/src/{trusted-name → modules/ethereum/trusted-name}/domain/TrustedNameContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{typed-data → modules/ethereum/typed-data}/data/FiltersDto.d.ts +0 -0
- /package/lib/types/src/{typed-data → modules/ethereum/typed-data}/data/HttpTypedDataDataSource.test.d.ts +0 -0
- /package/lib/types/src/{typed-data → modules/ethereum/typed-data}/di/typedDataModuleFactory.d.ts +0 -0
- /package/lib/types/src/{typed-data → modules/ethereum/typed-data}/di/typedDataTypes.d.ts +0 -0
- /package/lib/types/src/{typed-data → modules/ethereum/typed-data}/domain/DefaultTypedDataContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{typed-data → modules/ethereum/typed-data}/utils/getSchemaHash.test.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/constants/uniswap.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/constants/weth.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/data/AbiDecoderDataSource.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/data/DefaultCommandDecoderDataSource.test.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/data/EthersAbiDecoderDataSource.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/data/EthersAbiDecoderDataSource.test.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/di/uniswapModuleFactory.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/di/uniswapTypes.d.ts +0 -0
- /package/lib/types/src/{uniswap → modules/ethereum/uniswap}/domain/UniswapContextLoader.test.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/data/HttpPkiCertificateDataSource.test.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/data/pkiDataSourceTypes.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/di/pkiModuleFactory.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/di/pkiTypes.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/domain/DefaultPkiCertificateLoader.test.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/model/KeyId.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/model/KeyUsage.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/model/PkiCertificate.d.ts +0 -0
- /package/lib/types/src/{pki → modules/multichain/pki}/model/PkiCertificateInfo.d.ts +0 -0
- /package/lib/types/src/{reporter → modules/multichain/reporter}/data/HttpBlindSigningReporterDatasource.test.d.ts +0 -0
- /package/lib/types/src/{reporter → modules/multichain/reporter}/di/reporterModuleFactory.d.ts +0 -0
- /package/lib/types/src/{reporter → modules/multichain/reporter}/di/reporterTypes.d.ts +0 -0
- /package/lib/types/src/{reporter → modules/multichain/reporter}/domain/DefaultBlindSigningReporter.test.d.ts +0 -0
- /package/lib/types/src/{reporter → modules/multichain/reporter}/model/BlindSigningEvent.d.ts +0 -0
- /package/lib/types/src/{reporter → modules/multichain/reporter}/model/BlindSigningModelId.d.ts +0 -0
- /package/lib/types/src/{transaction-check → modules/multichain/transaction-check}/data/HttpTransactionCheckDataSource.test.d.ts +0 -0
- /package/lib/types/src/{network → shared/network}/di/networkTypes.d.ts +0 -0
- /package/lib/types/src/{network → shared/network}/networkClientFactory.test.d.ts +0 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { DmkNetworkClient } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import { Either } from "purify-ts";
|
|
3
|
+
import { type ContextModuleServiceConfig } from "../../../../config/model/ContextModuleConfig";
|
|
4
|
+
import { type PkiCertificateLoader } from "../../../../modules/multichain/pki/domain/PkiCertificateLoader";
|
|
5
|
+
import { ClearSignContextSuccess } from "../../../../shared/model/ClearSignContext";
|
|
6
|
+
import { CalldataDescriptorDataSource, GetCalldataDescriptorsParams } from "./CalldataDescriptorDataSource";
|
|
7
|
+
export declare class HttpCalldataDescriptorDataSource implements CalldataDescriptorDataSource {
|
|
8
|
+
private readonly config;
|
|
9
|
+
private readonly _certificateLoader;
|
|
10
|
+
private readonly endpoint;
|
|
11
|
+
private readonly http;
|
|
12
|
+
constructor(config: ContextModuleServiceConfig, _certificateLoader: PkiCertificateLoader, endpoint: string, http: DmkNetworkClient);
|
|
13
|
+
getCalldataDescriptors({ chainId, address, selector, deviceModelId, }: GetCalldataDescriptorsParams): Promise<Either<Error, ClearSignContextSuccess[]>>;
|
|
14
|
+
private getReference;
|
|
15
|
+
private toGenericPath;
|
|
16
|
+
private isCalldataDescriptorV1;
|
|
17
|
+
private isTransactionInfoV1;
|
|
18
|
+
private isEnumV1;
|
|
19
|
+
private isCalldataSignatures;
|
|
20
|
+
private isFieldV1;
|
|
21
|
+
private isDescriptorValueV1;
|
|
22
|
+
private isCalldataDescriptorValueConstantV1;
|
|
23
|
+
private isCalldataDescriptorValueBinaryPathV1;
|
|
24
|
+
private isPathElementV1;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=HttpCalldataDescriptorDataSource.d.ts.map
|
package/lib/types/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpCalldataDescriptorDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAEnE,OAAO,EAAE,MAAM,EAAe,MAAM,WAAW,CAAC;AAGhD,OAAO,EAEL,KAAK,0BAA0B,EAChC,MAAM,oCAAoC,CAAC;AAM5C,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAKjG,OAAO,EACL,uBAAuB,EAExB,MAAM,iCAAiC,CAAC;AAuBzC,OAAO,EACL,4BAA4B,EAC5B,4BAA4B,EAC7B,MAAM,gCAAgC,CAAC;AAExC,qBACa,gCACX,YAAW,4BAA4B;IAIrC,OAAO,CAAC,QAAQ,CAAC,MAAM;IAEvB,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAEzB,OAAO,CAAC,QAAQ,CAAC,IAAI;gBALJ,MAAM,EAAE,0BAA0B,EAElC,kBAAkB,EAAE,oBAAoB,EACxC,QAAQ,EAAE,MAAM,EAEhB,IAAI,EAAE,gBAAgB;IAG5B,sBAAsB,CAAC,EAClC,OAAO,EACP,OAAO,EACP,QAAQ,EACR,aAAa,GACd,EAAE,4BAA4B,GAAG,OAAO,CACvC,MAAM,CAAC,KAAK,EAAE,uBAAuB,EAAE,CAAC,CACzC;IA+GD,OAAO,CAAC,YAAY;IA0EpB,OAAO,CAAC,aAAa;IAwBrB,OAAO,CAAC,sBAAsB;IAqB9B,OAAO,CAAC,mBAAmB;IAiB3B,OAAO,CAAC,QAAQ;IAsBhB,OAAO,CAAC,oBAAoB;IAO5B,OAAO,CAAC,SAAS;IAqCjB,OAAO,CAAC,mBAAmB;IAuB3B,OAAO,CAAC,mCAAmC;IAU3C,OAAO,CAAC,qCAAqC;IAc7C,OAAO,CAAC,eAAe;CAqBxB"}
|
package/lib/types/src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.test.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpCalldataDescriptorDataSource.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/calldata/data/HttpCalldataDescriptorDataSource.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalldataDto.d.ts","sourceRoot":"","sources":["../../../../../../../../src/modules/ethereum/calldata/data/dto/CalldataDto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,oBAAoB,EAAE;QACpB,CAAC,OAAO,EAAE,MAAM,GAAG;YACjB,CAAC,QAAQ,EAAE,MAAM,GAAG,kBAAkB,CAAC;SACxC,CAAC;KACH,CAAC;CACH;AAED,MAAM,MAAM,kBAAkB,GAAG,oBAAoB,CAAC;AAEtD,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,UAAU,CAAC;IACjB,OAAO,EAAE,IAAI,CAAC;IACd,gBAAgB,EAAE,yBAAyB,CAAC;IAC5C,KAAK,EAAE,cAAc,CAAC;IACtB,MAAM,EAAE,eAAe,EAAE,CAAC;CAC3B;AAED,MAAM,MAAM,6BAA6B,GAAG;IAC1C,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,kBAAkB,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAC1B;IACE,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,GACD;IACE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEN,MAAM,WAAW,yBAAyB;IACxC,UAAU,EAAE,6BAA6B,CAAC;CAC3C;AAED,MAAM,WAAW,cAAc;IAC7B,CAAC,EAAE,EAAE,MAAM,GAAG;QACZ,CAAC,KAAK,EAAE,MAAM,GAAG,6BAA6B,CAAC;KAChD,CAAC;CACH;AAED,MAAM,WAAW,eAAe;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,uBAAuB,CAAC;CAChC;AAED,MAAM,MAAM,uBAAuB,GAC/B,4BAA4B,GAC5B,+BAA+B,GAC/B,oCAAoC,GACpC,4BAA4B,GAC5B,iCAAiC,GACjC,iCAAiC,GACjC,6BAA6B,GAC7B,6BAA6B,GAC7B,oCAAoC,GACpC,iCAAiC,CAAC;AAEtC,MAAM,WAAW,iCAAiC;IAChD,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,yBAAyB,CAAC;IACjC,MAAM,EAAE,yBAAyB,CAAC;IAClC,QAAQ,CAAC,EAAE,yBAAyB,CAAC;IACrC,MAAM,CAAC,EAAE,yBAAyB,CAAC;IACnC,OAAO,CAAC,EAAE,yBAAyB,CAAC;IACpC,OAAO,CAAC,EAAE,yBAAyB,CAAC;CACrC;AAED,MAAM,WAAW,4BAA4B;IAC3C,IAAI,EAAE,KAAK,CAAC;IACZ,KAAK,EAAE,yBAAyB,CAAC;CAClC;AAED,MAAM,WAAW,+BAA+B;IAC9C,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,yBAAyB,CAAC;CAClC;AAED,MAAM,WAAW,oCAAoC;IACnD,IAAI,EAAE,cAAc,CAAC;IACrB,KAAK,EAAE,yBAAyB,CAAC;IACjC,KAAK,CAAC,EAAE,yBAAyB,CAAC;CACnC;AAED,MAAM,WAAW,4BAA4B;IAC3C,IAAI,EAAE,KAAK,CAAC;IACZ,KAAK,EAAE,yBAAyB,CAAC;IACjC,UAAU,EAAE,yBAAyB,CAAC;CACvC;AAED,MAAM,WAAW,iCAAiC;IAChD,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,yBAAyB,CAAC;CAClC;AAED,MAAM,WAAW,iCAAiC;IAChD,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,yBAAyB,CAAC;CAClC;AAED,MAAM,WAAW,6BAA6B;IAC5C,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,yBAAyB,CAAC;CAClC;AAED,MAAM,WAAW,6BAA6B;IAC5C,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,yBAAyB,CAAC;IACjC,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,oCAAoC;IACnD,IAAI,EAAE,cAAc,CAAC;IACrB,KAAK,EAAE,yBAAyB,CAAC;IACjC,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,MAAM,WAAW,mCAAmC;IAClD,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EACP,iCAAiC,GACjC,gCAAgC,CAAC;IACrC,WAAW,EAAE,8BAA8B,CAAC;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,iCAAiC;IAChD,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,8BAA8B,CAAC;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,yBAAyB,GACjC,mCAAmC,GACnC,iCAAiC,CAAC;AAEtC,MAAM,WAAW,iCAAiC;IAChD,IAAI,EAAE,WAAW,CAAC;IAClB,KAAK,EAAE,qCAAqC,CAAC;CAC9C;AAED,MAAM,WAAW,gCAAgC;IAC/C,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,+BAA+B,EAAE,CAAC;CAC7C;AAED,MAAM,MAAM,+BAA+B,GACvC,oCAAoC,GACpC,oCAAoC,GACpC,kCAAkC,GAClC,mCAAmC,GACnC,oCAAoC,CAAC;AAEzC,MAAM,WAAW,oCAAoC;IACnD,IAAI,EAAE,OAAO,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,oCAAoC;IACnD,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,kCAAkC;IACjD,IAAI,EAAE,KAAK,CAAC;CACb;AAED,MAAM,WAAW,mCAAmC;IAClD,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,gCAAgC,CAAC;CAC7C;AAED,MAAM,WAAW,oCAAoC;IACnD,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,MAAM,MAAM,qCAAqC,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC;AAC5E,MAAM,MAAM,gCAAgC,GACxC,YAAY,GACZ,YAAY,GACZ,aAAa,GACb,cAAc,CAAC;AACnB,MAAM,MAAM,8BAA8B,GACtC,MAAM,GACN,KAAK,GACL,QAAQ,GACR,OAAO,GACP,SAAS,GACT,MAAM,GACN,OAAO,GACP,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calldataModuleFactory.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/calldata/di/calldataModuleFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAS5C,eAAO,MAAM,qBAAqB,uBAqB9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calldataTypes.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/calldata/di/calldataTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;CAQzB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { DeviceModelId, HexaString, LoggerPublisherService } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import type { CalldataDescriptorDataSource } from "../../../../modules/ethereum/calldata/data/CalldataDescriptorDataSource";
|
|
3
|
+
import type { ProxyDataSource } from "../../../../modules/ethereum/proxy/data/ProxyDataSource";
|
|
4
|
+
import { ContextLoader } from "../../../../shared/domain/ContextLoader";
|
|
5
|
+
import { ClearSignContext, ClearSignContextType } from "../../../../shared/model/ClearSignContext";
|
|
6
|
+
export type CalldataContextInput = {
|
|
7
|
+
to: HexaString;
|
|
8
|
+
data: HexaString;
|
|
9
|
+
selector: HexaString;
|
|
10
|
+
chainId: number;
|
|
11
|
+
deviceModelId: DeviceModelId;
|
|
12
|
+
};
|
|
13
|
+
export declare class CalldataContextLoader implements ContextLoader<CalldataContextInput> {
|
|
14
|
+
private dappDataSource;
|
|
15
|
+
private tokenDataSource;
|
|
16
|
+
private proxyDataSource;
|
|
17
|
+
private logger;
|
|
18
|
+
constructor(dappDataSource: CalldataDescriptorDataSource, tokenDataSource: CalldataDescriptorDataSource, proxyDataSource: ProxyDataSource, loggerFactory: (tag: string) => LoggerPublisherService);
|
|
19
|
+
canHandle(input: unknown, expectedTypes: ClearSignContextType[]): input is CalldataContextInput;
|
|
20
|
+
load(input: CalldataContextInput): Promise<ClearSignContext[]>;
|
|
21
|
+
private _getContexts;
|
|
22
|
+
private _getContextsWithProxy;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=CalldataContextLoader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalldataContextLoader.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/calldata/domain/CalldataContextLoader.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,UAAU,EAEV,sBAAsB,EACvB,MAAM,iCAAiC,CAAC;AAKzC,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,+DAA+D,CAAC;AAElH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAErF,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AAEzC,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,UAAU,CAAC;IACf,IAAI,EAAE,UAAU,CAAC;IACjB,QAAQ,EAAE,UAAU,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,aAAa,CAAC;CAC9B,CAAC;AAiBF,qBACa,qBACX,YAAW,aAAa,CAAC,oBAAoB,CAAC;IAM5C,OAAO,CAAC,cAAc;IAEtB,OAAO,CAAC,eAAe;IAEvB,OAAO,CAAC,eAAe;IARzB,OAAO,CAAC,MAAM,CAAyB;gBAI7B,cAAc,EAAE,4BAA4B,EAE5C,eAAe,EAAE,4BAA4B,EAE7C,eAAe,EAAE,eAAe,EAExC,aAAa,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,sBAAsB;IAKxD,SAAS,CACP,KAAK,EAAE,OAAO,EACd,aAAa,EAAE,oBAAoB,EAAE,GACpC,KAAK,IAAI,oBAAoB;IAqB1B,IAAI,CAAC,KAAK,EAAE,oBAAoB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAgCpE,OAAO,CAAC,YAAY;IAgBpB,OAAO,CAAC,qBAAqB;CAmC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalldataContextLoader.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/calldata/domain/CalldataContextLoader.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { type Either } from "purify-ts";
|
|
2
|
+
import { type DynamicNetworkConfiguration } from "../../../../modules/ethereum/dynamic-network/model/DynamicNetworkConfiguration";
|
|
3
|
+
export interface DynamicNetworkDataSource {
|
|
4
|
+
getDynamicNetworkConfiguration(chainId: number): Promise<Either<Error, DynamicNetworkConfiguration>>;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=DynamicNetworkDataSource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DynamicNetworkDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/dynamic-network/data/DynamicNetworkDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,WAAW,CAAC;AAExC,OAAO,EAAE,KAAK,2BAA2B,EAAE,MAAM,sEAAsE,CAAC;AAExH,MAAM,WAAW,wBAAwB;IACvC,8BAA8B,CAC5B,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,2BAA2B,CAAC,CAAC,CAAC;CACxD"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DmkNetworkClient } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import { Either } from "purify-ts";
|
|
3
|
+
import { type ContextModuleServiceConfig } from "../../../../config/model/ContextModuleConfig";
|
|
4
|
+
import { type DynamicNetworkConfiguration } from "../../../../modules/ethereum/dynamic-network/model/DynamicNetworkConfiguration";
|
|
5
|
+
import { type DynamicNetworkDataSource } from "./DynamicNetworkDataSource";
|
|
6
|
+
export declare class HttpDynamicNetworkDataSource implements DynamicNetworkDataSource {
|
|
7
|
+
private readonly config;
|
|
8
|
+
private readonly http;
|
|
9
|
+
constructor(config: ContextModuleServiceConfig, http: DmkNetworkClient);
|
|
10
|
+
getDynamicNetworkConfiguration(chainId: number): Promise<Either<Error, DynamicNetworkConfiguration>>;
|
|
11
|
+
private isValidNetworkData;
|
|
12
|
+
private isValidDescriptor;
|
|
13
|
+
private transformToNetworkConfiguration;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=HttpDynamicNetworkDataSource.d.ts.map
|
package/lib/types/src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpDynamicNetworkDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,gBAAgB,EACjB,MAAM,iCAAiC,CAAC;AAEzC,OAAO,EAAE,MAAM,EAAe,MAAM,WAAW,CAAC;AAGhD,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AACrF,OAAO,EACL,KAAK,2BAA2B,EAEjC,MAAM,sEAAsE,CAAC;AAI9E,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAY3E,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,8BAA8B,CAClC,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,2BAA2B,CAAC,CAAC;IAsCtD,OAAO,CAAC,kBAAkB;IAkC1B,OAAO,CAAC,iBAAiB;IAkCzB,OAAO,CAAC,+BAA+B;CA2BxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpDynamicNetworkDataSource.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/dynamic-network/data/HttpDynamicNetworkDataSource.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DynamicNetworkApiResponseDto.d.ts","sourceRoot":"","sources":["../../../../../../../../src/modules/ethereum/dynamic-network/data/dto/DynamicNetworkApiResponseDto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,4BAA4B,GAAG,KAAK,CAAC;IAC/C,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CACjB,MAAM,EACN;QACE,IAAI,EAAE,MAAM,CAAC;QACb,cAAc,EAAE,MAAM,CAAC;QACvB,iBAAiB,EAAE,MAAM,CAAC;QAC1B,UAAU,EAAE;YACV,IAAI,EAAE,MAAM,CAAC;YACb,IAAI,EAAE,MAAM,CAAC;SACd,CAAC;KACH,CACF,CAAC;IACF,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC/B,CAAC,CAAC"}
|
package/lib/types/src/modules/ethereum/dynamic-network/di/dynamicNetworkModuleFactory.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamicNetworkModuleFactory.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/dynamic-network/di/dynamicNetworkModuleFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAO5C,eAAO,MAAM,2BAA2B,uBAQpC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamicNetworkTypes.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/dynamic-network/di/dynamicNetworkTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;CAG/B,CAAC"}
|
package/lib/types/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { DeviceModelId, LoggerPublisherService } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import { type ContextModuleServiceConfig } from "../../../../config/model/ContextModuleConfig";
|
|
3
|
+
import { type DynamicNetworkDataSource } from "../../../../modules/ethereum/dynamic-network/data/DynamicNetworkDataSource";
|
|
4
|
+
import { type PkiCertificateLoader } from "../../../../modules/multichain/pki/domain/PkiCertificateLoader";
|
|
5
|
+
import { ContextLoader } from "../../../../shared/domain/ContextLoader";
|
|
6
|
+
import { ClearSignContext, ClearSignContextType } from "../../../../shared/model/ClearSignContext";
|
|
7
|
+
export type DynamicNetworkContextInput = {
|
|
8
|
+
chainId: number;
|
|
9
|
+
deviceModelId: DeviceModelId;
|
|
10
|
+
};
|
|
11
|
+
/** Context types produced by DynamicNetworkContextLoader (used for getContexts expectedTypes). */
|
|
12
|
+
export declare const DYNAMIC_NETWORK_CONTEXT_TYPES: ClearSignContextType[];
|
|
13
|
+
export declare class DynamicNetworkContextLoader implements ContextLoader<DynamicNetworkContextInput> {
|
|
14
|
+
private readonly _networkDataSource;
|
|
15
|
+
private readonly _config;
|
|
16
|
+
private readonly _certificateLoader;
|
|
17
|
+
private logger;
|
|
18
|
+
constructor(networkDataSource: DynamicNetworkDataSource, config: ContextModuleServiceConfig, certificateLoader: PkiCertificateLoader, loggerFactory: (tag: string) => LoggerPublisherService);
|
|
19
|
+
canHandle(input: unknown, expectedTypes: ClearSignContextType[]): input is DynamicNetworkContextInput;
|
|
20
|
+
load(input: DynamicNetworkContextInput): Promise<ClearSignContext[]>;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=DynamicNetworkContextLoader.d.ts.map
|
package/lib/types/src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DynamicNetworkContextLoader.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,sBAAsB,EACvB,MAAM,iCAAiC,CAAC;AAIzC,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AACrF,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,kEAAkE,CAAC;AAGjH,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAGjG,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AAGzC,MAAM,MAAM,0BAA0B,GAAG;IACvC,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,aAAa,CAAC;CAC9B,CAAC;AAIF,kGAAkG;AAClG,eAAO,MAAM,6BAA6B,EAAE,oBAAoB,EAG/D,CAAC;AAEF,qBACa,2BACX,YAAW,aAAa,CAAC,0BAA0B,CAAC;IAEpD,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAA2B;IAC9D,OAAO,CAAC,QAAQ,CAAC,OAAO,CAA6B;IACrD,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAuB;IAC1D,OAAO,CAAC,MAAM,CAAyB;gBAIrC,iBAAiB,EAAE,wBAAwB,EAE3C,MAAM,EAAE,0BAA0B,EAElC,iBAAiB,EAAE,oBAAoB,EAEvC,aAAa,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,sBAAsB;IAQxD,SAAS,CACP,KAAK,EAAE,OAAO,EACd,aAAa,EAAE,oBAAoB,EAAE,GACpC,KAAK,IAAI,0BAA0B;IAehC,IAAI,CAAC,KAAK,EAAE,0BAA0B,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;CAyD3E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DynamicNetworkContextLoader.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/dynamic-network/domain/DynamicNetworkContextLoader.test.ts"],"names":[],"mappings":""}
|
package/lib/types/src/modules/ethereum/dynamic-network/model/DynamicNetworkConfiguration.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DynamicNetworkConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/dynamic-network/model/DynamicNetworkConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,wBAAwB,GAAG;IACrC,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE;QACV,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;IACF,IAAI,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC,aAAa,EAAE,wBAAwB,CAAC,CAAC;CAC9D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DAppDto.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/external-plugin/data/DAppDto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB,GAAG,EAAE,GAAG,CAAC;IACT,IAAI,EAAE,IAAI,CAAC;IACX,cAAc,EAAE,aAAa,CAAC;CAC/B;AAED,MAAM,WAAW,GAAG;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,QAAQ;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE;QAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,gBAAgB,CAAA;KAAE,CAAC;CACrD;AAED,UAAU,gBAAgB;IACxB,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,IAAI;IACnB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC7B;AAED,MAAM,WAAW,aAAa;IAC5B,CAAC,OAAO,EAAE,MAAM,GAAG;QACjB,CAAC,QAAQ,EAAE,MAAM,GAAG,YAAY,CAAC;KAClC,CAAC;CACH;AAED,UAAU,YAAY;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { type HexaString } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import { type Either } from "purify-ts";
|
|
3
|
+
import { type DappInfos } from "../../../../modules/ethereum/external-plugin/model/DappInfos";
|
|
4
|
+
export type GetDappInfos = {
|
|
5
|
+
address: string;
|
|
6
|
+
selector: HexaString;
|
|
7
|
+
chainId: number;
|
|
8
|
+
};
|
|
9
|
+
export interface ExternalPluginDataSource {
|
|
10
|
+
getDappInfos(params: GetDappInfos): Promise<Either<Error, DappInfos | undefined>>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=ExternalPluginDataSource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExternalPluginDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/external-plugin/data/ExternalPluginDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,WAAW,CAAC;AAExC,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,oDAAoD,CAAC;AAEpF,MAAM,MAAM,YAAY,GAAG;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,UAAU,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,WAAW,wBAAwB;IACvC,YAAY,CACV,MAAM,EAAE,YAAY,GACnB,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,SAAS,GAAG,SAAS,CAAC,CAAC,CAAC;CAClD"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DmkNetworkClient } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import { Either } from "purify-ts";
|
|
3
|
+
import type { ContextModuleServiceConfig } from "../../../../config/model/ContextModuleConfig";
|
|
4
|
+
import { ExternalPluginDataSource, GetDappInfos } from "../../../../modules/ethereum/external-plugin/data/ExternalPluginDataSource";
|
|
5
|
+
import { DappInfos } from "../../../../modules/ethereum/external-plugin/model/DappInfos";
|
|
6
|
+
export declare class HttpExternalPluginDataSource implements ExternalPluginDataSource {
|
|
7
|
+
private readonly config;
|
|
8
|
+
private readonly http;
|
|
9
|
+
constructor(config: ContextModuleServiceConfig, http: DmkNetworkClient);
|
|
10
|
+
getDappInfos({ chainId, address, selector, }: GetDappInfos): Promise<Either<Error, DappInfos | undefined>>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=HttpExternalPluginDataSource.d.ts.map
|
package/lib/types/src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpExternalPluginDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAEnE,OAAO,EAAE,MAAM,EAAe,MAAM,WAAW,CAAC;AAGhD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AAErF,OAAO,EACL,wBAAwB,EACxB,YAAY,EACb,MAAM,kEAAkE,CAAC;AAC1E,OAAO,EAAE,SAAS,EAAE,MAAM,oDAAoD,CAAC;AAI/E,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,YAAY,CAAC,EACjB,OAAO,EACP,OAAO,EACP,QAAQ,GACT,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,SAAS,GAAG,SAAS,CAAC,CAAC;CAyDhE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpExternalPluginDataSource.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/external-plugin/data/HttpExternalPluginDataSource.test.ts"],"names":[],"mappings":""}
|
package/lib/types/src/modules/ethereum/external-plugin/di/externalPluginModuleFactory.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"externalPluginModuleFactory.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/external-plugin/di/externalPluginModuleFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAM5C,eAAO,MAAM,2BAA2B,uBAQpC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"externalPluginTypes.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/external-plugin/di/externalPluginTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;CAG/B,CAAC"}
|
package/lib/types/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { HexaString, LoggerPublisherService } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import type { ExternalPluginDataSource } from "../../../../modules/ethereum/external-plugin/data/ExternalPluginDataSource";
|
|
3
|
+
import type { TokenDataSource } from "../../../../modules/ethereum/token/data/TokenDataSource";
|
|
4
|
+
import type { UniswapContextLoader } from "../../../../modules/ethereum/uniswap/domain/UniswapContextLoader";
|
|
5
|
+
import { ContextLoader } from "../../../../shared/domain/ContextLoader";
|
|
6
|
+
import { ClearSignContext, ClearSignContextType } from "../../../../shared/model/ClearSignContext";
|
|
7
|
+
export type ExternalPluginContextInput = {
|
|
8
|
+
to: HexaString;
|
|
9
|
+
data: HexaString;
|
|
10
|
+
selector: HexaString;
|
|
11
|
+
chainId: number;
|
|
12
|
+
};
|
|
13
|
+
export type ExternalPluginTokensInput = {
|
|
14
|
+
data: HexaString;
|
|
15
|
+
selector: HexaString;
|
|
16
|
+
chainId: number;
|
|
17
|
+
};
|
|
18
|
+
export declare class ExternalPluginContextLoader implements ContextLoader<ExternalPluginContextInput> {
|
|
19
|
+
private _externalPluginDataSource;
|
|
20
|
+
private _tokenDataSource;
|
|
21
|
+
private _uniswapLoader;
|
|
22
|
+
private _customPluginLoaders;
|
|
23
|
+
private logger;
|
|
24
|
+
constructor(_externalPluginDataSource: ExternalPluginDataSource, _tokenDataSource: TokenDataSource, _uniswapLoader: UniswapContextLoader, loggerFactory: (tag: string) => LoggerPublisherService);
|
|
25
|
+
canHandle(input: unknown, expectedTypes: ClearSignContextType[]): input is ExternalPluginContextInput;
|
|
26
|
+
load(input: ExternalPluginContextInput): Promise<ClearSignContext[]>;
|
|
27
|
+
private getTokenPayload;
|
|
28
|
+
private getDecodedCallData;
|
|
29
|
+
private getAddressFromPath;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=ExternalPluginContextLoader.d.ts.map
|
package/lib/types/src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExternalPluginContextLoader.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EAEV,sBAAsB,EACvB,MAAM,iCAAiC,CAAC;AAMzC,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kEAAkE,CAAC;AAEjH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAGrF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wDAAwD,CAAC;AACnG,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AAEzC,MAAM,MAAM,0BAA0B,GAAG;IACvC,EAAE,EAAE,UAAU,CAAC;IACf,IAAI,EAAE,UAAU,CAAC;IACjB,QAAQ,EAAE,UAAU,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,IAAI,EAAE,UAAU,CAAC;IACjB,QAAQ,EAAE,UAAU,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAOF,qBACa,2BACX,YAAW,aAAa,CAAC,0BAA0B,CAAC;IAUlD,OAAO,CAAC,yBAAyB;IAEjC,OAAO,CAAC,gBAAgB;IAExB,OAAO,CAAC,cAAc;IAZxB,OAAO,CAAC,oBAAoB,CAG1B;IACF,OAAO,CAAC,MAAM,CAAyB;gBAI7B,yBAAyB,EAAE,wBAAwB,EAEnD,gBAAgB,EAAE,eAAe,EAEjC,cAAc,EAAE,oBAAoB,EAE5C,aAAa,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,sBAAsB;IAQxD,SAAS,CACP,KAAK,EAAE,OAAO,EACd,aAAa,EAAE,oBAAoB,EAAE,GACpC,KAAK,IAAI,0BAA0B;IAmBhC,IAAI,CAAC,KAAK,EAAE,0BAA0B,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IA0F1E,OAAO,CAAC,eAAe;IAiBvB,OAAO,CAAC,kBAAkB;IAiB1B,OAAO,CAAC,kBAAkB;CA6B3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExternalPluginContextLoader.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/external-plugin/domain/ExternalPluginContextLoader.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DappInfos.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/external-plugin/model/DappInfos.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,0DAA0D,CAAC;AAEhG,MAAM,MAAM,SAAS,GAAG;IAAE,eAAe,EAAE,eAAe,CAAC;IAAC,GAAG,EAAE,MAAM,EAAE,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectorDetails.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/external-plugin/model/SelectorDetails.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,MAAM,EAAE,CAAC;CAC3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GatedDescriptorDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/gated-signing/data/GatedDescriptorDataSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,WAAW,CAAC;AAExC,MAAM,MAAM,wBAAwB,GAAG;IACrC,eAAe,EAAE,UAAU,CAAC;IAC5B,QAAQ,EAAE,UAAU,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,oCAAoC,GAAG;IACjD,eAAe,EAAE,UAAU,CAAC;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,MAAM,WAAW,yBAAyB;IACxC,kBAAkB,CAChB,MAAM,EAAE,wBAAwB,GAC/B,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,0BAA0B,CAAC,CAAC,CAAC;IAEtD,8BAA8B,CAC5B,MAAM,EAAE,oCAAoC,GAC3C,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,0BAA0B,CAAC,CAAC,CAAC;CACvD"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { DmkNetworkClient } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import { Either } from "purify-ts";
|
|
3
|
+
import { type ContextModuleServiceConfig } from "../../../../config/model/ContextModuleConfig";
|
|
4
|
+
import { type GatedDescriptorDataSource, type GetGatedDescriptorForTypedDataParams, type GetGatedDescriptorParams, type GetGatedDescriptorResponse } from "./GatedDescriptorDataSource";
|
|
5
|
+
export declare class HttpGatedDescriptorDataSource implements GatedDescriptorDataSource {
|
|
6
|
+
private readonly config;
|
|
7
|
+
private readonly http;
|
|
8
|
+
constructor(config: ContextModuleServiceConfig, http: DmkNetworkClient);
|
|
9
|
+
getGatedDescriptor({ contractAddress, selector, chainId, }: GetGatedDescriptorParams): Promise<Either<Error, GetGatedDescriptorResponse>>;
|
|
10
|
+
getGatedDescriptorForTypedData({ contractAddress, schemaHash, chainId, }: GetGatedDescriptorForTypedDataParams): Promise<Either<Error, GetGatedDescriptorResponse>>;
|
|
11
|
+
private isGatedDappsDto;
|
|
12
|
+
private isGatedDappsResponseItemDto;
|
|
13
|
+
private isGatedDescriptorEntryDto;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=HttpGatedDescriptorDataSource.d.ts.map
|
package/lib/types/src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpGatedDescriptorDataSource.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.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;AAUrF,OAAO,EACL,KAAK,yBAAyB,EAC9B,KAAK,oCAAoC,EACzC,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAChC,MAAM,6BAA6B,CAAC;AAErC,qBACa,6BACX,YAAW,yBAAyB;IAIlC,OAAO,CAAC,QAAQ,CAAC,MAAM;IAEvB,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAFJ,MAAM,EAAE,0BAA0B,EAElC,IAAI,EAAE,gBAAgB;IAGnC,kBAAkB,CAAC,EACvB,eAAe,EACf,QAAQ,EACR,OAAO,GACR,EAAE,wBAAwB,GAAG,OAAO,CACnC,MAAM,CAAC,KAAK,EAAE,0BAA0B,CAAC,CAC1C;IA2DK,8BAA8B,CAAC,EACnC,eAAe,EACf,UAAU,EACV,OAAO,GACR,EAAE,oCAAoC,GAAG,OAAO,CAC/C,MAAM,CAAC,KAAK,EAAE,0BAA0B,CAAC,CAC1C;IAqDD,OAAO,CAAC,eAAe;IAYvB,OAAO,CAAC,2BAA2B;IA6BnC,OAAO,CAAC,yBAAyB;CA8BlC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HttpGatedDescriptorDataSource.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/gated-signing/data/HttpGatedDescriptorDataSource.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GatedDappsDto.d.ts","sourceRoot":"","sources":["../../../../../../../../src/modules/ethereum/gated-signing/data/dto/GatedDappsDto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACrC,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG,MAAM,CAChD,MAAM,EACN,MAAM,CAAC,MAAM,EAAE,uBAAuB,CAAC,CACxC,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,iBAAiB,EAAE,6BAA6B,CAAC;CAClD,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,yBAAyB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gatedSigningModuleFactory.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/gated-signing/di/gatedSigningModuleFactory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAQ5C,eAAO,MAAM,yBAAyB,uBAWlC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gatedSigningTypes.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/gated-signing/di/gatedSigningTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB;;;;CAM7B,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { DeviceModelId, HexaString, LoggerPublisherService } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import { type GatedDescriptorDataSource } from "../../../../modules/ethereum/gated-signing/data/GatedDescriptorDataSource";
|
|
3
|
+
import type { ProxyDataSource } from "../../../../modules/ethereum/proxy/data/ProxyDataSource";
|
|
4
|
+
import { type PkiCertificateLoader } from "../../../../modules/multichain/pki/domain/PkiCertificateLoader";
|
|
5
|
+
import { ContextLoader } from "../../../../shared/domain/ContextLoader";
|
|
6
|
+
import { ClearSignContext, ClearSignContextType } from "../../../../shared/model/ClearSignContext";
|
|
7
|
+
export type GatedSigningContextInput = {
|
|
8
|
+
to: HexaString;
|
|
9
|
+
selector: HexaString;
|
|
10
|
+
chainId: number;
|
|
11
|
+
deviceModelId: DeviceModelId;
|
|
12
|
+
};
|
|
13
|
+
export declare class GatedSigningContextLoader implements ContextLoader<GatedSigningContextInput> {
|
|
14
|
+
private readonly _dataSource;
|
|
15
|
+
private readonly _certificateLoader;
|
|
16
|
+
private readonly _proxyDataSource;
|
|
17
|
+
private readonly logger;
|
|
18
|
+
constructor(_dataSource: GatedDescriptorDataSource, _certificateLoader: PkiCertificateLoader, _proxyDataSource: ProxyDataSource, loggerFactory: (tag: string) => LoggerPublisherService);
|
|
19
|
+
canHandle(input: unknown, expectedTypes: ClearSignContextType[]): input is GatedSigningContextInput;
|
|
20
|
+
load({ to, selector, chainId, deviceModelId, }: GatedSigningContextInput): Promise<ClearSignContext[]>;
|
|
21
|
+
private _loadGatedCertificate;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=GatedSigningContextLoader.d.ts.map
|
package/lib/types/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GatedSigningContextLoader.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,UAAU,EAEV,sBAAsB,EACvB,MAAM,iCAAiC,CAAC;AAIzC,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,iEAAiE,CAAC;AAEjH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAGrF,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAGjG,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AAEzC,MAAM,MAAM,wBAAwB,GAAG;IACrC,EAAE,EAAE,UAAU,CAAC;IACf,QAAQ,EAAE,UAAU,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,aAAa,CAAC;CAC9B,CAAC;AAWF,qBACa,yBACX,YAAW,aAAa,CAAC,wBAAwB,CAAC;IAMhD,OAAO,CAAC,QAAQ,CAAC,WAAW;IAE5B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAEnC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IARnC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;gBAI7B,WAAW,EAAE,yBAAyB,EAEtC,kBAAkB,EAAE,oBAAoB,EAExC,gBAAgB,EAAE,eAAe,EAElD,aAAa,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,sBAAsB;IAKxD,SAAS,CACP,KAAK,EAAE,OAAO,EACd,aAAa,EAAE,oBAAoB,EAAE,GACpC,KAAK,IAAI,wBAAwB;IAiB9B,IAAI,CAAC,EACT,EAAE,EACF,QAAQ,EACR,OAAO,EACP,aAAa,GACd,EAAE,wBAAwB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IA6HzD,OAAO,CAAC,qBAAqB;CAO9B"}
|
package/lib/types/src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.test.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GatedSigningContextLoader.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/gated-signing/domain/GatedSigningContextLoader.test.ts"],"names":[],"mappings":""}
|
package/lib/types/src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { DeviceModelId, LoggerPublisherService } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import { type GatedDescriptorDataSource } from "../../../../modules/ethereum/gated-signing/data/GatedDescriptorDataSource";
|
|
3
|
+
import type { TypedDataSchema } from "../../../../modules/ethereum/model/TypedDataContext";
|
|
4
|
+
import type { ProxyDataSource } from "../../../../modules/ethereum/proxy/data/ProxyDataSource";
|
|
5
|
+
import { type PkiCertificateLoader } from "../../../../modules/multichain/pki/domain/PkiCertificateLoader";
|
|
6
|
+
import { ContextLoader } from "../../../../shared/domain/ContextLoader";
|
|
7
|
+
import { ClearSignContext, ClearSignContextType } from "../../../../shared/model/ClearSignContext";
|
|
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
|
+
private readonly logger;
|
|
24
|
+
constructor(_dataSource: GatedDescriptorDataSource, _certificateLoader: PkiCertificateLoader, _proxyDataSource: ProxyDataSource, loggerFactory: (tag: string) => LoggerPublisherService);
|
|
25
|
+
canHandle(input: unknown, expectedTypes: ClearSignContextType[]): input is GatedSigningTypedDataContextInput;
|
|
26
|
+
load({ data, chainId, deviceModelId, challenge, }: GatedSigningTypedDataContextInput): Promise<ClearSignContext[]>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=GatedSigningTypedDataContextLoader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GatedSigningTypedDataContextLoader.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,sBAAsB,EACvB,MAAM,iCAAiC,CAAC;AAIzC,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,iEAAiE,CAAC;AAEjH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAIrF,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAGjG,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AAIzC,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;IAMzD,OAAO,CAAC,QAAQ,CAAC,WAAW;IAE5B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAEnC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IARnC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;gBAI7B,WAAW,EAAE,yBAAyB,EAEtC,kBAAkB,EAAE,oBAAoB,EAExC,gBAAgB,EAAE,eAAe,EAElD,aAAa,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,sBAAsB;IAKxD,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;CAqJnE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GatedSigningTypedDataContextLoader.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/ethereum/gated-signing/domain/GatedSigningTypedDataContextLoader.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { type ClearSignContext, type ClearSignContextSuccess, type ClearSignContextSuccessBase, ClearSignContextType } from "../../../shared/model/ClearSignContext";
|
|
2
|
+
import { type GenericPath } from "../../../shared/model/GenericPath";
|
|
3
|
+
export declare enum ClearSignContextReferenceType {
|
|
4
|
+
TOKEN = "ethereumToken",
|
|
5
|
+
NFT = "ethereumNft",
|
|
6
|
+
TRUSTED_NAME = "ethereumTrustedName",
|
|
7
|
+
ENUM = "ethereumEnum",
|
|
8
|
+
CALLDATA = "calldata"
|
|
9
|
+
}
|
|
10
|
+
type PathOnly = {
|
|
11
|
+
valuePath: GenericPath;
|
|
12
|
+
value?: never;
|
|
13
|
+
callee?: GenericPath;
|
|
14
|
+
selector?: GenericPath;
|
|
15
|
+
amount?: GenericPath;
|
|
16
|
+
spender?: GenericPath;
|
|
17
|
+
chainId?: GenericPath;
|
|
18
|
+
};
|
|
19
|
+
type ValueOnly = {
|
|
20
|
+
value: string;
|
|
21
|
+
valuePath?: never;
|
|
22
|
+
};
|
|
23
|
+
type PathOrValue = PathOnly | ValueOnly;
|
|
24
|
+
type ClearSignContextReferencePayloads = {
|
|
25
|
+
[ClearSignContextReferenceType.ENUM]: {
|
|
26
|
+
valuePath: GenericPath;
|
|
27
|
+
id: number;
|
|
28
|
+
};
|
|
29
|
+
[ClearSignContextReferenceType.TRUSTED_NAME]: {
|
|
30
|
+
valuePath: GenericPath;
|
|
31
|
+
types: string[];
|
|
32
|
+
sources: string[];
|
|
33
|
+
};
|
|
34
|
+
[ClearSignContextReferenceType.CALLDATA]: {
|
|
35
|
+
callee: GenericPath;
|
|
36
|
+
valuePath: GenericPath;
|
|
37
|
+
selector?: GenericPath;
|
|
38
|
+
amount?: GenericPath;
|
|
39
|
+
spender?: GenericPath;
|
|
40
|
+
chainId?: GenericPath;
|
|
41
|
+
};
|
|
42
|
+
[ClearSignContextReferenceType.TOKEN]: PathOrValue;
|
|
43
|
+
[ClearSignContextReferenceType.NFT]: PathOrValue;
|
|
44
|
+
};
|
|
45
|
+
export type ClearSignContextReference<T extends ClearSignContextReferenceType = ClearSignContextReferenceType> = T extends ClearSignContextReferenceType ? {
|
|
46
|
+
type: T;
|
|
47
|
+
} & ClearSignContextReferencePayloads[T] : never;
|
|
48
|
+
/**
|
|
49
|
+
* Ethereum-specific payload overrides — contributed to the shared
|
|
50
|
+
* ClearSignContextSuccessPayloads map at the integration boundary.
|
|
51
|
+
*/
|
|
52
|
+
export type EthereumPayloadOverrides = {
|
|
53
|
+
[ClearSignContextType.ETHEREUM_ENUM]: ClearSignContextSuccessBase & {
|
|
54
|
+
id: number;
|
|
55
|
+
value: number;
|
|
56
|
+
};
|
|
57
|
+
[ClearSignContextType.ETHEREUM_TRANSACTION_FIELD_DESCRIPTION]: ClearSignContextSuccessBase & {
|
|
58
|
+
reference?: ClearSignContextReference;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
export declare const EthereumClearSignContextType: {
|
|
62
|
+
readonly TOKEN: ClearSignContextType.ETHEREUM_TOKEN;
|
|
63
|
+
readonly NFT: ClearSignContextType.ETHEREUM_NFT;
|
|
64
|
+
readonly TRUSTED_NAME: ClearSignContextType.ETHEREUM_TRUSTED_NAME;
|
|
65
|
+
readonly PLUGIN: ClearSignContextType.ETHEREUM_PLUGIN;
|
|
66
|
+
readonly EXTERNAL_PLUGIN: ClearSignContextType.ETHEREUM_EXTERNAL_PLUGIN;
|
|
67
|
+
readonly TRANSACTION_INFO: ClearSignContextType.ETHEREUM_TRANSACTION_INFO;
|
|
68
|
+
readonly PROXY_INFO: ClearSignContextType.ETHEREUM_PROXY_INFO;
|
|
69
|
+
readonly ENUM: ClearSignContextType.ETHEREUM_ENUM;
|
|
70
|
+
readonly TRANSACTION_FIELD_DESCRIPTION: ClearSignContextType.ETHEREUM_TRANSACTION_FIELD_DESCRIPTION;
|
|
71
|
+
readonly TRANSACTION_CHECK: ClearSignContextType.ETHEREUM_TRANSACTION_CHECK;
|
|
72
|
+
readonly DYNAMIC_NETWORK: ClearSignContextType.ETHEREUM_DYNAMIC_NETWORK;
|
|
73
|
+
readonly DYNAMIC_NETWORK_ICON: ClearSignContextType.ETHEREUM_DYNAMIC_NETWORK_ICON;
|
|
74
|
+
readonly SAFE: ClearSignContextType.ETHEREUM_SAFE;
|
|
75
|
+
readonly SIGNER: ClearSignContextType.ETHEREUM_SIGNER;
|
|
76
|
+
readonly GATED_SIGNING: ClearSignContextType.ETHEREUM_GATED_SIGNING;
|
|
77
|
+
};
|
|
78
|
+
/**
|
|
79
|
+
* Union of all ETH-relevant success context types.
|
|
80
|
+
* Excludes all SOLANA_* and CONCORDIUM_* types so ETH code never needs to handle them.
|
|
81
|
+
*/
|
|
82
|
+
export type EthereumClearSignContextSuccessType = (typeof EthereumClearSignContextType)[keyof typeof EthereumClearSignContextType];
|
|
83
|
+
/**
|
|
84
|
+
* A ClearSignContextSuccess narrowed to only Ethereum-relevant types.
|
|
85
|
+
*/
|
|
86
|
+
export type EthereumClearSignContextSuccess = ClearSignContextSuccess<EthereumClearSignContextSuccessType>;
|
|
87
|
+
/**
|
|
88
|
+
* Set of all ETH-relevant ClearSignContextType values.
|
|
89
|
+
* Used by the type guard below to filter out non-ETH contexts at runtime.
|
|
90
|
+
*/
|
|
91
|
+
export declare const ETHEREUM_CLEAR_SIGN_CONTEXT_SUCCESS_TYPES: Set<ClearSignContextType>;
|
|
92
|
+
/**
|
|
93
|
+
* Type guard that narrows a ClearSignContextSuccess to an
|
|
94
|
+
* EthereumClearSignContextSuccess, filtering out non-Ethereum types.
|
|
95
|
+
*/
|
|
96
|
+
export declare function isEthereumClearSignContextSuccess(ctx: ClearSignContext): ctx is EthereumClearSignContextSuccess;
|
|
97
|
+
export {};
|
|
98
|
+
//# sourceMappingURL=EthereumClearSignContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EthereumClearSignContext.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/ethereum/model/EthereumClearSignContext.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,uBAAuB,EAC5B,KAAK,2BAA2B,EAChC,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAE9D,oBAAY,6BAA6B;IACvC,KAAK,kBAAsC;IAC3C,GAAG,gBAAoC;IACvC,YAAY,wBAA6C;IACzD,IAAI,iBAAqC;IACzC,QAAQ,aAAa;CACtB;AAED,KAAK,QAAQ,GAAG;IACd,SAAS,EAAE,WAAW,CAAC;IACvB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,CAAC;AAEF,KAAK,WAAW,GAAG,QAAQ,GAAG,SAAS,CAAC;AAGxC,KAAK,iCAAiC,GAAG;IACvC,CAAC,6BAA6B,CAAC,IAAI,CAAC,EAAE;QACpC,SAAS,EAAE,WAAW,CAAC;QACvB,EAAE,EAAE,MAAM,CAAC;KACZ,CAAC;IACF,CAAC,6BAA6B,CAAC,YAAY,CAAC,EAAE;QAC5C,SAAS,EAAE,WAAW,CAAC;QACvB,KAAK,EAAE,MAAM,EAAE,CAAC;QAChB,OAAO,EAAE,MAAM,EAAE,CAAC;KACnB,CAAC;IACF,CAAC,6BAA6B,CAAC,QAAQ,CAAC,EAAE;QACxC,MAAM,EAAE,WAAW,CAAC;QACpB,SAAS,EAAE,WAAW,CAAC;QACvB,QAAQ,CAAC,EAAE,WAAW,CAAC;QACvB,MAAM,CAAC,EAAE,WAAW,CAAC;QACrB,OAAO,CAAC,EAAE,WAAW,CAAC;QACtB,OAAO,CAAC,EAAE,WAAW,CAAC;KACvB,CAAC;IACF,CAAC,6BAA6B,CAAC,KAAK,CAAC,EAAE,WAAW,CAAC;IACnD,CAAC,6BAA6B,CAAC,GAAG,CAAC,EAAE,WAAW,CAAC;CAClD,CAAC;AAEF,MAAM,MAAM,yBAAyB,CACnC,CAAC,SAAS,6BAA6B,GAAG,6BAA6B,IACrE,CAAC,SAAS,6BAA6B,GACvC;IAAE,IAAI,EAAE,CAAC,CAAA;CAAE,GAAG,iCAAiC,CAAC,CAAC,CAAC,GAClD,KAAK,CAAC;AAEV;;;GAGG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC,CAAC,oBAAoB,CAAC,aAAa,CAAC,EAAE,2BAA2B,GAAG;QAClE,EAAE,EAAE,MAAM,CAAC;QACX,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,CAAC,oBAAoB,CAAC,sCAAsC,CAAC,EAAE,2BAA2B,GAAG;QAC3F,SAAS,CAAC,EAAE,yBAAyB,CAAC;KACvC,CAAC;CACH,CAAC;AAEF,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;CAiB/B,CAAC;AAEX;;;GAGG;AACH,MAAM,MAAM,mCAAmC,GAC7C,CAAC,OAAO,4BAA4B,CAAC,CAAC,MAAM,OAAO,4BAA4B,CAAC,CAAC;AAEnF;;GAEG;AACH,MAAM,MAAM,+BAA+B,GACzC,uBAAuB,CAAC,mCAAmC,CAAC,CAAC;AAE/D;;;GAGG;AACH,eAAO,MAAM,yCAAyC,2BACsB,CAAC;AAE7E;;;GAGG;AACH,wBAAgB,iCAAiC,CAC/C,GAAG,EAAE,gBAAgB,GACpB,GAAG,IAAI,+BAA+B,CAExC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import type { HexaString } from "@ledgerhq/device-management-kit";
|
|
2
|
+
import { type PkiCertificate } from "../../../modules/multichain/pki/model/PkiCertificate";
|
|
3
|
+
import { type ClearSignContextSuccess, type ClearSignContextType } from "../../../shared/model/ClearSignContext";
|
|
4
|
+
import { type TransactionSubset } from "../../../shared/model/TransactionSubset";
|
|
5
|
+
export type TypedDataMessageInfo = {
|
|
6
|
+
displayName: string;
|
|
7
|
+
filtersCount: number;
|
|
8
|
+
signature: string;
|
|
9
|
+
};
|
|
10
|
+
export type TypedDataTokenIndex = number;
|
|
11
|
+
export type TypedDataToken = string;
|
|
12
|
+
export type TypedDataCalldataIndex = number;
|
|
13
|
+
export declare const VERIFYING_CONTRACT_TOKEN_INDEX = 255;
|
|
14
|
+
export type TypedDataFilterPath = string;
|
|
15
|
+
export type TypedDataFilterWithToken = {
|
|
16
|
+
type: "amount" | "token";
|
|
17
|
+
displayName: string;
|
|
18
|
+
tokenIndex: TypedDataTokenIndex;
|
|
19
|
+
path: TypedDataFilterPath;
|
|
20
|
+
signature: string;
|
|
21
|
+
};
|
|
22
|
+
export type TypedDataFilterWithTrustedName = {
|
|
23
|
+
type: "trusted-name";
|
|
24
|
+
displayName: string;
|
|
25
|
+
types: string[];
|
|
26
|
+
sources: string[];
|
|
27
|
+
typesAndSourcesPayload: string;
|
|
28
|
+
path: TypedDataFilterPath;
|
|
29
|
+
signature: string;
|
|
30
|
+
};
|
|
31
|
+
export type TypedDataFilterCalldata = {
|
|
32
|
+
type: "calldata-value" | "calldata-callee" | "calldata-chain-id" | "calldata-selector" | "calldata-amount" | "calldata-spender";
|
|
33
|
+
displayName: string;
|
|
34
|
+
calldataIndex: TypedDataCalldataIndex;
|
|
35
|
+
path: TypedDataFilterPath;
|
|
36
|
+
signature: string;
|
|
37
|
+
};
|
|
38
|
+
export type TypedDataFilter = {
|
|
39
|
+
type: "datetime" | "raw";
|
|
40
|
+
displayName: string;
|
|
41
|
+
path: TypedDataFilterPath;
|
|
42
|
+
signature: string;
|
|
43
|
+
} | TypedDataFilterWithToken | TypedDataFilterWithTrustedName | TypedDataFilterCalldata;
|
|
44
|
+
export declare enum TypedDataCalldataParamPresence {
|
|
45
|
+
None = "none",
|
|
46
|
+
Present = "present",
|
|
47
|
+
VerifyingContract = "verifying_contract"
|
|
48
|
+
}
|
|
49
|
+
export type TypedDataFilterCalldataInfo = {
|
|
50
|
+
displayName: string;
|
|
51
|
+
calldataIndex: TypedDataCalldataIndex;
|
|
52
|
+
valueFlag: boolean;
|
|
53
|
+
calleeFlag: TypedDataCalldataParamPresence;
|
|
54
|
+
chainIdFlag: boolean;
|
|
55
|
+
selectorFlag: boolean;
|
|
56
|
+
amountFlag: boolean;
|
|
57
|
+
spenderFlag: TypedDataCalldataParamPresence;
|
|
58
|
+
signature: string;
|
|
59
|
+
};
|
|
60
|
+
export type TypedDataCalldataInfo = {
|
|
61
|
+
filter: TypedDataFilterCalldataInfo;
|
|
62
|
+
subset: TransactionSubset;
|
|
63
|
+
};
|
|
64
|
+
export type TypedDataClearSignContextSuccess = {
|
|
65
|
+
type: "success";
|
|
66
|
+
messageInfo: TypedDataMessageInfo;
|
|
67
|
+
filters: Record<TypedDataFilterPath, TypedDataFilter>;
|
|
68
|
+
trustedNamesAddresses: Record<TypedDataFilterPath, HexaString>;
|
|
69
|
+
tokens: Record<TypedDataTokenIndex, TypedDataToken>;
|
|
70
|
+
calldatas: Record<TypedDataCalldataIndex, TypedDataCalldataInfo>;
|
|
71
|
+
certificate?: PkiCertificate;
|
|
72
|
+
proxy?: ClearSignContextSuccess<ClearSignContextType.ETHEREUM_PROXY_INFO>;
|
|
73
|
+
};
|
|
74
|
+
export type TypedDataClearSignContextError = {
|
|
75
|
+
type: "error";
|
|
76
|
+
error: Error;
|
|
77
|
+
};
|
|
78
|
+
export type TypedDataClearSignContext = TypedDataClearSignContextSuccess | TypedDataClearSignContextError;
|
|
79
|
+
//# sourceMappingURL=TypedDataClearSignContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TypedDataClearSignContext.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/ethereum/model/TypedDataClearSignContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAElE,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,+CAA+C,CAAC;AACpF,OAAO,EACL,KAAK,uBAAuB,EAC5B,KAAK,oBAAoB,EAC1B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAG1E,MAAM,MAAM,oBAAoB,GAAG;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAGF,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC;AACzC,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC;AAEpC,MAAM,MAAM,sBAAsB,GAAG,MAAM,CAAC;AAE5C,eAAO,MAAM,8BAA8B,MAAM,CAAC;AAGlD,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC;AACzC,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,QAAQ,GAAG,OAAO,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,mBAAmB,CAAC;IAChC,IAAI,EAAE,mBAAmB,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AACF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,IAAI,EAAE,cAAc,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,IAAI,EAAE,mBAAmB,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AACF,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EACA,gBAAgB,GAChB,iBAAiB,GACjB,mBAAmB,GACnB,mBAAmB,GACnB,iBAAiB,GACjB,kBAAkB,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,sBAAsB,CAAC;IACtC,IAAI,EAAE,mBAAmB,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AACF,MAAM,MAAM,eAAe,GACvB;IACE,IAAI,EAAE,UAAU,GAAG,KAAK,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,mBAAmB,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB,GACD,wBAAwB,GACxB,8BAA8B,GAC9B,uBAAuB,CAAC;AAG5B,oBAAY,8BAA8B;IACxC,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,iBAAiB,uBAAuB;CACzC;AACD,MAAM,MAAM,2BAA2B,GAAG;IACxC,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,sBAAsB,CAAC;IACtC,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,EAAE,8BAA8B,CAAC;IAC3C,WAAW,EAAE,OAAO,CAAC;IACrB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,8BAA8B,CAAC;IAC5C,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG;IAClC,MAAM,EAAE,2BAA2B,CAAC;IACpC,MAAM,EAAE,iBAAiB,CAAC;CAC3B,CAAC;AAGF,MAAM,MAAM,gCAAgC,GAAG;IAC7C,IAAI,EAAE,SAAS,CAAC;IAChB,WAAW,EAAE,oBAAoB,CAAC;IAClC,OAAO,EAAE,MAAM,CAAC,mBAAmB,EAAE,eAAe,CAAC,CAAC;IACtD,qBAAqB,EAAE,MAAM,CAAC,mBAAmB,EAAE,UAAU,CAAC,CAAC;IAC/D,MAAM,EAAE,MAAM,CAAC,mBAAmB,EAAE,cAAc,CAAC,CAAC;IACpD,SAAS,EAAE,MAAM,CAAC,sBAAsB,EAAE,qBAAqB,CAAC,CAAC;IACjE,WAAW,CAAC,EAAE,cAAc,CAAC;IAC7B,KAAK,CAAC,EAAE,uBAAuB,CAAC,oBAAoB,CAAC,mBAAmB,CAAC,CAAC;CAC3E,CAAC;AACF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AACF,MAAM,MAAM,yBAAyB,GACjC,gCAAgC,GAChC,8BAA8B,CAAC"}
|