UNPKG

@pushchain/ui-kit

Version:

Push Chain is a true universal L1 that is 100% EVM compatible. It allows developers to deploy once and make their apps instantly compatible with users from all other L1s (Ethereum, Solana, etc) with zero on-chain code change.

4 lines (3 loc) 272 B
import type { ProgressEvent } from '@pushchain/core/src/lib/progress-hook/progress-hook.types'; /** Build the `utx` value expected by the Donut lifecycle tracker. */ export declare const getUniversalTxId: (progress: ProgressEvent, initialChain?: string) => string | null;