Skip to content
Alchemy Logo

UninstallPluginParams

type UninstallPluginParams<TAccount, TContext, TEntryPointVersion> = object &
  UserOperationOverridesParameter<TEntryPointVersion> &
  GetAccountParameter<TAccount> &
  GetContextParameter<TContext>;

Defined in: account-kit/smart-contracts/src/msca/plugin-manager/uninstallPlugin.ts:22

NameType

config?

Hash

pluginAddress

Address

pluginUninstallData?

Hash

Type ParameterDefault type

TAccount extends SmartContractAccount | undefined

SmartContractAccount | undefined

TContext extends UserOperationContext | undefined

UserOperationContext | undefined

TEntryPointVersion extends GetEntryPointFromAccount<TAccount>

GetEntryPointFromAccount<TAccount>

Was this page helpful?