Skip to content
SwapKit is a powerful suite of tools for building blockchain applications.

BaseWallet

BaseWallet<T> = { [key in Chain]: ChainWallet<key> & (T extends EmptyWallet ? T[key] : never) }

Defined in: packages/helpers/src/types/wallet.ts:97

T extends EmptyWallet | Record<string, unknown>