UNPKG

@i3m/wallet-desktop-openapi

Version:

i3M-Wallet Developers API that can be used to interact with the i3M-Wallet. In production it is encapsulated inside a secure connection. Please use the @i3m/wallet-protocol-api to interact with the wallet.

6 lines (3 loc) 141 B
import { WalletComponents } from './openapi' export type WalletError = Error & WalletComponents.Schemas.ApiError export * from './openapi'