TS SDK@iota/wallet-standardAPI ReferenceWalletWalletWithFeaturesOn this pageType Alias: WalletWithFeatures<Features> WalletWithFeatures<Features> = Omit<Wallet, "features"> & object 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"]Give Feedback