UNPKG
@rarimo/swap
Version:
latest (2.6.0)
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
2.0.0-rc.34
2.0.0-rc.33
2.0.0-rc.32
2.0.0-rc.31
2.0.0-rc.30
2.0.0-rc.29
2.0.0-rc.28
2.0.0-rc.27
2.0.0-rc.26
2.0.0-rc.25
2.0.0-rc.24
2.0.0-rc.23
2.0.0-rc.22
2.0.0-rc.21
2.0.0-rc.20
2.0.0-rc.19
2.0.0-rc.18
2.0.0-rc.17
2.0.0-rc.16
2.0.0-rc.15
2.0.0-rc.14
2.0.0-rc.13
2.0.0-rc.12
2.0.0-rc.11
2.0.0-rc.10
2.0.0-rc.9
2.0.0-rc.8
2.0.0-rc.7
2.0.0-rc.6
2.0.0-rc.5
2.0.0-rc.4
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
2.0.0-rc.0
Internal tools that other Rarimo packages use to swap tokens.
rarimo/js-sdk
@rarimo/swap
/
dist
/
esm
/
errors
/
index.js
8 lines
(7 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{
RuntimeError
}
from
"@rarimo/shared"
;
export
class
SwapperMultiplePaymentOptsEmptyError
extends
RuntimeError
{
constructor
(
){
super
(
'Multiple payment options are required'
); } }
//# sourceMappingURL=index.js.map