UNPKG

@nimiq/libswap

Version:

Typed Javascript library to handle atomic swaps.

10 lines (9 loc) 291 B
export var SwapAsset; (function (SwapAsset) { SwapAsset["NIM"] = "NIM"; SwapAsset["BTC"] = "BTC"; SwapAsset["USDC"] = "USDC"; SwapAsset["USDC_MATIC"] = "USDC_MATIC"; SwapAsset["USDT_MATIC"] = "USDT_MATIC"; SwapAsset["EUR"] = "EUR"; })(SwapAsset || (SwapAsset = {}));