UNPKG

animiassumenda

Version:

Blox live, desktop app for managing staking accounts

11 lines (10 loc) 273 B
export type WizardState = { isLoading: boolean; error: Record<string, any> | null; wallet: Record<string, any> | null; network: string; account: Record<string, any> | null; depositData: Record<string, any> | null; isFinished: boolean; isOpened: boolean; };