UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

9 lines (8 loc) 222 B
export type CreateWalletResultClass = { address?: string | null; adressType?: string | null; network?: string | null; walletName?: string | null; seedPhrase?: string | null; pkh?: string | null; };