Type alias UninstallModuleParameters<TSmartAccount>

UninstallModuleParameters<TSmartAccount>: {
    account?: TSmartAccount;
} & {
    maxFeePerGas?: bigint;
    maxPriorityFeePerGas?: bigint;
    module: ModuleMeta;
    nonce?: bigint;
}

Type Parameters

  • TSmartAccount extends SmartAccount | undefined

Type declaration

Type declaration

  • Optional maxFeePerGas?: bigint
  • Optional maxPriorityFeePerGas?: bigint
  • module: ModuleMeta
  • Optional nonce?: bigint