UninstallPluginParams

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

NameType

config?

Hash

pluginAddress

Address

pluginUninstallData?

Hash

Type Parameters

Type ParameterDefault type

TAccount extends SmartContractAccount | undefined

SmartContractAccount | undefined

TContext extends UserOperationContext | undefined

UserOperationContext | undefined

TEntryPointVersion extends GetEntryPointFromAccount<TAccount>

GetEntryPointFromAccount<TAccount>