UNPKG

@ledgerhq/coin-hedera

Version:
5 lines 312 B
import { ExplorerView } from "@ledgerhq/types-cryptoassets"; import { Operation } from "@ledgerhq/types-live"; declare const getTransactionExplorer: (explorerView: ExplorerView | null | undefined, operation: Operation) => string | undefined; export { getTransactionExplorer }; //# sourceMappingURL=logic.d.ts.map