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
/
diemLedger.d.ts
5 lines
(4 loc)
•
81 B
TypeScript
View Raw
1
2
3
4
5
export
interface
DiemLedger
{
version
:
BigInt
;
timestampUsecs
:
BigInt
; }