UNPKG

@ledgerhq/coin-hedera

Version:
6 lines 271 B
const getTransactionExplorer = (explorerView, operation) => { const extra = operation.extra; return explorerView?.tx?.replace("$hash", extra.consensusTimestamp ?? extra.transactionId ?? "0"); }; export { getTransactionExplorer }; //# sourceMappingURL=logic.js.map