UNPKG

animiassumenda

Version:

Blox live, desktop app for managing staking accounts

9 lines (8 loc) 165 B
export type State = { isLoading: boolean; error: Record<string, any> | null; isExist: boolean; isExistChecked: boolean; accounts: []; txHash: string; };