Skip to main content

AssetIdentifier

@liquidium/client


@liquidium/client / AssetIdentifier

Type Alias: AssetIdentifier

AssetIdentifier = { asset: typeof BTC; chain: typeof BTC; } | { asset: typeof USDC; chain: typeof ETH; } | { asset: typeof USDT; chain: typeof ETH; } | { asset: typeof BTC; chain: typeof ICP; } | { asset: typeof ICP; chain: typeof ICP; } | { asset: typeof USDC; chain: typeof ICP; } | { asset: typeof USDT; chain: typeof ICP; }

Defined in: packages/client/src/core/types.ts:102

Supported asset and transfer-chain combinations.