UNPKG
sideshift-node-sdk
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.0
1.0.2
1.0.1
1.0.0
TypeScript Client for SideShift.ai API
github.com/Screpuh/SideShift-SDK
Screpuh/SideShift-SDK
sideshift-node-sdk
/
dist
/
types
/
account.d.ts
9 lines
(8 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
Account
{
id
:
string
;
lifetimeStakingRewards
:
string
;
unstaking
:
string
;
staked
:
string
;
available
:
string
;
totalBalance
:
string
; }