UNPKG
@nimiq/libswap
Version:
beta (1.4.0-albatross.1)
latest (1.5.1)
next (1.4.2-next.0)
1.5.1
1.5.0
1.4.2
1.4.2-next.0
1.4.1
1.4.0
1.4.0-albatross.1
1.4.0-albatross.0
1.3.0
1.3.0-beta.0
1.2.0
1.2.0-beta.7
1.2.0-beta.6
1.2.0-beta.5
1.2.0-beta.4
1.2.0-beta.3
1.2.0-beta.2
1.2.0-beta.1
1.2.0-beta.0
1.1.1
1.1.0
1.0.1
1.0.0
Typed Javascript library to handle atomic swaps.
github.com/nimiq/libswap-js
nimiq/libswap-js
@nimiq/libswap
/
dist
/
src
/
IAssetAdapter.js
10 lines
(9 loc)
•
291 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
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
= {}));