Skip to main content

WalletWithFeatures

@iota/dapp-kit


@iota/dapp-kit / WalletWithFeatures

Type Alias: WalletWithFeatures<Features>

WalletWithFeatures<Features> = Omit<Wallet, "features"> & object

Defined in: node_modules/.pnpm/@wallet-standard+base@1.0.1/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"]