Type Alias: WalletWithFeatures<Features>
WalletWithFeatures<
Features> =Omit<Wallet,"features"> &object
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"]