UNPKG

@xlink-network/xlink-sdk

Version:
11 lines (8 loc) 440 B
import { BitcoinAddress } from '../bitcoinUtils/btcAddresses.js'; import { KnownChainId } from '../utils/types/knownIds.js'; import '../xlinkSdkUtils/types.js'; import '../utils/BigNumber.js'; import 'big.js'; import '../utils/typeHelpers.js'; declare function getMetaPegInAddress(fromChain: KnownChainId.RunesChain | KnownChainId.BRC20Chain, toChain: KnownChainId.KnownChain): undefined | BitcoinAddress; export { getMetaPegInAddress };