UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

8 lines (7 loc) 163 B
export type AccountStakingInfo = { pool: string; amount: number; pending_deposit: number; pending_withdraw: number; ready_withdraw: number; };