WalletWithFeatures
@iota/dapp-kit / WalletWithFeatures
Type Alias: WalletWithFeatures<Features>
WalletWithFeatures<
Features> =Omit<Wallet,"features"> &object
Defined in: node_modules/.pnpm/@[email protected]/node_modules/@wallet-standard/base/lib/types/wallet.d.ts:148
Helper type for defining a Wallet with a union or intersection of Wallet.features | features.
Type Declaration
features
features:
Features
Type Parameters
Features
Features extends Wallet["features"]