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