UNPKG
@getclave/lifi-sdk
Version:
latest (4.1.2)
4.1.2
4.1.1
4.1.0
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.6.18
3.6.17
3.6.16
3.6.15
3.6.14
3.6.13
3.6.12
3.6.11
LI.FI Any-to-Any Cross-Chain-Swap SDK
github.com/getclave/lifi-sdk
getclave/lifi-sdk
@getclave/lifi-sdk
/
dist
/
services
/
getNameServiceAddress.d.ts
3 lines
•
211 B
TypeScript
View Raw
1
2
3
import
type
{
ChainType
}
from
'@lifi/types'
;
export
declare
const
getNameServiceAddress
:
(
name
:
string
,
chainType
?:
ChainType
) =>
Promise
<
string
|
undefined
>;
//# sourceMappingURL=getNameServiceAddress.d.ts.map