@xlink-network/xlink-sdk
Version:
11 lines (8 loc) • 445 B
text/typescript
import { BitcoinAddress } from '../bitcoinUtils/btcAddresses.mjs';
import { KnownChainId } from '../utils/types/knownIds.mjs';
import '../xlinkSdkUtils/types.mjs';
import '../utils/BigNumber.mjs';
import 'big.js';
import '../utils/typeHelpers.mjs';
declare function getMetaPegInAddress(fromChain: KnownChainId.RunesChain | KnownChainId.BRC20Chain, toChain: KnownChainId.KnownChain): undefined | BitcoinAddress;
export { getMetaPegInAddress };