enum TRANSACTION_APIS { blockcypher = 'blockcypher', blockstream = 'blockstream', etherscan = 'etherscan', blockexplorerexos = 'blockexplorerexos', cherteroexos = 'cherteroexos', cherteroruta = 'cherteroruta', } const TRANSACTION_ID_PLACEHOLDER = '{transaction_id}'; export { TRANSACTION_APIS, TRANSACTION_ID_PLACEHOLDER };