UNPKG
@libra-opensource/client-sdk-typescript
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
Diem client SDK
github.com/diem/client-sdk-typescript
diem/client-sdk-typescript
@libra-opensource/client-sdk-typescript
/
dist
/
interfaces
/
types.d.ts
3 lines
(2 loc)
•
98 B
TypeScript
View Raw
1
2
3
export
declare
type
Currency =
'XUS'
|
'XDX'
;
export
declare
type
DiemHRP =
'dm'
|
'tdm'
|
'pdm'
;