UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

7 lines (6 loc) 183 B
export type ImportManagedWalletClass = { walletName?: string | null; walletPassword?: string | null; seedWords?: Array<string> | null; enterpriseAddress?: boolean; };