UNPKG

@ledgerhq/coin-hedera

Version:
9 lines 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTransactionExplorer = void 0; const getTransactionExplorer = (explorerView, operation) => { const extra = operation.extra; return explorerView?.tx?.replace("$hash", extra.consensusTimestamp ?? extra.transactionId ?? "0"); }; exports.getTransactionExplorer = getTransactionExplorer; //# sourceMappingURL=logic.js.map