@ledgerhq/coin-hedera
Version:
Ledger Hedera Coin integration
5 lines • 312 B
TypeScript
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