SDK ReferenceSmart contractsType AliasesUninstallPluginParamsCopy page 1type UninstallPluginParams<TAccount, TContext, TEntryPointVersion> = object &2 UserOperationOverridesParameter<TEntryPointVersion> &3 GetAccountParameter<TAccount> &4 GetContextParameter<TContext>; Defined in: account-kit/smart-contracts/src/msca/plugin-manager/uninstallPlugin.ts:22 Type Declaration NameTypeconfig?HashpluginAddressAddresspluginUninstallData?Hash Type Parameters Type ParameterDefault typeTAccount extends SmartContractAccount | undefinedSmartContractAccount | undefinedTContext extends UserOperationContext | undefinedUserOperationContext | undefinedTEntryPointVersion extends GetEntryPointFromAccount<TAccount>GetEntryPointFromAccount<TAccount>