@airgap/ethereum 0.13.7-beta.22 → 0.13.7-beta.26
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/airgap-coinlib-ethereum.min.js +17284 -6305
- package/index.d.ts +1 -12
- package/index.js +15 -21
- package/index.js.map +1 -1
- package/package.json +5 -3
- package/v0/index.d.ts +12 -0
- package/v0/index.js +39 -0
- package/v0/index.js.map +1 -0
- package/{protocol → v0/protocol}/BaseEthereumProtocol.d.ts +0 -0
- package/{protocol → v0/protocol}/BaseEthereumProtocol.js +14 -10
- package/v0/protocol/BaseEthereumProtocol.js.map +1 -0
- package/{protocol → v0/protocol}/EthereumAddress.d.ts +0 -0
- package/{protocol → v0/protocol}/EthereumAddress.js +5 -1
- package/v0/protocol/EthereumAddress.js.map +1 -0
- package/{protocol → v0/protocol}/EthereumChainIDs.d.ts +0 -0
- package/{protocol → v0/protocol}/EthereumChainIDs.js +0 -0
- package/v0/protocol/EthereumChainIDs.js.map +1 -0
- package/{protocol → v0/protocol}/EthereumClassicProtocol.d.ts +0 -0
- package/{protocol → v0/protocol}/EthereumClassicProtocol.js +2 -0
- package/v0/protocol/EthereumClassicProtocol.js.map +1 -0
- package/{protocol → v0/protocol}/EthereumCryptoClient.d.ts +0 -0
- package/{protocol → v0/protocol}/EthereumCryptoClient.js +10 -4
- package/v0/protocol/EthereumCryptoClient.js.map +1 -0
- package/{protocol → v0/protocol}/EthereumProtocol.d.ts +0 -0
- package/{protocol → v0/protocol}/EthereumProtocol.js +2 -0
- package/v0/protocol/EthereumProtocol.js.map +1 -0
- package/{protocol → v0/protocol}/EthereumProtocolOptions.d.ts +0 -0
- package/{protocol → v0/protocol}/EthereumProtocolOptions.js +4 -2
- package/v0/protocol/EthereumProtocolOptions.js.map +1 -0
- package/{protocol → v0/protocol}/EthereumRopstenProtocol.d.ts +0 -0
- package/{protocol → v0/protocol}/EthereumRopstenProtocol.js +2 -0
- package/v0/protocol/EthereumRopstenProtocol.js.map +1 -0
- package/{protocol → v0/protocol}/EthereumTypes.d.ts +0 -0
- package/{protocol → v0/protocol}/EthereumTypes.js +0 -0
- package/v0/protocol/EthereumTypes.js.map +1 -0
- package/{protocol → v0/protocol}/clients/info-clients/EtherscanInfoClient.d.ts +0 -0
- package/{protocol → v0/protocol}/clients/info-clients/EtherscanInfoClient.js +8 -6
- package/v0/protocol/clients/info-clients/EtherscanInfoClient.js.map +1 -0
- package/{protocol → v0/protocol}/clients/info-clients/InfoClient.d.ts +0 -0
- package/{protocol → v0/protocol}/clients/info-clients/InfoClient.js +0 -0
- package/v0/protocol/clients/info-clients/InfoClient.js.map +1 -0
- package/{protocol → v0/protocol}/clients/node-clients/AirGapNodeClient.d.ts +0 -0
- package/{protocol → v0/protocol}/clients/node-clients/AirGapNodeClient.js +8 -6
- package/v0/protocol/clients/node-clients/AirGapNodeClient.js.map +1 -0
- package/{protocol → v0/protocol}/clients/node-clients/NodeClient.d.ts +0 -0
- package/{protocol → v0/protocol}/clients/node-clients/NodeClient.js +0 -0
- package/v0/protocol/clients/node-clients/NodeClient.js.map +1 -0
- package/{protocol → v0/protocol}/erc20/ERC20.d.ts +0 -0
- package/{protocol → v0/protocol}/erc20/ERC20.js +0 -0
- package/v0/protocol/erc20/ERC20.js.map +1 -0
- package/{protocol → v0/protocol}/erc20/GenericERC20.d.ts +0 -0
- package/{protocol → v0/protocol}/erc20/GenericERC20.js +8 -2
- package/v0/protocol/erc20/GenericERC20.js.map +1 -0
- package/{protocol → v0/protocol}/utils/utils.d.ts +0 -0
- package/{protocol → v0/protocol}/utils/utils.js +7 -7
- package/v0/protocol/utils/utils.js.map +1 -0
- package/v0/serializer/schemas/v2/transaction-sign-request-ethereum.json +50 -0
- package/v0/serializer/schemas/v2/transaction-sign-response-ethereum.json +19 -0
- package/v0/serializer/schemas/v3/transaction-sign-request-ethereum-typed.json +38 -0
- package/v0/serializer/schemas/v3/transaction-sign-request-ethereum.json +50 -0
- package/v0/serializer/schemas/v3/transaction-sign-response-ethereum.json +19 -0
- package/v0/serializer/validators/transaction-validator.d.ts +15 -0
- package/v0/serializer/validators/transaction-validator.js +96 -0
- package/v0/serializer/validators/transaction-validator.js.map +1 -0
- package/v0/serializer/validators/validators.d.ts +1 -0
- package/v0/serializer/validators/validators.js +78 -0
- package/v0/serializer/validators/validators.js.map +1 -0
- package/v0/types/signed-transaction-ethereum.d.ts +5 -0
- package/{types → v0/types}/signed-transaction-ethereum.js +0 -0
- package/v0/types/signed-transaction-ethereum.js.map +1 -0
- package/{types → v0/types}/transaction-ethereum.d.ts +0 -0
- package/{types → v0/types}/transaction-ethereum.js +0 -0
- package/v0/types/transaction-ethereum.js.map +1 -0
- package/v0/types/unsigned-transaction-ethereum-typed.d.ts +11 -0
- package/{types → v0/types}/unsigned-transaction-ethereum-typed.js +0 -0
- package/v0/types/unsigned-transaction-ethereum-typed.js.map +1 -0
- package/v0/types/unsigned-transaction-ethereum.d.ts +15 -0
- package/{types → v0/types}/unsigned-transaction-ethereum.js +0 -0
- package/v0/types/unsigned-transaction-ethereum.js.map +1 -0
- package/v1/block-explorer/EtherscanBlockExplorer.d.ts +9 -0
- package/v1/block-explorer/EtherscanBlockExplorer.js +74 -0
- package/v1/block-explorer/EtherscanBlockExplorer.js.map +1 -0
- package/v1/clients/crypto/EthereumCryptoClient.d.ts +7 -0
- package/v1/clients/crypto/EthereumCryptoClient.js +146 -0
- package/v1/clients/crypto/EthereumCryptoClient.js.map +1 -0
- package/v1/clients/info/EthereumInfoClient.d.ts +15 -0
- package/v1/clients/info/EthereumInfoClient.js +11 -0
- package/v1/clients/info/EthereumInfoClient.js.map +1 -0
- package/v1/clients/info/EtherscanInfoClient.d.ts +7 -0
- package/v1/clients/info/EtherscanInfoClient.js +165 -0
- package/v1/clients/info/EtherscanInfoClient.js.map +1 -0
- package/v1/clients/node/AirGapNodeClient.d.ts +41 -0
- package/v1/clients/node/AirGapNodeClient.js +351 -0
- package/v1/clients/node/AirGapNodeClient.js.map +1 -0
- package/v1/clients/node/EthereumNodeClient.d.ts +17 -0
- package/v1/clients/node/EthereumNodeClient.js +11 -0
- package/v1/clients/node/EthereumNodeClient.js.map +1 -0
- package/v1/data/EthereumAddress.d.ts +7 -0
- package/v1/data/EthereumAddress.js +45 -0
- package/v1/data/EthereumAddress.js.map +1 -0
- package/v1/index.d.ts +14 -0
- package/v1/index.js +23 -0
- package/v1/index.js.map +1 -0
- package/v1/module/ERC20Module.d.ts +9 -0
- package/v1/module/ERC20Module.js +69 -0
- package/v1/module/ERC20Module.js.map +1 -0
- package/v1/module/EthereumBaseModule.d.ts +13 -0
- package/v1/module/EthereumBaseModule.js +83 -0
- package/v1/module/EthereumBaseModule.js.map +1 -0
- package/v1/module/EthereumClassicModule.d.ts +7 -0
- package/v1/module/EthereumClassicModule.js +32 -0
- package/v1/module/EthereumClassicModule.js.map +1 -0
- package/v1/module/EthereumModule.d.ts +7 -0
- package/v1/module/EthereumModule.js +32 -0
- package/v1/module/EthereumModule.js.map +1 -0
- package/v1/module/EthereumRopstenModule.d.ts +7 -0
- package/v1/module/EthereumRopstenModule.js +32 -0
- package/v1/module/EthereumRopstenModule.js.map +1 -0
- package/v1/protocol/EthereumBaseProtocol.d.ts +71 -0
- package/v1/protocol/EthereumBaseProtocol.js +744 -0
- package/v1/protocol/EthereumBaseProtocol.js.map +1 -0
- package/v1/protocol/EthereumChainIds.d.ts +1 -0
- package/v1/protocol/EthereumChainIds.js +340 -0
- package/v1/protocol/EthereumChainIds.js.map +1 -0
- package/v1/protocol/EthereumClassicProtocol.d.ts +8 -0
- package/v1/protocol/EthereumClassicProtocol.js +87 -0
- package/v1/protocol/EthereumClassicProtocol.js.map +1 -0
- package/v1/protocol/EthereumProtocol.d.ts +8 -0
- package/v1/protocol/EthereumProtocol.js +312 -0
- package/v1/protocol/EthereumProtocol.js.map +1 -0
- package/v1/protocol/EthereumRopstenProtocol.d.ts +8 -0
- package/v1/protocol/EthereumRopstenProtocol.js +64 -0
- package/v1/protocol/EthereumRopstenProtocol.js.map +1 -0
- package/v1/protocol/erc20/ERC20Token.d.ts +6 -0
- package/v1/protocol/erc20/ERC20Token.js +404 -0
- package/v1/protocol/erc20/ERC20Token.js.map +1 -0
- package/v1/serializer/v3/schemas/converter/transaction-converter.d.ts +10 -0
- package/v1/serializer/v3/schemas/converter/transaction-converter.js +29 -0
- package/v1/serializer/v3/schemas/converter/transaction-converter.js.map +1 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-request-ethereum-typed.d.ts +10 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-request-ethereum-typed.js +3 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-request-ethereum-typed.js.map +1 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-request-ethereum.d.ts +14 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-request-ethereum.js +3 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-request-ethereum.js.map +1 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-response-ethereum.d.ts +3 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-response-ethereum.js +3 -0
- package/v1/serializer/v3/schemas/definitions/transaction-sign-response-ethereum.js.map +1 -0
- package/v1/serializer/v3/schemas/generated/transaction-sign-request-ethereum-typed.json +45 -0
- package/v1/serializer/v3/schemas/generated/transaction-sign-request-ethereum.json +62 -0
- package/v1/serializer/v3/schemas/generated/transaction-sign-response-ethereum.json +19 -0
- package/v1/serializer/v3/validators/transaction-validator.d.ts +10 -0
- package/v1/serializer/v3/validators/transaction-validator.js +80 -0
- package/v1/serializer/v3/validators/transaction-validator.js.map +1 -0
- package/v1/types/protocol.d.ts +32 -0
- package/v1/types/protocol.js +3 -0
- package/v1/types/protocol.js.map +1 -0
- package/v1/types/transaction.d.ts +22 -0
- package/v1/types/transaction.js +3 -0
- package/v1/types/transaction.js.map +1 -0
- package/v1/utils/EthereumUtils.d.ts +13 -0
- package/v1/utils/EthereumUtils.js +140 -0
- package/v1/utils/EthereumUtils.js.map +1 -0
- package/v1/utils/key.d.ts +5 -0
- package/v1/utils/key.js +87 -0
- package/v1/utils/key.js.map +1 -0
- package/v1/utils/transaction.d.ts +3 -0
- package/v1/utils/transaction.js +29 -0
- package/v1/utils/transaction.js.map +1 -0
- package/protocol/BaseEthereumProtocol.js.map +0 -1
- package/protocol/EthereumAddress.js.map +0 -1
- package/protocol/EthereumChainIDs.js.map +0 -1
- package/protocol/EthereumClassicProtocol.js.map +0 -1
- package/protocol/EthereumCryptoClient.js.map +0 -1
- package/protocol/EthereumProtocol.js.map +0 -1
- package/protocol/EthereumProtocolOptions.js.map +0 -1
- package/protocol/EthereumRopstenProtocol.js.map +0 -1
- package/protocol/EthereumTypes.js.map +0 -1
- package/protocol/clients/info-clients/EtherscanInfoClient.js.map +0 -1
- package/protocol/clients/info-clients/InfoClient.js.map +0 -1
- package/protocol/clients/node-clients/AirGapNodeClient.js.map +0 -1
- package/protocol/clients/node-clients/NodeClient.js.map +0 -1
- package/protocol/erc20/ERC20.js.map +0 -1
- package/protocol/erc20/GenericERC20.js.map +0 -1
- package/protocol/utils/utils.js.map +0 -1
- package/types/signed-transaction-ethereum.d.ts +0 -5
- package/types/signed-transaction-ethereum.js.map +0 -1
- package/types/transaction-ethereum.js.map +0 -1
- package/types/unsigned-transaction-ethereum-typed.d.ts +0 -10
- package/types/unsigned-transaction-ethereum-typed.js.map +0 -1
- package/types/unsigned-transaction-ethereum.d.ts +0 -14
- package/types/unsigned-transaction-ethereum.js.map +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.