@ercworldio/blockchain-shared 1.0.0-dev.10
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 +1 -0
- package/build/chains/ChainDefinition.d.ts +2 -0
- package/build/chains/ChainDefinition.d.ts.map +1 -0
- package/build/chains/ChainDefinition.js +84 -0
- package/build/chains/Provider.d.ts +20 -0
- package/build/chains/Provider.d.ts.map +1 -0
- package/build/chains/Provider.js +85 -0
- package/build/chains/RPC.d.ts +34 -0
- package/build/chains/RPC.d.ts.map +1 -0
- package/build/chains/RPC.js +147 -0
- package/build/chains/chain_to_ticker.json +28 -0
- package/build/chains/chains.json +513 -0
- package/build/chains/chains_stg-bu.json +513 -0
- package/build/chains/chains_v2.json +494 -0
- package/build/chains/escrow-contracts/10143.json +8 -0
- package/build/chains/escrow-contracts/97.json +8 -0
- package/build/chains/event_listener_config_escrows.json +699 -0
- package/build/chains/networks_dev.json +669 -0
- package/build/chains/networks_prod-bu.json +568 -0
- package/build/chains/networks_prod-dz.json +510 -0
- package/build/chains/networks_prod.json +553 -0
- package/build/chains/networks_stg-bu.json +568 -0
- package/build/chains/networks_stg-dz.json +451 -0
- package/build/chains/networks_stg.json +541 -0
- package/build/chains/networks_stg_drizzle.json +130 -0
- package/build/chains/rpcs.d.ts +30 -0
- package/build/chains/rpcs.d.ts.map +1 -0
- package/build/chains/rpcs.js +138 -0
- package/build/constants.d.ts +34 -0
- package/build/constants.d.ts.map +1 -0
- package/build/constants.js +40 -0
- package/build/contracts/Escrow.d.ts +162 -0
- package/build/contracts/Escrow.d.ts.map +1 -0
- package/build/contracts/Escrow.js +359 -0
- package/build/contracts/EscrowErrors.d.ts +75 -0
- package/build/contracts/EscrowErrors.d.ts.map +1 -0
- package/build/contracts/EscrowErrors.js +47 -0
- package/build/contracts/artifacts/ERC20Mock.json +344 -0
- package/build/contracts/artifacts/Erc20.json +344 -0
- package/build/contracts/artifacts/ErrorAbi.json +1847 -0
- package/build/contracts/artifacts/Escrow.json +1545 -0
- package/build/contracts/contract-events/AccessControlEvents.d.ts +51 -0
- package/build/contracts/contract-events/AccessControlEvents.d.ts.map +1 -0
- package/build/contracts/contract-events/AccessControlEvents.js +83 -0
- package/build/contracts/contract-events/CoverageInfo.d.ts +16 -0
- package/build/contracts/contract-events/CoverageInfo.d.ts.map +1 -0
- package/build/contracts/contract-events/CoverageInfo.js +135 -0
- package/build/contracts/contract-events/Erc20Events.d.ts +23 -0
- package/build/contracts/contract-events/Erc20Events.d.ts.map +1 -0
- package/build/contracts/contract-events/Erc20Events.js +52 -0
- package/build/contracts/contract-events/EscrowEvents.d.ts +64 -0
- package/build/contracts/contract-events/EscrowEvents.d.ts.map +1 -0
- package/build/contracts/contract-events/EscrowEvents.js +142 -0
- package/build/contracts/contract-events/types/AccessControlEvents.d.ts +9 -0
- package/build/contracts/contract-events/types/AccessControlEvents.d.ts.map +1 -0
- package/build/contracts/contract-events/types/AccessControlEvents.js +2 -0
- package/build/contracts/contract-events/types/events.d.ts +24 -0
- package/build/contracts/contract-events/types/events.d.ts.map +1 -0
- package/build/contracts/contract-events/types/events.js +2 -0
- package/build/contracts/deployment/avalanche/contracts.json +37 -0
- package/build/contracts/deployment/bitlayer/contracts.json +50 -0
- package/build/contracts/deployment/bsc/contracts.json +62 -0
- package/build/contracts/deployment/config.d.ts +4 -0
- package/build/contracts/deployment/config.d.ts.map +1 -0
- package/build/contracts/deployment/config.js +19 -0
- package/build/contracts/deployment/fantom/contracts.json +61 -0
- package/build/contracts/deployment/mumbai/contracts.json +43 -0
- package/build/contracts/deployment/polygon/contracts.json +43 -0
- package/build/contracts/deployment/sepolia/contracts.json +62 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/AccessControl.d.ts +160 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/AccessControl.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/AccessControl.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/IAccessControl.d.ts +148 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/IAccessControl.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/IAccessControl.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts +55 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/Ownable.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/index.d.ts +4 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/index.d.ts +9 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC5267.d.ts +79 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC5267.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC5267.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.d.ts +21 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.d.ts +21 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.d.ts +21 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +4 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +4 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.d.ts +142 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.d.ts +130 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts +142 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts +5 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/index.d.ts +3 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/ShortStrings.d.ts +21 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/ShortStrings.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/ShortStrings.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/Strings.d.ts +21 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/Strings.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/Strings.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/EIP712.d.ts +79 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/EIP712.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/EIP712.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/index.d.ts +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.d.ts +9 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.d.ts +30 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts +30 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts +3 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.d.ts +21 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/index.d.ts +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/index.d.ts +3 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +3 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts +37 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/index.d.ts +5 -0
- package/build/contracts/typechain-types/@openzeppelin/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/index.js +2 -0
- package/build/contracts/typechain-types/common.d.ts +51 -0
- package/build/contracts/typechain-types/common.d.ts.map +1 -0
- package/build/contracts/typechain-types/common.js +2 -0
- package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts +856 -0
- package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/escrow/Escrow.js +2 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.d.ts +218 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.js +2 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowErrors.d.ts +21 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowErrors.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowErrors.js +2 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowSignature.d.ts +120 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowSignature.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowSignature.js +2 -0
- package/build/contracts/typechain-types/contracts/escrow/TokensWhitelist.d.ts +82 -0
- package/build/contracts/typechain-types/contracts/escrow/TokensWhitelist.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/escrow/TokensWhitelist.js +2 -0
- package/build/contracts/typechain-types/contracts/escrow/index.d.ts +6 -0
- package/build/contracts/typechain-types/contracts/escrow/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/escrow/index.js +2 -0
- package/build/contracts/typechain-types/contracts/index.d.ts +5 -0
- package/build/contracts/typechain-types/contracts/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/index.js +2 -0
- package/build/contracts/typechain-types/contracts/mock/erc20/ERC20Mock.d.ts +146 -0
- package/build/contracts/typechain-types/contracts/mock/erc20/ERC20Mock.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/mock/erc20/ERC20Mock.js +2 -0
- package/build/contracts/typechain-types/contracts/mock/erc20/index.d.ts +2 -0
- package/build/contracts/typechain-types/contracts/mock/erc20/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/mock/erc20/index.js +2 -0
- package/build/contracts/typechain-types/contracts/mock/index.d.ts +3 -0
- package/build/contracts/typechain-types/contracts/mock/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/mock/index.js +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/AccessControl__factory.d.ts +182 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/AccessControl__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/AccessControl__factory.js +244 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/IAccessControl__factory.d.ts +158 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/IAccessControl__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/IAccessControl__factory.js +212 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts +65 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js +93 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts +4 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/index.js +12 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/index.d.ts +5 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/index.js +43 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC5267__factory.d.ts +47 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC5267__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC5267__factory.js +68 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts +84 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.js +121 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts +72 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.js +105 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts +84 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.js +122 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +4 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +12 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +3 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +42 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +242 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +327 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts +148 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js +202 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts +178 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js +241 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js +8 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +4 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +44 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/index.js +40 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.d.ts +35 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.js +55 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts +43 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js +65 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/EIP712__factory.d.ts +59 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/EIP712__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/EIP712__factory.js +84 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.js +8 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +6 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.js +46 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts +22 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.js +38 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts +22 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js +38 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts +3 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js +10 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts +63 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js +93 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/index.js +8 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/index.js +40 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/index.js +40 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts +26 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js +42 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +8 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/index.d.ts +3 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/index.js +41 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts +415 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.js +547 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts +151 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.js +205 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts +151 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.js +205 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts +1217 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.js +1582 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts +99 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.js +139 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/index.d.ts +6 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/index.js +16 -0
- package/build/contracts/typechain-types/factories/contracts/index.d.ts +3 -0
- package/build/contracts/typechain-types/factories/contracts/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/index.js +41 -0
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.d.ts +283 -0
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.js +381 -0
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/index.js +8 -0
- package/build/contracts/typechain-types/factories/contracts/mock/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/contracts/mock/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/mock/index.js +40 -0
- package/build/contracts/typechain-types/factories/index.d.ts +3 -0
- package/build/contracts/typechain-types/factories/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/index.js +41 -0
- package/build/contracts/typechain-types/index.d.ts +52 -0
- package/build/contracts/typechain-types/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/index.js +83 -0
- package/build/contracts/types/escrow.d.ts +42 -0
- package/build/contracts/types/escrow.d.ts.map +1 -0
- package/build/contracts/types/escrow.js +20 -0
- package/build/entities/Checkpoint.d.ts +11 -0
- package/build/entities/Checkpoint.d.ts.map +1 -0
- package/build/entities/Checkpoint.js +52 -0
- package/build/entities/ClaimHistory.d.ts +17 -0
- package/build/entities/ClaimHistory.d.ts.map +1 -0
- package/build/entities/ClaimHistory.js +73 -0
- package/build/entities/ClaimJob.d.ts +27 -0
- package/build/entities/ClaimJob.d.ts.map +1 -0
- package/build/entities/ClaimJob.js +113 -0
- package/build/entities/CryptoConfirmationLocks.d.ts +14 -0
- package/build/entities/CryptoConfirmationLocks.d.ts.map +1 -0
- package/build/entities/CryptoConfirmationLocks.js +65 -0
- package/build/entities/DepositAddress.d.ts +12 -0
- package/build/entities/DepositAddress.d.ts.map +1 -0
- package/build/entities/DepositAddress.js +56 -0
- package/build/entities/DepositWalletBalance.d.ts +16 -0
- package/build/entities/DepositWalletBalance.d.ts.map +1 -0
- package/build/entities/DepositWalletBalance.js +72 -0
- package/build/entities/SweepHistory.d.ts +16 -0
- package/build/entities/SweepHistory.d.ts.map +1 -0
- package/build/entities/SweepHistory.js +72 -0
- package/build/entities/SweepJob.d.ts +26 -0
- package/build/entities/SweepJob.d.ts.map +1 -0
- package/build/entities/SweepJob.js +116 -0
- package/build/entities/WalletIndex.d.ts +8 -0
- package/build/entities/WalletIndex.d.ts.map +1 -0
- package/build/entities/WalletIndex.js +40 -0
- package/build/errors/AdminErrors.d.ts +25 -0
- package/build/errors/AdminErrors.d.ts.map +1 -0
- package/build/errors/AdminErrors.js +45 -0
- package/build/errors/AlchemyErrors.d.ts +34 -0
- package/build/errors/AlchemyErrors.d.ts.map +1 -0
- package/build/errors/AlchemyErrors.js +79 -0
- package/build/errors/BalanceErrors.d.ts +23 -0
- package/build/errors/BalanceErrors.d.ts.map +1 -0
- package/build/errors/BalanceErrors.js +45 -0
- package/build/errors/DatabaseErrors.d.ts +25 -0
- package/build/errors/DatabaseErrors.d.ts.map +1 -0
- package/build/errors/DatabaseErrors.js +49 -0
- package/build/errors/TransactionsErrors.d.ts +37 -0
- package/build/errors/TransactionsErrors.d.ts.map +1 -0
- package/build/errors/TransactionsErrors.js +95 -0
- package/build/errors/VoltageErrors.d.ts +29 -0
- package/build/errors/VoltageErrors.d.ts.map +1 -0
- package/build/errors/VoltageErrors.js +69 -0
- package/build/errors/WalletErrors.d.ts +26 -0
- package/build/errors/WalletErrors.d.ts.map +1 -0
- package/build/errors/WalletErrors.js +55 -0
- package/build/errors/errors.d.ts +74 -0
- package/build/errors/errors.d.ts.map +1 -0
- package/build/errors/errors.js +117 -0
- package/build/errors/index.d.ts +81 -0
- package/build/errors/index.d.ts.map +1 -0
- package/build/errors/index.js +78 -0
- package/build/index.d.ts +95 -0
- package/build/index.d.ts.map +1 -0
- package/build/index.js +208 -0
- package/build/interfaces/config.d.ts +87 -0
- package/build/interfaces/config.d.ts.map +1 -0
- package/build/interfaces/config.js +7 -0
- package/build/interfaces/database.d.ts +29 -0
- package/build/interfaces/database.d.ts.map +1 -0
- package/build/interfaces/database.js +2 -0
- package/build/interfaces.d.ts +311 -0
- package/build/interfaces.d.ts.map +1 -0
- package/build/interfaces.js +12 -0
- package/build/services/AccountingService.d.ts +34 -0
- package/build/services/AccountingService.d.ts.map +1 -0
- package/build/services/AccountingService.js +239 -0
- package/build/services/AlchemyService.d.ts +47 -0
- package/build/services/AlchemyService.d.ts.map +1 -0
- package/build/services/AlchemyService.js +239 -0
- package/build/services/AlchemyWebhookSignature.d.ts +16 -0
- package/build/services/AlchemyWebhookSignature.d.ts.map +1 -0
- package/build/services/AlchemyWebhookSignature.js +119 -0
- package/build/services/AlchemyWebhooks.d.ts +87 -0
- package/build/services/AlchemyWebhooks.d.ts.map +1 -0
- package/build/services/AlchemyWebhooks.js +406 -0
- package/build/services/AsyncTTLCache.d.ts +12 -0
- package/build/services/AsyncTTLCache.d.ts.map +1 -0
- package/build/services/AsyncTTLCache.js +67 -0
- package/build/services/AzureEventHubHandler.d.ts +32 -0
- package/build/services/AzureEventHubHandler.d.ts.map +1 -0
- package/build/services/AzureEventHubHandler.js +139 -0
- package/build/services/BalanceService.d.ts +39 -0
- package/build/services/BalanceService.d.ts.map +1 -0
- package/build/services/BalanceService.js +482 -0
- package/build/services/ChainManager.d.ts +86 -0
- package/build/services/ChainManager.d.ts.map +1 -0
- package/build/services/ChainManager.js +442 -0
- package/build/services/ClaimHistoryService.d.ts +40 -0
- package/build/services/ClaimHistoryService.d.ts.map +1 -0
- package/build/services/ClaimHistoryService.js +121 -0
- package/build/services/ClaimJobService.d.ts +46 -0
- package/build/services/ClaimJobService.d.ts.map +1 -0
- package/build/services/ClaimJobService.js +407 -0
- package/build/services/CryptoConfirmationLocksService.d.ts +13 -0
- package/build/services/CryptoConfirmationLocksService.d.ts.map +1 -0
- package/build/services/CryptoConfirmationLocksService.js +46 -0
- package/build/services/CryptoKeysManager.d.ts +16 -0
- package/build/services/CryptoKeysManager.d.ts.map +1 -0
- package/build/services/CryptoKeysManager.js +136 -0
- package/build/services/DepositAddressService.d.ts +42 -0
- package/build/services/DepositAddressService.d.ts.map +1 -0
- package/build/services/DepositAddressService.js +275 -0
- package/build/services/ElasticSearch.d.ts +19 -0
- package/build/services/ElasticSearch.d.ts.map +1 -0
- package/build/services/ElasticSearch.js +104 -0
- package/build/services/EventsHandler.d.ts +11 -0
- package/build/services/EventsHandler.d.ts.map +1 -0
- package/build/services/EventsHandler.js +39 -0
- package/build/services/EventsService.d.ts +44 -0
- package/build/services/EventsService.d.ts.map +1 -0
- package/build/services/EventsService.js +234 -0
- package/build/services/InvoiceQueue.d.ts +56 -0
- package/build/services/InvoiceQueue.d.ts.map +1 -0
- package/build/services/InvoiceQueue.js +297 -0
- package/build/services/KeyVaultService.d.ts +14 -0
- package/build/services/KeyVaultService.d.ts.map +1 -0
- package/build/services/KeyVaultService.js +65 -0
- package/build/services/PriceCache.d.ts +19 -0
- package/build/services/PriceCache.d.ts.map +1 -0
- package/build/services/PriceCache.js +125 -0
- package/build/services/ProviderManager.d.ts +41 -0
- package/build/services/ProviderManager.d.ts.map +1 -0
- package/build/services/ProviderManager.js +111 -0
- package/build/services/QuicknodeWebhookSignature.d.ts +14 -0
- package/build/services/QuicknodeWebhookSignature.d.ts.map +1 -0
- package/build/services/QuicknodeWebhookSignature.js +119 -0
- package/build/services/Redis.d.ts +52 -0
- package/build/services/Redis.d.ts.map +1 -0
- package/build/services/Redis.js +364 -0
- package/build/services/RedisListQueue.d.ts +15 -0
- package/build/services/RedisListQueue.d.ts.map +1 -0
- package/build/services/RedisListQueue.js +87 -0
- package/build/services/RedisPubSub.d.ts +41 -0
- package/build/services/RedisPubSub.d.ts.map +1 -0
- package/build/services/RedisPubSub.js +254 -0
- package/build/services/RedisQueue.d.ts +18 -0
- package/build/services/RedisQueue.d.ts.map +1 -0
- package/build/services/RedisQueue.js +82 -0
- package/build/services/StorageService.d.ts +12 -0
- package/build/services/StorageService.d.ts.map +1 -0
- package/build/services/StorageService.js +92 -0
- package/build/services/SweepHistoryService.d.ts +15 -0
- package/build/services/SweepHistoryService.d.ts.map +1 -0
- package/build/services/SweepHistoryService.js +52 -0
- package/build/services/SweepJobService.d.ts +53 -0
- package/build/services/SweepJobService.d.ts.map +1 -0
- package/build/services/SweepJobService.js +725 -0
- package/build/services/TimerManager.d.ts +44 -0
- package/build/services/TimerManager.d.ts.map +1 -0
- package/build/services/TimerManager.js +239 -0
- package/build/services/WalletIndexService.d.ts +11 -0
- package/build/services/WalletIndexService.d.ts.map +1 -0
- package/build/services/WalletIndexService.js +73 -0
- package/build/services/WalletManager.d.ts +42 -0
- package/build/services/WalletManager.d.ts.map +1 -0
- package/build/services/WalletManager.js +359 -0
- package/build/services/WithdrawalManager.d.ts +51 -0
- package/build/services/WithdrawalManager.d.ts.map +1 -0
- package/build/services/WithdrawalManager.js +372 -0
- package/build/services/Worker.d.ts +25 -0
- package/build/services/Worker.d.ts.map +1 -0
- package/build/services/Worker.js +115 -0
- package/build/services/solana/escrow/SolanaEscrowAdmin.d.ts +102 -0
- package/build/services/solana/escrow/SolanaEscrowAdmin.d.ts.map +1 -0
- package/build/services/solana/escrow/SolanaEscrowAdmin.js +209 -0
- package/build/services/solana/escrow/SolanaEscrowInteraction.d.ts +50 -0
- package/build/services/solana/escrow/SolanaEscrowInteraction.d.ts.map +1 -0
- package/build/services/solana/escrow/SolanaEscrowInteraction.js +235 -0
- package/build/services/solana/escrow/idl/escrow.json +2941 -0
- package/build/services/solana/escrow/index.d.ts +5 -0
- package/build/services/solana/escrow/index.d.ts.map +1 -0
- package/build/services/solana/escrow/index.js +20 -0
- package/build/services/solana/escrow/services/Errors.d.ts +19 -0
- package/build/services/solana/escrow/services/Errors.d.ts.map +1 -0
- package/build/services/solana/escrow/services/Errors.js +29 -0
- package/build/services/solana/escrow/services/EscrowAdminUtility.d.ts +122 -0
- package/build/services/solana/escrow/services/EscrowAdminUtility.d.ts.map +1 -0
- package/build/services/solana/escrow/services/EscrowAdminUtility.js +665 -0
- package/build/services/solana/escrow/services/EscrowService.d.ts +15 -0
- package/build/services/solana/escrow/services/EscrowService.d.ts.map +1 -0
- package/build/services/solana/escrow/services/EscrowService.js +155 -0
- package/build/services/solana/escrow/services/EscrowUtility.d.ts +58 -0
- package/build/services/solana/escrow/services/EscrowUtility.d.ts.map +1 -0
- package/build/services/solana/escrow/services/EscrowUtility.js +318 -0
- package/build/services/solana/escrow/services/TokenAccountService.d.ts +10 -0
- package/build/services/solana/escrow/services/TokenAccountService.d.ts.map +1 -0
- package/build/services/solana/escrow/services/TokenAccountService.js +145 -0
- package/build/services/solana/escrow/services/TransactionsService.d.ts +12 -0
- package/build/services/solana/escrow/services/TransactionsService.d.ts.map +1 -0
- package/build/services/solana/escrow/services/TransactionsService.js +44 -0
- package/build/services/solana/escrow/services/index.d.ts +7 -0
- package/build/services/solana/escrow/services/index.d.ts.map +1 -0
- package/build/services/solana/escrow/services/index.js +22 -0
- package/build/services/solana/escrow/types/custom.d.ts +14 -0
- package/build/services/solana/escrow/types/custom.d.ts.map +1 -0
- package/build/services/solana/escrow/types/custom.js +2 -0
- package/build/services/solana/escrow/types/escrow.d.ts +2948 -0
- package/build/services/solana/escrow/types/escrow.d.ts.map +1 -0
- package/build/services/solana/escrow/types/escrow.js +2 -0
- package/build/services/solana/escrow/types/index.d.ts +3 -0
- package/build/services/solana/escrow/types/index.d.ts.map +1 -0
- package/build/services/solana/escrow/types/index.js +18 -0
- package/build/services/solana/escrow/types/types.d.ts +19 -0
- package/build/services/solana/escrow/types/types.d.ts.map +1 -0
- package/build/services/solana/escrow/types/types.js +2 -0
- package/build/services/solana/index.d.ts +2 -0
- package/build/services/solana/index.d.ts.map +1 -0
- package/build/services/solana/index.js +17 -0
- package/build/services/tron/index.d.ts +5 -0
- package/build/services/tron/index.d.ts.map +1 -0
- package/build/services/tron/index.js +21 -0
- package/build/services/tron/services/BitQueryQueue.d.ts +13 -0
- package/build/services/tron/services/BitQueryQueue.d.ts.map +1 -0
- package/build/services/tron/services/BitQueryQueue.js +22 -0
- package/build/services/tron/services/BitQuerySubscription.d.ts +5 -0
- package/build/services/tron/services/BitQuerySubscription.d.ts.map +1 -0
- package/build/services/tron/services/BitQuerySubscription.js +7 -0
- package/build/services/tron/services/Escrow.d.ts +1 -0
- package/build/services/tron/services/Escrow.d.ts.map +1 -0
- package/build/services/tron/services/Escrow.js +1 -0
- package/build/services/tron/services/Transactions.d.ts +33 -0
- package/build/services/tron/services/Transactions.d.ts.map +1 -0
- package/build/services/tron/services/Transactions.js +164 -0
- package/build/services/tron/services/TronCustodialWallet.d.ts +17 -0
- package/build/services/tron/services/TronCustodialWallet.d.ts.map +1 -0
- package/build/services/tron/services/TronCustodialWallet.js +46 -0
- package/build/services/tron/services/TronFundingWallet.d.ts +30 -0
- package/build/services/tron/services/TronFundingWallet.d.ts.map +1 -0
- package/build/services/tron/services/TronFundingWallet.js +57 -0
- package/build/services/tron/services/TronHelper.d.ts +11 -0
- package/build/services/tron/services/TronHelper.d.ts.map +1 -0
- package/build/services/tron/services/TronHelper.js +29 -0
- package/build/services/tron/services/TronHotWallet.d.ts +29 -0
- package/build/services/tron/services/TronHotWallet.d.ts.map +1 -0
- package/build/services/tron/services/TronHotWallet.js +168 -0
- package/build/services/tron/services/TronSigner.d.ts +12 -0
- package/build/services/tron/services/TronSigner.d.ts.map +1 -0
- package/build/services/tron/services/TronSigner.js +51 -0
- package/build/services/tron/services/TronWallet.d.ts +32 -0
- package/build/services/tron/services/TronWallet.d.ts.map +1 -0
- package/build/services/tron/services/TronWallet.js +110 -0
- package/build/services/tron/types/bitquery.d.ts +26 -0
- package/build/services/tron/types/bitquery.d.ts.map +1 -0
- package/build/services/tron/types/bitquery.js +3 -0
- package/build/services/tron/types/index.d.ts +3 -0
- package/build/services/tron/types/index.d.ts.map +1 -0
- package/build/services/tron/types/index.js +18 -0
- package/build/services/tron/types/transactions.d.ts +36 -0
- package/build/services/tron/types/transactions.d.ts.map +1 -0
- package/build/services/tron/types/transactions.js +3 -0
- package/build/services/tron/types/tron_helper.d.ts +25 -0
- package/build/services/tron/types/tron_helper.d.ts.map +1 -0
- package/build/services/tron/types/tron_helper.js +3 -0
- package/build/services/types/RedisPubSub.d.ts +11 -0
- package/build/services/types/RedisPubSub.d.ts.map +1 -0
- package/build/services/types/RedisPubSub.js +15 -0
- package/build/services/types/accounting_service.d.ts +7 -0
- package/build/services/types/accounting_service.d.ts.map +1 -0
- package/build/services/types/accounting_service.js +2 -0
- package/build/services/types/alchemy.d.ts +243 -0
- package/build/services/types/alchemy.d.ts.map +1 -0
- package/build/services/types/alchemy.js +3 -0
- package/build/services/types/azure_event_hub_handler.d.ts +18 -0
- package/build/services/types/azure_event_hub_handler.d.ts.map +1 -0
- package/build/services/types/azure_event_hub_handler.js +20 -0
- package/build/services/types/balance_service.d.ts +10 -0
- package/build/services/types/balance_service.d.ts.map +1 -0
- package/build/services/types/balance_service.js +2 -0
- package/build/services/types/chain_manager.d.ts +49 -0
- package/build/services/types/chain_manager.d.ts.map +1 -0
- package/build/services/types/chain_manager.js +2 -0
- package/build/services/types/claim.d.ts +42 -0
- package/build/services/types/claim.d.ts.map +1 -0
- package/build/services/types/claim.js +2 -0
- package/build/services/types/claim_job_service.d.ts +54 -0
- package/build/services/types/claim_job_service.d.ts.map +1 -0
- package/build/services/types/claim_job_service.js +2 -0
- package/build/services/types/crypto_confirmation_locks_service.d.ts +6 -0
- package/build/services/types/crypto_confirmation_locks_service.d.ts.map +1 -0
- package/build/services/types/crypto_confirmation_locks_service.js +2 -0
- package/build/services/types/events_service.d.ts +57 -0
- package/build/services/types/events_service.d.ts.map +1 -0
- package/build/services/types/events_service.js +2 -0
- package/build/services/types/index.d.ts +16 -0
- package/build/services/types/index.d.ts.map +1 -0
- package/build/services/types/index.js +31 -0
- package/build/services/types/lightning.d.ts +129 -0
- package/build/services/types/lightning.d.ts.map +1 -0
- package/build/services/types/lightning.js +2 -0
- package/build/services/types/quicknode.d.ts +7 -0
- package/build/services/types/quicknode.d.ts.map +1 -0
- package/build/services/types/quicknode.js +2 -0
- package/build/services/types/sweep_job_service.d.ts +9 -0
- package/build/services/types/sweep_job_service.d.ts.map +1 -0
- package/build/services/types/sweep_job_service.js +3 -0
- package/build/services/types/timer_manager.d.ts +6 -0
- package/build/services/types/timer_manager.d.ts.map +1 -0
- package/build/services/types/timer_manager.js +2 -0
- package/build/services/types/wallet_manager.d.ts +36 -0
- package/build/services/types/wallet_manager.d.ts.map +1 -0
- package/build/services/types/wallet_manager.js +2 -0
- package/build/services/types/withdrawal.d.ts +48 -0
- package/build/services/types/withdrawal.d.ts.map +1 -0
- package/build/services/types/withdrawal.js +50 -0
- package/build/services/types/withdrawal_manager.d.ts +14 -0
- package/build/services/types/withdrawal_manager.d.ts.map +1 -0
- package/build/services/types/withdrawal_manager.js +2 -0
- package/build/services/utils/alchemy.d.ts +6 -0
- package/build/services/utils/alchemy.d.ts.map +1 -0
- package/build/services/utils/alchemy.js +155 -0
- package/build/services/utils/graphql.d.ts +2 -0
- package/build/services/utils/graphql.d.ts.map +1 -0
- package/build/services/utils/graphql.js +46 -0
- package/build/utils/AsyncRateLimiter.d.ts +23 -0
- package/build/utils/AsyncRateLimiter.d.ts.map +1 -0
- package/build/utils/AsyncRateLimiter.js +87 -0
- package/build/utils/AsyncTTLCache.d.ts +12 -0
- package/build/utils/AsyncTTLCache.d.ts.map +1 -0
- package/build/utils/AsyncTTLCache.js +69 -0
- package/build/utils/Logger.d.ts +67 -0
- package/build/utils/Logger.d.ts.map +1 -0
- package/build/utils/Logger.js +171 -0
- package/build/utils/MemoryMonitor.d.ts +12 -0
- package/build/utils/MemoryMonitor.d.ts.map +1 -0
- package/build/utils/MemoryMonitor.js +59 -0
- package/build/utils/Parsing.d.ts +13 -0
- package/build/utils/Parsing.d.ts.map +1 -0
- package/build/utils/Parsing.js +84 -0
- package/build/utils/RpcLimiter.d.ts +10 -0
- package/build/utils/RpcLimiter.d.ts.map +1 -0
- package/build/utils/RpcLimiter.js +28 -0
- package/build/utils/Utility.d.ts +23 -0
- package/build/utils/Utility.d.ts.map +1 -0
- package/build/utils/Utility.js +211 -0
- package/build/utils/Wallets.d.ts +4 -0
- package/build/utils/Wallets.d.ts.map +1 -0
- package/build/utils/Wallets.js +68 -0
- package/build/utils/custodial.d.ts +32 -0
- package/build/utils/custodial.d.ts.map +1 -0
- package/build/utils/custodial.js +291 -0
- package/build/utils/solana.d.ts +151 -0
- package/build/utils/solana.d.ts.map +1 -0
- package/build/utils/solana.js +674 -0
- package/package.json +107 -0
|
@@ -0,0 +1,856 @@
|
|
|
1
|
+
import type { BaseContract, BigNumberish, BytesLike, FunctionFragment, Result, Interface, EventFragment, AddressLike, ContractRunner, ContractMethod, Listener } from "ethers";
|
|
2
|
+
import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedLogDescription, TypedListener, TypedContractMethod } from "../../common";
|
|
3
|
+
export declare namespace Types {
|
|
4
|
+
type SweepJobStruct = {
|
|
5
|
+
wallet: AddressLike;
|
|
6
|
+
token: AddressLike;
|
|
7
|
+
};
|
|
8
|
+
type SweepJobStructOutput = [wallet: string, token: string] & {
|
|
9
|
+
wallet: string;
|
|
10
|
+
token: string;
|
|
11
|
+
};
|
|
12
|
+
type BatchWithdrawStruct = {
|
|
13
|
+
amount: BigNumberish;
|
|
14
|
+
requestId: BigNumberish;
|
|
15
|
+
tokenAddress: AddressLike;
|
|
16
|
+
receiverAddress: AddressLike;
|
|
17
|
+
};
|
|
18
|
+
type BatchWithdrawStructOutput = [
|
|
19
|
+
amount: bigint,
|
|
20
|
+
requestId: bigint,
|
|
21
|
+
tokenAddress: string,
|
|
22
|
+
receiverAddress: string
|
|
23
|
+
] & {
|
|
24
|
+
amount: bigint;
|
|
25
|
+
requestId: bigint;
|
|
26
|
+
tokenAddress: string;
|
|
27
|
+
receiverAddress: string;
|
|
28
|
+
};
|
|
29
|
+
type SignatureStruct = {
|
|
30
|
+
v: BigNumberish;
|
|
31
|
+
r: BytesLike;
|
|
32
|
+
s: BytesLike;
|
|
33
|
+
};
|
|
34
|
+
type SignatureStructOutput = [v: bigint, r: string, s: string] & {
|
|
35
|
+
v: bigint;
|
|
36
|
+
r: string;
|
|
37
|
+
s: string;
|
|
38
|
+
};
|
|
39
|
+
type CoverageInfoStruct = {
|
|
40
|
+
level: BigNumberish;
|
|
41
|
+
coverageFactor: BigNumberish;
|
|
42
|
+
currentReserves: BigNumberish;
|
|
43
|
+
token: AddressLike;
|
|
44
|
+
};
|
|
45
|
+
type CoverageInfoStructOutput = [
|
|
46
|
+
level: bigint,
|
|
47
|
+
coverageFactor: bigint,
|
|
48
|
+
currentReserves: bigint,
|
|
49
|
+
token: string
|
|
50
|
+
] & {
|
|
51
|
+
level: bigint;
|
|
52
|
+
coverageFactor: bigint;
|
|
53
|
+
currentReserves: bigint;
|
|
54
|
+
token: string;
|
|
55
|
+
};
|
|
56
|
+
type TransactionStatusStruct = {
|
|
57
|
+
totalCount: BigNumberish;
|
|
58
|
+
lastBlockNumber: BigNumberish;
|
|
59
|
+
};
|
|
60
|
+
type TransactionStatusStructOutput = [
|
|
61
|
+
totalCount: bigint,
|
|
62
|
+
lastBlockNumber: bigint
|
|
63
|
+
] & {
|
|
64
|
+
totalCount: bigint;
|
|
65
|
+
lastBlockNumber: bigint;
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
export interface EscrowInterface extends Interface {
|
|
69
|
+
getFunction(nameOrSignature: "DEFAULT_ADMIN_ROLE" | "DOMAIN_SEPARATOR" | "FUNDS_MANAGER_ROLE" | "OPERATOR_ROLE" | "__AccessControl_init" | "__Signature_init" | "__TokensWhitelist_init" | "addTokens" | "adminWithdraw" | "batchSweepERC20" | "batch_withdraw" | "changeAdmin" | "deposit" | "depositErc20" | "fundWallets" | "getBalance()" | "getBalance(address)" | "getDepositSigner" | "getLastBlockNumber" | "getNonce" | "getRequestStatus" | "getReservesCoverage" | "getRoleAdmin" | "getTotalTransactions" | "getTransactionStatus" | "getWithdrawalSigner" | "get_used_ids" | "grantRole" | "hasRole" | "initialize" | "isFundsManager" | "isPaused" | "isWhitelisted" | "nonces" | "pause" | "removeTokens" | "renounceRole" | "reset_request_ids" | "revokeRole" | "setOperator" | "setTransactionStatus" | "supportsInterface" | "sweepFunds" | "unpause" | "whitelist" | "withdraw"): FunctionFragment;
|
|
70
|
+
getEvent(nameOrSignatureOrTopic: "AdminWithdraw" | "Deposit" | "FundWallets" | "FundedContract" | "Initialized" | "LowReserves" | "RoleAdminChanged" | "RoleGranted" | "RoleRevoked" | "SweepTokens" | "TokenAdded" | "TokenRemoved" | "TransactionCount" | "Withdrawal"): EventFragment;
|
|
71
|
+
encodeFunctionData(functionFragment: "DEFAULT_ADMIN_ROLE", values?: undefined): string;
|
|
72
|
+
encodeFunctionData(functionFragment: "DOMAIN_SEPARATOR", values?: undefined): string;
|
|
73
|
+
encodeFunctionData(functionFragment: "FUNDS_MANAGER_ROLE", values?: undefined): string;
|
|
74
|
+
encodeFunctionData(functionFragment: "OPERATOR_ROLE", values?: undefined): string;
|
|
75
|
+
encodeFunctionData(functionFragment: "__AccessControl_init", values: [AddressLike, AddressLike, AddressLike]): string;
|
|
76
|
+
encodeFunctionData(functionFragment: "__Signature_init", values: [string, string]): string;
|
|
77
|
+
encodeFunctionData(functionFragment: "__TokensWhitelist_init", values: [AddressLike[]]): string;
|
|
78
|
+
encodeFunctionData(functionFragment: "addTokens", values: [AddressLike[]]): string;
|
|
79
|
+
encodeFunctionData(functionFragment: "adminWithdraw", values: [BigNumberish, AddressLike, AddressLike]): string;
|
|
80
|
+
encodeFunctionData(functionFragment: "batchSweepERC20", values: [Types.SweepJobStruct[]]): string;
|
|
81
|
+
encodeFunctionData(functionFragment: "batch_withdraw", values: [Types.BatchWithdrawStruct[]]): string;
|
|
82
|
+
encodeFunctionData(functionFragment: "changeAdmin", values: [AddressLike]): string;
|
|
83
|
+
encodeFunctionData(functionFragment: "deposit", values: [string, Types.SignatureStruct]): string;
|
|
84
|
+
encodeFunctionData(functionFragment: "depositErc20", values: [BigNumberish, AddressLike, string, Types.SignatureStruct]): string;
|
|
85
|
+
encodeFunctionData(functionFragment: "fundWallets", values: [AddressLike[], BigNumberish]): string;
|
|
86
|
+
encodeFunctionData(functionFragment: "getBalance()", values?: undefined): string;
|
|
87
|
+
encodeFunctionData(functionFragment: "getBalance(address)", values: [AddressLike]): string;
|
|
88
|
+
encodeFunctionData(functionFragment: "getDepositSigner", values: [
|
|
89
|
+
BigNumberish,
|
|
90
|
+
AddressLike,
|
|
91
|
+
AddressLike,
|
|
92
|
+
BigNumberish,
|
|
93
|
+
Types.SignatureStruct
|
|
94
|
+
]): string;
|
|
95
|
+
encodeFunctionData(functionFragment: "getLastBlockNumber", values?: undefined): string;
|
|
96
|
+
encodeFunctionData(functionFragment: "getNonce", values: [AddressLike, BigNumberish]): string;
|
|
97
|
+
encodeFunctionData(functionFragment: "getRequestStatus", values: [BigNumberish]): string;
|
|
98
|
+
encodeFunctionData(functionFragment: "getReservesCoverage", values: [BigNumberish, AddressLike]): string;
|
|
99
|
+
encodeFunctionData(functionFragment: "getRoleAdmin", values: [BytesLike]): string;
|
|
100
|
+
encodeFunctionData(functionFragment: "getTotalTransactions", values?: undefined): string;
|
|
101
|
+
encodeFunctionData(functionFragment: "getTransactionStatus", values?: undefined): string;
|
|
102
|
+
encodeFunctionData(functionFragment: "getWithdrawalSigner", values: [
|
|
103
|
+
BigNumberish,
|
|
104
|
+
AddressLike,
|
|
105
|
+
AddressLike,
|
|
106
|
+
BigNumberish,
|
|
107
|
+
Types.SignatureStruct
|
|
108
|
+
]): string;
|
|
109
|
+
encodeFunctionData(functionFragment: "get_used_ids", values: [BigNumberish[]]): string;
|
|
110
|
+
encodeFunctionData(functionFragment: "grantRole", values: [BytesLike, AddressLike]): string;
|
|
111
|
+
encodeFunctionData(functionFragment: "hasRole", values: [BytesLike, AddressLike]): string;
|
|
112
|
+
encodeFunctionData(functionFragment: "initialize", values: [AddressLike, AddressLike, string, AddressLike[]]): string;
|
|
113
|
+
encodeFunctionData(functionFragment: "isFundsManager", values: [AddressLike]): string;
|
|
114
|
+
encodeFunctionData(functionFragment: "isPaused", values?: undefined): string;
|
|
115
|
+
encodeFunctionData(functionFragment: "isWhitelisted", values: [AddressLike]): string;
|
|
116
|
+
encodeFunctionData(functionFragment: "nonces", values: [AddressLike]): string;
|
|
117
|
+
encodeFunctionData(functionFragment: "pause", values?: undefined): string;
|
|
118
|
+
encodeFunctionData(functionFragment: "removeTokens", values: [AddressLike[]]): string;
|
|
119
|
+
encodeFunctionData(functionFragment: "renounceRole", values: [BytesLike, AddressLike]): string;
|
|
120
|
+
encodeFunctionData(functionFragment: "reset_request_ids", values: [BigNumberish, BigNumberish]): string;
|
|
121
|
+
encodeFunctionData(functionFragment: "revokeRole", values: [BytesLike, AddressLike]): string;
|
|
122
|
+
encodeFunctionData(functionFragment: "setOperator", values: [AddressLike]): string;
|
|
123
|
+
encodeFunctionData(functionFragment: "setTransactionStatus", values: [BigNumberish, BigNumberish]): string;
|
|
124
|
+
encodeFunctionData(functionFragment: "supportsInterface", values: [BytesLike]): string;
|
|
125
|
+
encodeFunctionData(functionFragment: "sweepFunds", values: [AddressLike, AddressLike]): string;
|
|
126
|
+
encodeFunctionData(functionFragment: "unpause", values?: undefined): string;
|
|
127
|
+
encodeFunctionData(functionFragment: "whitelist", values: [AddressLike]): string;
|
|
128
|
+
encodeFunctionData(functionFragment: "withdraw", values: [
|
|
129
|
+
BigNumberish,
|
|
130
|
+
BigNumberish,
|
|
131
|
+
AddressLike,
|
|
132
|
+
AddressLike,
|
|
133
|
+
Types.SignatureStruct
|
|
134
|
+
]): string;
|
|
135
|
+
decodeFunctionResult(functionFragment: "DEFAULT_ADMIN_ROLE", data: BytesLike): Result;
|
|
136
|
+
decodeFunctionResult(functionFragment: "DOMAIN_SEPARATOR", data: BytesLike): Result;
|
|
137
|
+
decodeFunctionResult(functionFragment: "FUNDS_MANAGER_ROLE", data: BytesLike): Result;
|
|
138
|
+
decodeFunctionResult(functionFragment: "OPERATOR_ROLE", data: BytesLike): Result;
|
|
139
|
+
decodeFunctionResult(functionFragment: "__AccessControl_init", data: BytesLike): Result;
|
|
140
|
+
decodeFunctionResult(functionFragment: "__Signature_init", data: BytesLike): Result;
|
|
141
|
+
decodeFunctionResult(functionFragment: "__TokensWhitelist_init", data: BytesLike): Result;
|
|
142
|
+
decodeFunctionResult(functionFragment: "addTokens", data: BytesLike): Result;
|
|
143
|
+
decodeFunctionResult(functionFragment: "adminWithdraw", data: BytesLike): Result;
|
|
144
|
+
decodeFunctionResult(functionFragment: "batchSweepERC20", data: BytesLike): Result;
|
|
145
|
+
decodeFunctionResult(functionFragment: "batch_withdraw", data: BytesLike): Result;
|
|
146
|
+
decodeFunctionResult(functionFragment: "changeAdmin", data: BytesLike): Result;
|
|
147
|
+
decodeFunctionResult(functionFragment: "deposit", data: BytesLike): Result;
|
|
148
|
+
decodeFunctionResult(functionFragment: "depositErc20", data: BytesLike): Result;
|
|
149
|
+
decodeFunctionResult(functionFragment: "fundWallets", data: BytesLike): Result;
|
|
150
|
+
decodeFunctionResult(functionFragment: "getBalance()", data: BytesLike): Result;
|
|
151
|
+
decodeFunctionResult(functionFragment: "getBalance(address)", data: BytesLike): Result;
|
|
152
|
+
decodeFunctionResult(functionFragment: "getDepositSigner", data: BytesLike): Result;
|
|
153
|
+
decodeFunctionResult(functionFragment: "getLastBlockNumber", data: BytesLike): Result;
|
|
154
|
+
decodeFunctionResult(functionFragment: "getNonce", data: BytesLike): Result;
|
|
155
|
+
decodeFunctionResult(functionFragment: "getRequestStatus", data: BytesLike): Result;
|
|
156
|
+
decodeFunctionResult(functionFragment: "getReservesCoverage", data: BytesLike): Result;
|
|
157
|
+
decodeFunctionResult(functionFragment: "getRoleAdmin", data: BytesLike): Result;
|
|
158
|
+
decodeFunctionResult(functionFragment: "getTotalTransactions", data: BytesLike): Result;
|
|
159
|
+
decodeFunctionResult(functionFragment: "getTransactionStatus", data: BytesLike): Result;
|
|
160
|
+
decodeFunctionResult(functionFragment: "getWithdrawalSigner", data: BytesLike): Result;
|
|
161
|
+
decodeFunctionResult(functionFragment: "get_used_ids", data: BytesLike): Result;
|
|
162
|
+
decodeFunctionResult(functionFragment: "grantRole", data: BytesLike): Result;
|
|
163
|
+
decodeFunctionResult(functionFragment: "hasRole", data: BytesLike): Result;
|
|
164
|
+
decodeFunctionResult(functionFragment: "initialize", data: BytesLike): Result;
|
|
165
|
+
decodeFunctionResult(functionFragment: "isFundsManager", data: BytesLike): Result;
|
|
166
|
+
decodeFunctionResult(functionFragment: "isPaused", data: BytesLike): Result;
|
|
167
|
+
decodeFunctionResult(functionFragment: "isWhitelisted", data: BytesLike): Result;
|
|
168
|
+
decodeFunctionResult(functionFragment: "nonces", data: BytesLike): Result;
|
|
169
|
+
decodeFunctionResult(functionFragment: "pause", data: BytesLike): Result;
|
|
170
|
+
decodeFunctionResult(functionFragment: "removeTokens", data: BytesLike): Result;
|
|
171
|
+
decodeFunctionResult(functionFragment: "renounceRole", data: BytesLike): Result;
|
|
172
|
+
decodeFunctionResult(functionFragment: "reset_request_ids", data: BytesLike): Result;
|
|
173
|
+
decodeFunctionResult(functionFragment: "revokeRole", data: BytesLike): Result;
|
|
174
|
+
decodeFunctionResult(functionFragment: "setOperator", data: BytesLike): Result;
|
|
175
|
+
decodeFunctionResult(functionFragment: "setTransactionStatus", data: BytesLike): Result;
|
|
176
|
+
decodeFunctionResult(functionFragment: "supportsInterface", data: BytesLike): Result;
|
|
177
|
+
decodeFunctionResult(functionFragment: "sweepFunds", data: BytesLike): Result;
|
|
178
|
+
decodeFunctionResult(functionFragment: "unpause", data: BytesLike): Result;
|
|
179
|
+
decodeFunctionResult(functionFragment: "whitelist", data: BytesLike): Result;
|
|
180
|
+
decodeFunctionResult(functionFragment: "withdraw", data: BytesLike): Result;
|
|
181
|
+
}
|
|
182
|
+
export declare namespace AdminWithdrawEvent {
|
|
183
|
+
type InputTuple = [
|
|
184
|
+
caller: AddressLike,
|
|
185
|
+
receiver: AddressLike,
|
|
186
|
+
amount: BigNumberish,
|
|
187
|
+
tokenAddress: AddressLike
|
|
188
|
+
];
|
|
189
|
+
type OutputTuple = [
|
|
190
|
+
caller: string,
|
|
191
|
+
receiver: string,
|
|
192
|
+
amount: bigint,
|
|
193
|
+
tokenAddress: string
|
|
194
|
+
];
|
|
195
|
+
interface OutputObject {
|
|
196
|
+
caller: string;
|
|
197
|
+
receiver: string;
|
|
198
|
+
amount: bigint;
|
|
199
|
+
tokenAddress: string;
|
|
200
|
+
}
|
|
201
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
202
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
203
|
+
type Log = TypedEventLog<Event>;
|
|
204
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
205
|
+
}
|
|
206
|
+
export declare namespace DepositEvent {
|
|
207
|
+
type InputTuple = [
|
|
208
|
+
payer: AddressLike,
|
|
209
|
+
tokenAddress: AddressLike,
|
|
210
|
+
amount: BigNumberish,
|
|
211
|
+
bonusCode: string
|
|
212
|
+
];
|
|
213
|
+
type OutputTuple = [
|
|
214
|
+
payer: string,
|
|
215
|
+
tokenAddress: string,
|
|
216
|
+
amount: bigint,
|
|
217
|
+
bonusCode: string
|
|
218
|
+
];
|
|
219
|
+
interface OutputObject {
|
|
220
|
+
payer: string;
|
|
221
|
+
tokenAddress: string;
|
|
222
|
+
amount: bigint;
|
|
223
|
+
bonusCode: string;
|
|
224
|
+
}
|
|
225
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
226
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
227
|
+
type Log = TypedEventLog<Event>;
|
|
228
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
229
|
+
}
|
|
230
|
+
export declare namespace FundWalletsEvent {
|
|
231
|
+
type InputTuple = [];
|
|
232
|
+
type OutputTuple = [];
|
|
233
|
+
interface OutputObject {
|
|
234
|
+
}
|
|
235
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
236
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
237
|
+
type Log = TypedEventLog<Event>;
|
|
238
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
239
|
+
}
|
|
240
|
+
export declare namespace FundedContractEvent {
|
|
241
|
+
type InputTuple = [
|
|
242
|
+
funder: AddressLike,
|
|
243
|
+
token: AddressLike,
|
|
244
|
+
amount: BigNumberish
|
|
245
|
+
];
|
|
246
|
+
type OutputTuple = [funder: string, token: string, amount: bigint];
|
|
247
|
+
interface OutputObject {
|
|
248
|
+
funder: string;
|
|
249
|
+
token: string;
|
|
250
|
+
amount: bigint;
|
|
251
|
+
}
|
|
252
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
253
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
254
|
+
type Log = TypedEventLog<Event>;
|
|
255
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
256
|
+
}
|
|
257
|
+
export declare namespace InitializedEvent {
|
|
258
|
+
type InputTuple = [version: BigNumberish];
|
|
259
|
+
type OutputTuple = [version: bigint];
|
|
260
|
+
interface OutputObject {
|
|
261
|
+
version: bigint;
|
|
262
|
+
}
|
|
263
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
264
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
265
|
+
type Log = TypedEventLog<Event>;
|
|
266
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
267
|
+
}
|
|
268
|
+
export declare namespace LowReservesEvent {
|
|
269
|
+
type InputTuple = [
|
|
270
|
+
user: AddressLike,
|
|
271
|
+
requestedToken: AddressLike,
|
|
272
|
+
amountRequested: BigNumberish,
|
|
273
|
+
availableReserves: BigNumberish
|
|
274
|
+
];
|
|
275
|
+
type OutputTuple = [
|
|
276
|
+
user: string,
|
|
277
|
+
requestedToken: string,
|
|
278
|
+
amountRequested: bigint,
|
|
279
|
+
availableReserves: bigint
|
|
280
|
+
];
|
|
281
|
+
interface OutputObject {
|
|
282
|
+
user: string;
|
|
283
|
+
requestedToken: string;
|
|
284
|
+
amountRequested: bigint;
|
|
285
|
+
availableReserves: bigint;
|
|
286
|
+
}
|
|
287
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
288
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
289
|
+
type Log = TypedEventLog<Event>;
|
|
290
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
291
|
+
}
|
|
292
|
+
export declare namespace RoleAdminChangedEvent {
|
|
293
|
+
type InputTuple = [
|
|
294
|
+
role: BytesLike,
|
|
295
|
+
previousAdminRole: BytesLike,
|
|
296
|
+
newAdminRole: BytesLike
|
|
297
|
+
];
|
|
298
|
+
type OutputTuple = [
|
|
299
|
+
role: string,
|
|
300
|
+
previousAdminRole: string,
|
|
301
|
+
newAdminRole: string
|
|
302
|
+
];
|
|
303
|
+
interface OutputObject {
|
|
304
|
+
role: string;
|
|
305
|
+
previousAdminRole: string;
|
|
306
|
+
newAdminRole: string;
|
|
307
|
+
}
|
|
308
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
309
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
310
|
+
type Log = TypedEventLog<Event>;
|
|
311
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
312
|
+
}
|
|
313
|
+
export declare namespace RoleGrantedEvent {
|
|
314
|
+
type InputTuple = [
|
|
315
|
+
role: BytesLike,
|
|
316
|
+
account: AddressLike,
|
|
317
|
+
sender: AddressLike
|
|
318
|
+
];
|
|
319
|
+
type OutputTuple = [role: string, account: string, sender: string];
|
|
320
|
+
interface OutputObject {
|
|
321
|
+
role: string;
|
|
322
|
+
account: string;
|
|
323
|
+
sender: string;
|
|
324
|
+
}
|
|
325
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
326
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
327
|
+
type Log = TypedEventLog<Event>;
|
|
328
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
329
|
+
}
|
|
330
|
+
export declare namespace RoleRevokedEvent {
|
|
331
|
+
type InputTuple = [
|
|
332
|
+
role: BytesLike,
|
|
333
|
+
account: AddressLike,
|
|
334
|
+
sender: AddressLike
|
|
335
|
+
];
|
|
336
|
+
type OutputTuple = [role: string, account: string, sender: string];
|
|
337
|
+
interface OutputObject {
|
|
338
|
+
role: string;
|
|
339
|
+
account: string;
|
|
340
|
+
sender: string;
|
|
341
|
+
}
|
|
342
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
343
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
344
|
+
type Log = TypedEventLog<Event>;
|
|
345
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
346
|
+
}
|
|
347
|
+
export declare namespace SweepTokensEvent {
|
|
348
|
+
type InputTuple = [
|
|
349
|
+
caller: AddressLike,
|
|
350
|
+
from: AddressLike,
|
|
351
|
+
to: AddressLike,
|
|
352
|
+
token: AddressLike,
|
|
353
|
+
amount: BigNumberish
|
|
354
|
+
];
|
|
355
|
+
type OutputTuple = [
|
|
356
|
+
caller: string,
|
|
357
|
+
from: string,
|
|
358
|
+
to: string,
|
|
359
|
+
token: string,
|
|
360
|
+
amount: bigint
|
|
361
|
+
];
|
|
362
|
+
interface OutputObject {
|
|
363
|
+
caller: string;
|
|
364
|
+
from: string;
|
|
365
|
+
to: string;
|
|
366
|
+
token: string;
|
|
367
|
+
amount: bigint;
|
|
368
|
+
}
|
|
369
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
370
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
371
|
+
type Log = TypedEventLog<Event>;
|
|
372
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
373
|
+
}
|
|
374
|
+
export declare namespace TokenAddedEvent {
|
|
375
|
+
type InputTuple = [token: AddressLike];
|
|
376
|
+
type OutputTuple = [token: string];
|
|
377
|
+
interface OutputObject {
|
|
378
|
+
token: string;
|
|
379
|
+
}
|
|
380
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
381
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
382
|
+
type Log = TypedEventLog<Event>;
|
|
383
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
384
|
+
}
|
|
385
|
+
export declare namespace TokenRemovedEvent {
|
|
386
|
+
type InputTuple = [token: AddressLike];
|
|
387
|
+
type OutputTuple = [token: string];
|
|
388
|
+
interface OutputObject {
|
|
389
|
+
token: string;
|
|
390
|
+
}
|
|
391
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
392
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
393
|
+
type Log = TypedEventLog<Event>;
|
|
394
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
395
|
+
}
|
|
396
|
+
export declare namespace TransactionCountEvent {
|
|
397
|
+
type InputTuple = [amount: BigNumberish, blockNumber: BigNumberish];
|
|
398
|
+
type OutputTuple = [amount: bigint, blockNumber: bigint];
|
|
399
|
+
interface OutputObject {
|
|
400
|
+
amount: bigint;
|
|
401
|
+
blockNumber: bigint;
|
|
402
|
+
}
|
|
403
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
404
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
405
|
+
type Log = TypedEventLog<Event>;
|
|
406
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
407
|
+
}
|
|
408
|
+
export declare namespace WithdrawalEvent {
|
|
409
|
+
type InputTuple = [
|
|
410
|
+
payer: AddressLike,
|
|
411
|
+
receiver: AddressLike,
|
|
412
|
+
tokenAddress: AddressLike,
|
|
413
|
+
amount: BigNumberish,
|
|
414
|
+
requestId: BigNumberish,
|
|
415
|
+
batchSize: BigNumberish
|
|
416
|
+
];
|
|
417
|
+
type OutputTuple = [
|
|
418
|
+
payer: string,
|
|
419
|
+
receiver: string,
|
|
420
|
+
tokenAddress: string,
|
|
421
|
+
amount: bigint,
|
|
422
|
+
requestId: bigint,
|
|
423
|
+
batchSize: bigint
|
|
424
|
+
];
|
|
425
|
+
interface OutputObject {
|
|
426
|
+
payer: string;
|
|
427
|
+
receiver: string;
|
|
428
|
+
tokenAddress: string;
|
|
429
|
+
amount: bigint;
|
|
430
|
+
requestId: bigint;
|
|
431
|
+
batchSize: bigint;
|
|
432
|
+
}
|
|
433
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
434
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
435
|
+
type Log = TypedEventLog<Event>;
|
|
436
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
437
|
+
}
|
|
438
|
+
export interface Escrow extends BaseContract {
|
|
439
|
+
connect(runner?: ContractRunner | null): Escrow;
|
|
440
|
+
waitForDeployment(): Promise<this>;
|
|
441
|
+
interface: EscrowInterface;
|
|
442
|
+
queryFilter<TCEvent extends TypedContractEvent>(event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
443
|
+
queryFilter<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
444
|
+
on<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
445
|
+
on<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
446
|
+
once<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
447
|
+
once<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
448
|
+
listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
|
|
449
|
+
listeners(eventName?: string): Promise<Array<Listener>>;
|
|
450
|
+
removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
|
|
451
|
+
DEFAULT_ADMIN_ROLE: TypedContractMethod<[], [string], "view">;
|
|
452
|
+
DOMAIN_SEPARATOR: TypedContractMethod<[], [string], "view">;
|
|
453
|
+
FUNDS_MANAGER_ROLE: TypedContractMethod<[], [string], "view">;
|
|
454
|
+
OPERATOR_ROLE: TypedContractMethod<[], [string], "view">;
|
|
455
|
+
__AccessControl_init: TypedContractMethod<[
|
|
456
|
+
_operator: AddressLike,
|
|
457
|
+
_owner: AddressLike,
|
|
458
|
+
_fundsManager: AddressLike
|
|
459
|
+
], [
|
|
460
|
+
void
|
|
461
|
+
], "nonpayable">;
|
|
462
|
+
__Signature_init: TypedContractMethod<[
|
|
463
|
+
_name: string,
|
|
464
|
+
_version: string
|
|
465
|
+
], [
|
|
466
|
+
void
|
|
467
|
+
], "nonpayable">;
|
|
468
|
+
__TokensWhitelist_init: TypedContractMethod<[
|
|
469
|
+
_tokens: AddressLike[]
|
|
470
|
+
], [
|
|
471
|
+
void
|
|
472
|
+
], "nonpayable">;
|
|
473
|
+
addTokens: TypedContractMethod<[tokens: AddressLike[]], [void], "nonpayable">;
|
|
474
|
+
adminWithdraw: TypedContractMethod<[
|
|
475
|
+
amount: BigNumberish,
|
|
476
|
+
token: AddressLike,
|
|
477
|
+
receiver: AddressLike
|
|
478
|
+
], [
|
|
479
|
+
void
|
|
480
|
+
], "nonpayable">;
|
|
481
|
+
batchSweepERC20: TypedContractMethod<[
|
|
482
|
+
jobs: Types.SweepJobStruct[]
|
|
483
|
+
], [
|
|
484
|
+
boolean
|
|
485
|
+
], "nonpayable">;
|
|
486
|
+
batch_withdraw: TypedContractMethod<[
|
|
487
|
+
requests: Types.BatchWithdrawStruct[]
|
|
488
|
+
], [
|
|
489
|
+
void
|
|
490
|
+
], "nonpayable">;
|
|
491
|
+
changeAdmin: TypedContractMethod<[
|
|
492
|
+
newAdmin: AddressLike
|
|
493
|
+
], [
|
|
494
|
+
void
|
|
495
|
+
], "nonpayable">;
|
|
496
|
+
deposit: TypedContractMethod<[
|
|
497
|
+
bonusCode: string,
|
|
498
|
+
signature: Types.SignatureStruct
|
|
499
|
+
], [
|
|
500
|
+
void
|
|
501
|
+
], "payable">;
|
|
502
|
+
depositErc20: TypedContractMethod<[
|
|
503
|
+
amount: BigNumberish,
|
|
504
|
+
tokenAddress: AddressLike,
|
|
505
|
+
bonusCode: string,
|
|
506
|
+
signature: Types.SignatureStruct
|
|
507
|
+
], [
|
|
508
|
+
void
|
|
509
|
+
], "nonpayable">;
|
|
510
|
+
fundWallets: TypedContractMethod<[
|
|
511
|
+
wallets: AddressLike[],
|
|
512
|
+
amount: BigNumberish
|
|
513
|
+
], [
|
|
514
|
+
void
|
|
515
|
+
], "nonpayable">;
|
|
516
|
+
"getBalance()": TypedContractMethod<[], [bigint], "view">;
|
|
517
|
+
"getBalance(address)": TypedContractMethod<[
|
|
518
|
+
token: AddressLike
|
|
519
|
+
], [
|
|
520
|
+
bigint
|
|
521
|
+
], "view">;
|
|
522
|
+
getDepositSigner: TypedContractMethod<[
|
|
523
|
+
_amount: BigNumberish,
|
|
524
|
+
_senderAddress: AddressLike,
|
|
525
|
+
_tokenAddress: AddressLike,
|
|
526
|
+
_nonce: BigNumberish,
|
|
527
|
+
signature: Types.SignatureStruct
|
|
528
|
+
], [
|
|
529
|
+
string
|
|
530
|
+
], "view">;
|
|
531
|
+
getLastBlockNumber: TypedContractMethod<[], [bigint], "view">;
|
|
532
|
+
getNonce: TypedContractMethod<[
|
|
533
|
+
user: AddressLike,
|
|
534
|
+
opType: BigNumberish
|
|
535
|
+
], [
|
|
536
|
+
bigint
|
|
537
|
+
], "view">;
|
|
538
|
+
getRequestStatus: TypedContractMethod<[
|
|
539
|
+
index: BigNumberish
|
|
540
|
+
], [
|
|
541
|
+
boolean
|
|
542
|
+
], "view">;
|
|
543
|
+
getReservesCoverage: TypedContractMethod<[
|
|
544
|
+
requestedAmount: BigNumberish,
|
|
545
|
+
token: AddressLike
|
|
546
|
+
], [
|
|
547
|
+
Types.CoverageInfoStructOutput
|
|
548
|
+
], "view">;
|
|
549
|
+
getRoleAdmin: TypedContractMethod<[role: BytesLike], [string], "view">;
|
|
550
|
+
getTotalTransactions: TypedContractMethod<[], [bigint], "view">;
|
|
551
|
+
getTransactionStatus: TypedContractMethod<[
|
|
552
|
+
], [
|
|
553
|
+
Types.TransactionStatusStructOutput
|
|
554
|
+
], "view">;
|
|
555
|
+
getWithdrawalSigner: TypedContractMethod<[
|
|
556
|
+
_amount: BigNumberish,
|
|
557
|
+
_receiverAddress: AddressLike,
|
|
558
|
+
_tokenAddress: AddressLike,
|
|
559
|
+
_requestId: BigNumberish,
|
|
560
|
+
signature: Types.SignatureStruct
|
|
561
|
+
], [
|
|
562
|
+
string
|
|
563
|
+
], "view">;
|
|
564
|
+
get_used_ids: TypedContractMethod<[ids: BigNumberish[]], [bigint[]], "view">;
|
|
565
|
+
grantRole: TypedContractMethod<[
|
|
566
|
+
role: BytesLike,
|
|
567
|
+
account: AddressLike
|
|
568
|
+
], [
|
|
569
|
+
void
|
|
570
|
+
], "nonpayable">;
|
|
571
|
+
hasRole: TypedContractMethod<[
|
|
572
|
+
role: BytesLike,
|
|
573
|
+
account: AddressLike
|
|
574
|
+
], [
|
|
575
|
+
boolean
|
|
576
|
+
], "view">;
|
|
577
|
+
initialize: TypedContractMethod<[
|
|
578
|
+
_operator: AddressLike,
|
|
579
|
+
_fundsManager: AddressLike,
|
|
580
|
+
_version: string,
|
|
581
|
+
_tokens: AddressLike[]
|
|
582
|
+
], [
|
|
583
|
+
void
|
|
584
|
+
], "nonpayable">;
|
|
585
|
+
isFundsManager: TypedContractMethod<[caller: AddressLike], [boolean], "view">;
|
|
586
|
+
isPaused: TypedContractMethod<[], [boolean], "view">;
|
|
587
|
+
isWhitelisted: TypedContractMethod<[_token: AddressLike], [boolean], "view">;
|
|
588
|
+
nonces: TypedContractMethod<[_owner: AddressLike], [bigint], "view">;
|
|
589
|
+
pause: TypedContractMethod<[], [void], "nonpayable">;
|
|
590
|
+
removeTokens: TypedContractMethod<[
|
|
591
|
+
tokens: AddressLike[]
|
|
592
|
+
], [
|
|
593
|
+
void
|
|
594
|
+
], "nonpayable">;
|
|
595
|
+
renounceRole: TypedContractMethod<[
|
|
596
|
+
role: BytesLike,
|
|
597
|
+
callerConfirmation: AddressLike
|
|
598
|
+
], [
|
|
599
|
+
void
|
|
600
|
+
], "nonpayable">;
|
|
601
|
+
reset_request_ids: TypedContractMethod<[
|
|
602
|
+
start: BigNumberish,
|
|
603
|
+
end: BigNumberish
|
|
604
|
+
], [
|
|
605
|
+
void
|
|
606
|
+
], "nonpayable">;
|
|
607
|
+
revokeRole: TypedContractMethod<[
|
|
608
|
+
role: BytesLike,
|
|
609
|
+
account: AddressLike
|
|
610
|
+
], [
|
|
611
|
+
void
|
|
612
|
+
], "nonpayable">;
|
|
613
|
+
setOperator: TypedContractMethod<[
|
|
614
|
+
_operator: AddressLike
|
|
615
|
+
], [
|
|
616
|
+
void
|
|
617
|
+
], "nonpayable">;
|
|
618
|
+
setTransactionStatus: TypedContractMethod<[
|
|
619
|
+
totalCount: BigNumberish,
|
|
620
|
+
blockNumber: BigNumberish
|
|
621
|
+
], [
|
|
622
|
+
void
|
|
623
|
+
], "nonpayable">;
|
|
624
|
+
supportsInterface: TypedContractMethod<[
|
|
625
|
+
interfaceId: BytesLike
|
|
626
|
+
], [
|
|
627
|
+
boolean
|
|
628
|
+
], "view">;
|
|
629
|
+
sweepFunds: TypedContractMethod<[
|
|
630
|
+
wallet: AddressLike,
|
|
631
|
+
token: AddressLike
|
|
632
|
+
], [
|
|
633
|
+
boolean
|
|
634
|
+
], "payable">;
|
|
635
|
+
unpause: TypedContractMethod<[], [void], "nonpayable">;
|
|
636
|
+
whitelist: TypedContractMethod<[arg0: AddressLike], [boolean], "view">;
|
|
637
|
+
withdraw: TypedContractMethod<[
|
|
638
|
+
amount: BigNumberish,
|
|
639
|
+
requestId: BigNumberish,
|
|
640
|
+
tokenAddress: AddressLike,
|
|
641
|
+
receiverAddress: AddressLike,
|
|
642
|
+
signature: Types.SignatureStruct
|
|
643
|
+
], [
|
|
644
|
+
void
|
|
645
|
+
], "nonpayable">;
|
|
646
|
+
getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
|
|
647
|
+
getFunction(nameOrSignature: "DEFAULT_ADMIN_ROLE"): TypedContractMethod<[], [string], "view">;
|
|
648
|
+
getFunction(nameOrSignature: "DOMAIN_SEPARATOR"): TypedContractMethod<[], [string], "view">;
|
|
649
|
+
getFunction(nameOrSignature: "FUNDS_MANAGER_ROLE"): TypedContractMethod<[], [string], "view">;
|
|
650
|
+
getFunction(nameOrSignature: "OPERATOR_ROLE"): TypedContractMethod<[], [string], "view">;
|
|
651
|
+
getFunction(nameOrSignature: "__AccessControl_init"): TypedContractMethod<[
|
|
652
|
+
_operator: AddressLike,
|
|
653
|
+
_owner: AddressLike,
|
|
654
|
+
_fundsManager: AddressLike
|
|
655
|
+
], [
|
|
656
|
+
void
|
|
657
|
+
], "nonpayable">;
|
|
658
|
+
getFunction(nameOrSignature: "__Signature_init"): TypedContractMethod<[
|
|
659
|
+
_name: string,
|
|
660
|
+
_version: string
|
|
661
|
+
], [
|
|
662
|
+
void
|
|
663
|
+
], "nonpayable">;
|
|
664
|
+
getFunction(nameOrSignature: "__TokensWhitelist_init"): TypedContractMethod<[_tokens: AddressLike[]], [void], "nonpayable">;
|
|
665
|
+
getFunction(nameOrSignature: "addTokens"): TypedContractMethod<[tokens: AddressLike[]], [void], "nonpayable">;
|
|
666
|
+
getFunction(nameOrSignature: "adminWithdraw"): TypedContractMethod<[
|
|
667
|
+
amount: BigNumberish,
|
|
668
|
+
token: AddressLike,
|
|
669
|
+
receiver: AddressLike
|
|
670
|
+
], [
|
|
671
|
+
void
|
|
672
|
+
], "nonpayable">;
|
|
673
|
+
getFunction(nameOrSignature: "batchSweepERC20"): TypedContractMethod<[
|
|
674
|
+
jobs: Types.SweepJobStruct[]
|
|
675
|
+
], [
|
|
676
|
+
boolean
|
|
677
|
+
], "nonpayable">;
|
|
678
|
+
getFunction(nameOrSignature: "batch_withdraw"): TypedContractMethod<[
|
|
679
|
+
requests: Types.BatchWithdrawStruct[]
|
|
680
|
+
], [
|
|
681
|
+
void
|
|
682
|
+
], "nonpayable">;
|
|
683
|
+
getFunction(nameOrSignature: "changeAdmin"): TypedContractMethod<[newAdmin: AddressLike], [void], "nonpayable">;
|
|
684
|
+
getFunction(nameOrSignature: "deposit"): TypedContractMethod<[
|
|
685
|
+
bonusCode: string,
|
|
686
|
+
signature: Types.SignatureStruct
|
|
687
|
+
], [
|
|
688
|
+
void
|
|
689
|
+
], "payable">;
|
|
690
|
+
getFunction(nameOrSignature: "depositErc20"): TypedContractMethod<[
|
|
691
|
+
amount: BigNumberish,
|
|
692
|
+
tokenAddress: AddressLike,
|
|
693
|
+
bonusCode: string,
|
|
694
|
+
signature: Types.SignatureStruct
|
|
695
|
+
], [
|
|
696
|
+
void
|
|
697
|
+
], "nonpayable">;
|
|
698
|
+
getFunction(nameOrSignature: "fundWallets"): TypedContractMethod<[
|
|
699
|
+
wallets: AddressLike[],
|
|
700
|
+
amount: BigNumberish
|
|
701
|
+
], [
|
|
702
|
+
void
|
|
703
|
+
], "nonpayable">;
|
|
704
|
+
getFunction(nameOrSignature: "getBalance()"): TypedContractMethod<[], [bigint], "view">;
|
|
705
|
+
getFunction(nameOrSignature: "getBalance(address)"): TypedContractMethod<[token: AddressLike], [bigint], "view">;
|
|
706
|
+
getFunction(nameOrSignature: "getDepositSigner"): TypedContractMethod<[
|
|
707
|
+
_amount: BigNumberish,
|
|
708
|
+
_senderAddress: AddressLike,
|
|
709
|
+
_tokenAddress: AddressLike,
|
|
710
|
+
_nonce: BigNumberish,
|
|
711
|
+
signature: Types.SignatureStruct
|
|
712
|
+
], [
|
|
713
|
+
string
|
|
714
|
+
], "view">;
|
|
715
|
+
getFunction(nameOrSignature: "getLastBlockNumber"): TypedContractMethod<[], [bigint], "view">;
|
|
716
|
+
getFunction(nameOrSignature: "getNonce"): TypedContractMethod<[
|
|
717
|
+
user: AddressLike,
|
|
718
|
+
opType: BigNumberish
|
|
719
|
+
], [
|
|
720
|
+
bigint
|
|
721
|
+
], "view">;
|
|
722
|
+
getFunction(nameOrSignature: "getRequestStatus"): TypedContractMethod<[index: BigNumberish], [boolean], "view">;
|
|
723
|
+
getFunction(nameOrSignature: "getReservesCoverage"): TypedContractMethod<[
|
|
724
|
+
requestedAmount: BigNumberish,
|
|
725
|
+
token: AddressLike
|
|
726
|
+
], [
|
|
727
|
+
Types.CoverageInfoStructOutput
|
|
728
|
+
], "view">;
|
|
729
|
+
getFunction(nameOrSignature: "getRoleAdmin"): TypedContractMethod<[role: BytesLike], [string], "view">;
|
|
730
|
+
getFunction(nameOrSignature: "getTotalTransactions"): TypedContractMethod<[], [bigint], "view">;
|
|
731
|
+
getFunction(nameOrSignature: "getTransactionStatus"): TypedContractMethod<[], [Types.TransactionStatusStructOutput], "view">;
|
|
732
|
+
getFunction(nameOrSignature: "getWithdrawalSigner"): TypedContractMethod<[
|
|
733
|
+
_amount: BigNumberish,
|
|
734
|
+
_receiverAddress: AddressLike,
|
|
735
|
+
_tokenAddress: AddressLike,
|
|
736
|
+
_requestId: BigNumberish,
|
|
737
|
+
signature: Types.SignatureStruct
|
|
738
|
+
], [
|
|
739
|
+
string
|
|
740
|
+
], "view">;
|
|
741
|
+
getFunction(nameOrSignature: "get_used_ids"): TypedContractMethod<[ids: BigNumberish[]], [bigint[]], "view">;
|
|
742
|
+
getFunction(nameOrSignature: "grantRole"): TypedContractMethod<[
|
|
743
|
+
role: BytesLike,
|
|
744
|
+
account: AddressLike
|
|
745
|
+
], [
|
|
746
|
+
void
|
|
747
|
+
], "nonpayable">;
|
|
748
|
+
getFunction(nameOrSignature: "hasRole"): TypedContractMethod<[
|
|
749
|
+
role: BytesLike,
|
|
750
|
+
account: AddressLike
|
|
751
|
+
], [
|
|
752
|
+
boolean
|
|
753
|
+
], "view">;
|
|
754
|
+
getFunction(nameOrSignature: "initialize"): TypedContractMethod<[
|
|
755
|
+
_operator: AddressLike,
|
|
756
|
+
_fundsManager: AddressLike,
|
|
757
|
+
_version: string,
|
|
758
|
+
_tokens: AddressLike[]
|
|
759
|
+
], [
|
|
760
|
+
void
|
|
761
|
+
], "nonpayable">;
|
|
762
|
+
getFunction(nameOrSignature: "isFundsManager"): TypedContractMethod<[caller: AddressLike], [boolean], "view">;
|
|
763
|
+
getFunction(nameOrSignature: "isPaused"): TypedContractMethod<[], [boolean], "view">;
|
|
764
|
+
getFunction(nameOrSignature: "isWhitelisted"): TypedContractMethod<[_token: AddressLike], [boolean], "view">;
|
|
765
|
+
getFunction(nameOrSignature: "nonces"): TypedContractMethod<[_owner: AddressLike], [bigint], "view">;
|
|
766
|
+
getFunction(nameOrSignature: "pause"): TypedContractMethod<[], [void], "nonpayable">;
|
|
767
|
+
getFunction(nameOrSignature: "removeTokens"): TypedContractMethod<[tokens: AddressLike[]], [void], "nonpayable">;
|
|
768
|
+
getFunction(nameOrSignature: "renounceRole"): TypedContractMethod<[
|
|
769
|
+
role: BytesLike,
|
|
770
|
+
callerConfirmation: AddressLike
|
|
771
|
+
], [
|
|
772
|
+
void
|
|
773
|
+
], "nonpayable">;
|
|
774
|
+
getFunction(nameOrSignature: "reset_request_ids"): TypedContractMethod<[
|
|
775
|
+
start: BigNumberish,
|
|
776
|
+
end: BigNumberish
|
|
777
|
+
], [
|
|
778
|
+
void
|
|
779
|
+
], "nonpayable">;
|
|
780
|
+
getFunction(nameOrSignature: "revokeRole"): TypedContractMethod<[
|
|
781
|
+
role: BytesLike,
|
|
782
|
+
account: AddressLike
|
|
783
|
+
], [
|
|
784
|
+
void
|
|
785
|
+
], "nonpayable">;
|
|
786
|
+
getFunction(nameOrSignature: "setOperator"): TypedContractMethod<[_operator: AddressLike], [void], "nonpayable">;
|
|
787
|
+
getFunction(nameOrSignature: "setTransactionStatus"): TypedContractMethod<[
|
|
788
|
+
totalCount: BigNumberish,
|
|
789
|
+
blockNumber: BigNumberish
|
|
790
|
+
], [
|
|
791
|
+
void
|
|
792
|
+
], "nonpayable">;
|
|
793
|
+
getFunction(nameOrSignature: "supportsInterface"): TypedContractMethod<[interfaceId: BytesLike], [boolean], "view">;
|
|
794
|
+
getFunction(nameOrSignature: "sweepFunds"): TypedContractMethod<[
|
|
795
|
+
wallet: AddressLike,
|
|
796
|
+
token: AddressLike
|
|
797
|
+
], [
|
|
798
|
+
boolean
|
|
799
|
+
], "payable">;
|
|
800
|
+
getFunction(nameOrSignature: "unpause"): TypedContractMethod<[], [void], "nonpayable">;
|
|
801
|
+
getFunction(nameOrSignature: "whitelist"): TypedContractMethod<[arg0: AddressLike], [boolean], "view">;
|
|
802
|
+
getFunction(nameOrSignature: "withdraw"): TypedContractMethod<[
|
|
803
|
+
amount: BigNumberish,
|
|
804
|
+
requestId: BigNumberish,
|
|
805
|
+
tokenAddress: AddressLike,
|
|
806
|
+
receiverAddress: AddressLike,
|
|
807
|
+
signature: Types.SignatureStruct
|
|
808
|
+
], [
|
|
809
|
+
void
|
|
810
|
+
], "nonpayable">;
|
|
811
|
+
getEvent(key: "AdminWithdraw"): TypedContractEvent<AdminWithdrawEvent.InputTuple, AdminWithdrawEvent.OutputTuple, AdminWithdrawEvent.OutputObject>;
|
|
812
|
+
getEvent(key: "Deposit"): TypedContractEvent<DepositEvent.InputTuple, DepositEvent.OutputTuple, DepositEvent.OutputObject>;
|
|
813
|
+
getEvent(key: "FundWallets"): TypedContractEvent<FundWalletsEvent.InputTuple, FundWalletsEvent.OutputTuple, FundWalletsEvent.OutputObject>;
|
|
814
|
+
getEvent(key: "FundedContract"): TypedContractEvent<FundedContractEvent.InputTuple, FundedContractEvent.OutputTuple, FundedContractEvent.OutputObject>;
|
|
815
|
+
getEvent(key: "Initialized"): TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
|
|
816
|
+
getEvent(key: "LowReserves"): TypedContractEvent<LowReservesEvent.InputTuple, LowReservesEvent.OutputTuple, LowReservesEvent.OutputObject>;
|
|
817
|
+
getEvent(key: "RoleAdminChanged"): TypedContractEvent<RoleAdminChangedEvent.InputTuple, RoleAdminChangedEvent.OutputTuple, RoleAdminChangedEvent.OutputObject>;
|
|
818
|
+
getEvent(key: "RoleGranted"): TypedContractEvent<RoleGrantedEvent.InputTuple, RoleGrantedEvent.OutputTuple, RoleGrantedEvent.OutputObject>;
|
|
819
|
+
getEvent(key: "RoleRevoked"): TypedContractEvent<RoleRevokedEvent.InputTuple, RoleRevokedEvent.OutputTuple, RoleRevokedEvent.OutputObject>;
|
|
820
|
+
getEvent(key: "SweepTokens"): TypedContractEvent<SweepTokensEvent.InputTuple, SweepTokensEvent.OutputTuple, SweepTokensEvent.OutputObject>;
|
|
821
|
+
getEvent(key: "TokenAdded"): TypedContractEvent<TokenAddedEvent.InputTuple, TokenAddedEvent.OutputTuple, TokenAddedEvent.OutputObject>;
|
|
822
|
+
getEvent(key: "TokenRemoved"): TypedContractEvent<TokenRemovedEvent.InputTuple, TokenRemovedEvent.OutputTuple, TokenRemovedEvent.OutputObject>;
|
|
823
|
+
getEvent(key: "TransactionCount"): TypedContractEvent<TransactionCountEvent.InputTuple, TransactionCountEvent.OutputTuple, TransactionCountEvent.OutputObject>;
|
|
824
|
+
getEvent(key: "Withdrawal"): TypedContractEvent<WithdrawalEvent.InputTuple, WithdrawalEvent.OutputTuple, WithdrawalEvent.OutputObject>;
|
|
825
|
+
filters: {
|
|
826
|
+
"AdminWithdraw(address,address,uint256,address)": TypedContractEvent<AdminWithdrawEvent.InputTuple, AdminWithdrawEvent.OutputTuple, AdminWithdrawEvent.OutputObject>;
|
|
827
|
+
AdminWithdraw: TypedContractEvent<AdminWithdrawEvent.InputTuple, AdminWithdrawEvent.OutputTuple, AdminWithdrawEvent.OutputObject>;
|
|
828
|
+
"Deposit(address,address,uint256,string)": TypedContractEvent<DepositEvent.InputTuple, DepositEvent.OutputTuple, DepositEvent.OutputObject>;
|
|
829
|
+
Deposit: TypedContractEvent<DepositEvent.InputTuple, DepositEvent.OutputTuple, DepositEvent.OutputObject>;
|
|
830
|
+
"FundWallets()": TypedContractEvent<FundWalletsEvent.InputTuple, FundWalletsEvent.OutputTuple, FundWalletsEvent.OutputObject>;
|
|
831
|
+
FundWallets: TypedContractEvent<FundWalletsEvent.InputTuple, FundWalletsEvent.OutputTuple, FundWalletsEvent.OutputObject>;
|
|
832
|
+
"FundedContract(address,address,uint256)": TypedContractEvent<FundedContractEvent.InputTuple, FundedContractEvent.OutputTuple, FundedContractEvent.OutputObject>;
|
|
833
|
+
FundedContract: TypedContractEvent<FundedContractEvent.InputTuple, FundedContractEvent.OutputTuple, FundedContractEvent.OutputObject>;
|
|
834
|
+
"Initialized(uint64)": TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
|
|
835
|
+
Initialized: TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
|
|
836
|
+
"LowReserves(address,address,uint256,uint256)": TypedContractEvent<LowReservesEvent.InputTuple, LowReservesEvent.OutputTuple, LowReservesEvent.OutputObject>;
|
|
837
|
+
LowReserves: TypedContractEvent<LowReservesEvent.InputTuple, LowReservesEvent.OutputTuple, LowReservesEvent.OutputObject>;
|
|
838
|
+
"RoleAdminChanged(bytes32,bytes32,bytes32)": TypedContractEvent<RoleAdminChangedEvent.InputTuple, RoleAdminChangedEvent.OutputTuple, RoleAdminChangedEvent.OutputObject>;
|
|
839
|
+
RoleAdminChanged: TypedContractEvent<RoleAdminChangedEvent.InputTuple, RoleAdminChangedEvent.OutputTuple, RoleAdminChangedEvent.OutputObject>;
|
|
840
|
+
"RoleGranted(bytes32,address,address)": TypedContractEvent<RoleGrantedEvent.InputTuple, RoleGrantedEvent.OutputTuple, RoleGrantedEvent.OutputObject>;
|
|
841
|
+
RoleGranted: TypedContractEvent<RoleGrantedEvent.InputTuple, RoleGrantedEvent.OutputTuple, RoleGrantedEvent.OutputObject>;
|
|
842
|
+
"RoleRevoked(bytes32,address,address)": TypedContractEvent<RoleRevokedEvent.InputTuple, RoleRevokedEvent.OutputTuple, RoleRevokedEvent.OutputObject>;
|
|
843
|
+
RoleRevoked: TypedContractEvent<RoleRevokedEvent.InputTuple, RoleRevokedEvent.OutputTuple, RoleRevokedEvent.OutputObject>;
|
|
844
|
+
"SweepTokens(address,address,address,address,uint256)": TypedContractEvent<SweepTokensEvent.InputTuple, SweepTokensEvent.OutputTuple, SweepTokensEvent.OutputObject>;
|
|
845
|
+
SweepTokens: TypedContractEvent<SweepTokensEvent.InputTuple, SweepTokensEvent.OutputTuple, SweepTokensEvent.OutputObject>;
|
|
846
|
+
"TokenAdded(address)": TypedContractEvent<TokenAddedEvent.InputTuple, TokenAddedEvent.OutputTuple, TokenAddedEvent.OutputObject>;
|
|
847
|
+
TokenAdded: TypedContractEvent<TokenAddedEvent.InputTuple, TokenAddedEvent.OutputTuple, TokenAddedEvent.OutputObject>;
|
|
848
|
+
"TokenRemoved(address)": TypedContractEvent<TokenRemovedEvent.InputTuple, TokenRemovedEvent.OutputTuple, TokenRemovedEvent.OutputObject>;
|
|
849
|
+
TokenRemoved: TypedContractEvent<TokenRemovedEvent.InputTuple, TokenRemovedEvent.OutputTuple, TokenRemovedEvent.OutputObject>;
|
|
850
|
+
"TransactionCount(uint256,uint256)": TypedContractEvent<TransactionCountEvent.InputTuple, TransactionCountEvent.OutputTuple, TransactionCountEvent.OutputObject>;
|
|
851
|
+
TransactionCount: TypedContractEvent<TransactionCountEvent.InputTuple, TransactionCountEvent.OutputTuple, TransactionCountEvent.OutputObject>;
|
|
852
|
+
"Withdrawal(address,address,address,uint256,uint256,uint32)": TypedContractEvent<WithdrawalEvent.InputTuple, WithdrawalEvent.OutputTuple, WithdrawalEvent.OutputObject>;
|
|
853
|
+
Withdrawal: TypedContractEvent<WithdrawalEvent.InputTuple, WithdrawalEvent.OutputTuple, WithdrawalEvent.OutputObject>;
|
|
854
|
+
};
|
|
855
|
+
}
|
|
856
|
+
//# sourceMappingURL=Escrow.d.ts.map
|