Skip to main content

WalletWithFeatures

@iota/wallet-standard


@iota/wallet-standard / 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 features.

Type Declaration

features

features: Features

Type Parameters

Features

Features extends Wallet["features"]