AssetIdentifier
@liquidium/client / AssetIdentifier
Type Alias: AssetIdentifier
AssetIdentifier = {
asset: typeofBTC;chain: typeofBTC; } | {asset: typeofUSDC;chain: typeofETH; } | {asset: typeofUSDT;chain: typeofETH; } | {asset: typeofBTC;chain: typeofICP; } | {asset: typeofICP;chain: typeofICP; } | {asset: typeofUSDC;chain: typeofICP; } | {asset: typeofUSDT;chain: typeofICP; }
Defined in: packages/client/src/core/types.ts:102
Supported asset and transfer-chain combinations.